Skip to content

docs: correct Codex skill discovery path (.agents/skills/ not .codex/agents/)#95

Merged
breferrari merged 1 commit into
breferrari:mainfrom
agentwestergroup-blip:docs/codex-skills-path
Jun 1, 2026
Merged

docs: correct Codex skill discovery path (.agents/skills/ not .codex/agents/)#95
breferrari merged 1 commit into
breferrari:mainfrom
agentwestergroup-blip:docs/codex-skills-path

Conversation

@agentwestergroup-blip

Copy link
Copy Markdown
Contributor

Summary

Codex CLI moved to Skills in December 2025 (per the Skills launch). The current discovery path is .agents/skills/<name>/SKILL.md (directory-per-skill, frontmatter requires name and description) — not .codex/agents/ as currently documented.

Fixes the same paragraph in both AGENTS.md and GEMINI.md to keep multi-agent docs in sync.

What changed

Single paragraph in AGENTS.md + GEMINI.md:

  • Splits the previous one-liner into a bulleted list (Codex + Gemini)
  • Updates Codex CLI path from .codex/agents/ to .agents/skills/<name>/SKILL.md
  • Notes the directory-per-skill structure + minimum required frontmatter (name, description)
  • Adds links to OpenAI's Codex changelog + Skills docs as source of truth
  • Gemini bullet unchanged in meaning (kept claim conservative — only verified the Codex side)

Verification

  • Verified against Codex CLI v0.135.0 (2026-05-31)
  • Path confirmed in OpenAI Codex Skills docs
  • Discovery locations per docs: \$CWD/.agents/skills, \$REPO_ROOT/.agents/skills, \$HOME/.agents/skills, /etc/codex/skills
  • Practical confirmation: mirrored the obsidian-mind v6.1 vault's 9 subagents to .agents/skills/*/SKILL.md in a downstream instance — Codex 0.135.0 picked them up cleanly

Scope

Docs only — no code, no template structure, no .codex/ changes. The upstream .codex/agents/ directory doesn't actually exist (only .codex/hooks.json), so this is correcting an aspirational reference, not breaking anything in flight.

Test plan

  • Docs-only change — no scripts touched
  • Counts unchanged: still 9 subagents, no add/remove
  • Mirrors stay in sync: AGENTS.md + GEMINI.md updated identically

…/agents/)

OpenAI Codex CLI moved to Skills in Dec 2025 (per the Skills launch
changelog). The current discovery paths are .agents/skills/<name>/SKILL.md
(directory-per-skill, frontmatter requires `name` and `description`), not
the .codex/agents/ path referenced previously.

Verified against Codex CLI v0.135.0 + the official Codex Skills docs at
https://developers.openai.com/codex/skills. Mirrors the same fix to
GEMINI.md so both multi-agent entry points stay in sync.

No code or vault structure changes — documentation only.
@breferrari

Copy link
Copy Markdown
Owner

Thank you. Merging it.

@breferrari breferrari merged commit 608084a into breferrari:main Jun 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants