wiki-llms-txt

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Wiki documentation is often not readily consumable by language models; this skill generates llms.txt and llms-full.txt files to provide clear, structured, machine-readable summaries.

Core Features & Use Cases

  • Generates llms.txt with a dense summary, sectioned content, and relative links
  • Produces wiki/llms.txt and wiki/llms-full.txt with inlined content for offline use
  • Use cases include onboarding AI agents, knowledge-base retrieval, and model-assisted documentation navigation

Quick Start

Run the wiki generation command to produce the llms.txt and wiki/llms-full.txt files.

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 how does it make wiki documentation accessible to language models?

An llms.txt file provides structured, machine-readable summaries of wiki documentation to make content accessible to language models. It contains a dense summary, sectioned content, and relative links for model-assisted navigation and knowledge-base retrieval.

How do I generate llms.txt and llms-full.txt files from my existing wiki pages?

Run the wiki generation command to automatically produce root llms.txt, wiki/llms.txt, and wiki/llms-full.txt files from existing wiki pages. The output includes frontmatter-free sections, proper section ordering, relative links, and optional full inlined content.

Can I use llms.txt files to onboard AI agents with my project's knowledge-base?

Yes, llms.txt and llms-full.txt files are designed for onboarding AI agents and enabling knowledge-base retrieval. They provide search-friendly contexts and model-assisted documentation navigation by structuring wiki content into machine-readable formats.

Does the llms.txt format support offline use with inlined wiki content?

Yes, the wiki/llms-full.txt file contains inlined content specifically for offline use. It provides the full documentation text alongside the root llms.txt and wiki/llms.txt summary files for language model consumption.

What are the formatting requirements for llms.txt files generated from wiki documentation?

Generated llms.txt files must satisfy requirements for frontmatter-free sections, proper section ordering, and relative links. The format supports optional full content inlined in llms-full.txt for comprehensive language model context.