Synchronizes codebase changes with LLM-optimized documentation including CLAUDE.md and modular concept guides.
The update-llm-docs skill ensures your project documentation remains perfectly aligned with your evolving codebase. It manages two critical layers: CLAUDE.md, a high-level project map restricted to 150 lines for constant context, and the .llmdocs/ directory, which houses granular, on-demand technical references for architecture, APIs, and data models. By analyzing recent git diffs and conversation history, it identifies necessary updates and prompts the user to validate changes, ensuring that Claude always operates with accurate, verifiable information about your project's stack and conventions.
主要功能
01Context-aware updates triggered by recent code changes and session history.
02User-validation workflow for approving all documentation modifications and additions.
030 GitHub stars
04Automated CLAUDE.md generation with a focus on concise project mapping.
05Modular documentation system via .llmdocs for deep technical concepts.
06Strict documentation standards that prioritize accuracy and brevity over verbose prose.
使用场景
01Synchronizing documentation after completing a major feature or refactor.
02Establishing a standardized documentation structure for a new repository.
03Maintaining an accurate technical map to improve AI performance and context window efficiency.