geo-llmstxt

Validate, audit, and generate llms.txt files that guide AI systems to key site content.

15|3|Updated Jul 9, 2026
One-click install
npx skills add https://github.com/thefear078/cursor-kit-for-ai --skill geo-llmstxt-thefear078
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: geo-llmstxt
Source: https://github.com/thefear078/cursor-kit-for-ai/tree/main/plugins/geo-seo/skills/geo-llmstxt
Command: npx skills add https://github.com/thefear078/cursor-kit-for-ai --skill geo-llmstxt-thefear078

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? AI assistants often cite competitor pages or outdated URLs because sites lack a curated, machine-readable map of their most important content. This Skill audits existing llms.txt files against a 100-point rubric or generates new ones from sitemap and navigation data, reducing hallucination risk and improving citation accuracy. ## Core Features & Use Cases - Validation & Scoring: Fetches an existing llms.txt, checks HTTP status, format structure, link integrity, description quality, freshness, and crawler reachability, then scores it against a 100-point rubric with severity levels. - Greenfield Generation: Discovers URLs from sitemaps and homepage navigation, prioritizes pages with a P0-P3 matrix capped at 30 curated links, and writes citation-ready descriptions using a factual template. - Companion File & Deployment Strategy: Decides when llms-full.txt is warranted and provides deployment paths for Next.js, WordPress, Nginx, Cloudflare Pages, and Vercel. - Use Case: A B2B SaaS docs site with 200 pages has no llms.txt. Run this Skill to crawl the sitemap, select the top 30 pages across Getting Started, API Reference, Product, and Company sections, and produce a deployable file plus a competitor benchmark table. ## Quick Start Audit the llms.txt file at example.com and generate an improved version with a validation score and competitor comparison.

Frequently Asked Questions about geo-llmstxt

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create an llms.txt file for my website?▼

Generate an llms.txt by crawling your sitemap and homepage navigation, selecting up to 30 priority pages with a P0-P3 matrix, and writing factual colon-separated descriptions for each link. Include an H1 brand name, a blockquote summary under 200 characters, and grouped ## sections with absolute HTTPS URLs.

How to validate an existing llms.txt file?▼

Validate llms.txt by fetching it with curl, checking HTTP 200 status, and scoring it against a 100-point rubric covering existence, format, link integrity, description quality, freshness, length, and crawler reachability. Scores of 85-100 indicate production-ready files; below 55 means regeneration is recommended.

What is the difference between llms.txt and llms-full.txt?▼

llms.txt is a curated list capped at roughly 30 links and 500-4000 words, while llms-full.txt is an extended companion for large doc sites holding 50-200 URLs with nested subsections. Create llms-full.txt when the primary file would exceed its focus limit.

Does llms.txt work if robots.txt blocks AI crawlers?▼

No, llms.txt must be reachable by AI crawlers to have any effect. Check robots.txt for Disallow rules affecting /llms.txt and confirm the file is not behind authentication or a WAF block before auditing content quality.

What are common llms.txt mistakes to avoid?▼

Common mistakes include dumping an entire sitemap of 500+ links, writing marketing fluff instead of factual descriptions, using relative URLs, linking auth-gated or noindex pages, and leaving stale version numbers after a product rename. Curate only the pages AI should read first.