概要
Doc-Sync is a specialized skill designed to prevent documentation drift by ensuring that README files, contribution guides, and technical docs stay perfectly aligned with the actual codebase. It operates on a 'code-first' trust hierarchy, treating documentation as outdated until proven otherwise. By analyzing git history for breaking changes and cross-referencing documentation examples against live API signatures, this skill helps developers maintain high-quality, accurate technical resources without the manual overhead of constant verification.