Create an opinionated design system as a DESIGN.md file. Triggers on: "create a design system", "generate DESIGN.md", "design system for [description]", "new design system", "design system", or /design-systems:create. Generates a complete DESIGN.md with Creative North Star, Core Prohibitions, Anti-Moodboard, and full token definitions. Actively avoids AI slop patterns.
From design-systemsnpx claudepluginhub aaronbassett/agent-foundry --plugin design-systemsThis skill uses the workspace's default tool permissions.
references/aesthetic-seeds.mdreferences/anti-slop.mdreferences/design-md-schema.mdProvides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Builds 3-5 year financial models for startups with cohort revenue projections, cost structures, cash flow, headcount plans, burn rate, runway, and scenario analysis.
Generate a complete, opinionated DESIGN.md from a short description.
The user provides a short description of the desired aesthetic direction. Examples:
If no description is provided, ask for one:
question: "Describe the design direction in a few words"
options:
- label: "Dark editorial"
description: "Moody, magazine-inspired, serif-forward"
- label: "Clean minimal"
description: "Extreme reduction, one accent color, invisible UI"
- label: "Bold brutalist"
description: "Hard edges, high contrast, raw structure"
- label: "Warm organic"
description: "Natural textures, warm palette, flowing forms"
Read these files before generating anything:
${CLAUDE_SKILL_DIR}/references/anti-slop.md — patterns to avoid${CLAUDE_SKILL_DIR}/references/aesthetic-seeds.md — non-default starting directions${CLAUDE_SKILL_DIR}/references/design-md-schema.md — strict output schemaBased on the user's description, select the most appropriate seed from
aesthetic-seeds.md. The seed provides:
The seed is a starting direction, not a template. Adapt and build on it based on the user's specific needs. Combine elements from multiple seeds if the description warrants it.
Follow the strict schema from design-md-schema.md exactly. Generate
all 7 sections with all required subsections.
Anti-Slop Enforcement — CRITICAL:
For EVERY design decision, cross-check against anti-slop.md. This
is not optional. The following checks are mandatory:
| Section | Anti-Slop Checks |
|---|---|
| Typography | No Inter, Roboto, Open Sans, Lato, Arial as primary. Weight contrast must be extreme (not 400 vs 600). Size jumps 3x+ between levels. |
| Colors | No purple/indigo gradient defaults. No pure #000000 or #ffffff. Palette has one dominant + sharp accent, not evenly distributed. No cyan-on-dark neon default. |
| Layout | Prohibitions must ban at least one layout anti-pattern. No uniform spacing throughout. |
| Shadows | No box-shadow: 0 4px 6px rgba(0,0,0,0.1). All shadows hue-tinted or otherwise distinctive. |
| Components | No border-radius: 8-12px + generic shadow combo. No left-border accent on all cards. Button hierarchy (primary/secondary/tertiary) must be visually distinct. |
| Do's/Don'ts | Must include relevant AI Slop checklist items as Don'ts. |
If a generated value matches a flagged anti-slop pattern, choose an alternative. Do not proceed with slop values.
Scan the project to determine where DESIGN.md should live:
src/components/, src/app/, src/pages/ → project rootapp/ (Next.js app router) → project rootpackages/ui/, packages/web/, packages/frontend/ → that package rootUse Glob to scan: **/src/components, **/src/app, **/packages/*/src,
**/app, **/pages.
Write the generated content to the detected/chosen path.
At the same directory level as DESIGN.md, add to (or create) a CLAUDE.md:
## Design System
Read and follow DESIGN.md for all UI work.
Never violate the Core Prohibitions defined in DESIGN.md.
Check the Anti-Moodboard before proposing any visual direction.
If a CLAUDE.md already exists, append this block. If it doesn't exist, create it with this content.
Tell the user:
/design-systems:specimen to preview the systemAfter writing, run the validation checklist from design-md-schema.md:
If any check fails, fix the issue before presenting to the user.