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/aixlehq/flow/claude-mdgit clone --depth 1 https://github.com/AixleHQ/flowWrote 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/aixlehq/flow/claude-md)<a href="https://agentmods.dev/instructions/aixlehq/flow/claude-md"><img src="https://agentmods.dev/badge/instructions/aixlehq/flow/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.00997 | $0.00997 |
| Opus 5 | $0.00498 | $0.00498 |
| Sonnet 5 | $0.00199 | $0.00199 |
| Haiku 4.5 | $0.00100 | $0.00100 |
Grade A, and why
flow 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 — 79 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CLAUDE.md
Guidance for AI agents working in this repository.
Documentation index
docs/index.md is the index of all architecture/design/research docs. Whenever you
add, remove, or move a document under docs/, update docs/index.md in the same change.
Before pushing a branch or opening/updating a PR
before push final results to repo - run the full check suite in Docker first, and only push once it is green:
docker compose exec -T web make check_all
check_all mirrors CI in a single pass and never short-circuits — it captures
each result and prints a summary of all failures:
- Backend:
rails test,rubocop,brakeman - Frontend:
eslint,typescript(tsc),vitest
(CI splits this into be_check_all + fe_check_all; check_all covers both
locally.) Don't push a branch or open/update a PR until check_all is green —
it catches what a partial, hand-picked test run misses.
Docker is required
NEVER run ruby, bundle, rails, rake, or any gem/node-dependent command directly on the host.
This rule applies to Claude itself AND to every subagent Claude spawns — include it explicitly in every subagent prompt.
Rails, tests, and migrations run only inside the web container — the host
has no bundled gems, and its node_modules is Linux-built (native bindings fail
on the host). If the container isn't running: docker compose up -d.
- Backend tests:
docker compose exec -T web bin/rails test <files> - Frontend tests:
docker compose exec -T web ./node_modules/.bin/vitest run <files>(npxis not on the container PATH) - Full suite before push:
docker compose exec -T web make check_all
Never run two backend test invocations at the same time (including from another
agent session or a git worktree that shares a Postgres — overlapping runs corrupt
each other's aixle_test and the per-worker databases). make-driven runs are
flock-serialized; direct bin/rails test runs are not — check nothing else is
running first.
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 · 79 lines · 997 tokens per session scan A 75c42bdda8d3
flow CLAUDE.md is an instructions file published in the GitHub repository AixleHQ/flow (15 stars, last pushed 4d ago), licensed Apache-2.0. It adds 997 tokens to every session, about $0.0050 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
CodeWhale CLAUDE.md
Claude Code instructions for Hmbown/CodeWhale, a project described as: Open-source coding agent for your terminal, built in Rust and on a journey of continuous community improvement. Issues and PRs welcome.
alook AGENTS.md
AGENTS.md instructions for alookai/alook, covering alook, navigation, must, release — unified version bump and e2e ui (browser tests).
alook CLAUDE.md
Claude Code instructions for alookai/alook, a project described as: Rooms for people and agents.
scramjet CLAUDE.md
Instructions for LeanAndMean/scramjet, covering claude.md, repository structure, commands, local development and formatting.
sail CLAUDE.md
Instructions for standardapplied/sail, covering claude.md, why sail exists, tech stack, infrastructure inside containers and conventions.
psyche-build AGENTS.md
Instructions for OpenCoven/psyche-build, covering psyche build agent guide, repository role, planning and evidence contract, canonical routing and deterministic entrypoints.