by composio-community
Provides a curated collection of production‑ready Claude Code plugins that extend functionality with custom commands, agents, hooks, and MCP servers.
A repository of ready‑to‑use plugins for Claude Code, each packaged with the standard Claude plugin structure. The plugins cover integrations, frontend design, version control, code quality, backend architecture, DevOps, documentation, security, productivity, companion features, and media generation, enabling Claude to perform real actions across thousands of services.
git clone https://github.com/composio-community/awesome-claude-plugins.git
cd awesome-claude-plugins
claude --plugin-dir ./connect-apps
Multiple plugins can be loaded simultaneously by repeating --plugin-dir.connect-apps), execute the provided setup command and supply any required API keys.
/connect-apps:setup
connect-apps gives Claude access to 1,000+ third‑party services..claude-plugin/ layout (metadata, skills, commands, agents, hooks).aws-cost-saver and Manifest.Q: Do I need a Composio account?
A: Only plugins that interact with external services (e.g., connect-apps) require an API key from the Composio dashboard.
Q: Can I use multiple plugins together?
A: Yes. Pass multiple --plugin-dir arguments to Claude; plugins coexist as long as their command names do not conflict.
Q: Are the plugins language‑agnostic? A: Most plugins operate at the workflow level (Git, CI/CD, design) and work with any programming language. Language‑specific plugins (e.g., test writers) support popular runtimes such as JavaScript, TypeScript, Python, etc.
Q: How do I contribute my own plugin? A: Fork the repo, add a folder that follows the standard plugin layout, update the README entry, and submit a pull request.
Q: What licensing applies? A: The repository is under MIT; individual plugins may have their own licenses, which are noted in each plugin’s folder.
Want plugins that do more than generate text? The connect-apps plugin lets Claude send emails, create issues, post to Slack, and take actions across 1000+ apps.
Skills tell your agent how to work. An MCP Gateway gives it secure access to the tools it needs.
Composio MCP Gateway provides a single MCP endpoint for 1,000+ integrations with built-in authentication, team-based access controls, audit logs, and production-ready reliability.
git clone https://github.com/composiohq/awesome-claude-plugins.git
cd awesome-claude-plugins
claude --plugin-dir ./connect-apps
/connect-apps:setup
Paste your API key when asked. (Get a free key at dashboard.composio.dev
Ask Claude to send you a test email. If you receive it, Claude is now connected to 1000+ apps.
Claude Plugins are extensions that enhance Claude Code with custom slash commands, specialized agents, hooks, and skills. Plugins can be shared across projects and teams, providing consistent tooling and workflows.
/myvibe:publish.CCHub - Desktop app for managing the Claude Code ecosystem — MCP marketplace, config profiles, skills & plugins browser, workflow templates, security audit. Built with Tauri v2 + React + Rust.
developer-growth-analysis - Analyzes your recent Claude Code chat history to identify coding patterns, development gaps, and curates personalized learning resources.
skill-bus - The skill for connecting skills. Wire context, conditions, and other skills into any skill invocation — declaratively, without modification. Zero dependencies.
context-mode - Process large outputs in sandboxed subprocesses, keeping only summaries in the context window. 98% context savings across 21 benchmarked scenarios.
codebase-graph - Code intelligence MCP server that builds knowledge graphs from source code with 42-language tree-sitter AST parsing and FalkorDB.
agntk - Zero-config AI agent CLI with persistent named agents, 20+ built-in tools, and hardware-aware local model selection.
backlog - Persistent, cross-session task management. 24 MCP tools for tasks, projects, tags, dependencies, and docs. 7 skills for planning, standups, and handoffs. Event-sourced storage, agent coordination, pure TypeScript. (Website)
/buddy companion with personality, mood, lore, and interactive commands (fortune, roast, haiku, focus timer). Mood shifts automatically on tool success/failure. Extensible — other plugins can layer traits and lore via "x-familiarExtensions" in their plugin.json./genimage command. Powered by gemini-2.5-flash-image and gemini-3-pro-image-preview.Clone the repo and run Claude with any plugin:
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
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
Want to add your plugin?
Please ensure your plugin:
MIT - See individual plugins for their specific licenses.
Please log in to share your review and rating for this MCP.
Explore related MCPs that share similar capabilities and solve comparable challenges
by modelcontextprotocol
A Model Context Protocol server for Git repository interaction and automation.
by zed-industries
A high‑performance, multiplayer code editor designed for speed and collaboration.
by modelcontextprotocol
Model Context Protocol Servers
by modelcontextprotocol
A Model Context Protocol server that provides time and timezone conversion capabilities.
by cline
An autonomous coding assistant that can create and edit files, execute terminal commands, and interact with a browser directly from your IDE, operating step‑by‑step with explicit user permission.
by upstash
Provides up-to-date, version‑specific library documentation and code examples directly inside LLM prompts, eliminating outdated information and hallucinated APIs.
by daytonaio
Provides a secure, elastic infrastructure that creates isolated sandboxes for running AI‑generated code with sub‑90 ms startup, unlimited persistence, and OCI/Docker compatibility.
by continuedev
Enables faster shipping of code by integrating continuous AI agents across IDEs, terminals, and CI pipelines, offering chat, edit, autocomplete, and customizable agent workflows.
by github
Connects AI tools directly to GitHub, enabling natural‑language interactions for repository browsing, issue and pull‑request management, CI/CD monitoring, code‑security analysis, and team collaboration.