Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add commands/xiaolai/cc-suite/unbridgegit clone --depth 1 https://github.com/xiaolai/cc-suiteWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/commands/xiaolai/cc-suite/unbridge)<a href="https://agentmods.dev/commands/xiaolai/cc-suite/unbridge"><img src="https://agentmods.dev/badge/commands/xiaolai/cc-suite/unbridge.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00030 | $0.01125 |
| Opus 5 | $0.00015 | $0.00562 |
| Sonnet 5 | $0.00006 | $0.00225 |
| Haiku 4.5 | $0.00003 | $0.00112 |
Grade A, and why
unbridge scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 80 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/cc-suite:unbridge
This is a destructive operation. Follow these steps in order.
1. Confirm intent
Ask the user via AskUserQuestion before doing anything. List exactly what will be removed:
AGENTS.md(content will be restored toCLAUDE.mdautomatically — no manual copy needed)- Legacy
GEMINI.md— only if it contains nothing but@AGENTS.md(bare import); hybrid files are left alone .agents/skillssymlink (not the.claude/skills/target it points to).agents/mcp_config.jsononly if it carries cc-suite provenance; user-managed entries are preserved.codex/prompts/(if empty),.codex/hooks.jsonand.codex/hooks.cc-suite.json(each only if cc-suite generated it),.codex/config.toml(sentinel block only)- Empty legacy
.gemini/skills/and.gemini/commands/directories - the cc-suite sentinel block in
.gitignore
AGENTS.md restore behavior:
- cc-suite migrated a pre-existing
CLAUDE.mdat init → that original is restored toCLAUDE.mdverbatim, without the scaffoldingAGENTS.mdwraps around it CLAUDE.mdis a bare@AGENTS.mdimport (nothing else) → content is restored toCLAUDE.mdautomaticallyCLAUDE.mdhas its own content →AGENTS.mdis backed up before removalCLAUDE.mddoes not exist →AGENTS.mdcontent is moved to a newCLAUDE.md
Backups the script may leave behind — report every one it prints, they are files the user has to deal with:
AGENTS.md.cc-suite-backup— written wheneverAGENTS.mdis about to be deleted and its content is not already preserved somewhere else. Two paths reach it:CLAUDE.mdhas its own content, so the restore cannot happen — the backup is written unconditionally, even whenAGENTS.mdstill matchesinit.shoutput byte-for-byte.- The content was restored, but
AGENTS.mdno longer matches byte-for-byte whatinit.shgenerated. init.sh tells users to write their instructions intoAGENTS.md, so drift from the generated file is content that exists nowhere else.
CLAUDE.md.cc-suite-backup— the pre-bridgeCLAUDE.mdthat init saved, kept because it could not be restored (the currentCLAUDE.mdhas content of its own). It is moved out of.cc-suite/, whose copy a later/cc-suite:initwould overwrite.- If either name is taken, a numbered suffix is added (
.1,.2, …). An existing backup is never overwritten.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 4d ago First seen · 80 lines · 30 tokens per session scan A 1a75c50df957
unbridge is a command published in the GitHub repository xiaolai/cc-suite (44 stars, last pushed 2d ago), licensed ISC. It adds 30 tokens to every session and 1,125 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other commands, from other repositories
git
Git operations with intelligent commit messages and workflow optimization.
checklist
Generate a custom checklist for the current feature based on user requirements.
clarify
Identify underspecified areas in the current feature spec by asking up to 5 highly targeted clarification questions and encoding answers back into the spec.
specify
Create or update the feature specification from a natural language feature description.
analyze
Perform a non-destructive cross-artifact consistency and quality analysis across spec.md, plan.md, and tasks.md after task generation.
converge
Assess the current codebase against the feature's spec, plan, and tasks, then append any remaining unbuilt work as new tasks to tasks.md so implement can complete it.