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 instructions/2ue/ccman/claude-mdgit clone --depth 1 https://github.com/2ue/ccmanWhat 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.09670 | $0.09670 |
| Opus 5 | $0.04835 | $0.04835 |
| Sonnet 5 | $0.01934 | $0.01934 |
| Haiku 4.5 | $0.00967 | $0.00967 |
Grade C, and why
ccman CLAUDE.md scanned grade C with 1 finding 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 2d 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.
Recursive force deletehighDestructive command
rm -rf with a variable or a broad path is one typo away from removing the wrong tree.
- ❌ **绝对禁止**在测试中使用 `rm -rf ~` 开头的命令 The source is not reproduced here
No licence file
A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.
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.
- 2d ago First seen · 1,084 lines · 9,670 tokens per session scan C 86b9097eacd2
ccman CLAUDE.md is an instructions file published in the GitHub repository 2ue/ccman (52 stars, last pushed 2mo ago), with no licence file. It adds 9,670 tokens to every session, about $0.0483 per session on Opus 5. A static security scan graded it C with 1 finding (recursive force delete). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other instructions, from other repositories
my-claude-code-setup CLAUDE.md
Instructions for centminmod/my-claude-code-setup, covering claude.md, project overview, claude.md templates, tools and rules dependency.
my-claude-code-setup GEMINI.md
Instructions for centminmod/my-claude-code-setup, covering gemini.md, ai guidance, memory bank system, core context files and project overview.
map-framework CLAUDE.md
Instructions for azalio/map-framework, covering map framework (mapify-cli) — agent instructions, what this repo is, critical invariant: template single-source render, skill catalog invariant and how to work in this repo.
agentic-workflow CLAUDE.md
Instructions for gtrabanco/agentic-workflow, covering claude.md, repository layout, working rules, authoring a skill and hand off, don't compose across a model/effort boundary.
mcp-server-powerpoint mcp-server-guide.instructions.md
Instructions for sbroenne/mcp-server-powerpoint, covering mcp server development guide, llm-facing content rules, two kinds of tools: hand-written vs. generated, implementation pattern: single hand-written dispatch tool and error handling (mandatory).
Claude-Code-Promts-Skills CLAUDE.md
Instructions for Rtur2003/Claude-Code-Promts-Skills, covering claude.md, project overview, repository structure, file naming conventions and prompt structure standards.