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.

FileFormatBest for
AGENTS.mdMarkdownAI coding assistants (Cursor, Copilot, Claude Code) — full project conventions
llms.txtPlain textOne-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.

Bash
1curl -O https://cynosure.handoff.com/AGENTS.md

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

Bash
1curl https://cynosure.handoff.com/llms.txt | pbcopy 2# Paste as context into your LLM prompt

Sub-pages