Composio Plugin Cc — Git skill for Claude Code
CI.
How to install Composio Plugin Cc
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open ComposioHQ/composio-plugin-cc and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Composio Plugin Cc does
CI.
Alternatives in Git
- Composio Plugin OpenAI — CI 6 ★
- Epic Sync — Sync epic issue bodies, labels, and local coordination snapshots from GitHub 243.5k ★
- 使用 Git Worktrees — 创建孤立的 Git worktrees,带有智能目录选择与安全验证 115.1k ★
README
Composio for Claude Code
[](https://github.com/ComposioHQ/composio-plugin-cc/actions/workflows/ci.yml) [](./LICENSE)
Act on **[1,000+ apps](https://composio.dev/toolkits)** — Google Workspace, Slack, GitHub, Notion, Linear, Jira, HubSpot, and more — directly from Claude Code. Your agent decides what to do; [Composio](https://composio.dev) handles the rest: OAuth, permissions, and finding the right tool for each task. No API keys, no config files.
What you can do
- Act on any connected app — "send a Slack message to #eng", "list my open GitHub PRs", "add a lunch event to my calendar tomorrow". Claude finds the tool and runs it.
- Run cross-app workflows — turn the latest GitHub PR into a Linear issue and announce it in Slack; draft a Notion doc from a calendar event.
- Connect apps in the flow of work — fully managed OAuth; Claude hands you an auth link and picks up where it left off once you approve. Connections persist across sessions.
Install
In Claude Code:
/plugin marketplace add ComposioHQ/composio-plugin-cc
/plugin install composio@composio
Then ask Claude to do something — for example, *"Star `composiohq/composio` on GitHub."* On first use, Claude sets up everything it needs: it offers to install the Composio CLI if it's missing (behind the normal permission prompt), signs you in with `composio login`, and hands you an OAuth link to connect the app. Approve it in your browser and Claude runs the action.
Prefer to set things up ahead of time?
curl -fsSL https://composio.dev/install | bash
composio login
Logging in also installs the `composio-cli` skill, which gives Claude detailed usage guidance.
Team setup
Add this to `.claude/settings.json` in a project to auto-enable the plugin for teammates:
{
"extraKnownMarketplaces": {
Related Skills
Claude Skills GitHub
Building agent skills blog
#148
, #161)
Skill Development Guide
Community Examples
Git Worktree Docs Issue: Dependency Installation — GitHub
Community feedback on official docs with full worktree lifecycle walkthrough
Address PR Comments
Fix PR
by metabase - Fetches and fixes unresolved PR comments by automatically retrieving feedback, addressing review