llms.txt

A plain-text index of every block, section and documentation page, served at a stable URL.

Toro UI serves a manifest at /llms.txt. It is generated from the same catalogue that powers this site, so it can never describe a block that does not exist.

Using it

Point your agent at the URL, or paste the contents into its context:

Most agents will fetch it themselves if you mention the URL in a project instruction file:

What it contains

The manifest lists three groups:

  • Blocks — every block, grouped by section, with its one-line description and the URL to view it.
  • Templates — full starters and what they are assembled from.
  • Docs — every page in this documentation, so the agent can look up a convention rather than guess at it.

Why plain text

An agent's cheapest operation is reading. A 6KB text file costs a fraction of what crawling twenty HTML pages costs, and it survives being truncated — the top of the file is still useful on its own.

Keep it in sync

The route is generated at build time from src/lib/blocks.ts and the docs tree. Adding a block updates the manifest automatically; there is no separate file to forget.