S

superdesign

by @superdesigndevv
4.6(34)

Superdesignは、フロントエンドのUI/UXデザインに特化したインテリジェントエージェントであり、プロのデザインアドバイスとソリューションを提供し、ユーザーエクスペリエンスを向上させます。

UI/UX DesignProduct DesignDesign SystemsFigmaUser-Centered DesignGitHub
インストール方法
npx skills add superdesigndev/superdesign-skill --skill superdesign
compare_arrows

Before / After 効果比較

1
使用前

Superdesignデザインエージェントがない場合、UI/UXデザインプロセスは通常、デザイナーがFigmaやSketchなどのデザインツールを手動で使用し、多くの反復、コミュニケーション、修正を伴いました。要件から初稿、そして最終的な実装まで、プロセス全体に時間がかかり、デザインと開発の乖離が生じる可能性がありました。

使用後

Superdesignデザインエージェントを使用すると、AI駆動の方法でデザインの草稿を迅速に生成し、既存のUIを分析して改善提案を行うことができます。AIはコンテキストを理解し、指示に基づいてデザイン原則とユーザーエクスペリエンスに準拠したUIを生成できるため、デザインの反復サイクルを大幅に加速し、デザインと開発の連携効率を向上させます。

description SKILL.md


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 --title "Current UI" -p "Faithfully reproduce..." --context-file src/Component.tsx (faithful reproduction), superdesign iterate-design-draft --draft-id -p "dark theme" -p "minimal" --mode branch --context-file src/Component.tsx (design variations), superdesign execute-flow-pages --draft-id --pages '[...]' --context-file src/Component.tsx (extend to more pages), superdesign create-component --project-id --name "NavBar" --html-file /tmp/navbar.html --props '[...]' (extract reusable component), superdesign update-component --component-id --html-file /tmp/navbar.html (update existing component), superdesign list-components --project-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 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

forumユーザーレビュー (0)

レビューを書く

効果
使いやすさ
ドキュメント
互換性

レビューなし

統計データ

インストール数846
評価4.6 / 5.0
バージョン
更新日2026年3月16日
比較事例1 件

ユーザー評価

4.6(34)
5
0%
4
0%
3
0%
2
0%
1
0%

この Skill を評価

0.0

対応プラットフォーム

🔧Claude Code
🔧OpenClaw
🔧OpenCode
🔧Codex
🔧Gemini CLI
🔧GitHub Copilot
🔧Amp
🔧Kimi CLI

タイムライン

作成2026年3月16日
最終更新2026年3月16日