/ Skills Catalog

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.

Easiest start npx codex-skills install-all
Install a category npx codex-skills install-category development
Install one skill npx codex-skills install <skill-name>
Enable skills codex --enable skills

How to use skills

  1. Install all skills (recommended for first-time setup) or pick a category/skill.
  2. Enable skills in Codex: codex --enable skills.
  3. 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).

  1. Create it once with npx codex-skills init-ledger.
  2. At the start of each assistant turn, open it and refresh goal, constraints, decisions, and state.
  3. 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.
  4. 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.

Total skills 0
Showing 0

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.

Need help?

Check the README for full CLI instructions.