doc

Retrieve exact sections from docs/ARCHITECTURE.md using Grep and Read.

26|2|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/Llloooggg/LetsFLUTssh --skill doc-llloooggg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: doc
Source: https://github.com/Llloooggg/LetsFLUTssh/tree/main/.claude/skills/doc
Command: npx skills add https://github.com/Llloooggg/LetsFLUTssh --skill doc-llloooggg

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Retrieve the exact section of docs/ARCHITECTURE.md needed to answer a user query or locate a specific topic without reading the entire file.

Core Features & Use Cases

  • Autonomous section retrieval: Grep + Read to fetch precise sections from ARCHITECTURE.md without manual navigation.
  • Flexible input mapping: Accepts a task description or a § identifier (e.g., 3.6, §3.6, Security) and returns the corresponding content verbatim.
  • Verbatim results: Preserves formatting and cross-links by returning the section text exactly as stored.
  • Typical use cases: Quick answers about architecture topics like security, data flow, or components without scanning the full document.
  • Single-invocation operation: Performs retrieval in one step without requiring the user to re-invoke the tool.

Quick Start

Invoke the skill with a task description or a section identifier, e.g., "/doc 3.6" or "/doc Security", to fetch the exact ARCHITECTURE.md section.

Frequently Asked Questions about doc

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

FAQPage Schema
How do I extract a specific section from an architecture document without reading the whole file?

To extract a specific section from an architecture document, you can use a grep and read approach to locate headings and retrieve the exact text verbatim. This allows precise topic extraction without scanning the entire file.

What is the best way to look up Security or Data Flow topics in ARCHITECTURE.md?

The best way to look up Security or Data Flow topics is to query the document using a section identifier or task description. This fetches the exact matching content verbatim, preserving formatting and cross-links for quick reference.

Can I retrieve architecture documentation sections using a numeric identifier like 3.6?

Yes, you can retrieve architecture documentation sections using numeric identifiers like 3.6 or §3.6. The system accepts these identifiers to locate the corresponding heading and extract the section content directly.

Does verbatim section retrieval preserve markdown formatting and cross-links?

Yes, verbatim section retrieval preserves markdown formatting and cross-links by extracting the section text exactly as stored in the document. This ensures the retrieved content maintains its original structure and references.

What are the limitations of using grep to locate headings in large architecture documents?

A limitation of using grep to locate headings is that it relies on exact heading matches to retrieve sections. If the query does not correspond to an existing header or numeric section, the retrieval may fail to return the expected content.