A curated list of production-ready Claude Code plugins. It lists multiple plugin categories and provides basic getting started steps, plugin structure, and contribution guidance. No releases are listed.
Collecting history — the radar snapshots this repo daily. The trend line appears after 3 days of data (1 so far).
What it is
Awesome Claude Code Plugins is a curated list of production-ready plugins for Claude Code to extend functionality with custom commands, agents, hooks, and MCP servers through a plugin system.
How it works
Plugins follow a standard Claude Code plugin format and live in plugin directories within the repository. You can load one or multiple plugins by running Claude with --plugin-dir options.
Getting started
git clone https://github.com/composiohq/awesome-claude-plugins.git
cd awesome-claude-plugins
claude --plugin-dir ./commit
Load multiple plugins at once:
claude --plugin-dir ./commit --plugin-dir ./code-review --plugin-dir ./connect-apps
Plugin Structure
Each plugin follows the standard Claude Code plugin format:
plugin-name/
├── .claude-plugin/
│ └── plugin.json # Plugin metadata
├── skills/ # Skill definitions (optional)
│ └── skill-name/
│ └── SKILL.md
├── commands/ # Slash commands (optional)
│ └── command.md
├── agents/ # Agent definitions (optional)
│ └── agent.md
└── hooks/ # Event hooks (optional)
└── hooks.json
Getting started (repeatable steps already shown above)
Clone, run, and optionally load multiple plugins as shown in the Getting started section.
Contributing
Steps to contribute are listed:
- Fork this repository
- Add your plugin folder with the standard structure
- Update this README with your plugin details
- Submit a pull request
Resources
Links to Claude Code Documentation, Plugin Development Guide, and Discover Plugins are provided.
License
MIT - See individual plugins for their specific licenses.






