omgskills Get the Mac app
Skill

docs-sync

@openai 28k stars Updated 2026-07-24 Author match: High

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.

agentsaiframeworkllmopenaipython

Install

Install this Claude and Codex skill with the command below. The command stays visible even when copy support is unavailable.

Install command
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

View on GitHub

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