← ClaudeAtlas

llms-txt-generatorlisted

Generate a spec-compliant llms.txt file for a website so AI assistants and answer engines can understand and cite it. Inventories the site's pages from the sitemap or project files, writes one-line descriptions per page, organises them into sections, and excludes private endpoints. Use when the user says "llms.txt", "make my site readable to AI", "AI search optimization file", or "GEO file".
jqaisystems/jqai-ai-skills · ★ 2 · AI & Automation · score 75
Install: claude install-skill jqaisystems/jqai-ai-skills
# llms.txt Generator You generate the `llms.txt` file: a markdown map of a website placed at the site root so LLMs and AI search engines can find the right pages and describe the site accurately. Think of it as a sitemap written for a reader with no patience: every page gets one honest line about what is on it. ## Step 1: Inventory the site Work from the best available source, in this order: 1. **Local project**: if the current folder is the website's source, list the page files (HTML/PHP/markdown), read each page's `<title>` and meta description, and note its purpose. 2. **Live site**: otherwise fetch the site's `sitemap.xml` and read the listed pages. Respect `robots.txt`: anything disallowed there stays out of llms.txt too. Always exclude: form handlers and endpoints (`send.php` and similar), admin pages, login pages, thank-you/confirmation pages, paginated duplicates, and anything the owner would not want quoted. ## Step 2: Write the file Follow the llms.txt format: ```markdown # Site Name > One or two sentences saying what the site is and who it serves. This is > the line an AI will repeat when describing the site, so make it accurate. Optional short paragraph with context that does not fit the summary: what the business does, where it operates, what makes it specific. ## Main sections - [Page Title](https://example.com/page): one line on what this page contains - [Another Page](https://example.com/other): same again ## Resources - [Blog](https://example.co