llms-txt
Generate an llms.txt file for any project or website following the llmstxt.org specification. Use when asked to create llms.txt, generate LLM-friendly documentation, make a project AI-readable, or prepare documentation for language models.
npx skills add majiayu000/claude-skill-registry --skill llms-txt --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# llms.txt Generator Generate a well-structured `/llms.txt` file following the [llmstxt.org](https://llmstxt.org) specification proposed by Jeremy Howard. ## What is llms.txt? A markdown file that helps LLMs understand and use a project/website efficiently. It provides: - Concise project overview - Links to key documentation with descriptions - Organized sections for different resource types ## Generation Process 1. **Analyze the project structure** using Glob to find: - README files - Documentation directories (`docs/`, `documentation/`, `wiki/`) - API documentation - Example files and tutorials - Configuration files that explain the project - Source code entry points 2. **Identify key information**: - Project name and purpose - Main features and capabilities - Important caveats or limitations - Dependencies and requirements 3. **Generate the llms.txt** following this exact format: ```markdown # Project Name > Brief description of the project in 1-2 sentences. Include the most critical information needed to understand what this project does. Key notes (if any important caveats exist): - Important limitation or compatibility note - Another critical detail ## Docs - [Doc Title](url)
- What is llms.txt?
- Generation Process
- Format Rules
- Best Practices
- URL Handling
- Output
- Reference Examples
What does the llms-txt skill do?
Generate an llms.txt file for any project or website following the llmstxt.org specification. Use when asked to create llms.txt, generate LLM-friendly documentation, make a project AI-readable, or prepare documentation for language models.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill llms-txt --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
