← ClaudeAtlas

seo-llms-txtlisted

Generate, validate, or audit llms.txt files for AI search visibility. Crawls site structure, generates spec-compliant Markdown index for LLMs. Use when user says "llms.txt", "llm txt", "AI crawlers", "generate llms", "LLM file", "AI readability file".
YogeshKu7877/claude-seo-skills · ★ 4 · AI & Automation · score 80
Install: claude install-skill YogeshKu7877/claude-seo-skills
# llms.txt — Generate, Validate & Audit Analyze, generate, or validate llms.txt files per the llms.txt specification (proposed by Jeremy Howard / Answer.AI). The llms.txt standard provides a Markdown file at `/llms.txt` that helps LLMs understand a website's content structure — similar to how robots.txt guides traditional crawlers. **Adoption:** 950+ sites including Anthropic, Cloudflare, Docker, Vercel, Stripe, FastHTML, Cursor, Hugging Face, and many more. ## Inputs Three modes, auto-detected from the user's input: | Input Pattern | Mode | Example | |---|---|---| | `/seo llms-txt <url>` | **Audit** | `/seo llms-txt example.com` | | `/seo llms-txt generate <url>` | **Generate** | `/seo llms-txt generate example.com` | | `/seo llms-txt validate <url-or-path>` | **Validate** | `/seo llms-txt validate /path/to/llms.txt` | - If user provides a URL without sub-command → **Audit** mode (fetch and check existing file) - If user says "generate" → **Generate** mode (crawl site, produce llms.txt) - If user says "validate" → **Validate** mode (parse and check against spec) ## llms.txt Spec Reference @skills/seo/references/llms-txt-spec.md ### Quick Spec Summary The llms.txt file must be valid Markdown with this structure: 1. **H1 heading** (required) — Project/site name 2. **Blockquote** (optional) — Short site summary 3. **H2 sections** — Categorized link lists with descriptions 4. **Link format**: `- [Name](url): Description` (colon + space after URL) 5. **`## Optional` se