Generate an llms.txt file for any project or website following the llmstxt.org specification...
Generate a well-structured /llms.txt file following the llmstxt.org specification proposed by Jeremy Howard.
A markdown file that helps LLMs understand and use a project/website efficiently. It provides:
Analyze the project structure using Glob to find:
docs/, documentation/, wiki/)Identify key information:
Generate the llms.txt following this exact format:
# 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): Brief description of what this doc covers
## Examples
- [Example Title](url): What this example demonstrates
## API
- [API Reference](url): Description of API coverage
## Optional
- [Secondary Resource](url): Less critical but potentially useful
https://example.com/docs/api.md).md versions of HTML pages at same URL + .md extensionWrite the generated llms.txt to:
$ARGUMENTS if providedllms.txtAfter generating, briefly explain what was included and why.
For examples of well-crafted llms.txt files, see references/examples.md.
Note: This skill does not require external scripts. The analysis and generation is performed directly using available tools (Glob, Grep, Read) to understand the project structure and generate appropriate content.