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 skills add bo-cao/breaking-coding-chaos --skill bcc-breaking-coding-chaosgit clone --depth 1 https://github.com/bo-cao/breaking-coding-chaosWrote 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/skills/bo-cao/breaking-coding-chaos/bcc-breaking-coding-chaos)<a href="https://agentmods.dev/skills/bo-cao/breaking-coding-chaos/bcc-breaking-coding-chaos"><img src="https://agentmods.dev/badge/skills/bo-cao/breaking-coding-chaos/bcc-breaking-coding-chaos.svg" alt="Measured on agentmods" height="20"></a>- NVIDIA SkillSpector pass
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.1 | $0.00101 | $0.01444 |
| Opus 5 | $0.00051 | $0.00722 |
| Sonnet 5 | $0.00020 | $0.00289 |
| Haiku 4.5 | $0.00010 | $0.00144 |
Grade A, and why
bcc-breaking-coding-chaos 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 8d 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 — 116 lines — stays where its author put it; the contents beside it link to each section on GitHub.
bcc-breaking-coding-chaos
One main skill + three sub-skills. This file is the only “big” entry; the three children own deep rules.
| Sub-skill | Role |
|---|---|
| bcc-throughline | Global map: plans.md / progress.md / findings.md only |
| bcc-plan-spar | After throughline: single PLAN.md align + review |
| bcc-clean-cut | After human APPROVE: minimal code + verify + writeback |
Internal notes (not separate slash skills): references/SESSION.md, references/WRITEBACK.md.
Prerequisite: a reasonably concrete idea. BCC is 1:1 implement + control, not ideation from zero.
Shared voice (Mode A and Mode B)
Talk like a sharp collaborator on their work — not a workflow product or ceremony host.
| Do | Don't |
|---|---|
| Lead with goal / map / next choice | “先对齐上下文 / BCC 双环说明 / 恢复账本” on cold start |
| Short human gates (confirm hardpoint, APPROVE implement) | Unprompted “还没写代码 / throughline 不写产品代码” lectures |
| Load each child skill and follow its voice rules | Dump file-role tables, 5-question grids, skill architecture |
| Keep process quiet; enforce order silently | Sell the next skill every turn |
Mode A only chains the same comfortable steps Mode B uses one-by-one — same tone, same gates, less user typing.
Two modes (this skill)
Mode A — full chain
When user says run BCC / full flow / implement this idea end-to-end:
1. bcc-throughline (create/update map — required first; cold start = start the map, not “resume”)
2. confirm next hardpoint with user (one short question + recommended default)
3. bcc-plan-spar (grill until clear enough; review budget = rounds if user set it, else plan-spar default)
4. human APPROVE → write .bcc/session.json (see references/SESSION.md)
5. bcc-clean-cut (code + verify + mandatory writeback)
6. if any hardpoint still open → brief status + next hardpoint or stop
if ALL throughline hardpoints complete AND wrap-up not yet offered/closed
→ one-shot endeavor wrap-up per bcc-throughline (Gate A+B); else do not re-ask
What ships with it
2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 8d ago First seen · 116 lines · 101 tokens per session scan A a51de855d4b4
bcc-breaking-coding-chaos is a skill published in the GitHub repository bo-cao/breaking-coding-chaos (22 stars, last pushed 6d ago), licensed MIT. It adds 101 tokens to every session and 1,444 once invoked, about $0.0005 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 skills, from other repositories
handoff
Guides the Claude Code agent through completing a task, selecting a handoff tier, building a valid completion-card, and performing a clean task handoff.
x-harness-admission
Teach the x-harness admission workflow and completion-card discipline.
recovery
Handle blocked verification outcomes.
verify
Run x-harness read-only verification.
review-input
Adversarial review of any input (human idea, agent analysis, research report, feedback, observation) BEFORE it mutates persistent project state. Universal interceptor with domain auto-detection, 2-phase classification + evaluation, and triple-verdict output (veracity / fit / actionability). Anti-girouette guardrail…
ambiguity-detector
Takes surface scan results, optional LLM synthesis open-question entries, and optional tree-sitter AST signals to score project ambiguities (1-10). Outputs structured ambiguityfeed for smart-question-generator. Pure heuristic — no LLM calls. Designed for Stage 3.5 of the /gaai:bootstrap pipeline (between LLM synthesis…