What problem does it solve?
Large documentation sites and codebase docs are hard for LLMs to consume because context windows are limited and raw sitemaps contain too much noise. This Skill produces concise, curated, LLM-friendly indexes that surface the most relevant pages and short summaries so AI assistants and search agents get the right context quickly.
Core Features & Use Cases
- Generate llms.txt: curated index of documentation links with short descriptions following llmstxt.org rules.
- Generate llms-full.txt: optional expanded file with inline document content for offline or context-heavy use.
- Scans local docs directories or remote documentation sites, extracts H1 titles and first paragraphs, categorizes files into sections, validates required formatting, and builds web-friendly URLs.
- Use Case: Publish a docs site and include llms.txt at the site root to improve AI discoverability and provide succinct context for chatbots and automated helpers.
Quick Start
Run the llms generator against your docs folder to produce llms.txt and an optional llms-full.txt in the target output directory.