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/micromilo/awesome-claude-code-codex-papers/agents-mdgit clone --depth 1 https://github.com/MicroMilo/awesome-claude-code-codex-papersWhat 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.00244 | $0.00244 |
| Opus 5 | $0.00122 | $0.00122 |
| Sonnet 5 | $0.00049 | $0.00049 |
| Haiku 4.5 | $0.00024 | $0.00024 |
Grade A, and why
awesome-claude-code-codex-papers 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.
What it actually says
Repository instructions
Source of truth
- Edit
data/papers.yaml; do not hand-edit generated README stats,data/papers.json,website/data/catalog.json,papers/*.md, orviews/*.md. - Update
data/schema.jsonanddocs/taxonomy.mdtogether when adding fields, products, statuses, or method tags. - A product mention means the complete agent or harness, not merely a model from the same vendor.
Evidence rules
- Prefer official proceedings, DOI, OpenReview, arXiv, and author-maintained artifacts.
- Record paper claims as claims; do not silently convert them into universal conclusions.
- Use
unknownwhen model or budget parity is not established. - Keep direct, related, evaluation-only, and historical entries separate.
- Never commit paper PDFs.
Commands
python -m pip install -r requirements-dev.txt
make build
make check
npm --prefix website install
make site-check
Run make build after catalog edits and include all generated changes in the same commit.
The website reads the generated website/data/catalog.json; never maintain a second paper list in the frontend.
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 · 29 lines · 244 tokens per session scan A d254039cd373
awesome-claude-code-codex-papers AGENTS.md is an instructions file published in the GitHub repository MicroMilo/awesome-claude-code-codex-papers (2 stars, last pushed 8d ago), licensed MIT. It adds 244 tokens to every session, about $0.0012 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
awesome-loop-engineering AGENTS.md
Instructions for ChaoYue0307/awesome-loop-engineering, covering repository guidance for ai agents, scope, editing rules, commit identity rule and entry format.
awesome-go AGENTS.md
AGENTS.md instructions for avelino/awesome-go, covering awesome-go · llm contribution guide, project snapshot, when modifying the awesome list, coding guidelines and testing & validation.
helmor AGENTS.md
Instructions for dohooo/helmor, covering agents.md, what is helmor, commands, architecture and three-process model.
autoharness AGENTS.md
Instructions for tigerless-labs/autoharness: This repo uses Open Knowledge — collaborative markdown via MCP. .open-knowledge/config.yml (with optional /.open-knowledge/config.yml; CLI/env may override) is the path contract: content.dir is the root for relative paths; content.include lists globs that add markdown…
matt-skills-with-to-goal CLAUDE.md
Instructions for tt-a1i/matt-skills-with-to-goal: Skills are organized into bucket folders under skills/.
ephemeral-sandbox CLAUDE.md
Instructions for Ephemeral-AI-Lab/ephemeral-sandbox, covering claude.md, project, engineering practice (required), build & test and sandbox tools.