Plugins and skills for development workflows, media management, and conversational alignment.
npx claudepluginhub eyelock/assistantsProcess downloaded music purchases: extract, tag, import to Apple Music, stage to NAS
Development workflow skills: project setup, code quality, review, debugging, backend, UI, and security patterns.
Language-specific development skills: Go and Java workflows, tooling, and patterns.
Infrastructure skills: GitHub repository setup, Terraform backend provisioning on AWS.
Conversational skills: guided elicitation and context checkpoints for alignment.
This repository is not production software. It is a reference collection of sample plugins, skills, and personas for exploring how Agent Skills, Claude Code plugins, Cursor plugins, and plugin marketplaces work together across multiple AI coding tools. Use it to learn, experiment, and as a starting point for your own configurations.
Nothing here is guaranteed to be complete, stable, or suitable for any particular use. Skills and plugins may contain placeholder logic, opinionated patterns, or personal workflow assumptions.
.claude-plugin/ and .cursor-plugin/ manifests, making it usable from either tool's marketplaceAGENTS.md files provide project context for Codex and Cursor alongside CLAUDE.md for Claude Codeynh/)assistants/
├── .claude-plugin/
│ └── marketplace.json # Claude Code marketplace index
├── .cursor-plugin/
│ └── marketplace.json # Cursor marketplace index
├── AGENTS.md # Codex/Cursor project instructions
├── plugins/
│ └── media-management/ # Self-contained plugin (skills, agents, hooks, tests)
│ ├── .claude-plugin/plugin.json
│ ├── .cursor-plugin/plugin.json
│ ├── .claude/CLAUDE.md # Claude Code instructions
│ └── AGENTS.md # Codex/Cursor instructions
├── skills/
│ ├── dev/ # Development workflow plugin (7 skills)
│ │ ├── .claude-plugin/plugin.json
│ │ ├── .cursor-plugin/plugin.json
│ │ └── skills/
│ │ ├── dev-project/
│ │ ├── dev-quality/
│ │ ├── dev-review/
│ │ ├── dev-backend/
│ │ ├── dev-ui/
│ │ ├── dev-debug/
│ │ └── dev-security/
│ ├── tech/ # Language-specific plugin (2 skills)
│ │ ├── .claude-plugin/plugin.json
│ │ ├── .cursor-plugin/plugin.json
│ │ └── skills/
│ │ ├── go-lang/
│ │ └── java-lang/
│ ├── infra/ # Infrastructure plugin (2 skills)
│ │ ├── .claude-plugin/plugin.json
│ │ ├── .cursor-plugin/plugin.json
│ │ └── skills/
│ │ ├── gh-os-repo/
│ │ └── terraform-backend-aws/
│ └── pause/ # Conversational alignment plugin (2 skills)
│ ├── .claude-plugin/plugin.json
│ ├── .cursor-plugin/plugin.json
│ └── skills/
│ ├── help-me-answer/
│ └── take-a-moment/
└── ynh/ # Personas (compose skills via includes)
├── david/
├── planner/
├── tester/
└── researcher/
/plugin marketplace add eyelock/assistants
/plugin install dev-skills@eyelock-assistants
Test locally:
claude --plugin-dir ./skills/dev
Import this repo as a team marketplace via Dashboard > Settings > Plugins, then team members install from the plugin manager.
Individual users can test locally by copying a plugin to ~/.cursor/plugins/local/.
Copy skills directly:
cp -r skills/dev/skills/dev-project ~/.agents/skills/
Or install via the built-in skill installer:
$skill-installer dev-project
| Plugin | Skills | Description |
|---|---|---|
media-management | 7 | Process downloaded music purchases: extract, tag, import to Apple Music, stage to NAS |
dev-skills | 7 | Project setup, code quality, review, debugging, backend, UI, and security patterns |
tech-skills | 2 | Go and Java development workflows |
infra-skills | 2 | GitHub repository setup, Terraform backend provisioning |
pause-skills | 2 | Guided elicitation and context checkpoints for alignment |
| Layer | Claude Code | Cursor | Codex |
|---|---|---|---|
| Skills (SKILL.md) | Native | Native | Native |
| Plugin manifest | .claude-plugin/plugin.json | .cursor-plugin/plugin.json | N/A |
| Marketplace | .claude-plugin/marketplace.json | .cursor-plugin/marketplace.json | N/A |
| Instructions | .claude/CLAUDE.md | AGENTS.md, .cursor/rules/ | AGENTS.md |
| MCP servers | .mcp.json | .mcp.json | config.toml |
| Custom repos | Any user | Teams/Enterprise | Manual install |
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations