Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
superdesigndev avatar

Superdesign

  • 7.4k installs
  • 381 repo stars
  • Updated August 5, 2026
  • superdesigndev/superdesign-skill

superdesign is an agent skill for >

About

> --- name: superdesign description: > Superdesign is a design agent specialized in frontend UI/UX design. Use this skill before implementing any UI that requires design thinking. Common commands: superdesign create-project --title "X" (setup project), superdesign create-design-draft --project-id <id> --title "Current UI" -p "Faithfully reproduce..." --context-file src/Component.tsx (faithful reproduction), superdesign iterate-design-draft --draft-id <id> -p "dark theme" -p "minimal" --mode branch --context-file src/Component.tsx (design variations), superdesign execute-flow-pages --draft-id <id> --pages '[...]' --context-file src/Component.tsx (extend to more pages), superdesign create-component --project-id <id> --name "NavBar" --html-file /tmp/navbar.html --props '[...]' (extract reusable component), superdesign update-component --component-id <id> --html-file /tmp/navbar.html (update existing component), superdesign list-components --project-id <id> (list existing components). Supports line ranges: --context-file path:startLine:endLine metadata: author: superdesign version: "0.0.2" --- SuperDesign helps you (1) find design inspirations/styles and (2) generate/iterate design dr.

  • Core scenarios (what this skill handles)
  • **superdesign init** - Analyze the repo and build UI context to `.superdesign/init/`
  • **Help me design X** (feature/page/flow)
  • **Set design system**
  • **Help me improve design of X**

Superdesign by the numbers

  • 7,402 all-time installs (skills.sh)
  • +476 installs in the week ending Aug 4, 2026 (Skillselion tracking)
  • Ranked #215 of 2,153 Testing & QA skills by installs in the Skillselion catalog
  • Security screen: CRITICAL risk (skills.sh audit)
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
At a glance

superdesign capabilities & compatibility

Capabilities
core scenarios (what this skill handles) · **superdesign init** — analyze the repo and buil · **help me design x** (feature/page/flow) · **set design system** · **help me improve design of x**
Use cases
documentation
From the docs

What superdesign says it does

--- name: superdesign description: > Superdesign is a design agent specialized in frontend UI/UX design.
SKILL.md
Use this skill before implementing any UI that requires design thinking.
SKILL.md
--- # Core scenarios (what this skill handles) 1.
SKILL.md
npx skills add https://github.com/superdesigndev/superdesign-skill --skill superdesign

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs7.4k
repo stars381
Security audit1 / 3 scanners passed
Last updatedAugust 5, 2026
Repositorysuperdesigndev/superdesign-skill

When should developers use superdesign and what problem does it solve?

>

Who is it for?

Developers working with superdesign patterns described in the skill documentation.

Skip if: Skip when cached docs are empty or the task is outside the skill's documented scope.

When should I use this skill?

>

What you get

Grounded guidance and workflows from SKILL.md for superdesign.

  • Design draft projects
  • Branched UI variations
  • Multi-page flow designs

Files

SKILL.mdMarkdownGitHub ↗

SuperDesign helps you (1) find design inspirations/styles and (2) generate/iterate design drafts on an infinite canvas.

---

Core scenarios (what this skill handles)

1. superdesign init — Analyze the repo and build UI context to .superdesign/init/ 2. Help me design X (feature/page/flow) 3. Set design system 4. Help me improve design of X

Init: Repo Analysis

When .superdesign/init/ directory doesn't exist or is empty, you MUST automatically:

1. Create the .superdesign/init/ directory 2. Fetch the init prompt from the URL below 3. Follow the prompt instructions to analyze the repo and write context files

https://raw.githubusercontent.com/superdesigndev/superdesign-skill/main/skills/superdesign/INIT.md

Do NOT ask the user to do this manually — just do it.

Mandatory Init Files

If .superdesign/init/ exists, you MUST read ALL files in this directory FIRST before any design task:

  • components.md — shared UI primitives with full source code
  • layouts.md — shared layout components (nav, sidebar, header, footer)
  • routes.md — page/route mapping
  • theme.md — design tokens, CSS variables, Tailwind config
  • pages.md — page component dependency trees (which files each page needs)
  • extractable-components.md — components that can be extracted as reusable DraftComponents

When designing for an existing page: First check pages.md for the page's complete dependency tree. Every file in that tree MUST be passed as --context-file. Then also add globals.css, tailwind.config, and design-system.md.

Superdesign CLI (MUST run before any command)

IMPORTANT: Before running ANY superdesign command, you MUST ensure the CLI is installed and logged in.

Follow these steps in order — do NOT skip any step:

1. Check if CLI is already installed:

   superdesign --version
  • If the command succeeds (prints a version), skip installation and go to step 2.
  • If the command fails (not found), install the CLI:
     npm install -g @superdesign/cli@latest

2. Check login status by running any command (e.g. superdesign --help). If you see an auth/login error, run:

   superdesign login

Wait for login to complete successfully before proceeding. 3. Only after login succeeds, run your intended superdesign commands.

Never assume the user is already logged in. Always verify login first.

How it works

MUST MANDATORY Fetch fresh guidelines below:

https://raw.githubusercontent.com/superdesigndev/superdesign-skill/main/skills/superdesign/SUPERDESIGN.md

Action accordingly based on instruction in the SUPERDESIGN.md

Related skills

How it compares

Choose superdesign when design exploration must start from live component context files rather than blank-slate image generators.

FAQ

What does superdesign do?

>

When should I invoke superdesign?

>

Where is the source documentation?

Ground claims in SKILL.md excerpts and linked reference files from the cached docs.

Is Superdesign safe to install?

skills.sh reports 1 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.