For AI assistants
Syllago supports the llms.txt standard — a convention that makes documentation machine-readable for Large Language Models.
Available resources
Section titled “Available resources”These files are generated automatically from the same source as this documentation site.
| Resource | Description | Best for |
|---|---|---|
| llms.txt | Index of available documentation sets | Discovery |
| llms-small.txt | Condensed documentation | Quick context, smaller models |
| llms-full.txt | Complete documentation | Comprehensive understanding |
How to use these
Section titled “How to use these”Feed these resources to your AI coding assistant when you need help working with syllago.
Paste into a chat:
Copy the content of llms-full.txt into Claude, ChatGPT, or any LLM chat, then ask your question.
Use with CLI tools:
# Feed syllago docs to Claude Codecurl -s https://syllago.dev/llms-full.txt | pbcopy
# Use with any tool that accepts URLs# Many AI tools can fetch URLs directlyContext window tips:
- Use
llms-small.txtwhen you just need an overview or are working with smaller context windows - Use
llms-full.txtwhen you need detailed information about specific features - The Copy page button (top-right of any page) copies individual page content for focused questions