Synchronizes project documentation and AI context files to keep codebase knowledge current and structured.
This skill manages a dual-layer documentation system designed specifically for AI-assisted development. It maintains CLAUDE.md as a high-level project map for immediate context and manages the .llmdocs/ directory for deep-dive conceptual documentation. By analyzing recent code changes and conversation history, it automates the process of identifying out-of-date documentation and proposing precise updates, ensuring that both human developers and Claude always have an accurate understanding of the project's architecture, conventions, and business logic.
주요 기능
01Enforces structured markdown patterns optimized for LLM consumption
02Generates and updates detailed concept-based docs in the .llmdocs/ directory
03Analyzes git diffs and session history to suggest relevant documentation updates
04Maintains CLAUDE.md as a concise, 150-line maximum project overview
05Provides a summary output of all modified files and documentation sections
060 GitHub stars
사용 사례
01Standardizing project structure and conventions for better team and AI alignment
02Synchronizing documentation immediately after completing a significant feature or refactor
03Maintaining a self-updating 'Developer Map' to reduce onboarding friction