Custom Claude Code plugins marketplace with skills, commands, and agents for AI-assisted development.
Add this marketplace to Claude Code:
/plugin marketplace add whenessel/claude-code-pluginsComing soon...
Install a plugin from this marketplace:
/plugin install plugin-name@claude-code-pluginsEach plugin follows the standard Claude Code structure:
plugin-name/
├── .claude-plugin/
│ └── plugin.json
├── skills/ # Agent Skills (optional)
├── commands/ # Slash commands (optional)
├── agents/ # Agents (optional)
└── hooks/ # Event hooks (optional)
To test plugins locally:
claude --plugin-dir ./plugin-nameMIT