For LLMs
This is the context file an AI coding agent should read before generating Prism code. It follows the llms.txt convention: one Markdown file that orients a model to the system — how to load it, the theming rules, and every component with a one-line description and link.
Point your agent at the raw file: https://prism.artoftechconsulting.com/docs/llms.txt
Loading…Going deeper
- llms-full.txt — a larger file that inlines the token rules and every component's full prop summary, for agents that can take more context in one fetch.
- Component specs (JSON) — the same data as structured JSON, generated from the component source.
- Build with AI — guidance, prompt patterns and worked examples for building on Prism with an assistant.
Everything here is generated from the design-system source by scripts/generate-meta.cjs, so it never drifts from the real components.