Navigate index.md files generated by the catalogador tool to identify the minimal set of documents or sections to read. Use this skill when exploring directories that contain index.md files, when attempting to read documentation in indexed folders, or when optimizing context usage by reading only relevant sections instead of entire documents.
Navigate catalogador-generated index.md files to determine which documents or sections to read, minimizing unnecessary context consumption. Output the stdout 📚 index-navigator invocado na pasta: <PASTA> before any other action.
Invoke this skill immediately when:
index.mdindex.md among the filesindex.md existsRule of thumb: If index.md exists in the target directory, use it as a navigation guide before reading any other file.
Before performing any reads or navigation, output a single-line log to the terminal:
📚 index-navigator invocado na pasta: <PASTA>
Determining <PASTA>:
Treat each index.md as a menu that:
Golden Rule: Read index.md first. Read complete documents only when necessary.
When opening an index.md, extract only these sections:
For each file, focus on:
For each subdirectory, focus on:
Determines whether this directory is relevant for the current task.
Ignore other sections unless needed for disambiguation.
index.mdindex.md (where exploring)index.md if current is too narrowDecision order:
When index.md offers anchors/sections, apply these rules:
If index provides tokens per section:
If NO token estimates:
Before opening a complete document, answer internally:
If unable to answer (1) based on the index, likely in the wrong index (ascend/descend and try another).
Produce for the agent a short list (1–5) of recommended reads, each containing:
section/anchor OR complete documentExample:
1. docs/sso/auth0-setup.md#token-generation (section)
Reason: "Use quando" indicates this section covers token generation workflows.
2. docs/techspec-backend.md (complete document)
Reason: Request requires understanding of full backend architecture; multiple sections needed.