Superdesign Canvas
Drives the Superdesign CLI to design UI, slide decks, posters and image/video assets on an infinite canvas across multiple frontier models.
Design & UIIntermediate★ 600⑂ 46AI score 8/10Last updated: Aug 21, 2026
What it does
- Runs the Superdesign CLI (
npx @superdesign/cli) to create projects and drafts, then hands you the livecanvas:URL to watch designs stream in. - Auto-analyzes a real codebase into six context files under
.superdesign/init/(components, layouts, routes, theme, pages, extractable components) before designing existing UI. - Lets you pick and compare leading models side by side, with clear replace-vs-branch iteration routing and version history.
- Extracts design language from a reference URL, builds design systems, and covers presentations, posters/social graphics, and supporting image/video generation.
- Checks
.superdesign/resume.jsonfirst so follow-up edits reuse warm context instead of rediscovering the repo.
Who it's for
- Frontend devs and designers with a Superdesign account who want multiple UI directions fast.
- Product teams redesigning existing pages or needing on-brand decks and marketing graphics.
- Anyone who wants to A/B different AI models on the same design brief.
Examples
- "Make the dashboard darker and denser" → warm resume path updates the existing draft using only the saved context bundle.
- "Design a landing page in the style of this URL" →
extract-websitepulls the design DNA, then several models generate variants. - "Ten-slide investor deck" → outline approved in chat, real presentation draft generated, optional editable PPTX export.
· · · Install guide · · ·
Try it now, no install
Paste this into Claude to use the skill without installing anything.
Read the instructions in this file and follow them to help me: https://raw.githubusercontent.com/superdesigndev/superdesign-skill/HEAD/skills/superdesign/SKILL.md What I want: (describe your task here)
If Claude can't open the link, open it yourself and paste the contents instead.
↓ If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.
Install in the Claude app (no terminal)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Install in Claude Code
Let Claude do it — paste this into Claude Code
Install the skill I found on Claude Skill Mart. Copy the skills/superdesign folder from the GitHub repo superdesigndev/superdesign-skill into my ~/.claude/skills/superdesign/. When it's done, tell me in one line what this skill can do.
Install with a command instead
git clone https://github.com/superdesigndev/superdesign-skill.git /tmp/superdesign-skill && cp -r /tmp/superdesign-skill/skills/superdesign ~/.claude/skills/superdesign⚠ This is a third-party skill. Check the source repository before installing.
- Confirm Node.js is installed (
node -v); the CLI is invoked vianpx. - Clone the repo:
git clone https://github.com/superdesigndev/superdesign-skill.git - Copy the skill folder:
cp -r superdesign-skill/skills/superdesign ~/.claude/skills/superdesign - Verify the
references/docs (SUPERDESIGN.md, INIT.md, PRESENTATION.md, GRAPHIC.md, etc.) came along. - Run
npx --yes @superdesign/cli@latestonce as a preflight and read theauth:line; if not authenticated, runnpx --yes @superdesign/cli@latest login. - Restart Claude Code and ask something like "redesign this landing page". Note that the session needs shell access and each generation consumes Superdesign credits.
View source on GitHub ↗License: MIT