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/wxk995/agent-kb-template/agents-mdgit clone --depth 1 https://github.com/wxk995/agent-kb-templateWrote 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/wxk995/agent-kb-template/agents-md)<a href="https://agentmods.dev/instructions/wxk995/agent-kb-template/agents-md"><img src="https://agentmods.dev/badge/instructions/wxk995/agent-kb-template/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.00588 | $0.00588 |
| Opus 5 | $0.00294 | $0.00294 |
| Sonnet 5 | $0.00118 | $0.00118 |
| Haiku 4.5 | $0.00059 | $0.00059 |
Grade A, and why
agent-kb-template AGENTS.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.
What it actually says
AGENTS.md
以下规则由用户制定和维护。任何修改须经本人确认。
本仓库是项目共用的 Agent 工作记忆仓库。任何 Agent 在本仓库内工作时,先读本文件,再按热入口继续。
启动链路
默认热入口顺序:
AGENTS.mdworkspace-index.mdglobal/agent-rules/agent.mdprojects/<project>/quick-start.mdprojects/<project>/00-current-state.md
开工前用一句话确认:已读文件、任务、状态、下一步、禁止事项、不能重复犯的错误。
工作流路由
遇到操作类任务时先读 workflows/README.md,不要自己猜流程。
常用入口:新读者 01-new-reader;新项目 02-new-project;新对话 03-start-agent-session;更新知识 04-update-knowledge;收口 05-closeout;瘦身 06-prune-knowledge;自检 07-agent-review。
必读触发
- 涉及总结、说明、方案、对外分享、知识库规则、判断取舍或"我的风格"时,先读
global/profile.md;画像只作偏好参考,不伪装用户。 - 遇到报错、bug、异常、技术方案、受保护文件、关键配置,或用户提到"之前/又出现/上次"时,先查
global/experience-index.md→ 对应经验文件,再分析。 - 回答上述问题时先写回执:
旧方案检索:已查 global/experience-index.md,命中:... / 未命中,自行分析如下。
协作边界
默认角色由用户指定;同一批文件同一时间只允许一个 Agent 写入。多 Agent 文件化协作不是默认流程,仅在用户明确启用后使用。
硬规则
- 写知识库前列出文件清单和原因,等用户确认。
- 未经用户明确要求,不提交代码、推送或创建 PR。
- 受保护文件以项目
project-rules.md为准。 - 完成声明前运行验证并说明结果;测试完成后删除临时内容。
- 外部工具不进默认流程;
archive/只作历史追溯。
知识库维护
分层、升级和瘦身见 standards/governance.md;重要事实写 Markdown,不留聊天。热状态优先写 projects/<project>/00-current-state.md,长期规则沉淀到 standards/。
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 · 44 lines · 588 tokens per session scan A b46572afd250
agent-kb-template AGENTS.md is an instructions file published in the GitHub repository wxk995/agent-kb-template (6 stars, last pushed 19d ago), licensed MIT. It adds 588 tokens to every session, about $0.0029 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-31.
Other instructions, from other repositories
vespertide AGENTS.md
AGENTS.md instructions for dev-five-git/vespertide, covering vespertide knowledge base, structure, where to look, data flow and conventions.
aeon CLAUDE.md
Instructions for aeonfun/aeon, covering aeon, how aeon works, strategy, voice and soul file hierarchy (read in this order).
mcp-structured-memory CLAUDE.md
Claude Code instructions for nmeierpolys/mcp-structured-memory, a project described as: Structured Memory MCP Server.
inkwell-memory CLAUDE.md
Instructions for veronchenko/inkwell-memory, covering claude.md — inkwellmemory, layout, multi-tenant mode (inkwellmultitenant=1), conventions and testing.
RNR-Enhanced-Cognee AGENTS.md
AGENTS.md instructions for vincentspereira/RNR-Enhanced-Cognee, covering rnr enhanced cognee implementation for codex, critical requirements, 1. ascii-only output (no unicode encoding), 2. dynamic categories (no hardcoded categories) and 3. standard memory mcp interface.
memory-mcp-1file AGENTS.md
Instructions for pomazanbohdan/memory-mcp-1file, covering ⛔ l0 invariants (never violate under any circumstance), detection heuristic, 🔀 phase transition routing (⛔ blocking), gate-0: phase identification & loading and 🧾 proof-of-load requirement (critical).