Codex-Skills AGENTS.md

Codex-Skills AGENTS.md is an instructions file for Codex, OpenCode from TheGoat395/Codex-Skills. It costs 294 tokens per session, scanned A, original, MIT.

Repository instructions for Codex-Skills, a public library of reusable coding-agent skills. They describe how agents should inspect, change, test, and document the repository.

In plain words
What is it for?
Use them when editing skills, scripts, documentation, workflows, or release files in the Codex-Skills repository. They also guide validation, dry runs, compilation checks, and Git review.
Why use it?
They reduce accidental changes and unsupported claims by defining required checks, evidence rules, and change boundaries.

Instructions file for CodexOpenCode

Written for Codex and OpenCode: the file is AGENTS.md. Also seen: mentions Codex.

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/thegoat395/codex-skills/agents-md
Clone the repo
git clone --depth 1 https://github.com/TheGoat395/Codex-Skills

Made for: Codex, OpenCode.

Wrote 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.

agentmods badge for Codex-Skills AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/thegoat395/codex-skills/agents-md.svg)](https://agentmods.dev/instructions/thegoat395/codex-skills/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/thegoat395/codex-skills/agents-md"><img src="https://agentmods.dev/badge/instructions/thegoat395/codex-skills/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 294 This file is loaded in full into every session.
When invoked 294 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.1 $0.00294 $0.00294
Opus 5 $0.00147 $0.00147
Sonnet 5 $0.00059 $0.00059
Haiku 4.5 $0.00029 $0.00029

Measured 6d ago against content hash 67164b357c00, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

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 6d 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.

AGENTS.md · 33 lines

What it actually says

Repository Operating Notes

Codex-Skills is a public, Codex-first Agent Skills library. Keep the public core curated, installable, inspectable, and honest about evidence.

Required Checks

Before a release or pull request that changes skills, collections, scripts, docs, or workflows, run:

python3 scripts/validate_skills.py
python3 scripts/install_skills.py --list-collections
python3 scripts/install_skills.py --dry-run
python3 -m py_compile scripts/*.py
git diff --check

Regenerate manifest.json and SKILL_INVENTORY.md when skill folders change.

Evidence Rules

  • Label measured results, estimates, owner-only GitHub metrics, and derived calculations separately.
  • Never invent users, forks, issues, benchmark results, testimonials, or adoption claims.
  • Preserve the exact prompt, outputs, commands, and limitations for paired benchmarks.
  • Do not present fictional values inside a demo mockup as repository telemetry.
  • Treat browser, accessibility, performance, and security checks as unperformed until they actually run.

Change Hygiene

  • Inspect the worktree before editing and use a branch for risky changes.
  • Keep installer behavior explicit and preserve dry-run and backup-on-replace safeguards.
  • Do not add secrets, private paths, credentials, generated caches, or machine-specific state.
  • Prefer focused changes that improve usefulness, safety, reproducibility, or documentation.
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. 6d ago First seen · 33 lines · 294 tokens per session scan A 67164b357c00

Subscribe to this mod's changes

Codex-Skills AGENTS.md is an instructions file published in the GitHub repository TheGoat395/Codex-Skills (121 stars, last pushed 4d ago), licensed MIT. It adds 294 tokens to every session, about $0.0015 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.