QA_source_index

Map user questions to relevant documentation pages and source code entry points.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/9999-12-31/Dr.Claw --skill qa-source-index
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: QA_source_index
Source: https://github.com/9999-12-31/Dr.Claw/tree/main/src/qwenpaw/agents/skills/QA_source_index-en
Command: npx skills add https://github.com/9999-12-31/Dr.Claw --skill qa-source-index

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly identify and route user questions to the most relevant official documentation pages and common source code entry points, reducing search friction and answer latency.

Core Features & Use Cases

  • Topic-to-doc mapping: classify questions by keywords and point to docs sections (e.g., installation, configuration, skills, MCP, multi-agent, memory, CLI).
  • Common source entry points: suggest relevant code locations (e.g., src/qwenpaw/cli/, src/qwenpaw/config/, src/qwenpaw/agents/skills/).
  • Fast reference workflow: support built-in QA workflows by prefetching docs and sources for quick answer generation.

Quick Start

Ask a question about installation, configuration, or skills and let the system return the most relevant docs and source paths.

Frequently Asked Questions about QA_source_index

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

FAQPage Schema
How do I find relevant documentation pages for multi-agent configuration questions?

To find relevant documentation for multi-agent configuration, this tool maps keywords from your question to official docs sections and source code entry points like `src/qwenpaw/agents/`. It classifies the topic and instantly returns the correct file paths.

What is the fastest way to locate source code entry points for CLI and memory features?

Locating source code entry points for CLI and memory features is done by mapping your query keywords to local repository structures. It identifies and suggests exact paths like `src/qwenpaw/cli/` and related memory directories for immediate reference.

Can I route installation and setup questions to specific markdown documentation files?

Yes, you can route installation questions to specific markdown files by classifying the query against topic keywords. The system targets `website/public/docs/<topic>.<lang>.md` files to pinpoint the exact installation documentation you need.

Does this documentation mapping tool require any external dependencies to work?

No external dependencies are required. The tool relies entirely on the local repository structure and official documentation files to identify candidate paths and route user questions to the correct locations.

What's the best way to quickly reference docs and code paths for skills and MCP topics?

The best way to reference docs and code paths for skills and MCP topics is using the built-in QA workflow. It prefetches relevant documentation pages and source locations based on keyword classification, reducing search friction and answer latency.

When should I not use keyword-based question routing for finding source code?

You should avoid keyword-based question routing if your query lacks specific topic keywords like installation, configuration, or CLI. Without recognizable terms, the system cannot reliably classify the intent to map the question to the correct source paths.