Agent-Workflow-Kit AGENTS.md

A set of AGENTS.md instructions for Agent-Workflow-Kit, a project that organizes rules, commands, agent roles, and work products for coding agents.

In plain words
What is it for?
It is for guiding Codex through planning, reviews, coding conventions, commit messages, and project-specific workflows.
Why use it?
It tells Codex which project files to read, which text commands to recognize, and which checks to run after changes.

Instructions file for CodexOpenCode

Install

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.

agentmods
npx agentmods add instructions/bita71/agent-workflow-kit/agents-md
Clone the repo
git clone --depth 1 https://github.com/Bita71/Agent-Workflow-Kit

Made for: Codex, OpenCode.

Per session 756 This file is loaded in full into every session.
When invoked 756 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured yesterday against content hash 0c08e5438f43, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

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.

AGENTS.md · 63 lines

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.

Read the full file on GitHub · 63 lines

Changes

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.

  1. yesterday First seen · 63 lines · 756 tokens per session scan A 0c08e5438f43

Subscribe to this mod's changes

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.