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/w2ur/claude-code-setup/claude-mdgit clone --depth 1 https://github.com/w2ur/claude-code-setupWhat 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.04510 | $0.04510 |
| Opus 5 | $0.02255 | $0.02255 |
| Sonnet 5 | $0.00902 | $0.00902 |
| Haiku 4.5 | $0.00451 | $0.00451 |
Grade A, and why
claude-code-setup CLAUDE.md scanned grade A 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
- Network posture is deliberately open (blanket WebFetch/WebSearch/curl) — this is a solo-owner machine, not a scoping oversight. How it starts
The opening of the file, as written. The whole thing — 139 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CLAUDE.md — Global Instructions
Project-level CLAUDE.md overrides anything here.
Language
All code, comments, identifiers, commit messages → English. User-facing content follows the project's target language (defined in the project CLAUDE.md).
Planning and execution
- Single-file / small fix: execute directly.
- Multi-file / architecture / feature work: propose a plan first and wait for approval. Plan subtasks must be atomic with explicit "done when…" criteria so any sub-agent can pick them up.
- Plans never live in the repo. They go in
~/.claude/plans/only. If you find plan files inside a repo,git rm -r --cachedthem and add to.gitignore.
Bug handling
- Triage first: one concise question about the most likely environmental cause (stale cache, service worker, stale build, local state). Skip for obvious code bugs.
- Escalation cascade — one-way, no retries at the same level:
- L1: direct fix with a stated root-cause hypothesis.
- L2:
superpowers:systematic-debuggingskill. - L3:
troubleshooteragent.
- No edit without a stated hypothesis. "Try a different approach" without a new hypothesis is banned.
Sub-agents
Default to parallel dispatch for any 2+ independent tasks. Specify the model when dispatching:
- haiku — passive audits (portfolio-audit).
docs-checkeris sonnet: it edits files and verifies URLs, so it is not a passive audit. - sonnet — default implementation, single-file changes, clear scope.
- opus — 4+ files across layers, architecture analysis, retry after failed sonnet. Supports fast mode for latency-sensitive loops.
Escalation order is Fable > Opus > Sonnet > Haiku (aliases resolve to current releases). The session default is Opus [1m] — a deliberate cost choice, not the top of the lattice. Fable is manual escalation for the hardest work, invoked explicitly rather than assumed. L3/troubleshooter always inherits the session model (model: inherit), so it is never weaker than the caller regardless of which tier the session is running.
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 · 139 lines · 4,510 tokens per session scan A dcf17ac9fbb5
claude-code-setup CLAUDE.md is an instructions file published in the GitHub repository w2ur/claude-code-setup (2 stars, last pushed 9d ago), licensed MIT. It adds 4,510 tokens to every session, about $0.0226 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other instructions, from other repositories
vibe-coding-prompt-template backend.instructions.md
Instructions for KhazP/vibe-coding-prompt-template: Read AGENTS.md, agentdocs/techstack.md, and agentdocs/codepatterns.md.
dotfiles copilot-instructions.md
Instructions for shunk031/dotfiles, a project described as: 💻 My dotfiles powered by chezmoi; built around Rust-based tools (sheldon/starship/mise, etc.) featuring a unified coding-agent setup across Codex, Claude Code, and Gemini.
dotfiles CLAUDE.md
Claude Code instructions for M0rtalPhe0nix/dotfiles, covering coding agent instructions, repository purpose, safety rules, chezmoi conventions and operational invariants.
dotfiles AGENTS.md
AGENTS.md instructions for edbizarro/dotfiles, covering agents, what this is, critical: non-obvious patterns, zsh has a special stow structure and multi-distro conditional logic.
claude-code-orchestration-template AGENTS.md
AGENTS.md instructions for jeroromano/claude-code-orchestration-template, covering agents.md, what this repository is, map, working rules and validation.
ai-auto-work CLAUDE.md
Claude Code instructions for chaohong-ai/ai-auto-work, covering gamemaker - ai native 游戏创作平台, 项目简介, ai 工作目录约定 and 按需加载(不默认装载).