Skip to content llms.txt

For AI assistants

Syllago supports the llms.txt standard — a convention that makes documentation machine-readable for Large Language Models.

These files are generated automatically from the same source as this documentation site.

ResourceDescriptionBest for
llms.txtIndex of available documentation setsDiscovery
llms-small.txtCondensed documentationQuick context, smaller models
llms-full.txtComplete documentationComprehensive understanding

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:

Terminal window
# Feed syllago docs to Claude Code
curl -s https://syllago.dev/llms-full.txt | pbcopy
# Use with any tool that accepts URLs
# Many AI tools can fetch URLs directly

Context window tips:

  • Use llms-small.txt when you just need an overview or are working with smaller context windows
  • Use llms-full.txt when you need detailed information about specific features
  • The Copy page button (top-right of any page) copies individual page content for focused questions