What problem does it solve? Documentation sites are built for humans, leaving AI agents and LLMs without a clean, machine-readable index of your content. This Skill implements the llmstxt.org specification so agents can discover and ingest your docs efficiently. ## Core Features & Use Cases - Manifest Generation: Produces a spec-compliant /llms.txt with H1 title, blockquote summary, and curated section links, plus a full-text /llms-full.txt companion. - Framework Integration: Provides implementation patterns for Astro, Next.js, Cloudflare Workers, Hugo, and Jekyll, including v2 link relations and per-page Markdown twins. - CI Automation: Ships a GitHub Actions workflow that regenerates the manifest on doc changes, validates links, and fails builds on staleness or schema errors. - Use Case: A team shipping an API with an A2A agent card uses this Skill to publish /llms.txt linking their docs, /.well-known/agent-card.json, and RFC 9727 API catalog, with CI keeping it current. ## Quick Start Use the configure-llms-txt skill to generate an llms.txt manifest for my documentation site and set up CI to keep it updated.