关于
Doc Sync is a specialized Claude Code skill designed to bridge the gap between source code and technical documentation. It ensures that READMEs, contribution guides, and API documentation remain accurate by treating documentation as "guilty until proven innocent" after code changes. The skill performs bidirectional verification, extracting code examples from markdown files and validating them against the live API, while also checking git history for breaking changes or removals that might render existing documentation obsolete. It is particularly optimized for projects with complex mappings and API signatures, ensuring that every snippet provided to users actually works.