Синхронизация документации с кодовой базой
engineering
doc-sync is a Claude Code skill that keeps IdeaVim documentation in sync with the codebase. It is used when verifying the accuracy of `doc/`, README.md, or CONTRIBUTING.md against the current state of the repository — for example, after code changes that may have made existing docs stale. The skill works bidirectionally, detecting mismatches between source code and written documentation as well as guiding updates to resolve them. It is primarily useful for IdeaVim maintainers and contributors who need to keep reference materials accurate for this Vim engine plugin across JetBrains IDEs.
- #engineering
- #documentation
- #audit