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/kks0488/vibe-codex/agents-mdgit clone --depth 1 https://github.com/kks0488/vibe-codexWrote 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/kks0488/vibe-codex/agents-md)<a href="https://agentmods.dev/instructions/kks0488/vibe-codex/agents-md"><img src="https://agentmods.dev/badge/instructions/kks0488/vibe-codex/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.00454 | $0.00454 |
| Opus 5 | $0.00227 | $0.00227 |
| Sonnet 5 | $0.00091 | $0.00091 |
| Haiku 4.5 | $0.00045 | $0.00045 |
Grade A, and why
vibe-codex 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 3d 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
vibe-codex (Codex CLI)
This repo is Codex-first and keeps distributable skill sources under skills.
Repo conventions
- Keep
scripts/*.shandscripts/*.ps1feature-parity (same subcommands + flags). - Skills live in
skills/<skill>/SKILL.md(+ optionalagents/openai.yamlUI metadata + dependency hints; optional legacySKILL.json). Tip: keepagents/openai.yamlJSON-formatted (JSON ⊂ YAML) so doctor scripts can validate without extra deps. - Current OpenAI documentation lists
.agents/skillsfor local discovery. New installs should target.agents/skillsvia--agents; the rootskillsdirectory also supports plugin packaging. - For
SKILL.mdYAML frontmatter, keepname≤ 64,description≤ 1024, andmetadata.short-description≤ 1024. - When changing skills, keep
SKILL.md↔agents/openai.yaml(andSKILL.jsonif present) aligned and runbash scripts/doctor.sh. - Avoid creating backup folders inside any skills directory (Codex loads skills recursively and backups can become duplicate skills).
- Do not describe
vc teamsas Codex-native. It is a persistent mailbox companion; built-in Codex subagents perform actual in-session delegation. - Do not add guaranteed-success, infinite-retry, or never-ask instructions. Use bounded recovery and truthful blockers.
OpenAI docs
- Prefer the OpenAI Developer Docs MCP server when you need up-to-date OpenAI/Codex/API info.
- Setup:
vc mcp docs(orcodex mcp add openaiDeveloperDocs --url https://developers.openai.com/mcp)
- Setup:
Handy commands
- Diagnose:
bash scripts/doctor.sh(orpwsh scripts/doctor.ps1) - Install skills:
bash scripts/install-skills.sh [--agents](orpwsh scripts/install-skills.ps1 [--agents]) - MCP helpers:
vc mcp docs,vc mcp skills,vc mcp list
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.
- 3d ago First seen · 26 lines · 454 tokens per session scan A a73f36732739
vibe-codex AGENTS.md is an instructions file published in the GitHub repository kks0488/vibe-codex (11 stars, last pushed 20d ago), licensed MIT. It adds 454 tokens to every session, about $0.0023 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-30.
Other instructions, from other repositories
codexia AGENTS.md
Instructions for milisp/codexia, covering agents.md, project info, project tech, common commands and project structure.
CodexPotter AGENTS.md
Instructions for breezewish/CodexPotter, covering repository guidelines, workflow principles, engineering rules, core principles: simplicity & readability and better maintainability.
codex-howto AGENTS.md
Instructions for Phelan164/codex-howto, covering repository guidance, purpose, editing rules, validation and definition of done.
codex-docs AGENTS.md
Instructions for chenrui333/codex-docs, covering agents notes, scope, generated content boundaries, local workflow and validation expectations.
codex-status-bar AGENTS.md
Instructions for yuriipalam/codex-status-bar, covering repository instructions, engineering expectations, verification and release procedure.
ctxwise AGENTS.md
Instructions for FramY2/ctxwise, a project described as: CtxWise — see and control what Codex loads. Local-first context audit, profiles, drift detection, and honest token receipts.