Bridge Tools banner
xiaolai xiaolai

Bridge Tools

Development community

Description

--- description: Bridge the project MCP surface into additional coding agents (Grok Build, opencode, Qwen Code, Kimi CLI) selected in .cc-suite.md. Grok, opencode, and Kimi read AGENTS.md and the shared skills tree natively, so only MCP config is mirrored, each to its own native format; Qwen Code also needs a skills symlink and does not read AGENTS.md by default. allowed-tools: - Bash - Read - Edit - AskUserQuestion --- # /cc-suite:bridge-tools Mirror the project MCP surface — `.mcp.js

Installation

Installs to ~/.claude/skills/xiaolai-cc-suite-bridge-tools/SKILL.md

Terminal
mkdir -p ~/.claude/skills/xiaolai-cc-suite-bridge-tools && curl -fsSL https://raw.githubusercontent.com/xiaolai/cc-suite/HEAD/commands/bridge-tools.md -o ~/.claude/skills/xiaolai-cc-suite-bridge-tools/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository