docs-guide-knowledge

Installation
SKILL.md

Documentation Knowledge Base

Provide knowledge about the llms.txt standard and official documentation access patterns for AI/LLM systems.

What is llms.txt

llms.txt is a convention where websites provide an AI-readable index of their documentation at their root URL (similar to robots.txt for search engines). It enables LLMs to accurately reference official documentation instead of relying on potentially outdated training data.

llms.txt vs llms-full.txt

File Content When to use
llms.txt Index/table of contents with links to individual pages When looking for a specific topic — fetch index, find relevant link, then fetch that page
llms-full.txt Entire documentation concatenated into one file When needing broad overview. Caution: can be very large and consume context window

Always prefer llms.txt (the index) first. Only fetch llms-full.txt if the index doesn't contain what is needed or if the user explicitly wants comprehensive coverage.

docs_map.md (variant)

Installs
1
First Seen
Mar 27, 2026