coco_source_index

Map user questions to CoCo documentation paths and source entry points.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/hueidou/CoCo --skill coco-source-index
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coco_source_index
Source: https://github.com/hueidou/CoCo/tree/main/src/coco/agents/skills/coco_source_index
Command: npx skills add https://github.com/hueidou/CoCo --skill coco-source-index

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Maps user questions to CoCo official docs paths and common source entry points, reducing blind searching when answering installation, configuration, skills, MCP, multi-agent, memory, and CLI questions.

Core Features & Use Cases

  • Classifies a user query by topic or keywords and routes to the most relevant documentation and code entry points.
  • Guides the user to primary docs in website/public/docs and to main source locations under src/coco, speeding up reading and verification.
  • Use Case: When asked how to configure memory or run a multi-agent workflow, quickly locate the right docs and code entry points to read first.

Quick Start

Identify the topic from the user question and route to 1–2 most relevant docs or source entry points for fast reading.

Frequently Asked Questions about coco_source_index

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

FAQPage Schema
How do I locate CoCo documentation for configuring multi-agent workflows?

To locate CoCo documentation for configuring multi-agent workflows, this skill classifies your query by topic and routes you to the most relevant docs paths under website/public/docs and source entry points under src/coco for fast reading.

What is the best way to find source code entry points for CoCo CLI questions?

The best way to find source code entry points for CoCo CLI questions is using query classification to map keywords directly to main source locations under src/coco, which speeds up code reading and verification.

Does CoCo documentation navigation support questions about MCP and memory configuration?

Yes, CoCo documentation navigation supports questions about MCP and memory configuration. It maps these specific topics to explicit documentation paths and source entry points to guide your reading.

Can I route installation and configuration questions to specific CoCo source paths?

Yes, you can route installation and configuration questions to specific CoCo source paths. The skill identifies the topic from your question and points to 1-2 most relevant docs or source entry points.

What are the limitations of automated CoCo docs routing for complex skills queries?

The limitation of automated CoCo docs routing for complex skills queries is that it enforces frontmatter presence and points to explicit paths, meaning it guides reading rather than directly executing or resolving the query.