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/ghostlygawd/codeweb/claude-mdgit clone --depth 1 https://github.com/GhostlyGawd/codewebWhat 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.00226 | $0.00226 |
| Opus 5 | $0.00113 | $0.00113 |
| Sonnet 5 | $0.00045 | $0.00045 |
| Haiku 4.5 | $0.00023 | $0.00023 |
Grade A, and why
codeweb CLAUDE.md 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 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.
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.
What it actually says
CLAUDE.md
Read CHARTER.md before changing product behavior, public copy, or claims.
The charter defines the problem, user, job, non-goals, invariants, and current
milestone.
Stop and ask the operator if a change conflicts with the charter. If the charter does not cover a decision, add the question to the charter's Open questions section in the same change. Do not make the decision silently.
For each release, run the 150 · Drift Audit. Compare each claim-bearing
surface with CHARTER.md. Check the README, site copy, npm and plugin
descriptions, and docs/ROADMAP.md. Correct or remove each claim that drifted.
The operator owns the verification harness, and agents must not change it.
docs/harness.md contains the contract. ADR-0001 in DECISIONS.md records the
Codeweb deviations.
Run sh scripts/check as the single gate. If the gate appears incorrect, stop
and report the problem. The operator must authorize a gate change.
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 · 21 lines · 226 tokens per session scan A 6c552fbb42b5
codeweb CLAUDE.md is an instructions file published in the GitHub repository GhostlyGawd/codeweb (0 stars, last pushed 2d ago), licensed MIT. It adds 226 tokens to every session, about $0.0011 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-31.
Other instructions, from other repositories
codeseek CLAUDE.md
Instructions for CodeBendKit/codeseek, covering claude.md, build & test, enter rust project directory, build and run tests.
bonsai-ninja AGENTS.md
Instructions for gromhacks/bonsai-ninja, covering bonsai-ninja, map a codebase, optional explicit semantic sidecar prewarm, explicit spelling for default syntax/construct indexing and optional during active editing.
aptu-coder AGENTS.md
AGENTS.md instructions for clouatre-labs/aptu-coder, covering agents.md, project structure, ci runners, commands and observability.
aptu-coder copilot-instructions.md
Copilot instructions for clouatre-labs/aptu-coder, covering copilot instructions, assigning issues to copilot, pr iteration, copilot code review and design references.
dekko CLAUDE.md
Instructions for aahlijia/dekko, covering claude.md, what this project is, working in this repo and evaluation reports: test-repos/reports/.
aptu-coder src-languages.instructions.md
Instructions for clouatre-labs/aptu-coder, covering languageinfo registration, tree-sitter query strings, handler function signatures, optional fields and kotlin-specific notes.