Components
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:
- /llms.md/content.md - Homepage markdown.
- /llms.md/docs/content.md - Docs index markdown.
- /llms.md/docs/components/button/content.md - Single-page component documentation.
Agent discovery:
- /.well-known/agent-skills/index.json - Agent skill discovery index.
- /.well-known/agent-skills/site-skill.md - Site skill instructions for agents.
- /openapi.json - Machine-readable endpoint catalog.
Integration
Claude Code: Reference the docs in your prompt or project instructions:
Use tanstartercn documentation from https://tanstartercn.tsu.moe/llms.txtCursor: Use the @Docs feature:
@Docs https://tanstartercn.tsu.moe/llms-full.txtWindsurf: Add the docs URL to your rules:
#docs https://tanstartercn.tsu.moe/llms-full.txtOther AI tools: Most assistants accept documentation URLs:
https://tanstartercn.tsu.moe/llms.txtFor complete documentation:
https://tanstartercn.tsu.moe/llms-full.txtFor a specific docs page:
https://tanstartercn.tsu.moe/llms.md/docs/components/button/content.mdContributing
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.