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/faizkhairi/claude-code-blueprint/agents-mdgit clone --depth 1 https://github.com/faizkhairi/claude-code-blueprintWrote 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/faizkhairi/claude-code-blueprint/agents-md)<a href="https://agentmods.dev/instructions/faizkhairi/claude-code-blueprint/agents-md"><img src="https://agentmods.dev/badge/instructions/faizkhairi/claude-code-blueprint/agents-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.01135 | $0.01135 |
| Opus 5 | $0.00567 | $0.00567 |
| Sonnet 5 | $0.00227 | $0.00227 |
| Haiku 4.5 | $0.00113 | $0.00113 |
Grade A, and why
claude-code-blueprint AGENTS.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 5d 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.
| `SETUP.md` | Install paths (curl, setup.sh, manual) | How it starts
The opening of the file, as written. The whole thing — 68 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENTS.md: Repository Orientation for AI Assistants
You are an AI assistant (Claude, Cursor, Codex, Gemini, or other) helping a user who has this repo open. This file gives you a fast, accurate read on what this repo IS, what it ISN'T, and how to help the user.
What this repo is
A library of ready-to-copy files (CLAUDE.md, hooks, agents, skills, rules) that a developer mixes into their own project to make Claude Code more reliable and consistent. It is not software to install: there is no package, no binary, no npm install.
The user typically does one of three things:
- Copy
CLAUDE.mdonly (60-second adoption): gets 4 behavioral rules - Run
./setup.sh --preset=standard: copies hooks + settings + rules + opt-in memory - Fork and adapt: clone, edit, commit shared config to their team
What this repo is NOT
- A Claude Code plugin (Claude Code has no plugin system in that sense)
- A framework or library to import
- A working application
- Software the user runs in this directory (running Claude Code inside this repo causes it to read this blueprint's CLAUDE.md instead of the user's project rules; a common newcomer mistake)
Repository layout
| Path | Purpose |
|---|---|
README.md |
Entry point for humans |
AGENTS.md |
This file: entry point for AI assistants |
CLAUDE.md |
The "hero file": the user copies this to ~/.claude/CLAUDE.md (global, applies to every project) |
GETTING-STARTED.md |
Beginner walkthrough |
SETUP.md |
Install paths (curl, setup.sh, manual) |
FAQ.md |
Common questions |
TROUBLESHOOTING.md |
Common errors and fixes |
setup.sh |
Interactive installer |
agents/ |
12 reusable agent templates the user can drop into ~/.claude/agents/ |
skills/ |
19 reusable skill templates for ~/.claude/skills/ |
hooks/ |
15 hook scripts for ~/.claude/hooks/ (plus test-hooks.sh, the local test harness; not deployed) |
rules/ |
6 example rule files for ~/.claude/rules/ |
examples/ |
Reference settings.json template (framework-agnostic) |
memory/ |
Built-in memory system: enabled via setup.sh (Y/n), git-ignored by default for privacy |
docs/ |
Deep reference docs (architecture, benchmarks, settings, etc.) |
i18n/ |
Translated READMEs (ja, ko, zh) |
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.
- 5d ago First seen · 68 lines · 1,135 tokens per session scan A 60fb213d9240
claude-code-blueprint AGENTS.md is an instructions file published in the GitHub repository faizkhairi/claude-code-blueprint (70 stars, last pushed 24d ago), licensed MIT. It adds 1,135 tokens to every session, about $0.0057 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-30.
Other instructions, from other repositories
superpowers-zh CLAUDE.md
Claude Code instructions for jnMetaCode/superpowers-zh, covering superpowers — 贡献者指南, 如果你是 ai agent, pull request 要求, 我们不会接受的内容 and 第三方依赖.
codedb AGENTS.md
AGENTS.md instructions for justrach/codedb, covering codedb agent guidelines, what codedb is (and isn't), review guidelines, pre-merge verification and security-sensitive areas.
spec-kit-zh AGENTS.md
AGENTS.md instructions for loulanyue/spec-kit-zh, covering agents.md, about spec kit and specify, general practices, adding new agent support and current supported agents.
Meta_Kim CLAUDE.md
Claude Code instructions for KimYx0207/Meta_Kim, covering metakim for claude code, fast read, what this repository is, claude code's role and canonical vs runtime files.
nopua AGENTS.md
Instructions for wuji-labs/nopua, covering nopua · codex 入仓规则, 一 · 项目定位, 二 · 起手必读, 三 · 工程与研究纪律 and 四 · 对外署名.
decantr CLAUDE.md
Instructions for decantr-ai/decantr, covering claude.md -- decantr, project, packages, apps and terminology.