What problem does it solve?
This skill eliminates the manual burden of keeping project documentation up-to-date. It automatically captures new commands, configurations, and best practices discovered during development sessions, ensuring knowledge is never lost and always accessible.
Core Features & Use Cases
- Automated Knowledge Capture: Detects new commands, configurations, security findings, and workflow improvements, then automatically updates
CLAUDE.md and SKILL.md files.
- Progressive Disclosure Enforcement: Organizes documentation into quick references, detailed guides, and context files, making information easy to find and consume.
- Use Case: After discovering a critical environment variable setting or a new deployment command, this skill automatically adds it to the relevant documentation, complete with explanations and related files, so you never have to remember to manually update the docs.
Quick Start
Example: Auto-update CLAUDE.md with a new command
(This happens automatically when a useful command is run)
Auto-update CLAUDE.md:
Quick Commands > Frontend > Build
Clear cache and rebuild
ssh [email protected] 'cd /var/www/mutuapix-frontend-production && rm -rf .next && npm run build'