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/bita71/agent-workflow-kit/claude-mdgit clone --depth 1 https://github.com/Bita71/Agent-Workflow-KitWhat 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.00435 | $0.00435 |
| Opus 5 | $0.00217 | $0.00217 |
| Sonnet 5 | $0.00087 | $0.00087 |
| Haiku 4.5 | $0.00044 | $0.00044 |
Grade A, and why
Agent-Workflow-Kit 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 yesterday.
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
Claude Adapter
docs/ai is the source of truth for this project. Before working, read:
.agent-workflow-kit/config.conf— project settings and active profiles.docs/ai/README.md— map of the AI surface.docs/ai/rules/project.md— tool-agnostic invariants.docs/ai/rules/coding-rules.md— this stack's conventions.docs/ai/rules/commit-message.md— Conventional Commits.
<check> means CHECK_COMMAND from the config. Run it after substantive changes
unless it is none. Do not commit or push without an explicit request.
Claude's role
Claude is the primary builder and design reviewer, and the orchestrator for the full pipeline.
Workflows (slash commands in .claude/commands/, each pointing into docs/ai):
/symphony— drive the whole task through the pipeline./build— implement a task./codex-plan— orchestrate planning through Codex./review-full— parallel correctness/security + design review./review-design— design review only./choose-model— recommend a model/effort./learn— propose durable repo improvements./ai-audit,/deps-audit,/apply-worktree.
Rules
- For implementation, follow
docs/ai/agents/build.mdanddocs/ai/skills/build.md. - For design review, follow
docs/ai/agents/review-design.md. - Do not plan by hand: planning is Codex's job — orchestrate it via
/codex-plan. - Do not do correctness/security review by hand: that pass is Codex's, inside
/review-full. - Take Codex/Claude CLI invocations only from
docs/ai/agents/cli.md— do not invent flags. - Run the configured
CHECK_COMMANDafter substantive changes. - Do not commit or push without an explicit request.
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.
- yesterday First seen · 42 lines · 435 tokens per session scan A 9b35c59c4b1f
Agent-Workflow-Kit CLAUDE.md is an instructions file published in the GitHub repository Bita71/Agent-Workflow-Kit (1 stars, last pushed 1mo ago), licensed MIT. It adds 435 tokens to every session, about $0.0022 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
mancode AGENTS.md
AGENTS.md instructions for whitelonng/mancode, covering agents.md, 命令, 模块路由, 变更约束 and mancode bootstrap.
agents AGENTS.md
Instructions for scarletkc/agents, covering agent guidelines, environment, engineering principles, code style and testing.
codex-manager AGENTS.md
Instructions for ewsun22/codex-manager, covering codex manager 项目指令, 产品边界, 隐私与安全, 工程规则 and 开源文档与发布流程.
awesome-grok-build AGENTS.md
Instructions for DominikTobureto/awesome-grok-build, covering agents.md, mission, operating principles, source policy and file conventions.
vibe-coding-repository-standard AGENTS.md
Instructions for cz1993/vibe-coding-repository-standard, covering vcrs repository instructions, purpose, communication, change discipline and privacy and safety.
anchor copilot-instructions.md
Instructions for peva3/anchor, covering github copilot instructions, required reading, critical rules, prohibited actions and project structure.