create_llms_txt
Generates a standardized llms.txt file by scanning your project directory for documentation files and producing structured markdown.
Instructions
Generate an llms.txt file for your project.
Creates a standardized llms.txt file by scanning your project directory for documentation files and generating structured markdown.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sections | No | Specific sections to include (optional, e.g., ["documentation", "examples", "api"]) Available sections: documentation, examples, api, guides, configuration | |
| description | Yes | Brief project description (will appear in blockquote) | |
| project_name | Yes | Name of your project | |
| scan_directory | No | Directory to scan for documentation (default: current directory) | . |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||