What problem does it solve?
This Skill automatically updates project documentation, including commands, skills, agents, directory structures, and dependency diagrams, ensuring your project's reference materials are always accurate and reflecting the latest codebase.
Core Features & Use Cases
- Automated Documentation Updates: Scans the project to detect new commands, skills, and agents, then updates relevant Markdown files.
- Directory Structure Visualization: Generates and maintains an up-to-date directory tree in
CLAUDE.md and README.md.
- Dependency Graph Generation: Creates visual dependency diagrams (Mermaid format) for Python packages and command-skill-agent relationships.
- Use Case: After adding a new skill or command, simply run
/index --update to automatically refresh all related documentation, saving manual effort and preventing outdated information.
Quick Start
Run the index skill with the update flag to refresh all project documentation.