| name | design-stylecards |
| license | MIT |
| compatibility | Claude Code 2.1.220+ |
| description | Declarative catalog of named aesthetic recipes โ exact shadow stacks, glass surfaces, gradient treatments, and type scales as copy-paste values with Use-When and Avoid rules. Use when the user asks for polished elevation, glassmorphism, a border gradient, a mesh background, or any 'make it look like X' request where taste should come from a versioned recipe instead of being reinvented per session. |
| argument-hint | [list | <recipe-name> | apply <recipe> to <file>] |
| tags | ["design","stylecards","shadows","glass","gradients","typography","tailwind","css","aesthetics"] |
| context | fork |
| background | false |
| version | 1.0.0 |
| author | OrchestKit |
| user-invocable | true |
| complexity | low |
| persuasion-type | collaborative |
| model | sonnet |
| allowed-tools | ["Read","Grep","Glob","Edit","Write"] |
| skills | ["design-system-tokens"] |
| metadata | {"category":"document-asset-creation"} |
| triggers | {"keywords":["stylecard","beautiful shadows","glassmorphism","glass card","border gradient","mesh gradient","elevation recipe","make it look polished"],"examples":["give the cards a polished layered shadow","apply a glass surface treatment to this panel","add a subtle border gradient like Linear"],"anti-triggers":["extract","screenshot","audit","tokens-from-source"]} |
Design Stylecards
Specs beat vibes. A stylecard is a named aesthetic recipe with exact values โ the difference
between "add a nice shadow" (reinvented differently every session) and elevation/md (identical
every time, reviewed once, versioned forever).
/ork:design-stylecards list
/ork:design-stylecards elevation/md
/ork:design-stylecards apply glass/dark to src/components/Panel.tsx
Why declarative recipes
Pipeline skills (design-to-code, design-context-extract) answer how to produce design output.
Stylecards answer what good looks like โ as literal values an agent pastes, not adjectives it
interprets. Inspired by MengTo/Skills' stylecard micro-skills (MIT), consolidated into one catalog
to avoid manifest sprawl.
Workflow
1. Resolve the request to a recipe
Read("${CLAUDE_PLUGIN_ROOT}/skills/design-stylecards/references/stylecards.md")
2. Show or apply
- Show: print the recipe verbatim โ values, Use-When, Avoid. No paraphrasing values.
- Apply: edit the target file using the recipe's exact values. Adapt only the syntax
(Tailwind arbitrary class โ plain CSS โ CSS custom property), never the numbers.
3. Respect the recipe's Avoid block
Every recipe ends with falsifiable Avoid rules (e.g. "never stack two elevation recipes on one
element"). Violating an Avoid rule to satisfy a user request requires saying so explicitly.
Catalog index
Full recipes with exact values: references/stylecards.md.
| Recipe | Use when |
|---|
elevation/sm md lg | Layered neutral shadows โ compact controls / cards / hero surfaces |
glass/dark | Frosted glass panel on a dark backdrop |
|