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-cliUse this agent when code changes have been made and you need to write new tests, run existing tests, analyze failures, and fix them while maintaining test integrity. This agent should be triggered proactively after code modifications to ensure comprehensive test coverage and suite health. Examples:\n\n<example>\nContext: The user has just implemented a new feature or modified existing code.\nuser: "I've updated the user authentication logic to support OAuth"\nassistant: "I've successfully updated the authentication logic. Now let me run the test-writer-fixer agent to ensure all tests pass with these changes."\n<commentary>\nSince code changes were made, use the Task tool to launch the test-writer-fixer agent to run relevant tests and fix any failures.\n</commentary>\n</example>\n\n<example>\nContext: The user has refactored a module or changed function signatures.\nuser: "Please refactor this payment processing module to use async/await"\nassistant: "I've completed the refactoring to use async/await throughout the payment module."\n<function call omitted for brevity>\nassistant: "Now I'll use the test-writer-fixer agent to run the tests and fix any issues caused by the refactoring."\n<commentary>\nAfter refactoring code, proactively use the test-writer-fixer agent to ensure tests still pass.\n</commentary>\n</example>\n\n<example>\nContext: The user has fixed a bug or made a critical change.\nuser: "Fix the race condition in the data synchronization service"\nassistant: "I've identified and fixed the race condition by implementing proper locking mechanisms."\n<function call omitted for brevity>\nassistant: "Let me run the test-writer-fixer agent to verify the fix doesn't break existing functionality."\n<commentary>\nAfter bug fixes, use the test-writer-fixer agent to ensure the fix works and doesn't introduce regressions.\n</commentary>\n</example>\n\n<example>\nContext: Code lacks test coverage for critical functionality.\nuser: "Our payment processing module has no tests"\nassistant: "That's a critical gap. Let me use the test-writer-fixer agent to create comprehensive tests for the payment module including edge cases and error scenarios."\n<commentary>\nCritical modules without tests are high-risk areas that need immediate test coverage.\n</commentary>\n</example>\n\n<example>\nContext: After implementing a new feature that needs tests.\nuser: "I've added the social sharing functionality"\nassistant: "Great! The social sharing is implemented. Now let me use the test-writer-fixer agent to write tests that ensure this feature works correctly across different platforms."\n<commentary>\nNew features should always include comprehensive test coverage from the start.\n</commentary>\n</example>
Streamlines pull request creation by handling the entire workflow: creating a new branch, committing changes, formatting modified files with Biome, and submitting the PR.
Debugging specialist for errors, test failures, and unexpected behavior. Use proactively when encountering any issues.
Suite of tools for creating elaborate, multi-component HTML artifacts using React, Tailwind CSS, and shadcn/ui. Use for complex artifacts requiring state management, routing, or shadcn/ui components.
Analyzes your recent Claude Code chat history to identify coding patterns, development gaps, and areas for improvement, curates relevant learning resources from HackerNews, and sends a personalized growth report.
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