## agents/copilot
Use DESIGN.md with Copilot
GitHub Copilot applies repository custom instructions from .github/copilot-instructions.md to every chat and inline suggestion.
- Fetch the DESIGN.md into the repo root.
- Reference it from .github/copilot-instructions.md so generations follow the tokens.
target file: .github/copilot-instructions.md
# Fetch the design system file curl -fsSL https://api.agent-ds.oday-bakkour.com/v1/systems/carbon/design.md -o DESIGN.md # .github/copilot-instructions.md — add: When generating or editing UI, follow the design tokens and rules in DESIGN.md at the repository root. Never invent design values.
Replace carbon with any slug from the catalog. Or skip the manual setup entirely:
npx skills add System-Desgin/AgentDS --skill design-systems