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/pr1m8/haive/claude-mdgit clone --depth 1 https://github.com/pr1m8/haiveWrote 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/pr1m8/haive/claude-md)<a href="https://agentmods.dev/instructions/pr1m8/haive/claude-md"><img src="https://agentmods.dev/badge/instructions/pr1m8/haive/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.04711 | $0.04711 |
| Opus 5 | $0.02355 | $0.02355 |
| Sonnet 5 | $0.00942 | $0.00942 |
| Haiku 4.5 | $0.00471 | $0.00471 |
Grade A, and why
haive 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 — 536 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CLAUDE.md - Haive Agent Framework
Version: 5.0 Last Updated: 2026-04-06
Project Context
- Directory:
/home/will/Projects/haive - Branch:
final-refactor - Structure: Monorepo with Git submodules (7 packages)
- Core Rules:
- Always use
poetry runprefix for ALL Python commands - Real components only - NO MOCKS EVER in tests
- Always use explicit imports:
from haive.core.* - Be EXTREMELY careful with submodules - each is its own repo
- Always use
Guides & Documentation
Agent Design (NEW — 2026-04-06)
- @project_docs/guides/agent/AGENT_DESIGN_PATTERNS.md — How to build agents around BaseGraph, state schemas, SimpleAgent/ReactAgent/MultiAgent patterns, anti-patterns
- @project_docs/guides/agent/MULTIAGENT_STATE_DESIGN.md — Complex state schemas for multi-agent systems, sequential/parallel/conditional patterns
- @project_docs/guides/agent/CUSTOM_NODES_AND_GRAPHS.md — Custom nodes, graph patterns (branching, parallel, reflection loops), NodeConfig types
- @project_docs/guides/agent/MEMORY_AGENT_GUIDE.md — Memory + KG integration, Neo4j Cypher, store namespaces, docker-compose
- @project_docs/guides/agent/STATE_SCHEMA_NOTES.md — State flow research, engine injection fix, schema hierarchy
Architecture
- @project_docs/active/architecture/state_schema_engine_gap.md — How engines flow through state (FIXED)
- @project_docs/active/architecture/multi_agent_meta_agent_memory_hub.md — Multi-agent architecture decisions
- @project_docs/active/architecture/agent_as_tool_pattern.md — Agent-as-tool composition
- @project_docs/guides/TOOL_ROUTING_REFACTOR.md — Tool routing: pydantic_model vs pydantic_tool vs parse_output
Standards
- @project_docs/active/standards/coding/PYDANTIC_PATTERNS.md — Pydantic best practices
- @project_docs/active/standards/testing/philosophy.md — No-mocks testing
- @project_docs/active/standards/git/workflow.md — Git safety protocol
Quick Reference
Essential Imports
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 · 536 lines · 4,711 tokens per session scan A 3f68f221a693
haive CLAUDE.md is an instructions file published in the GitHub repository pr1m8/haive (23 stars, last pushed 4mo ago), licensed MIT. It adds 4,711 tokens to every session, about $0.0236 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
flock AGENTS.md
Instructions for Onelevenvy/flock, covering agents.md, project overview, build & development commands, rust backend and build the cli.
dawnai AGENTS.md
AGENTS.md instructions for cacheplane/dawnai, covering agents.md, what this is (and isn't), workspace map, definition of done and conventions.
daiv AGENTS.md
AGENTS.md instructions for srtab/daiv, covering agents.md, commands (verified), single test / pattern, translations and repo map (only what's non-obvious).
fullstack-langgraph-nextjs-agent CLAUDE.md
Instructions for agentailor/fullstack-langgraph-nextjs-agent, covering claude.md, essential development commands, setup (requires postgres and minio running), development and database.
fullstack-langgraph-nextjs-agent copilot-instructions.md
Instructions for agentailor/fullstack-langgraph-nextjs-agent, covering ai agent instructions, architecture overview, core agent system, data flow and essential development commands.
okf-agents AGENTS.md
Instructions for RonCodes88/okf-agents, covering agents.md — okf-agents, what this library does, install, public exports and patterns.