LLMs.txt

Let Claude Code, Cursor, Copilot and the like read the atomm platform's APIs and requirements themselves, instead of you relaying them a paragraph at a time.

llms.txt is a convention for documentation written to be read by large language models. This site serves two routes:

RouteWhat it holdsSize
/llms.txtAn index of every doc, with links~750 tokens
/llms-full.txtEvery English doc concatenated into one file~30k tokens

Append .md to any docs URL to get that page as plain markdown — https://dev.atomm.com/docs/quickstart.md or https://dev.atomm.com/zh/docs/quickstart.md.

Which one to hand over

  • Your agent can fetch URLs: give it /llms.txt and let it pull only the pages it needs. Cheapest on context.
  • You want everything at once: give it /llms-full.txt. Saves twenty-odd round trips, costs ~30k tokens of context.
  • You only care about one chapter: give it that page's .md URL.

Usage

Paste the URL into the conversation:

For example: read https://dev.atomm.com/llms.txt first, then wire up the export flow in this generator the way atomm requires.

The design system and the 3D preview requirements also ship as single files you can hand straight to an agent — see Skills.

Esc
Search all docs · to navigate · to open