docs-sync
Analyze main branch implementation and configuration to find missing, incorrect, or outdated documentation in docs/. Use when asked to audit doc coverage, sync docs with code, or propose doc updates/structure changes. Only update English docs under docs/** and never touch translated docs under docs/ja, docs/ko, or docs/zh. Provide a report and ask for approval before editing docs.
Install
Install this Claude and Codex skill with the command below. The command stays visible even when copy support is unavailable.
git clone https://github.com/openai/openai-agents-python /tmp/openai-agents-python && ln -s /tmp/openai-agents-python/.agents/skills/docs-sync ~/.claude/skills/docs-sync
From README
Docs Sync Overview Identify doc coverage gaps and inaccuracies by comparing main branch features and configuration options against the current docs structure, then propose targeted improvements. Workflow Confirm scope and base branch Identify the current branch and default branch (usually main). Prefer analyzing the current branch to keep work aligned with in-flight changes. If the current branch is not main, analyze only the diff vs main to scope doc updates. Avoid switching branches if it would disrupt local changes; use git show main: or git worktree add when needed. Build a feature inventory from the selected scope If on main: inventory the full surface area and review docs comprehensively. If not on main: inventory only changes vs main (feature additions/changes/removals). Focus on user-facing behavior: public exports, configuration options, environment variables, CLI commands, default values, and documented runtime behaviors.
More from this repo
openai-knowledge
Used when working with the OpenAI API (Responses API) or OpenAI platform features (tools, streaming, Realtime API,...
code-change-verification
Used to run the mandatory verification stack when changes affect runtime code, tests, or build/test behavior in the...
credit-note-fixer
Used to fix the tiny credit-note formatting bug and rerun the exact targeted test command.