Get DESIGN.md for a theme
get_design_mdRetrieve the complete design brief for a kit by slug—palette, typography, layout, surfaces, and do's/don'ts—to implement or review a direction before committing.
Instructions
Fetch the complete DESIGN.md brief for one design kit (theme) by slug: the palette in prose, typography, layout and surface rules, elevation and shape, distinctive motifs, iconography, imagery direction, and explicit do's and don'ts. This is the document you design from. Read it before implementing a kit, or when the user wants to review a direction before committing to it. Read-only: it returns the text and writes nothing to disk (apply_theme is the tool that writes it into a project). Free kits are public; a Pro kit returns 403 with an upgrade path unless the key is entitled, without leaking the brief.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Permanent id or slug of the kit, from list_themes / search_themes. Prefer the id: it never moves, while a slug can be renamed and a retired slug keeps resolving through an alias. |