doc-navigator

Map documentation locations for ADRs, API docs, and guides in a codebase.

27|9|Updated Jan 4, 2026
One-click install
npx skills add https://github.com/georgekhananaev/claude-skills-vault --skill doc-navigator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: doc-navigator
Source: https://github.com/georgekhananaev/claude-skills-vault/tree/main/.claude/skills/doc-navigator
Command: npx skills add https://github.com/georgekhananaev/claude-skills-vault --skill doc-navigator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Efficiently locate and map documentation within a codebase to speed research and reduce time spent grep-globbing for architectural decisions, ADRs, API docs, and guides.

Core Features & Use Cases

  • Topic-to-location mapping for ADRs, architecture decisions, feature specs, API docs, and guides.
  • Documentation structure discovery and recommendations when docs are missing.

Quick Start

Run the doc-navigator on your project root to generate a topic map of doc locations and a recommended structure.

Frequently Asked Questions about doc-navigator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I locate architecture decision records and API docs in a codebase?

To locate codebase documentation like ADRs and API docs, you can scan the repository structure for common doc patterns and generate a topic-to-location map for quick reference. This avoids manual grep-globbing.

What is the best way to map documentation locations for feature specs and guides?

Mapping documentation locations for feature specs and guides is best handled by analyzing known doc paths and repository structure to produce a deterministic topic location map. This provides quick contextual reference.

How do I find missing documentation structure in my repository?

To find missing documentation structure in your repository, analyze the existing repository structure and known doc paths. The process returns a recommended structure when documentation is missing.

Can I use codebase documentation mapping for architectural research without specific dependencies?

Yes, you can map codebase documentation for architectural research without specific dependencies. The process analyzes repository structure and known doc paths directly to ensure deterministic results.

Does documentation structure discovery work for finding ADRs and feature specs?

Documentation structure discovery works for locating ADRs and feature specs by scanning common doc patterns within the repository. It returns a structured map of topic locations for quick reference.

Why does manual grep-globbing fail to provide deterministic documentation location results?

Manual grep-globbing fails to provide deterministic documentation location results because it lacks structured repository analysis. Automated scanning of known doc paths ensures consistent topic-to-location mapping.