design-system-creation
デザインシステムを構築し、コンポーネントやパターン、ガイドラインを整備することで、デザインの一貫性を保ち、開発を効率化し、チーム間の連携を円滑にするSkill。
📜 元の英語説明(参考)
Build comprehensive design systems with components, patterns, and guidelines. Enable consistent design, faster development, and better collaboration across teams.
🇯🇵 日本人クリエイター向け解説
デザインシステムを構築し、コンポーネントやパターン、ガイドラインを整備することで、デザインの一貫性を保ち、開発を効率化し、チーム間の連携を円滑にするSkill。
※ jpskill.com 編集部が日本のビジネス現場向けに補足した解説です。Skill本体の挙動とは独立した参考情報です。
下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o design-system-creation.zip https://jpskill.com/download/21406.zip && unzip -o design-system-creation.zip && rm design-system-creation.zip
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/21406.zip -OutFile "$d\design-system-creation.zip"; Expand-Archive "$d\design-system-creation.zip" -DestinationPath $d -Force; ri "$d\design-system-creation.zip"
完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。
💾 手動でダウンロードしたい(コマンドが難しい人向け)
- 1. 下の青いボタンを押して
design-system-creation.zipをダウンロード - 2. ZIPファイルをダブルクリックで解凍 →
design-system-creationフォルダができる - 3. そのフォルダを
C:\Users\あなたの名前\.claude\skills\(Win)または~/.claude/skills/(Mac)へ移動 - 4. Claude Code を再起動
⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。
🎯 このSkillでできること
下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。
📦 インストール方法 (3ステップ)
- 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
- 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
- 3. 展開してできたフォルダを、ホームフォルダの
.claude/skills/に置く- · macOS / Linux:
~/.claude/skills/ - · Windows:
%USERPROFILE%\.claude\skills\
- · macOS / Linux:
Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。
詳しい使い方ガイドを見る →- 最終更新
- 2026-05-18
- 取得日時
- 2026-05-18
- 同梱ファイル
- 5
📖 Skill本文(日本語訳)
※ 原文(英語/中国語)を Gemini で日本語化したものです。Claude 自身は原文を読みます。誤訳がある場合は原文をご確認ください。
[Skill 名] design-system-creation
デザインシステムの作成
目次
概要
デザインシステムとは、一貫性を確保し、開発を加速させ、製品の品質を向上させるための、構造化されたコンポーネント、ガイドライン、および原則の集合体です。
使用する場面
- 複数の製品インターフェースやチームがある場合
- デザインの一貫性を大規模に実現する場合
- 重複するコンポーネント開発を削減する場合
- デザインから開発への引き渡しを改善する場合
- チーム間で共通言語を作成する場合
- 再利用可能なコンポーネントを構築する場合
- デザイン標準を文書化する場合
クイックスタート
最小限の動作例:
Design System Structure:
Foundation Layer:
Typography:
- Typefaces (Roboto, Inter)
- Font sizes (scale: 12, 14, 16, 20, 28, 36, 48)
- Font weights (Regular, Medium, Bold)
- Line heights and letter spacing
Colors:
- Primary brand color (#2196F3)
- Secondary colors
- Neutral palette (grays)
- Semantic colors (success, error, warning)
- Dark mode variants
Spacing:
- Base unit: 4px
- Scale: 4, 8, 12, 16, 24, 32, 48, 64px
- Apply consistently across UI
Shadows & Elevation:
- Elevation 0 (flat)
- Elevation 1, 2, 4, 8, 16 (increasing depth)
- Used for modals, cards, overlays
// ... (see reference guides for full implementation)
リファレンスガイド
references/ ディレクトリにある詳細な実装:
| ガイド | 内容 |
|---|---|
| Design System Components | デザインシステムコンポーネント |
| Component Documentation | コンポーネントのドキュメント |
| Design System Governance | デザインシステムのガバナンス |
| Design System Documentation | デザインシステムのドキュメント |
ベストプラクティス
✅ DO
- 必須のコンポーネントから始める
- すべてのコンポーネントを徹底的に文書化する
- コード例を含める
- 複数のブラウザでコンポーネントをテストする
- アクセシビリティに関するガイダンスを含める
- デザインシステムをバージョン管理する
- 明確なガバナンスを持つ
- 更新を積極的に伝える
- ユーザーからフィードバックを収集する
- 段階的に維持する
❌ DON'T
- 最初から多くのコンポーネントを作成しすぎる
- ドキュメントを省略する
- アクセシビリティを無視する
- 移行パスなしで破壊的変更を行う
- 一貫性のない実装を許容する
- ユーザーフィードバックを無視する
- デザインシステムを停滞させる
- 実証された必要性なしにコンポーネントを作成する
- コンポーネントを過度に規範的にする
- パフォーマンスへの影響を無視する
📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開
Design System Creation
Table of Contents
Overview
A design system is a structured set of components, guidelines, and principles that ensure consistency, accelerate development, and improve product quality.
When to Use
- Multiple product interfaces or teams
- Scaling design consistency
- Reducing redundant component development
- Improving design-to-dev handoff
- Creating shared language across teams
- Building reusable components
- Documenting design standards
Quick Start
Minimal working example:
Design System Structure:
Foundation Layer:
Typography:
- Typefaces (Roboto, Inter)
- Font sizes (scale: 12, 14, 16, 20, 28, 36, 48)
- Font weights (Regular, Medium, Bold)
- Line heights and letter spacing
Colors:
- Primary brand color (#2196F3)
- Secondary colors
- Neutral palette (grays)
- Semantic colors (success, error, warning)
- Dark mode variants
Spacing:
- Base unit: 4px
- Scale: 4, 8, 12, 16, 24, 32, 48, 64px
- Apply consistently across UI
Shadows & Elevation:
- Elevation 0 (flat)
- Elevation 1, 2, 4, 8, 16 (increasing depth)
- Used for modals, cards, overlays
// ... (see reference guides for full implementation)
Reference Guides
Detailed implementations in the references/ directory:
| Guide | Contents |
|---|---|
| Design System Components | Design System Components |
| Component Documentation | Component Documentation |
| Design System Governance | Design System Governance |
| Design System Documentation | Design System Documentation |
Best Practices
✅ DO
- Start with essential components
- Document every component thoroughly
- Include code examples
- Test components across browsers
- Include accessibility guidance
- Version the design system
- Have clear governance
- Communicate updates proactively
- Gather feedback from users
- Maintain incrementally
❌ DON'T
- Create too many components initially
- Skip documentation
- Ignore accessibility
- Make breaking changes without migration path
- Allow inconsistent implementations
- Ignore user feedback
- Let design system stagnate
- Create components without proven need
- Make components too prescriptive
- Ignore performance impact
同梱ファイル
※ ZIPに含まれるファイル一覧。`SKILL.md` 本体に加え、参考資料・サンプル・スクリプトが入っている場合があります。
- 📄 SKILL.md (2,774 bytes)
- 📎 references/component-documentation.md (1,767 bytes)
- 📎 references/design-system-components.md (1,713 bytes)
- 📎 references/design-system-documentation.md (737 bytes)
- 📎 references/design-system-governance.md (1,228 bytes)