context-navigatorlisted
Install: claude install-skill UltraDD/context-navigator-skill
# Context Navigator
Context Navigator is an index system skill for Markdown-heavy workspaces. It can create a lightweight map for a messy folder, read an existing map without wasting context, validate index structure, and keep indexes current as the workspace grows.
The core promise: make folders AI-readable without turning every task into a recursive scan.
## First Gate: Explicit Use and File Changes
If the user explicitly says to use this skill and the request may create, update, move, or delete files, do not start editing immediately.
First provide a concise plan that states:
- the chosen mode: Navigate, Bootstrap, Maintain, or Validate
- the workspace scope that will be touched
- the likely files or directories to inspect
- the likely files to create or update
- the validation command or review check to run
Then wait for the user's confirmation before modifying files. If the user already confirmed the plan or says to proceed, continue. Pure read-only Navigate work does not need this extra confirmation.
## Workflow
1. Choose a mode: Navigate, Bootstrap, Maintain, or Validate.
2. Locate the smallest relevant workspace scope.
3. Prefer existing entry files before reading body documents.
4. Open or inspect only enough files to understand durable structure.
5. Create, update, or validate indexes only for important long-term folders.
6. Report what was planned or changed, what was read, what was skipped, and what remains a gap.
## Modes
| Mode | Use when | Primary ac