Codex skills catalog
Browse, filter, and install skills in minutes.
This page lists all available skills, their purpose, and how to use them in Codex CLI. Install by name or category and enable skills once to use them in your prompts.
npx codex-skills install-all
npx codex-skills install-category development
npx codex-skills install <skill-name>
codex --enable skills
How to use skills
- Install all skills (recommended for first-time setup) or pick a category/skill.
- Enable skills in Codex:
codex --enable skills. - Mention the skill name in your prompt to trigger it.
Global AGENTS.MD ledger (not a skill)
Codex can use a single ledger file that applies across projects. It lives at
~/.codex/AGENTS.MD (Codex home directory).
- Create it once with
npx codex-skills init-ledger. - At the start of each assistant turn, open it and refresh goal, constraints, decisions, and state.
- Update it when the goal, constraints, decisions, Done/Now/Next, or key tool outcomes change; keep it short and factual and mark unknowns as
UNCONFIRMED. - Include a brief "Ledger Snapshot" in replies (Goal + Now/Next + Open Questions); show the full ledger only when it changes or when asked.
Skills
Search by name, description, or category. Filter featured skills only.
Third-party skills
Some skills in this workspace are sourced from external repositories (for
example, steipete/agent-scripts). When copied, each skill
folder includes a LICENSE, an ATTRIBUTION.md,
and an Attribution section in SKILL.md. Related scripts live
in agent-scripts/ and include their own
LICENSE/ATTRIBUTION.md.
CLI essentials
npx codex-skills list— list all skills.npx codex-skills install-all— install everything.npx codex-skills install-agent-scripts— install shared agent scripts.npx codex-skills install <skill-name>— install one skill.npx codex-skills install-category <category>— install a category.npx codex-skills init-ledger— create a global AGENTS.MD ledger (not a skill).npx codex-skills verify <skill-name>— verify a local skill install.npx codex-skills help— full command reference.