For the complete documentation index, see llms.txt. Markdown variants are available at explicit .md URLs. An agent skill is available at /.well-known/agent-skills/site-skill.md.
0

LLMS.txt

Let AI coding assistants use tanstartercn documentation and registry references.

tanstartercn provides llms.txt endpoints so AI coding assistants can fetch documentation, registry links, and page-specific markdown directly by URL.

Available files

Core documentation:

  • /llms.txt - Quick reference index for documentation and agent resources.
  • /llms-full.txt - Complete generated documentation in one file.

For limited context windows:

Agent discovery:

Integration

Claude Code: Reference the docs in your prompt or project instructions:

Use tanstartercn documentation from https://tanstartercn.tsu.moe/llms.txt

Cursor: Use the @Docs feature:

@Docs https://tanstartercn.tsu.moe/llms-full.txt

Learn more

Windsurf: Add the docs URL to your rules:

#docs https://tanstartercn.tsu.moe/llms-full.txt

Learn more

Other AI tools: Most assistants accept documentation URLs:

https://tanstartercn.tsu.moe/llms.txt

For complete documentation:

https://tanstartercn.tsu.moe/llms-full.txt

For a specific docs page:

https://tanstartercn.tsu.moe/llms.md/docs/components/button/content.md

Contributing

If AI-generated code misses a registry path, install command, or component example, update the source docs in content/docs and regenerate static assets with pnpm static:build.