heimdall CLAUDE.md

heimdall CLAUDE.md is an instructions file for coding agents from randomittin/heimdall. It costs 3,373 tokens per session, scanned A, original, MIT.

A project instruction file that defines conventions for the Heimdall repository, including parallel work, planning files, commits, and quality checks.

In plain words
What is it for?
Use it when changing Heimdall code or documentation, especially when several files or independent tasks are involved.
Why use it?
It prevents missed parallel tasks, inconsistent changes, and pushes that have not passed the project's acceptance checks.

Instructions file

Install

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.

agentmods
npx agentmods add instructions/randomittin/heimdall/claude-md
Clone the repo
git clone --depth 1 https://github.com/randomittin/heimdall

Wrote 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.

agentmods badge for heimdall CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/randomittin/heimdall/claude-md.svg)](https://agentmods.dev/instructions/randomittin/heimdall/claude-md)
Your own site
<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>
Per session 3,373 This file is loaded in full into every session.
When invoked 3,373 The same file — it is already loaded in full.
Security scan A 1 finding. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 3d ago against content hash 54d85d3c4dc1, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

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)
CLAUDE.md · 198 lines

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 will SendMessage it — 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:, never name: (R13)
  • The PreToolUse Agent hook WARNS on name: (stderr, exit 0) — it does not block. Name one → you own its lifecycle: collect via SendMessage, close with TaskStop, sweep leaks with bin/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.

Read the full file on GitHub · 198 lines

Changes

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.

  1. 3d ago First seen · 198 lines · 3,373 tokens per session scan A 54d85d3c4dc1

Subscribe to this mod's changes

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.