Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions .codex-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"name": "ccteam",
"version": "0.6.6",
"description": "Multi-vendor (Claude + Codex) AI dev-team orchestration: 7 skills + 27 MCP tools + IM bots + dual-LLM voting.",
"author": {
"name": "FirstIntent"
},
"repository": "https://github.com/firstintent/ccteam",
"homepage": "https://github.com/firstintent/ccteam",
"license": "MIT",
"keywords": [
"codex",
"claude-code",
"plugin",
"multi-agent",
"orchestration",
"mcp",
"telegram"
],
"skills": "./skills/",
"mcpServers": "./.mcp.json",
"interface": {
"displayName": "ccteam",
"shortDescription": "Autonomous multi-agent dev team",
"longDescription": "An unattended multi-agent orchestration engine that drives software from intent to closed-loop delivery — Claude + Codex dual-vendor, file-system as control plane, 24/7 IM bots, dual-LLM voting.",
"category": "Productivity",
"capabilities": ["Read", "Write"],
"brandColor": "#10A37F",
"defaultPrompt": [
"Use ccteam to scan this repo and tell me what it does",
"Use ccteam to run a long task overnight hands-off",
"Use ccteam to get a second opinion (Claude + Codex) on this design"
]
}
}
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@ claude
/plugin install ccteam
```

Inside any Codex session(same two-step works ── ccteam binary must be on `$PATH` from step 1):

```
codex plugin marketplace add firstintent/ccteam
```

```
# 3. Try the universal entry — describe what you want in any language:
/ccteam "scan this repo and tell me what it does"
Expand Down
Loading