npx claudepluginhub dionridley/claude-pluginsStructured project management with research, PRDs, and implementation plans
Skills and commands to assist with software engineering and coding tasks
Autonomous MVP builder — brainstorm, scaffold, and build web app prototypes with parallel AI agents
Production-ready workflow orchestration with 75 focused plugins, 182 specialized agents, and 147 skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
Curated collection of 129 specialized Claude Code subagents organized into 10 focused categories
A collection of plugins that extend Claude Code's capabilities with specialized workflows and tools.
| Plugin | Description |
|---|---|
| Project Management | Structured project management with research, PRDs, and implementation plans |
| Engineering Tools | Skills and commands to assist with software engineering and coding tasks |
| Experimental | Autonomous MVP builder — brainstorm, scaffold, and build web app prototypes with parallel AI agents |
/plugins to open the plugin managerdionridley/claude-pluginsInstall the entire marketplace to get access to all plugins:
claude plugins add dionridley/claude-plugins
After installation, enable auto-update to receive new features and bug fixes automatically:
claude plugins update dionridley/claude-plugins --auto-update
With auto-update enabled, plugins will be kept up to date each time Claude Code starts.
If you only want specific plugins, you can install them individually by specifying the plugin name:
# Install only the project management plugin
claude plugins add dionridley/claude-plugins --plugin project-management
# Install only the engineering tools plugin
claude plugins add dionridley/claude-plugins --plugin engineering-tools
# Install only the experimental (MVP builder) plugin
claude plugins add dionridley/claude-plugins --plugin experimental
A marketplace is a curated collection of plugins maintained in a single repository. When you add a marketplace:
| Approach | Pros | Cons |
|---|---|---|
| Full Marketplace | Get all plugins at once; simpler updates | May include plugins you don't need |
| Individual Plugin | Only install what you use | Must add each plugin separately |
For most users, installing the full marketplace with auto-update enabled is the simplest approach.
After installation, verify the plugins are available:
# List installed plugins
claude plugins list
# Check available commands
/help
For the project management plugin, you should see commands like /dr-init, /dr-research, /dr-prd, and /dr-plan. For the experimental plugin, you should see /mvp.
If auto-update is not enabled, manually update plugins:
claude plugins update dionridley/claude-plugins
To remove the marketplace and all its plugins:
claude plugins remove dionridley/claude-plugins
Contributions are welcome! See CLAUDE.md for development guidelines.
MIT