Org Skills
How to use it

Use the catalog in Codex

Codex reads the Agent Skills format, so all 57 skills install and load automatically. Agents, instructions and MCP servers are Copilot/Claude-specific — the section below says what to do instead.

What works here

Support in Codex

KindSupported
Skills All 57, loaded automatically
Agents Not supported — run the skill directly
Instructions Not supported — use AGENTS.md
MCP servers Configure Codex’s own MCP support directly
Install

Run these once, in your project

Node.js 20 or newer. Every command is safe to re-run — it overwrites what it installed before.

  1. 1Skills for your stack
    npx skills add AGCO-Global/org-skills -a codex

    Interactive picker. Add --skill <name> … to choose up front, or -g for every project.

  2. 2See what is available first
    npx skills add AGCO-Global/org-skills --list

    Prints every skill in the catalog with its description.

Where files land

What gets written to your repo

KindPath
Skills.agents/skills/ (some CLI versions use .codex/skills/) — the installer prints the exact path it wrote to. Add -g for the user-level equivalent.
IndexAGENTS.md at the repo root lists every skill and its path
Day to day

Using it once it is installed

Skills fire on their own

Ask normally. The skill whose description matches your request loads itself.

No agent picker — ask for the job

Instead of choosing a "code reviewer" agent, ask for a review of your changes; the matching *-code-review skill loads.

AGENTS.md is the fallback

It is generated from the catalog and lists every skill with a one-line description and path, so Codex can open the right SKILL.md even without skill support.

Worth knowing

Gotchas

Agents and instructions do not install here

They target Copilot and Claude Code. The knowledge in them lives in the skills, which do work — an agent is mostly a workflow wrapper around skills.

Pull updates deliberately

Re-run the install command to pick up catalog changes; installed skills are copies, not links.

Next

Pick the skills for your stack

npx skills add AGCO-Global/org-skills