llms-txt
Installation
SKILL.md
LLMs.txt Generator
Generate /llms.txt and /llms-full.txt files for web projects following the llmstxt.org spec.
This workflow uses a Script-First approach: a crawler script handles the "labor" of mapping the repo structure and finding brand rules, leaving the agent to handle the "judgment" of writing the LLM-friendly context files.
Usage
When asked to "generate llms.txt", "make the site AI-friendly", or "add llms-full.txt":
- Run the manifest script:
python3 ~/.agents/skills/llms-txt/scripts/generate_llms_manifest.py \ --root "." \ --out "llms_manifest.json"