Validate and update _index.md directory manifest files. Use when the user says "update indexes", "fix indexes", "check indexes", or asks to sync documentation indexes with actual file contents. Detects missing entries, orphaned files, stale links, and format issues. Can run in audit mode (report only) or fix mode (update files).
Validate and update _index.md directory manifest files to keep them synchronized with actual file contents.
Use this skill when:
_index.md filesdocs/index-file-specification.md/update-indexes [path] [--mode audit|fix] [--verbose]
[path]: Directory to check (default: project root)--mode audit: Report only (default)--mode fix: Automatically fix issues--verbose: Detailed output| Severity | Issue | Description |
|----------|-------|-------------|
| Critical | MISSING_INDEX | Directory has .md files but no _index.md |
| Critical | ORPHANED_ENTRY | Index references a file that doesn't exist |
| Critical | MISSING_ENTRY | File exists but isn't in the index |
| Warning | MISSING_TITLE | Index lacks H1 heading |
| Warning | MISSING_PURPOSE | Index lacks purpose statement |
| Warning | STALE_DATE | Last updated date is missing or >30 days old |
| Warning | LEAKED_CONTENT | Index contains content beyond manifest purpose |
| Info | LONG_DESCRIPTION | Description exceeds 100 characters |
If the skill finds narrative content in an _index.md that doesn't belong, it extracts it to a new file and adds an entry to the index. Content is never discarded.
When invoked, this skill launches the agent defined in agent/agent.md as a background task.
.claude/skills/update-indexes/
├── SKILL.md # This file
└── agent/
└── agent.md # Agent instructions
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer