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/kantord/headson/claude-mdgit clone --depth 1 https://github.com/kantord/headsonWrote 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/kantord/headson/claude-md)<a href="https://agentmods.dev/instructions/kantord/headson/claude-md"><img src="https://agentmods.dev/badge/instructions/kantord/headson/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.01357 | $0.01357 |
| Opus 5 | $0.00678 | $0.00678 |
| Sonnet 5 | $0.00271 | $0.00271 |
| Haiku 4.5 | $0.00136 | $0.00136 |
Grade A, and why
headson 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.
How it starts
The opening of the file, as written. The whole thing — 42 lines — stays where its author put it; the contents beside it link to each section on GitHub.
headson — AGENTS Guide
This is a distilled, action-oriented guide for agents working on headson. Use it to keep changes aligned with how the tool is meant to behave.
Mission
headsonis a structure-aware head/tail for JSON, YAML, and text: given a byte/char/line budget, emit a compact preview that preserves tree shape and surfaces representative values (seeREADME.md).- Ships as a Rust CLI (
hson) and ABI3 Python bindings (headson.summarize(...)) so the same renderer can be embedded in shells, scripts, or notebooks.
Primary Surfaces to Mind
- CLI (
src/main.rs): Clap parser for budgets, format/template/style selection, color controls, compact/no-newline toggles, head/tail skew, multi-input filesets. Detects binaries viacontent_inspector; prints stdout preview and stderr notices. - Library (
src/lib.rs): Entryheadson(InputKind, RenderConfig, PriorityConfig, Budgets) -> String.InputKindcoversJson,Yaml,Text { mode }, and multi-fileFileset.TextModedistinguishes plain text vs. code-like (indent-aware, atomic lines). - Python bindings (
python/src/lib.rs,python/README.md):headson.summarizemirrors CLI knobs. Wheels viamaturin; parity tests intests_py/.
Core Pipeline (keep behaviors intact)
- Ingest (
src/ingest): Normalize intoJsonTreeArenawith flat node/child arrays + metadata for filesets and code-aware rendering. Formats:- JSON:
simd-json+ SerdeDeserializeSeedbuilder (ingest/formats/json) that can pre-sample arrays. - YAML:
yaml-rust2loader (ingest/formats/yaml) supporting multi-doc inputs (wrapped into arrays). - Text: heuristic builder (
ingest/formats/text) that treats lines independently or, inCodeLike, builds indentation trees, keeps lines atomic, and stores the full line list for highlighting. - Filesets:
ingest/fileset.rsmerges per-file arenas under a synthetic object root; remembers filenames for section headers. Callers supplyFilesetInputKindper file.
- JSON:
- Priority Ordering (
src/order):build_orderscores nodes so top-level structure survives tight budgets. Arrays bias head/mid/tail perPriorityConfig; objects keep key order; strings expand by grapheme (capped viamax_string_graphemes); filesets interleave round-robin; code-aware heuristics boost block-introducing lines and penalize blanks. - Budget Search (
src/pruner/budget.rs::find_largest_render_under_budgets): Binary-search for the largest “top K nodes” that fit bytes/chars/lines. Measurements disable colors and optional fileset headers for exact counts (fileset-tree budgets are measured directly from the tree render; scaffolding lines are only charged when headers are charged). Once best K is found, ancestors/topology are reinserted. CLI--debugre-renders without color and emits JSON traces viadebug::emit_render_debug. - Rendering (
src/serialization): Templates for strict JSON, pseudo (default), JS-with-comments (detailed), YAML, raw Text, and Code (line numbers + syntect highlight).Outwriter centralizes whitespace/newline/omission markers/colors/line-number gutters. Fileset helpers print section headers/summaries unless suppressed; omission markers vary by style.
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 · 42 lines · 1,357 tokens per session scan A 4335387f9a8e
headson CLAUDE.md is an instructions file published in the GitHub repository kantord/headson (253 stars, last pushed 1mo ago), licensed MIT. It adds 1,357 tokens to every session, about $0.0068 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 instructions, from other repositories
pygwalker CLAUDE.md
Instructions for Kanaries/pygwalker, covering claude.md and tl;dr for a coding agent.
json-difference AGENTS.md
Instructions for lukascivil/json-difference, covering general guidelines for working with nx, scaffolding & generators and when to use nxdocs.
ralph CLAUDE.md
Claude Code instructions for SantanderAI/ralph, covering ralph — instrucciones del proyecto and paridad bash ↔ powershell (importante).
claude-code-statusline CLAUDE.md
Instructions for glauberlima/claude-code-statusline, covering claude.md, project overview, development commands, testing and run all tests (unit + integration).
auto-uv-env AGENTS.md
Instructions for ashwch/auto-uv-env, covering agents.md - the auto-uv-env story, what this repo is, architecture diagrams, runtime activation flow and repository lifecycle.
kleosrules AGENTS.md
Instructions for kleosr/kleosrules, a project described as: Cursor harness pack: user rules, skills, Bash hooks, local HANDOFF memory. macOS, Linux, Windows (WSL).