░█▀▀░█▀▀░░░█▀█░█░░░█░█░█▀▀░▀█▀░█▀█░░░█▀█░█▀█░█▀█░▀█▀░█▀▄░█░█
░█░░░█░░░░░█▀▀░█░░░█░█░█░█░░█░░█░█░░░█▀▀░█▀█░█░█░░█░░█▀▄░░█░
░▀▀▀░▀▀▀░░░▀░░░▀▀▀░▀▀▀░▀▀▀░▀▀▀░▀░▀░░░▀░░░▀░▀░▀░▀░░▀░░▀░▀░░▀░
Claude Code plugins. One command. Instant superpowers.
You're using Claude Code. It's powerful. But every session you're re-explaining the same workflows, re-configuring the same behaviors, re-writing the same prompts.
What if Claude Code had an app store?
cc-plugin-pantry is the first community-driven marketplace for Claude Code plugins. Browse, install, and activate plugins in seconds — no configuration files to edit, no repos to clone manually.
/plugin marketplace add LeonExists/cc-plugin-pantry
That's it. You now have access to every plugin in the pantry.
Pick whichever method matches your setup:
| Method | Command |
|---|---|
| GitHub shorthand (recommended) | /plugin marketplace add LeonExists/cc-plugin-pantry |
| HTTPS (corporate proxies) | /plugin marketplace add https://github.com/LeonExists/cc-plugin-pantry.git |
| SSH (SSH key auth) | /plugin marketplace add git@github.com:LeonExists/cc-plugin-pantry.git |
| Plugin | What it does | Install |
|---|---|---|
| 🏗️ github-init | Creates GitHub repos with your personal preferences — names, licenses, READMEs, CI — all from conversation | /plugin install github-init@cc-plugin-pantry |
| 🔧 repofinery | Audits and transforms any repo into a star-worthy project. Scores 20 categories, then fixes them interactively | /plugin install repofinery@cc-plugin-pantry |
| 📝 commit-flow | Groups pending changes into well-scoped commits, drafts messages matching your repo's style, and commits/pushes only after you confirm | /plugin install commit-flow@cc-plugin-pantry |
More plugins coming soon. Want to contribute one?
After installing, run /reload-plugins to activate.
graph LR
A[You] -->|"/plugin marketplace add"| B[cc-plugin-pantry]
B -->|browse| C[Plugin Registry]
C -->|"/plugin install X"| D[Your Claude Code]
D -->|instant access| E[New Skills & Commands]
style A fill:#58a6ff,stroke:#58a6ff,color:#0d1117
style B fill:#bc8cff,stroke:#bc8cff,color:#0d1117
style C fill:#3fb950,stroke:#3fb950,color:#0d1117
style D fill:#f0883e,stroke:#f0883e,color:#0d1117
style E fill:#58a6ff,stroke:#58a6ff,color:#0d1117
Claude Code is the most powerful AI coding tool available — but its plugin ecosystem is still in its infancy. There's no central place to discover, share, or install plugins.
cc-plugin-pantry changes that:
- For users — Stop reinventing the wheel. Install battle-tested plugins in one command.
- For creators — Ship your plugins where people can actually find them.
- For the ecosystem — A rising tide lifts all boats. More plugins = more reasons to use Claude Code.
We want your plugins! If you've built something useful for Claude Code, submit it to the pantry.
- Fork this repo
- Add your plugin to
plugins/your-plugin-name/ - Include a
.claude-plugin/plugin.jsonmanifest - Open a PR
See the plugin structure guide for details.
- Plugin categories and tags
- Quality ratings and reviews
- Automated plugin validation
- Plugin templates / scaffolding
- Community voting
MIT — use freely, contribute gladly.
If this saved you time, star the repo — it helps others find it.