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/ccdawn/codex-skills/agents-mdgit clone --depth 1 https://github.com/CCDawn/codex-skillsWhat 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.00627 | $0.00627 |
| Opus 5 | $0.00313 | $0.00313 |
| Sonnet 5 | $0.00125 | $0.00125 |
| Haiku 4.5 | $0.00063 | $0.00063 |
Grade A, and why
codex-skills 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 2d 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.
How it starts
The opening of the file, as written. The whole thing — 39 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENTS
This repository publishes local Codex skills. Treat slash-command behavior as a packaging problem first, not as a prompt-writing problem.
Repo rules
- One skill lives under
skills/<bucket>/<briefbound-skill-name>/. - The folder name must match the
namefield inSKILL.md. - When the catalog changes, update
README.md,README.zh-CN.md, the bucketREADME.md, and.claude-plugin/plugin.jsonin the same change. - The default install target is
~/.codex/skills/<briefbound-skill-name>. - The native Grok target is
~/.grok/skills/<briefbound-skill-name>with global activation in~/.grok/AGENTS.md. - Use
~/.agents/skills/<briefbound-skill-name>only when you explicitly need an extra local catalog copy. - Do not rely on symlinks or junctions as the default install shape.
Slash-command lessons learned
- Do not install the same skill into both
.codex/skillsand.agents/skillsunless the user explicitly wants both copies. Codex can show duplicate slash-command entries when both are present. - After changing a skill, inspect the installed live copy under
~/.codex/skills/<briefbound-skill-name>, not just the repo copy. A repo file and the live loaded file can drift. - After changing install metadata or
agents/openai.yaml, restart Codex and verify the slash-command entry in a fresh thread. - Keep
agents/openai.yamlaligned with the working pattern already used in this repo: a minimalinterface:block with a distinctivedisplay_name,short_description, anddefault_prompt. - If this repository is the active trusted workspace, its
.claude-plugin/plugin.jsoncan also influence visible skill entries. When debugging duplicates, check both installed global copies and the repo-local manifest.
Duplicate or missing slash-command checklist
- Check the live installed copy in
~/.codex/skills/<briefbound-skill-name>. - Check whether an extra
~/.agents/skills/<briefbound-skill-name>copy exists. - Check
agents/openai.yamlfor the live copy, not only the repo copy. - Check whether the current workspace is this repo and whether
.claude-plugin/plugin.jsonalso exposes the same skill. - Restart Codex before concluding that a metadata change failed.
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.
- 2d ago First seen · 39 lines · 627 tokens per session scan A d44f2cecb600
codex-skills AGENTS.md is an instructions file published in the GitHub repository CCDawn/codex-skills (4 stars, last pushed 20d ago), licensed MIT. It adds 627 tokens to every session, about $0.0031 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
superpowers-zh CLAUDE.md
Instructions for jnMetaCode/superpowers-zh, covering superpowers — 贡献者指南, 如果你是 ai agent, pull request 要求, 我们不会接受的内容 and 第三方依赖.
superpowers-zh GEMINI.md
Instructions for jnMetaCode/superpowers-zh, covering superpowers-zh 中文增强版, 核心规则, 可用 skills and 如何使用.
spec-kit-zh AGENTS.md
Instructions for loulanyue/spec-kit-zh, covering agents.md, about spec kit and specify, general practices, adding new agent support and current supported agents.
awesome-cursorrules-zh CLAUDE.md
Claude Code instructions for holtwood/awesome-cursorrules-zh, covering claude.md, 项目概述, 技术栈, 常用命令 and 目录结构.
awesome-cursorrules-zh AGENTS.md
AGENTS.md instructions for holtwood/awesome-cursorrules-zh, covering agents.md, 项目定位, 权威源, 技术栈 and 常用命令.
awesome-cursorrules-zh copilot-instructions.md
Copilot instructions for holtwood/awesome-cursorrules-zh, covering github copilot instructions, 项目概述, 技术栈, 代码规范 and 提交格式.