seo-llms-txtlisted
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