wiki-llms-txt

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

2.9k|323|Updated Jan 16, 2026
One-click install
npx skills add https://github.com/microsoft/skills --skill wiki-llms-txt
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: wiki-llms-txt
Source: https://github.com/microsoft/skills/tree/main/.github/plugins/deep-wiki/skills/wiki-llms-txt
Command: npx skills add https://github.com/microsoft/skills --skill wiki-llms-txt

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Wiki pages often lack compact, LM-friendly summaries for quick understanding. This skill generates structured llms.txt and llms-full.txt files that provide language models with concise, navigable access to wiki content following the llms.txt specification.

Core Features & Use Cases

  • Generate llms.txt and llms-full.txt from wiki pages using the llms.txt specification.
  • Preserve relative links and page references to ensure reliable LM-based navigation and context.
  • Use cases include onboarding new contributors, enabling LM-based QA over wiki content, and creating a reference index for model-context construction.

Quick Start

Run the wiki llms generator against your wiki directory to produce llms.txt at the root and wiki/llms-full.txt with full content.

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 help with wiki documentation?▼

An llms.txt file provides a compact, structured summary of wiki documentation for language models. It enables LM-based browsing and QA by generating navigable project overviews and page references following the llms.txt specification.

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

Run the wiki llms generator against your wiki directory to dynamically derive content from actual pages. This produces an llms.txt file at the root and a wiki/llms-full.txt file containing the full content.

Can I use llms.txt files to onboard new contributors to my wiki?▼

Yes, generating llms.txt summaries creates a navigable reference index for model-context construction. This allows new contributors to use LM-based QA to quickly understand project overviews and documentation structure.

Does the llms.txt generator preserve relative links from the original markdown wiki?▼

Yes, the generator preserves relative links and page references to ensure reliable LM-based navigation. It meets llms.txt and llms-full.txt formatting rules while deriving content dynamically from your actual wiki pages.

What is the difference between llms.txt and llms-full.txt for wiki content?▼

The llms.txt file provides concise structured summaries and project overviews, while llms-full.txt contains the full content. Both follow the llms.txt specification to provide language models with navigable access to wiki documentation.

Are there any external dependencies required to create LLM-friendly wiki summaries?▼

No external dependencies are required to generate llms.txt and llms-full.txt files. The skill dynamically derives structured summaries and page references directly from your existing wiki markdown pages.