Skip to content
Automation
Skill

/design-system-creator

Produces a complete, Claude-Design-compatible design system folder for any brand, ready to upload to Claude Design's \"Set up your design system\" flow and use across every future asset (websites, landing pages, pitch decks, Instagram/LinkedIn carousels, infographics, emails,

From plugin
benai-skills
62152 skills17 agents1 hook4 MCP
Install
$ npx -y skills add naveedharri/benai-skills --skill design-system-creator --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/design-system-creator

Context preview

The summary Claude sees to decide when to auto-load this skill.

Produces a complete, Claude-Design-compatible design system folder for any brand, ready to upload to Claude Design's \"Set up your design system\" flow and use across every future asset (websites, landing pages, pitch decks, Instagram/LinkedIn carousels, infographics, emails,

SKILL.md

design-system-creator.SKILL.md
name: design-system-creator
description: "Produces a complete, Claude-Design-compatible design system folder for any brand, ready to upload to Claude Design's \"Set up your design system\" flow and use across every future asset (websites, landing pages, pitch decks, Instagram/LinkedIn carousels, infographics, emails, ads). Handles two paths: building a brand from scratch (research to synthesis to full system) or extracting the design system from an existing business's shipped assets (website scrape, logos, fonts, past creatives). Use whenever the user wants to stand up a design system from zero, codify a brand they already run but never formalized, set up tokens/typography/color/voice guidelines, build reusable brand assets, or feed a brand kit into Claude Design / Claude Skills / any LLM-assisted asset-creation pipeline. Trigger even if the user says \"brand kit,\" \"brand guidelines,\" \"style guide,\" \"brand book,\" \"design language,\" or \"set up my brand for AI,\" those are all in scope."
disable-model-invocation: true

Design System Creator

Produces a complete, portable **design system folder**: the single source of truth a brand uses for every asset it ships (web, landing pages, pitch decks, Instagram and LinkedIn carousels, emails, infographics, ads). The folder uploads directly to Claude Design's "Set up your design system" flow, feeds any LLM that produces brand assets, and doubles as a living style guide for a design team.

Step 0: Prerequisite check

Extraction and research run on real scraped data, not invented content. Before asking any discovery question or generating anything, run the diagnostic in [references/setup.md](references/setup.md) to verify the three tools this skill depends on are installed and working: Firecrawl CLI, the extract-design-system skill, and Playwright Chromium.

  • All three present: proceed.
  • Anything missing: pause, share the install command for that specific tool from [references/setup.md](references/setup.md), and wait for the user to confirm.

Do not silently skip a step when a tool is missing. Inventing color values or logo paths without scraping and rendering defeats the whole point of the skill.

Step 1: Pick the branch

Once the tools are in place, ask the user exactly **one** question:

> **Are we creating a brand-new design system from scratch, or are we extracting the design system from a business you already run?**

Do not branch, suggest, or assume. Route on their answer:

  • New / from scratch / nothing yet: Branch A. Load [references/branch-a-fresh.md](references/branch-a-fresh.md).
  • Existing business / existing site / existing brand: Branch B. Load [references/branch-b-extract.md](references/branch-b-extract.md).

If the answer is ambiguous ("we have a logo but nothing else," "we've been running for a year but it's all ad-hoc"), they are almost certainly on Branch B (extraction), because you have real artifacts to work from. Confirm this with them before proceeding.

What the skill produces

Both branches output a `design-system/` folder at the working-directory root, same tree, content differing by branch. Every file in the tree gets produced. Full folder tree and field-by-field content spec: [references/output-structure.md](references/output-structure.md).

Asset-fidelity rules (apply on both branches)

Real artifacts beat synthetic recreations every time. Two rules override the "produce every file" instinct:

1. When the user provides shipped assets, copy them into `design-system/assets/templates/` and reference them as the canonical templates. Do NOT recreate them as synthetic SVGs. 2. When you render the logo, render only what is in the source. Do NOT add features.

Full rules, working-directory scan procedure, and logo-diff steps: [references/asset-fidelity.md](references/asset-fidelity.md).

Non-negotiables (enforced in every system)

Ten design laws make a system feel disciplined rather than generic. Apply them on both branches. If a design choice violates one, push back and propose the on-brand alternative. Full list with reasoning and how-to-apply per rule: [references/non-negotiables.md](references/non-negotiables.md).

Branch A: Fresh (research, synthesis, generate)

Full workflow: [references/branch-a-fresh.md](references/branch-a-fresh.md). Sequence:

1. Discovery interview: one focused pass covering the business, the 3-second feeling, 3 to 7 reference sites and what draws them to each, anti-references, color instinct, and constraints. 2. Research via Firecrawl: search the category if the user cannot name enough references, then scrape every reference URL. Save each to `brands/<slug>/`. 3. Synthesize a `research/synthesis-and-direction.md` doc ending in the five sign-off questions (color, typography, logo direction, name, component scope). 4. Wait for sign-off on color, typography, logo, and name at minimum. 5. Generate every file from the templates in [assets/templates/](assets/templates/) and the guidance in [references/output-structure.md](references/output-structure.md); render the logo SVGs via [scripts/render.mjs](scripts/render.mjs). All asset templates are synthetic on this branch; flag each one to the user. 6. Finalize: produce the Claude Design form text ([references/claude-design-form.md](references/claude-design-form.md)) and return the folder path plus the form text.

Branch B: Extract (ingest, reconcile, codify)

Full workflow: [references/branch-b-extract.md](references/branch-b-extract.md). Sequence:

1. Ingest interview: public website URL (required), logo files, fonts used, any shipped assets, a 2-sentence business description, any informal brand rules. 2. Scan the working directory for shipped assets before scraping (see the asset-fidelity rules). 3. Extract from the live site with Firecrawl plus `npx extract-design-system <url>` for independent computed tokens. 4. Reconcile scraped values against uploads and shipped assets; write `research/reconciliation.md` and c

Read more
Ships withbenai-skills

Expert automation skills for Claude Code, organized by department.

Get the whole plugin

Other skills on benai-skills.