A personal collection of plugins for Claude Code, organized as a plugin marketplace.
Add this marketplace to Claude Code:
/plugin marketplace add adeonir/claude-code-plugins| Plugin | Description | Version |
|---|---|---|
| spec-driven | Specification-driven development workflow with persistent artifacts | 1.2.0 |
| debug-tools | Debugging with code analysis and targeted log injection | 1.2.1 |
| design-builder | Extract copy and design to build frontend components | 3.0.0 |
| git-helpers | Git workflow commands (commit, PR, code review) | 1.1.1 |
/plugin install design-builder# Add marketplace
/plugin marketplace add adeonir/claude-code-plugins
# List available plugins
/plugin marketplace list
# Install a plugin
/plugin install design-builder
# Update marketplace
/plugin marketplace update adeonir/claude-code-plugins- Fork this repository
- Add your plugin under
plugins/ - Submit a pull request
MIT