Agents

This template is designed to work well with coding agents and LLM-powered tools. It exposes Markdown-first routes for reading context, and it ships the shadcn-svelte Agent Skill under .agents/skills/shadcn-svelte for working with shadcn-svelte primitives in the docs shell (imports, component composition, styling rules).

There’s no separate authoring skill for registry items yet — see Registry for how items are structured, and validate changes with bun run registry:generate.

Consumers install items with the JSON URL from /r/<name>.json, not a namespaced alias. See Installation.

Machine-readable routes

  • /llms.txt — short index for LLM tools
  • /llms-full.txt — fuller dump of docs and registry context
  • Any docs or registry page as .md (for example /docs/installation.md or /components/button.md)