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 |
- Open Claude Code and type
/pluginsto open the plugin manager - Select Add plugin...
- Enter the marketplace URL:
dionridley/claude-plugins - Select which plugins to enable
- Enable Auto-update when prompted to receive new features automatically
Install the entire marketplace to get access to all plugins:
claude plugins add dionridley/claude-pluginsAfter installation, enable auto-update to receive new features and bug fixes automatically:
claude plugins update dionridley/claude-plugins --auto-updateWith 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-toolsA marketplace is a curated collection of plugins maintained in a single repository. When you add a marketplace:
- All plugins are available: Every plugin in the marketplace becomes available to Claude Code
- Single source: Updates to any plugin come through the same repository
- Version coordination: Plugin versions are managed together in the marketplace catalog
| 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
/helpFor the project management plugin, you should see commands like /dr-init, /dr-research, /dr-prd, and /dr-plan.
If auto-update is not enabled, manually update plugins:
claude plugins update dionridley/claude-pluginsTo remove the marketplace and all its plugins:
claude plugins remove dionridley/claude-pluginsContributions are welcome! See CLAUDE.md for development guidelines.
MIT