docs-navigator

Navigates project documentation via QMD search or local index to read relevant docs.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Motium-AI/claude-code-toolkit --skill docs-navigator-motium-ai
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: docs-navigator
Source: https://github.com/Motium-AI/claude-code-toolkit/tree/main/config/skills/docs-navigator
Command: npx skills add https://github.com/Motium-AI/claude-code-toolkit --skill docs-navigator-motium-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Efficiently read project documentation without bloating context, enabling faster understanding of unfamiliar codebases and conventions.

Core Features & Use Cases

  • QMD-powered discovery: surface the most relevant docs using a status check and ranked results.
  • Index fallback: when QMD is unavailable, consult the docs/index.md and match keywords to identify the most pertinent documents.
  • Guided reading workflow: read 1-3 documents fully and reference them to ground decisions.

Quick Start

Ask the skill to read the docs for the current project. If asked to check documentation, perform a QMD search or use the local index to fetch the top 1-3 results and read them before proceeding.

Frequently Asked Questions about docs-navigator

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

FAQPage Schema
How do I read project documentation without bloating AI context?▼

Navigating project documentation efficiently involves performing a QMD search when available, or falling back to a local docs/index.md file, to read only the 1-3 most relevant documents and minimize context usage in unfamiliar codebases.

What is the best way to search documentation in an unfamiliar codebase?▼

Searching documentation in an unfamiliar codebase is best handled by performing a QMD search to surface ranked results, or falling back to a local docs/index.md file to match keywords and identify the most pertinent documents for your task.

How to find relevant codebase docs when QMD search is unavailable?▼

To find relevant codebase docs when QMD search is unavailable, consult the local docs/index.md file and match keywords to identify the most pertinent documents, then read 1-3 of them fully to ground your decisions.

Does this documentation search workflow require any external dependencies?▼

This documentation search workflow requires no external dependencies; it enforces a strict fallback mechanism that uses a local docs/index.md file when QMD search is unavailable, requiring no additional setup.

Why read only 1-3 documents before acting on an unfamiliar codebase?▼

Reading only 1-3 documents before acting minimizes context bloat in AI tasks, enabling faster understanding of unfamiliar codebases and conventions while grounding decisions in the most relevant materials without overwhelming the model.