llms-txt-generatorlisted
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