mehmetbaykar/codex-docs-skill · Archived

codex-docs

>- Local mirror of OpenAI Codex product documentation (learn.chatgpt.com/docs): CLI, Cloud, web app, IDE extension, hooks, skills, plugins, MCP, subagents, AGENTS.md, prompts, rules, sandboxing, models, pricing, security, and configuration. Use whenever the user asks how Codex behaves, how to install or configure Codex, or what a Codex flag, slash command, or feature does (including informal phrasing such as "hooks", "--resume", "sandbox modes", "cloud environments"). Read this skill's referenc…

First seen May 15, 2026

Installation

$ npx skills add mehmetbaykar/codex-docs-skill --skill codex-docs

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Declared
Cursor Declared
Codex Declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 1
License LICENSE
Default branch main
Open issues 0
Status Archived

Skill metadata

Parsed from SKILL.md frontmatter.

Declared agents claude-code cursor codex

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 3,697 B
  • docs SUMMARY.md 745 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 35 installs

SKILL.md

Codex Docs

Local mirror of OpenAI Codex documentation, kept fresh by a 3-hour GitHub Action. The cleaned Markdown lives in references/; the auto-generated topic list lives in references/INDEX.md; the per-file manifest with upstream URLs lives in references/docs_manifest.json.

Scope

Use this skill for Codex-specific product and configuration questions, including CLI behavior, codex.toml, slash commands, Codex hooks, skills, MCP, subagents, AGENTS.md, prompts, sandboxing, cloud environments, models, pricing, security, migrations, and use-case recipes. If the question is about Claude Code hooks, Cursor, general OpenAI APIs, ChatGPT, GPT models, or another non-Codex product, this skill does not apply.

Workflow

  1. If the user supplied a topic, normalize it to a slug:

- lowercase, strip leading /docs/ or /codex/, strip surrounding slashes - join nested segments with (e.g. cli features -> clifeatures, agent-configuration agents-md -> agent-configuration__agents-md)

  1. If references/<slug>.md exists, read that file directly. Do NOT grep the

whole references/ tree first - the index plus targeted reads is faster and uses less context.

  1. If no exact match, read references/INDEX.md and pick the closest topic. If

still ambiguous, list the candidates and ask.

  1. If the user supplied no topic, read references/INDEX.md and present the available topics.

Answer format

  • Lead with a direct answer to the user's question grounded in the file you read.
  • Quote short snippets (commands, config keys) when they appear verbatim in the doc.
  • End with Source: <upstream URL> using the original_url from the file

frontmatter or references/docs_manifest.json.

Freshness and fallback

The mirror is refreshed every 3 hours by upstream CI, which fails rather than committing frozen content. If the local content looks stale, contradicted by the user, or empty:

  1. Suggest the user run npx skills update codex-docs.
  2. Check the file's entry in references/docs_manifest.json: a status of

stale means upstream could not be reached on the last run.

  1. Cross-check the canonical URL via original_url in

references/docs_manifest.json and offer it as a follow-up source.

  1. If a specific page failed MDX cleaning, the unmodified source is preserved at

references/_raw/<slug>.md -- read that as a fallback.

Examples

User asks Read
"How do Codex hooks work?" references/hooks.md
"What CLI flags and slash commands exist?" references/developer-commands.md
"What can I set in config.toml?" references/config-file__config-reference.md
"How do cloud environments work?" references/environments__cloud-environment.md
"How should I write AGENTS.md?" references/agent-configuration__agents-md.md
No topic or unclear topic references/INDEX.md