Agent skill · Documentation

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.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill llms-txt --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 3 KB
Bundled scripts: none
Path: skills/ai-llm/llms-txt/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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's inside
Steps it walks through
  1. What is llms.txt?
  2. Generation Process
  3. Format Rules
  4. Best Practices
  5. URL Handling
  6. Output
  7. Reference Examples
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going