About
Doc Sync is a specialized Claude Code skill designed to maintain the integrity of documentation within the IdeaVim project. It bridges the gap between the codebase and its written guides—including READMEs and contribution files—by treating documentation as 'guilty until proven innocent.' The skill employs a code-first truth hierarchy, verifying that every function call, parameter, and usage pattern mentioned in the docs exists in the current implementation. Whether triggered by recent code commits or a proactive documentation audit, it identifies discrepancies, validates API signatures against source files, and ensures code examples remain functional and accurate.