Automates the synchronization and maintenance of project documentation based on actual code implementations.
The Documentation Sync skill streamlines the developer workflow by automatically updating core project files within the .claude/docs/ directory. It analyzes session changes, code diffs, and architectural shifts to ensure that ARCHITECTURE.md, CONVENTIONS.md, MODULES.md, and REQUIREMENTS.md accurately reflect the current state of the codebase. By enforcing a strict rule that only implemented features are documented, it eliminates stale or speculative documentation, providing developers and AI agents with a reliable, up-to-date source of truth for the project's structure and standards.
Características Principales
01Seamless integration with AGENTS.md to provide context for AI coding assistants
02Standardized Markdown templates for consistent project-wide documentation
03Implementation-based updates that exclude planned or speculative features
042 GitHub stars
05Smart analysis of session history and git diffs to identify changes
06Automatic synchronization of architecture, conventions, and module documentation
Casos de Uso
01Maintaining current code conventions and naming rules after a refactoring session
02Updating project architecture and module docs after completing a major feature
03Syncing documentation at the end of a development session for accurate handovers