plugins marketplace
← All plugins

cc-suite

v2.0.0

One plugin to bridge and delegate across Claude Code, Codex CLI, and Antigravity CLI (agy) — single-source AGENTS.md, shared skills, mirrored hooks and MCP servers, and bidirectional delegation — plus Grok delegation and bounded Qwen review.

Claude Code

by xiaolaiISC38updated 10 hours ago

Source

git clone https://github.com/xiaolai/cc-suite

Clone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.

Layout

cc-suite/
└── .claude-plugin/plugin.json

Manifests1

.claude-plugin/plugin.json
{
  "name": "cc-suite",
  "version": "2.0.0",
  "description": "One plugin to bridge and delegate across Claude Code, Codex CLI, and Antigravity CLI (agy) — single-source AGENTS.md, shared skills, mirrored hooks and MCP servers, and bidirectional delegation — plus Grok delegation and bounded Qwen review.",
  "author": {
    "name": "xiaolai"
  },
  "license": "ISC",
  "homepage": "https://github.com/xiaolai/cc-suite",
  "repository": "https://github.com/xiaolai/cc-suite",
  "keywords": [
    "codex",
    "antigravity",
    "agy",
    "agents-md",
    "mcp",
    "bridge",
    "delegation",
    "multi-tool",
    "audit",
    "code-review"
  ]
}