documentation-index-maintenance
Installation
SKILL.md
Documentation Index Maintenance Skill
Maintain and fix inconsistencies in documentation indexes, tables of contents, and structured markdown files. Includes locating files, reading content, making targeted patches, and verifying changes.
When to Use
- Fixing broken links in documentation indexes
- Correcting category/classification errors in skill/table listings
- Updating file references when files are renamed or moved
- Maintaining consistency in structured documentation files
- Any task involving precise edits to markdown tables or lists
Steps
1. Locate the Target File
Use search strategies to find the documentation file:
# Search by filename (exact or partial)
search_files(pattern="index.md", target="files", path="~/Documents/Obsidian")