By ComposioHQ
Composio CLI skills — find tools, connect accounts, execute actions, and manage connectors from Claude Code.
Interactive onboarding — checks CLI install and auth, learns what the user wants to automate across their apps, and connects the right ones. Use when the user is new to Composio, says "get started", or asks what apps they can connect.
Generates comprehensive company activity summary across connected apps — Slack, GitHub, Notion, Linear, Gmail, and more. Uses the composio CLI to fetch data. Use when user asks for company updates, daily summary, or what's happening across the org.
Help users operate the Composio CLI to find tools, connect accounts, inspect schemas, execute tools, subscribe to trigger events with `composio listen`, script workflows with `composio run`, and call authenticated app APIs with `composio proxy`. Trigger when the user asks about Composio tools, connections, or connectors.
Connect 1000+ apps to Claude Code — Slack, GitHub, Gmail, Notion, Linear, Google Calendar, and more. Composio manages auth and permissions for all your apps, intelligently routes to the best tool, helps with long context tasks, and enables programmatic tool calling.
Add the marketplace and install the plugins you want:
/plugin marketplace add ComposioHQ/composio-plugin-cc
/plugin install composio-mcp@composio
/plugin install composio-cli@composio
Connects Claude Code to the Composio Connect MCP server — gives Claude direct access to 1000+ apps with managed auth, intelligent tool routing, and programmatic tool calling. No API keys needed.
Skills:
/composio-mcp:composio-mcp — how the Connect MCP works: tool discovery, execution, connections, remote workbench/composio-mcp:onboarding — interactive setup: pick your apps, connect them, see what you can do/composio-mcp:company-activity-summary — cross-app activity summary (Slack, GitHub, Notion, Linear, etc.)Adds Composio CLI skills to Claude Code. The CLI lets you execute tools, connect accounts, script workflows, and more from the terminal.
Skills:
/composio-cli:composio-cli — points to the auto-installed CLI skill (run composio --install-skill claude to get it)/composio-cli:onboarding — interactive setup: install CLI, sign in, connect apps/composio-cli:company-activity-summary — cross-app activity summary using the CLIAdd this to .claude/settings.json in any project repo to auto-prompt team members:
{
"extraKnownMarketplaces": {
"composio": {
"source": {
"source": "github",
"repo": "ComposioHQ/composio-plugin-cc"
}
}
},
"enabledPlugins": {
"composio-mcp@composio": true,
"composio-cli@composio": true
}
}
Bump the version in the plugin's .claude-plugin/plugin.json, push to GitHub, and users will get updates automatically (if auto-update is enabled) or via:
/plugin marketplace update composio
/reload-plugins
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub composiohq/composio-plugin-cc --plugin composio-cliRigorous performance investigation workflow with baselines, profiling, and evidence-backed decisions
Security reminder hook that warns about potential security issues when editing files, including command injection, XSS, and unsafe code patterns
Use this agent when designing APIs, building server-side logic, implementing databases, or architecting scalable backend systems. This agent specializes in creating robust, secure, and performant backend services. Examples:\n\n<example>\nContext: Designing a new API\nuser: "We need an API for our social sharing feature"\nassistant: "I'll design a RESTful API with proper authentication and rate limiting. Let me use the backend-architect agent to create a scalable backend architecture."\n<commentary>\nAPI design requires careful consideration of security, scalability, and maintainability.\n</commentary>\n</example>\n\n<example>\nContext: Database design and optimization\nuser: "Our queries are getting slow as we scale"\nassistant: "Database performance is critical at scale. I'll use the backend-architect agent to optimize queries and implement proper indexing strategies."\n<commentary>\nDatabase optimization requires deep understanding of query patterns and indexing strategies.\n</commentary>\n</example>\n\n<example>\nContext: Implementing authentication system\nuser: "Add OAuth2 login with Google and GitHub"\nassistant: "I'll implement secure OAuth2 authentication. Let me use the backend-architect agent to ensure proper token handling and security measures."\n<commentary>\nAuthentication systems require careful security considerations and proper implementation.\n</commentary>\n</example>
Manage auth and connect to 500+ apps using Composio. Perform real actions from Claude Code - send emails, create issues, post messages, and more.
Streamlines pull request creation by handling the entire workflow: creating a new branch, committing changes, formatting modified files with Biome, and submitting the PR.
Manage auth and connect to 500+ apps using Composio. Perform real actions from Claude Code - send emails, create issues, post messages, and more.
Complete collection of 30 Claude Code skills for document processing, development, business productivity, and creative tasks
Editorial "Automation Builder" bundle for Claude Code from Antigravity Awesome Skills.
Claude Code skill pack for Fondo (18 skills)
Create, customize, and manage plugins tailored to your organization's tools and workflows. Configure MCP servers, adjust plugin behavior, and adapt templates to match how your team works.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques