read-doc

Extract architecture details from llmdoc documentation for project overviews.

459|49|Updated Oct 10, 2025
One-click install
npx skills add https://github.com/TokenRollAI/cc-plugin --skill read-doc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: read-doc
Source: https://github.com/TokenRollAI/cc-plugin/tree/main/skills/read-doc
Command: npx skills add https://github.com/TokenRollAI/cc-plugin --skill read-doc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

llmdoc provides a fast, docs-first lens to understand a project without scanning source code, reducing onboarding time and cognitive load.

Core Features & Use Cases

  • Overview extraction: Quickly summarize the project architecture and primary components from llmdoc index and overview docs.
  • Guided reading: Navigate architecture and guides to identify critical decisions and dependencies.
  • On-demand context: Generate concise summaries for planning, onboarding, and risk assessment.

Quick Start

Summarize the llmdoc index and architecture guides to produce a quick project overview.

Frequently Asked Questions about read-doc

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

FAQPage Schema
How do I understand codebase architecture without reading source code?

You can understand codebase architecture by extracting summaries from llmdoc documentation. This approach provides a docs-first lens to quickly overview project structure, modules, and relationships without scanning source files.

What is the best way to generate a project overview for onboarding?

Generating a project overview for onboarding involves summarizing the llmdoc index and architecture guides. This produces concise context that reduces cognitive load and accelerates understanding of critical decisions and dependencies.

Does project overview extraction work without llmdoc files?

Project overview extraction does not work without llmdoc files. Accurate summaries require the availability of llmdoc/index.md and related content in llmdoc/overview, architecture, and guides directories.

How do I summarize project architecture from llmdoc documentation?

To summarize project architecture from llmdoc documentation, navigate the architecture and guides directories to identify critical decisions. This guided reading extracts primary components and relationships for planning and risk assessment.

Why read llmdoc files instead of directly scanning source code?

Reading llmdoc files instead of scanning source code reduces onboarding time and cognitive load. It provides a fast, docs-first lens to grasp project architecture and navigate dependencies without deep code analysis.

Can I use this for risk assessment and project planning?

You can use this for risk assessment and project planning by generating on-demand context. Summarizing llmdoc architecture guides provides concise overviews of critical decisions and dependencies needed for evaluating project risks.