From bmad
Generates or updates index.md listing all files and subdirectories in a target folder with 3-10 word descriptions from file contents. Use for indexing documentation directories.
How this skill is triggered — by the user, by Claude, or both
Slash command
/bmad:bmad-index-docsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**Goal:** Generate or update an index.md to reference all docs in a target folder.
Goal: Generate or update an index.md to reference all docs in a target folder.
# Directory Index
## Files
- **[filename.ext](./filename.ext)** - Brief description
- **[another-file.ext](./another-file.ext)** - Brief description
## Subdirectories
### subfolder/
- **[file1.ext](./subfolder/file1.ext)** - Brief description
- **[file2.ext](./subfolder/file2.ext)** - Brief description
### another-folder/
- **[file3.ext](./another-folder/file3.ext)** - Brief description
npx claudepluginhub urso/claudev --plugin bmadGenerates or updates index.md listing all files and subdirectories in a target folder with 3-10 word descriptions from file contents. Use for indexing documentation directories.
Synchronizes CLAUDE.md navigation indexes and README.md architecture docs across repositories or directories. Use for audits after code changes or triggers like 'sync docs', 'update CLAUDE.md'.
Synchronizes CLAUDE.md navigation indexes and README.md architecture docs across repositories. Activates on 'sync docs', 'update CLAUDE.md files', 'audit documentation', or after code changes.