update-claudes
Installation
SKILL.md
/update-claudes
Quick Reference: Analyze project → Score complexity → If complex, launch parallel agents → Create strategic CLAUDE.md files → Validate coverage.
Creates or updates CLAUDE.md files throughout the project to provide comprehensive AI development context.
Purpose
This command systematically analyzes your project structure and creates/updates CLAUDE.md files at strategic locations to help AI assistants understand your codebase architecture, patterns, and conventions.
Core Documentation Principle: Document Current State Only
Always document what "is", never what "was changed" or "improved". Documentation should read as if the current implementation has always existed.
Documentation Anti-Patterns to Avoid:
- "Refactored the component to use hooks instead of class components"
- "Improved performance by implementing caching"
- "Previously used X, now uses Y for better results"