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/randomittin/heimdall/claude-mdgit clone --depth 1 https://github.com/randomittin/heimdallWrote 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/randomittin/heimdall/claude-md)<a href="https://agentmods.dev/instructions/randomittin/heimdall/claude-md"><img src="https://agentmods.dev/badge/instructions/randomittin/heimdall/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.03373 | $0.03373 |
| Opus 5 | $0.01687 | $0.01687 |
| Sonnet 5 | $0.00675 | $0.00675 |
| Haiku 4.5 | $0.00337 | $0.00337 |
Grade A, and why
heimdall 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 3d 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.
- Acceptance criteria must be runnable (grep, curl, test commands) How it starts
The opening of the file, as written. The whole thing — 198 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Project Conventions (managed by heimdall)
Parallelism (MANDATORY)
- 2+ independent tool calls → send ALL in ONE message (batch Read, Write, Edit, Bash)
- 2+ independent tasks → spawn ALL agents in ONE message with
run_in_background: true - Task touches 2+ independent files → one agent per file, ALL spawned together
- NEVER: spawn agent → wait → spawn another agent for independent work
- NEVER: read file → read next file → read next file (batch all reads in one message)
- NEVER: pass
name:to Agent unless you willSendMessageit —name:→ mailbox-resident agent, never self-terminates, never returns a result (measured 0/43 named completed vs 59/66 unnamed) - Identify a spawn's work via
description:, nevername:(R13) - The
PreToolUseAgenthook WARNS onname:(stderr, exit 0) — it does not block. Name one → you own its lifecycle: collect viaSendMessage, close withTaskStop, sweep leaks withbin/heimdall-agents orphans
Rules
- All code, configs, docs go in this project directory
- Planning state lives in
.planning/(human-readable, git-committed) - Each completed task = one atomic git commit
- Acceptance criteria must be runnable (grep, curl, test commands)
Commit attribution
Every commit produced through hmd carries:
Co-Authored-By: runhmd <[email protected]>
hmd is the constant identity — the model underneath varies (Claude today,
something else tomorrow, a different tool on a teammate's machine) and none of
that changes who gated the work. The trailer records the layer that held the
line, not the one that typed. Rendered through the real runhmd GitHub machine
account (id 318965969) rather than a plain-text address, so it links: see
"GitHub account, not a plain-text address" below. The display name is runhmd,
not hmd — only the email drives GitHub's account match, so the name is purely
cosmetic, but matching it to the account's actual login means nobody reading
history has to wonder why the visible name and the linked handle disagree.
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.
- 3d ago First seen · 198 lines · 3,373 tokens per session scan A 54d85d3c4dc1
heimdall CLAUDE.md is an instructions file published in the GitHub repository randomittin/heimdall (5 stars, last pushed 13d ago), licensed MIT. It adds 3,373 tokens to every session, about $0.0169 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
pdlc-skills CLAUDE.md
Instructions for kanfu-panda/pdlc-skills, covering claude.md, repository purpose, repository layout, sub-skill naming and common commands.
plan-forge database.instructions.md
Database patterns for .NET — Dapper/EF Core, parameterized queries, migration strategy.
AmbyKit CLAUDE.md
Instructions for ambystechcom/AmbyKit, covering claude code — notes for the ambykit repo and claude-specific.
nextjs-skills CLAUDE.md
Instructions for mohamed-hossam1/nextjs-skills: All contribution rules — style, naming, file layout, verification — live in AGENTS.md. Read that first.
gandalf CLAUDE.md
Instructions for sebacaro/gandalf, covering gandalf — cli para spec driven development, comandos, activar entorno, ejecutar directamente and o con gandalf global (después de install.sh).
TeemAI AGENTS.md
Instructions for korbinjoe/TeemAI, a project described as: The GUI for Claude Code, Codex, and your CLI fleet — every session in one place, your attention back, agents with real roles.