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/dgenio/chainweaver/claude-mdgit clone --depth 1 https://github.com/dgenio/ChainWeaverWrote 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/instructions/dgenio/chainweaver/claude-md)<a href="https://agentmods.dev/instructions/dgenio/chainweaver/claude-md"><img src="https://agentmods.dev/badge/instructions/dgenio/chainweaver/claude-md.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.00242 | $0.00242 |
| Opus 5 | $0.00121 | $0.00121 |
| Sonnet 5 | $0.00048 | $0.00048 |
| Haiku 4.5 | $0.00024 | $0.00024 |
Grade A, and why
ChainWeaver 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 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.
What it actually says
CLAUDE.md — ChainWeaver
This file is the entry point for Claude Code. All project context, architecture details, coding conventions, and guardrails are maintained in a single canonical source:
→ Read AGENTS.md before making any changes.
Path-scoped AGENTS.md files carry durable subsystem rules; the index in
AGENTS.md § 11 lists
them — read every one that applies to the paths you touch. The detailed
module inventory is docs/agent-context/module-map.md.
Quick invariants (also in AGENTS.md § Core invariants)
- No LLM calls in
executor.py— deterministic by design. - All exceptions inherit from
ChainWeaverError. - All public symbols exported in
chainweaver/__init__.py__all__. from __future__ import annotationsat the top of every module.- All new code must pass:
ruff check,ruff format --check,mypy,pytest.
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 · 20 lines · 242 tokens per session scan A 5865445bebd5
ChainWeaver CLAUDE.md is an instructions file published in the GitHub repository dgenio/ChainWeaver (6 stars, last pushed 4d ago), licensed Apache-2.0. It adds 242 tokens to every session, about $0.0012 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
maidan CLAUDE.md
Instructions for david-engelmann/maidan, covering agent guide, 30-second orientation, read order, the cluster model in one paragraph and pr workflow (the short version).
maidan AGENTS.md
Instructions for david-engelmann/maidan: If you are connecting to a Maidan server (not hacking on this Rust repo), start here.
helmdeck CLAUDE.md
Instructions for tosin2013/helmdeck, covering helmdeck and if the post is research-flavored, also update /research.
godcrm AGENTS.md
AGENTS.md instructions for Holetron-lab/godcrm, covering gitnexus — code intelligence, always do, never do, resources and cli.
technocore-chat AGENTS.md
AGENTS.md instructions for flop-labs/technocore-chat: CI runs exactly these — run them before pushing.
llm-context.py CLAUDE.md
Instructions for cyberchitta/llm-context.py, covering claude.md, working notes (gitignored) and draining the field notes.