gather-documentation

Gather official documentation and GitHub context for technology research.

Updated Mar 12, 2026
One-click install
npx skills add https://github.com/mpsuesser/workspace --skill gather-documentation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gather-documentation
Source: https://github.com/mpsuesser/workspace/tree/main/dotconfig/opencode/skills/gather-documentation
Command: npx skills add https://github.com/mpsuesser/workspace --skill gather-documentation

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you systematically gather and structure reference material for building skills or researching technologies without inventing details.

Core Features & Use Cases

  • LLM-consumable doc ingestion: checks for llms-full.txt / llms.txt and prioritizes llms-full.txt as complete ground truth.
  • Discovery → Retrieval → Synthesis pipeline: identifies official docs and relevant GitHub sources, retrieves authoritative content, then synthesizes it into skill-ready material.
  • Fabrication-safe verification: audits every specific technical claim (API names, payload fields, defaults, error codes) against fetched sources.

Real-world example

Researching an unfamiliar API by first ingesting its llms-full.txt (when available), then adding GitHub repo patterns and issue gotchas, and finally producing a structured skill outline that only includes claims verified from retrieved sources.

Quick Start

Tell the AI: Gather documentation for the technology by first checking for llms-full.txt and llms.txt at the official docs site, then retrieve the key official pages and supporting GitHub examples, and finally verify that each technical claim in the output is traced to retrieved sources.

Frequently Asked Questions about gather-documentation

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

FAQPage Schema
How do I gather authoritative documentation for technology research without risking fabrication?

To gather authoritative documentation without fabrication, use a discovery, retrieval, and synthesis pipeline that checks for llms-full.txt at official docs sites and audits every technical claim against fetched sources. This ensures specific API names, payload fields, and error codes are traced to verified material.

What is an llms-full.txt file and when do I need it for building skills?

An llms-full.txt file is an LLM-consumable documentation bundle provided by some official docs sites. You need it when building skills or researching technologies, as it serves as complete ground truth for ingesting and synthesizing structured reference material without missing context.

How to retrieve official docs and GitHub examples for creating a structured skill outline?

To retrieve official docs and GitHub examples for creating a structured skill outline, first ingest llms-full.txt or llms.txt, then retrieve key official pages and supporting GitHub repositories, and finally synthesize the fetched content into skill-ready material covering APIs, configuration, and gotchas.

Can I use community GitHub context alongside official documentation for research?

Yes, you can use community GitHub context alongside official documentation. A synthesis pipeline identifies official docs sources first, then adds relevant GitHub repository patterns and issue gotchas to provide complementary context for creating comprehensive skill references.

Why does documentation synthesis require a fabrication audit for technical claims?

Documentation synthesis requires a fabrication audit to prevent invented details. It verifies that every specific technical claim, such as API defaults, payload fields, and error codes, is explicitly supported by retrieved sources, ensuring provenance and accuracy in the final structured skill output.

What is the best way to find LLM-consumable doc bundles for unfamiliar APIs?

The best way to find LLM-consumable doc bundles for unfamiliar APIs is checking the official docs site for llms-full.txt and llms.txt files. Prioritizing llms-full.txt provides complete ground truth, which can be combined with GitHub examples for structured skill research.