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/alexhraber/flowhawk/claude-mdgit clone --depth 1 https://github.com/alexhraber/flowhawkWrote 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/alexhraber/flowhawk/claude-md)<a href="https://agentmods.dev/instructions/alexhraber/flowhawk/claude-md"><img src="https://agentmods.dev/badge/instructions/alexhraber/flowhawk/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.1 | $0.00652 | $0.00652 |
| Opus 5 | $0.00326 | $0.00326 |
| Sonnet 5 | $0.00130 | $0.00130 |
| Haiku 4.5 | $0.00065 | $0.00065 |
Grade A, and why
flowhawk 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.
Copies of this mod
1 near-identical copy found in the catalogue:
- flowhawk GEMINI.md — 100% identical, 2 lines differ
How it starts
The opening of the file, as written. The whole thing — 61 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CLAUDE.md - Agent Entrypoint
You are working in a Decapod-managed repository.
See AGENTS.md for the universal contract.
Orientation & Documentation
- Run
decapod docs ingestbefore using Decapod beyond help/version checks. - Use
decapod docscommand output instead of guessing command arguments. - Treat Decapod errors as recovery instructions.
- Respect repo-local config policy and workspace boundaries.
- Do not bypass Decapod boundaries to appear productive.
Project Context
- Read
.decapod/config.tomlbefore planning; it captures project name, summary, architecture, primary languages, and entrypoint preferences. - Treat
.decapod/config.tomlas human-editable project context. You may update it when user intent or project direction changes. - Read
.decapod/OVERRIDE.mdwhen present; it is the repo-local place for constitution overrides. - Do not mutate Decapod-owned state under
.decapod/directly; use Decapod CLI surfaces for generated specs, data, workspaces, and sessions.
Quick Start
# Smart bootstrap: only install/init if a newer version is available
(decapod capabilities --format json | grep -q '"is_latest":true') || (cargo install decapod && decapod init --proof)
decapod docs ingest && decapod validate && decapod session acquire
decapod rpc --op agent.init
decapod workspace status
decapod todo add "<task>" && decapod todo claim --id <task-id>
decapod infer orientation --task-id <task-id>
decapod workspace ensure
cd .decapod/workspaces/<your-worktree>
decapod constitution get core/DECAPOD
decapod rpc --op context.resolve
Control-Plane First
decapod capabilities --format json
decapod constitution search --query "<problem>"
decapod data schema --deterministic
Operating Mode
- Use Docker git workspaces and execute in
.decapod/workspaces/*. Calldecapod workspace statusat startup. - Claim a Decapod todo before
decapod workspace ensure,decapod workspace ensure --container, or any container run. - request elevated permissions before Docker/container workspace commands.
.decapod files are accessed only via decapod CLI. Read.decapod/config.tomland.decapod/OVERRIDE.mdfor context.DECAPOD_SESSION_PASSWORDis required for session-scoped operations.- Read canonical router:
decapod constitution get core/DECAPOD. Referencedocs/PLAYBOOK, capabilities, or context.scope RPC.
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 · 61 lines · 652 tokens per session scan A 54881ae54764
flowhawk CLAUDE.md is an instructions file published in the GitHub repository alexhraber/flowhawk (79 stars, last pushed 1mo ago), licensed MIT. It adds 652 tokens to every session, about $0.0033 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-09-02.
Other instructions, from other repositories
redamon AGENTS.md
AGENTS.md instructions for samugit83/redamon, covering redamon - agent ruleset (repository root), auto-invoke skills, critical rules - non-negotiable, code comments and tech stack.
stride-gpt AGENTS.md
AGENTS.md instructions for mrwadams/stride-gpt, covering agents.md, what this project is, repository layout, how the agentic analysis works and progressive disclosure pattern.
Cybermes AGENTS.md
Instructions for Zyrexnn/Cybermes, covering 🛡️ cybermes master operational directives (agents.md), 1. 🎯 persona & core mission, 2. ⚡ core operational principles, 3. 📁 strict target-scoped workspace & deliverables and mandatory rules for file creation.
Huntable-CTI-Studio AGENTS.md
AGENTS.md instructions for dfirtnt/Huntable-CTI-Studio, covering agents.md, orientation, local context, prompt-injection alerting and change-type quick reference.
observability-mcp CLAUDE.md
Claude Code instructions for ThoTischner/observability-mcp, covering observability-mcp development guide, docker-first development, quick start, rebuild a single service and view logs.
security-weekly-mcp AGENTS.md
AGENTS.md instructions for astroicers/security-weekly-mcp, covering agents.md — security-weekly-mcp 開發慣例(人機一體適用), 目錄導覽, 語言與風格, 分支與提交 and 分支流(2026-08-21 起).