Awesome DESIGN.md
Use this skill to select, inspect, or copy curated DESIGN.md references from VoltAgent/awesome-design-md. The bundled catalog contains public website-inspired design docs for many brands and product categories.
Core Rule
Use DESIGN.md files as reference language and structure, not as permission to clone another brand. Translate patterns into the current product's own brand DNA, tokens, and constraints.
Project AGENTS.md, kishi-design-architect, and current user instructions outrank any bundled reference. If a reference suggests purple gradients, heavy blur, slow motion, emoji icons, giant shadows, or other banned patterns, adapt or reject those details.
Bundled Resources
references/design-md/<brand>/DESIGN.md: source design docs.
references/source-readme.md: upstream repo overview and collection index.
references/source-license.txt: upstream MIT license.
scripts/design_md.py: list, search, show, and copy references.
Quick Commands
List catalog:
python3 ~/.codex/skills/awesome-design-md/scripts/design_md.py list
Search catalog:
python3 ~/.codex/skills/awesome-design-md/scripts/design_md.py search "developer tool dark precise"
Show reference path:
python3 ~/.codex/skills/awesome-design-md/scripts/design_md.py show linear.app
Copy a reference into current project:
python3 ~/.codex/skills/awesome-design-md/scripts/design_md.py copy linear.app ./DESIGN.md
Workflow
- Identify desired vibe, product category, and project constraints.
- Run
search for broad requests, or show <brand> for named references.
- Read only the selected
DESIGN.md file, not the whole catalog.
- Extract useful patterns:
- atmosphere
- color roles
- typography hierarchy
- component rules
- layout rhythm
- depth/elevation
- responsive behavior
- do/don't guardrails
- Convert into project-native decisions:
- use existing tokens when present
- rename colors semantically
- preserve current logo/brand identity
- avoid proprietary brand marks and exact copy
- keep accessibility and performance constraints
- When asked to create a
DESIGN.md, write a project-specific doc using the selected references as inspiration.
- When asked to build UI, use the chosen reference as one input, then follow
kishi-design-architect and project frontend rules.
Selection Heuristics
- Developer tools:
vercel, linear.app, cursor, raycast, warp, supabase, resend, mintlify.
- AI/agent products:
voltagent, claude, mistral.ai, together.ai, replicate, runwayml.
- Enterprise/SaaS:
airtable, notion, intercom, hashicorp, ibm, mongodb.
- Fintech:
stripe, wise, coinbase, revolut, mastercard.
- Consumer/editorial:
apple, nike, spotify, wired, theverge, pinterest.
- Luxury/automotive:
bugatti, ferrari, lamborghini, bmw, tesla.
Prefer references by product fit, not fame. For Quasar/FiveM education, usually start with developer-tool clarity (vercel, linear.app, mintlify) plus academy/community warmth (notion, intercom), then adapt to Quasar identity.
Output Pattern
When using this skill, include:
**Reference Chosen**
- name:
- why:
- source path:
**Adaptation Rules**
- keep:
- change:
- reject:
**Project DESIGN.md / UI Direction**
- tokens:
- typography:
- components:
- layout:
- motion:
- accessibility:
For code work, final response should stay concise: files changed, reference used, adaptation choices, verification.
Guardrails
- Do not copy another brand's logo, trademarked assets, exact marketing copy, or proprietary identity.
- Do not import raw brand palettes into components when project tokens exist.
- Do not treat reference docs as truth for current project accessibility or performance.
- Do not load multiple large references unless comparison is necessary.
- Do not add this catalog wholesale to app output; use it as internal design guidance.
1---2name: awesome-design-md3description: Use curated DESIGN.md references from VoltAgent/awesome-design-md for brand/style inspiration, design-system drafting, frontend visual direction, UI mood matching, promptable design docs, or copying an existing reference DESIGN.md into a project. Trigger when user mentions DESIGN.md, Google Stitch design docs, "make it like a known brand", "use a design reference", "brand style guide", "visual system inspiration", or asks for Apple, Stripe, Linear, Vercel, Notion, or similar design language. Always adapt references without cloning brand identity or violating project AGENTS constraints.4---56# Awesome DESIGN.md78Use this skill to select, inspect, or copy curated `DESIGN.md` references from `VoltAgent/awesome-design-md`. The bundled catalog contains public website-inspired design docs for many brands and product categories.910## Core Rule1112Use DESIGN.md files as **reference language and structure**, not as permission to clone another brand. Translate patterns into the current product's own brand DNA, tokens, and constraints.1314Project `AGENTS.md`, `kishi-design-architect`, and current user instructions outrank any bundled reference. If a reference suggests purple gradients, heavy blur, slow motion, emoji icons, giant shadows, or other banned patterns, adapt or reject those details.1516## Bundled Resources1718- `references/design-md/<brand>/DESIGN.md`: source design docs.19- `references/source-readme.md`: upstream repo overview and collection index.20- `references/source-license.txt`: upstream MIT license.21- `scripts/design_md.py`: list, search, show, and copy references.2223## Quick Commands2425List catalog:2627```bash28python3 ~/.codex/skills/awesome-design-md/scripts/design_md.py list29```3031Search catalog:3233```bash34python3 ~/.codex/skills/awesome-design-md/scripts/design_md.py search "developer tool dark precise"35```3637Show reference path:3839```bash40python3 ~/.codex/skills/awesome-design-md/scripts/design_md.py show linear.app41```4243Copy a reference into current project:4445```bash46python3 ~/.codex/skills/awesome-design-md/scripts/design_md.py copy linear.app ./DESIGN.md47```4849## Workflow50511. Identify desired vibe, product category, and project constraints.522. Run `search` for broad requests, or `show <brand>` for named references.533. Read only the selected `DESIGN.md` file, not the whole catalog.544. Extract useful patterns:55 - atmosphere56 - color roles57 - typography hierarchy58 - component rules59 - layout rhythm60 - depth/elevation61 - responsive behavior62 - do/don't guardrails635. Convert into project-native decisions:64 - use existing tokens when present65 - rename colors semantically66 - preserve current logo/brand identity67 - avoid proprietary brand marks and exact copy68 - keep accessibility and performance constraints696. When asked to create a `DESIGN.md`, write a project-specific doc using the selected references as inspiration.707. When asked to build UI, use the chosen reference as one input, then follow `kishi-design-architect` and project frontend rules.7172## Selection Heuristics7374- Developer tools: `vercel`, `linear.app`, `cursor`, `raycast`, `warp`, `supabase`, `resend`, `mintlify`.75- AI/agent products: `voltagent`, `claude`, `mistral.ai`, `together.ai`, `replicate`, `runwayml`.76- Enterprise/SaaS: `airtable`, `notion`, `intercom`, `hashicorp`, `ibm`, `mongodb`.77- Fintech: `stripe`, `wise`, `coinbase`, `revolut`, `mastercard`.78- Consumer/editorial: `apple`, `nike`, `spotify`, `wired`, `theverge`, `pinterest`.79- Luxury/automotive: `bugatti`, `ferrari`, `lamborghini`, `bmw`, `tesla`.8081Prefer references by product fit, not fame. For Quasar/FiveM education, usually start with developer-tool clarity (`vercel`, `linear.app`, `mintlify`) plus academy/community warmth (`notion`, `intercom`), then adapt to Quasar identity.8283## Output Pattern8485When using this skill, include:8687```markdown88**Reference Chosen**89- name:90- why:91- source path:9293**Adaptation Rules**94- keep:95- change:96- reject:9798**Project DESIGN.md / UI Direction**99- tokens:100- typography:101- components:102- layout:103- motion:104- accessibility:105```106107For code work, final response should stay concise: files changed, reference used, adaptation choices, verification.108109## Guardrails110111- Do not copy another brand's logo, trademarked assets, exact marketing copy, or proprietary identity.112- Do not import raw brand palettes into components when project tokens exist.113- Do not treat reference docs as truth for current project accessibility or performance.114- Do not load multiple large references unless comparison is necessary.115- Do not add this catalog wholesale to app output; use it as internal design guidance.