Sync Docs banner
agent-sh agent-sh

Sync Docs

Documentation community

Description

--- description: Use when user asks to "update docs", "sync documentation", "fix outdated docs", "update changelog", "docs are stale", or after completing code changes that might affect documentation. codex-description: 'Use when user asks to "update docs", "sync documentation", "fix outdated docs", "refresh README". Compares documentation to actual code and fixes discrepancies.' argument-hint: "[report|apply] [--scope=recent|all|before-pr] [path]" --- # /sync-docs - Documentation Sync Sync do

Installation

Installs to ~/.claude/skills/agent-sh-sync-docs-sync-docs/SKILL.md

Terminal
mkdir -p ~/.claude/skills/agent-sh-sync-docs-sync-docs && curl -fsSL https://raw.githubusercontent.com/agent-sh/sync-docs/HEAD/commands/sync-docs.md -o ~/.claude/skills/agent-sh-sync-docs-sync-docs/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository