By eyelock
Process downloaded music purchases: extract, tag, import to Apple Music, stage to NAS
Copy processed MP3s and WAVs to NAS storage. Use after Apple Music import or when re-archiving corrected files.
Move processed ZIPs to archive and clean up extraction folders. Use after album processing is complete.
Import MP3 files into Apple Music via auto-import folder. Use when importing music to Apple Music library.
Inspect and update MP3 tags: genre, artist, album, track count, compilation flag. Use when checking or fixing music file metadata.
End-to-end processing of downloaded music purchases: extract ZIPs, verify metadata, import to Apple Music, archive to NAS, clean up. Use when processing new music downloads.
Executes bash commands
Hook triggers when Bash tool is used
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
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 |
npx claudepluginhub eyelock/assistants --plugin media-managementInfrastructure skills: GitHub repository setup, Terraform backend provisioning on AWS.
Language-specific development skills: Go and Java workflows, tooling, and patterns.
Conversational skills: guided elicitation and context checkpoints for alignment.
Development workflow skills: project setup, code quality, review, debugging, backend, UI, and security patterns.
ynh harness template manager - development plugin with skills and agents for contributing
Claude Code skill pack for Apple Notes (24 skills)
iOS/macOS app deployment via asc CLI — a lightweight fastlane alternative for TestFlight, App Store submission, signing, metadata, and analytics
AI music generation workflow for Suno - album concepts, lyrics, prompts, mastering, release
AI audio engineering skills for mixing, mastering, effects, diagnostics, and session setup. Pairs with the Phantom MCP server for audio analysis.
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.