wiki-llms-txt

Generate llms.txt and llms-full.txt files from wiki documentation.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/rrbanda/skills --skill wiki-llms-txt-rrbanda
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wiki-llms-txt
Source: https://github.com/rrbanda/skills/tree/main/skills/documentation/wiki-llms-txt
Command: npx skills add https://github.com/rrbanda/skills --skill wiki-llms-txt-rrbanda

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

llms-txt generation turns wiki documentation into LLMS-friendly summaries and indexable content, enabling quick access for language models and offline analysis.

Core Features & Use Cases

  • Generate llms.txt from wiki pages following the llms.txt specification.
  • Generate llms-full.txt containing full, inlined wiki content for exhaustive reference.
  • Produce sources-ready documents for model training, QA, and context expansion.

Quick Start

Run the llms-txt generator against your wiki to produce wiki/llms.txt and wiki/llms-full.txt.

Frequently Asked Questions about wiki-llms-txt

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

FAQPage Schema
What is an llms.txt file and why do I need it for my wiki documentation?

An llms.txt file provides an LLM-friendly summary of wiki documentation so language models can quickly access context. It makes wiki content indexable for offline analysis and model training without requiring full page scraping.

How do I generate llms.txt and llms-full.txt files from a wiki repository?

To generate llms.txt and llms-full.txt, provide a resolvable source repository URL and specify the default branch. The tool outputs a root llms.txt plus wiki/llms.txt and wiki/llms-full.txt following the llms.txt specification.

What's the difference between llms.txt and llms-full.txt for LLM context generation?

The llms.txt file provides a quick summary for immediate context, while llms-full.txt contains the complete inlined wiki content for exhaustive reference. Both serve as sources-ready documents for QA and model training.

Do I need a specific repository URL and branch name to create LLM-friendly wiki documentation?

Yes, generating llms.txt requires a resolvable source repository URL and knowledge of the default branch. These inputs allow the tool to locate and process wiki pages into the specified output files.

Can I use llms.txt output for offline model training and context expansion?

Yes, the generated llms-full.txt contains full inlined wiki content suitable for offline model training, QA, and context expansion. The outputs provide sources-ready documents directly consumable by language models.

Related Skills