← ClaudeAtlas

context-navigatorlisted

Bootstrap, navigate, maintain, and validate lightweight index systems for Markdown-heavy workspaces through hierarchical CONTEXT.md and INDEX.md files. Use when a user asks to make a docs folder, Obsidian vault, decision log, personal knowledge base, research folder, or project workspace AI-readable; asks where to start reading without recursively scanning every Markdown file; asks to create, review, repair, or validate workspace/domain indexes; or when existing indexes are missing, stale, or inconsistent. Do not use as the primary codebase navigation tool for ordinary TypeScript/Python/etc. source analysis, single-file edits, small bug fixes, or repositories whose useful entry points are package manifests, types, tests, and source structure rather than Markdown docs. When the user explicitly says to use this skill for a change that will create or edit files, first present a concise change plan and wait for confirmation before modifying files.
UltraDD/context-navigator-skill · ★ 0 · Data & Documents · score 67
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