docs-navigationlisted
Install: claude install-skill aiskillstore/marketplace
# Documentation Navigation Skill
Navigate the hierarchical documentation system to find relevant context with minimal token usage.
## Variables
| Variable | Default | Description |
|----------|---------|-------------|
| START_LEVEL | auto | `auto`, `root`, `category`, `library`, `section`, `page` |
| KEYWORD_MATCH | fuzzy | `fuzzy` (semantic) or `exact` matching for index navigation |
## Instructions
**MANDATORY** - Always start at the appropriate index level and drill down.
- Read `_index.toon` files before loading pages
- Match task keywords against index keywords
- Load specific pages, not full contexts
- Note `priority` and `when_to_use` fields in indexes
## Red Flags - STOP and Reconsider
If you're about to:
- Load `full-context.md` for a simple question
- Guess file paths instead of reading the index
- Skip the index and go straight to pages
- Load everything "just in case"
**STOP** -> Follow the Navigation Protocol below -> Then proceed
## Workflow
1. [ ] **CHECKPOINT**: Identify what you know (library? section? topic?)
2. [ ] Start at the appropriate index level
3. [ ] Read index, match keywords to your task
4. [ ] Drill down to specific pages
5. [ ] Load only the pages you need
6. [ ] **CHECKPOINT**: Is full-context.md justified? (rarely)
## Cookbook
### Level Selection
- IF: Unsure where to start in the hierarchy
- THEN: Read `cookbook/level-selection.md`
- RESULT: Start at the right level based on what you know
### Keyword Matching
- IF: Searching for