AI & LLMs
The Cynosure Design System ships two machine-readable context files that give AI coding tools the knowledge they need to generate correct, on-brand components without extra guidance.
| File | Format | Best for |
|---|---|---|
AGENTS.md | Markdown | AI coding assistants (Cursor, Copilot, Claude Code) — full project conventions |
llms.txt | Plain text | One-shot LLM prompting — stack summary, token values, block list, doc links |
Quick start
Cursor
Place AGENTS.md at the root of your implementation project. Cursor reads it automatically. Reference it explicitly with @AGENTS.md in any chat message.
ChatGPT / Claude Projects
Add AGENTS.md or llms.txt as a project knowledge file. Both files will be included in every conversation automatically.
One-shot prompting
Sub-pages
- Ingesting into LLMs — prompt patterns, context strategies, common mistakes
- AGENTS.md & llms.txt — what each file contains and how to use it
- llms.txt Format — the llmstxt.org standard and Cynosure's structure
- WordPress with AI — using AI to generate and configure WordPress blocks from this system
On This Page