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/agents-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.00756 | $0.00756 |
| Opus 5 | $0.00378 | $0.00378 |
| Sonnet 5 | $0.00151 | $0.00151 |
| Haiku 4.5 | $0.00076 | $0.00076 |
Grade A, and why
Agent-Workflow-Kit 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 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.
How it starts
The opening of the file, as written. The whole thing — 63 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Codex Adapter
docs/ai is the source of truth for rules, skills, commands, agent roles, and
artifacts. Before working, read:
.agent-workflow-kit/config.conf— project settings, active profiles, model roles, check command, and base ref.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 explicitly none. Do not commit or push without an explicit request.
What Codex picks up
AGENTS.md— project instructions..agents/skills/*/SKILL.md— repo-scoped skills..codex/agents/*.toml— repo-scoped custom subagents..codex/config.toml— base Codex settings (sandbox, network).
Text triggers
Codex does not use the project slash commands in .claude/commands. When the user
writes a text trigger or invokes a skill via $..., run the matching workflow:
| Trigger | Workflow |
|---|---|
codex plan, $skill-plan |
docs/ai/commands/plan.md |
codex review, $skill-review-correctness |
docs/ai/commands/review-full.md |
codex choose-model, $skill-choose-model |
docs/ai/commands/choose-model.md |
codex ai-audit, $skill-ai-audit |
docs/ai/commands/ai-audit.md |
codex deps-audit, $skill-deps-audit |
docs/ai/commands/deps-audit.md |
codex learn, $skill-learn |
docs/ai/commands/learn.md |
If the user writes /review, treat it as a possible native Codex command, not a
project workflow. The project full review is orchestrated by a supported host via
review-full;
Codex performs the correctness/security passes inside it, per
docs/ai/skills/review-correctness.md and docs/ai/skills/review-security.md.
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 · 63 lines · 756 tokens per session scan A 0c08e5438f43
Agent-Workflow-Kit AGENTS.md is an instructions file published in the GitHub repository Bita71/Agent-Workflow-Kit (1 stars, last pushed 1mo ago), licensed MIT. It adds 756 tokens to every session, about $0.0038 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.