jpskill.com
📦 その他 コミュニティ

wireframe-prototyping

Create wireframes and interactive prototypes to visualize user interfaces and gather feedback early. Use tools and techniques to communicate design ideas before development.

⚡ おすすめ: コマンド1行でインストール(60秒)

下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。

🍎 Mac / 🐧 Linux
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o wireframe-prototyping.zip https://jpskill.com/download/21569.zip && unzip -o wireframe-prototyping.zip && rm wireframe-prototyping.zip
🪟 Windows (PowerShell)
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/21569.zip -OutFile "$d\wireframe-prototyping.zip"; Expand-Archive "$d\wireframe-prototyping.zip" -DestinationPath $d -Force; ri "$d\wireframe-prototyping.zip"

完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。

💾 手動でダウンロードしたい(コマンドが難しい人向け)
  1. 1. 下の青いボタンを押して wireframe-prototyping.zip をダウンロード
  2. 2. ZIPファイルをダブルクリックで解凍 → wireframe-prototyping フォルダができる
  3. 3. そのフォルダを C:\Users\あなたの名前\.claude\skills\(Win)または ~/.claude/skills/(Mac)へ移動
  4. 4. Claude Code を再起動

⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。

🎯 このSkillでできること

下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。

📦 インストール方法 (3ステップ)

  1. 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
  2. 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
  3. 3. 展開してできたフォルダを、ホームフォルダの .claude/skills/ に置く
    • · macOS / Linux: ~/.claude/skills/
    • · Windows: %USERPROFILE%\.claude\skills\

Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。

詳しい使い方ガイドを見る →
最終更新
2026-05-18
取得日時
2026-05-18
同梱ファイル
4

📖 Skill本文(日本語訳)

※ 原文(英語/中国語)を Gemini で日本語化したものです。Claude 自身は原文を読みます。誤訳がある場合は原文をご確認ください。

ワイヤーフレームプロトタイピング

目次

概要

ワイヤーフレームとプロトタイプは、アイデアと実装の間のギャップを埋め、チームが高価な開発を行う前にコンセプトをテストし、フィードバックを得て、デザインを洗練することを可能にします。

使用するタイミング

  • 初期コンセプトの検証
  • ステークホルダーとの連携
  • ユーザーテストとフィードバック
  • 開発者への引き渡し
  • 機能の探索
  • UXの問題解決
  • 迅速なイテレーション

クイックスタート

最小限の動作例:

Wireframe Principles:

Low Fidelity (Sketches):
  Tools: Paper, whiteboard, Balsamiq
  Time: 30 minutes - 2 hours
  Detail: Basic layout, no colors/fonts
  Best For: Brainstorming, exploration
  Cost: Free

Medium Fidelity:
  Tools: Figma, Sketch, Adobe XD
  Time: 2-8 hours
  Detail: Layout, content, basic interaction
  Best For: Team alignment, feedback
  Cost: Low

High Fidelity:
  Tools: Figma, Framer, web dev tools
  Time: 8+ hours
  Detail: Visual design, interactions, animations
  Best For: Developer handoff, user testing
  Cost: Medium

---
## Wireframe Components
// ... (see reference guides for full implementation)

リファレンスガイド

references/ ディレクトリにある詳細な実装:

ガイド 内容
Prototyping Tools & Techniques プロトタイピングツールとテクニック
Wireframe Examples ワイヤーフレームの例
Prototype Testing プロトタイプテスト

ベストプラクティス

✅ DO

  • ローフィデリティのスケッチから始める
  • 早期に頻繁にフィードバックを得る
  • 実際のユーザーでテストする
  • フィードバックに基づいて反復する
  • 一貫したグリッドと間隔を使用する
  • インタラクションフローを文書化する
  • エッジケース(空の状態、エラー)を含める
  • モバイルファーストのワイヤーフレームを作成する
  • 共同作業のためにプロトタイプを共有する
  • ワイヤーフレームをシンプルかつ集中させる

❌ DON'T

  • 直接ハイフィデリティに移行する
  • 検証前に過度にデザインする
  • モバイル/レスポンシブのニーズを無視する
  • ユーザーの意見なしにワイヤーフレームを作成する
  • インタラクションを未定義のままにする
  • ワイヤーフレームを詳細にしすぎる
  • チームメンバーのみでテストする
  • アクセシビリティを無視する
  • 早すぎる段階でデザインを固定する
  • 非現実的なユーザーフローを作成する
📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開

Wireframe Prototyping

Table of Contents

Overview

Wireframes and prototypes bridge the gap between ideas and implementation, enabling teams to test concepts, get feedback, and refine designs before costly development.

When to Use

  • Early concept validation
  • Stakeholder alignment
  • User testing and feedback
  • Developer handoff
  • Feature exploration
  • UX problem-solving
  • Rapid iteration

Quick Start

Minimal working example:

Wireframe Principles:

Low Fidelity (Sketches):
  Tools: Paper, whiteboard, Balsamiq
  Time: 30 minutes - 2 hours
  Detail: Basic layout, no colors/fonts
  Best For: Brainstorming, exploration
  Cost: Free

Medium Fidelity:
  Tools: Figma, Sketch, Adobe XD
  Time: 2-8 hours
  Detail: Layout, content, basic interaction
  Best For: Team alignment, feedback
  Cost: Low

High Fidelity:
  Tools: Figma, Framer, web dev tools
  Time: 8+ hours
  Detail: Visual design, interactions, animations
  Best For: Developer handoff, user testing
  Cost: Medium

---
## Wireframe Components
// ... (see reference guides for full implementation)

Reference Guides

Detailed implementations in the references/ directory:

Guide Contents
Prototyping Tools & Techniques Prototyping Tools & Techniques
Wireframe Examples Wireframe Examples
Prototype Testing Prototype Testing

Best Practices

✅ DO

  • Start with low-fidelity sketches
  • Get feedback early and often
  • Test with real users
  • Iterate based on feedback
  • Use consistent grids and spacing
  • Document interaction flows
  • Include edge cases (empty states, errors)
  • Create mobile-first wireframes
  • Share prototypes for collaboration
  • Keep wireframes simple and focused

❌ DON'T

  • Jump directly to high-fidelity
  • Over-design before validation
  • Ignore mobile/responsive needs
  • Create wireframes without user input
  • Leave interactions undefined
  • Make wireframes too detailed
  • Test only with team members
  • Ignore accessibility
  • Lock into designs too early
  • Create unrealistic user flows

同梱ファイル

※ ZIPに含まれるファイル一覧。`SKILL.md` 本体に加え、参考資料・サンプル・スクリプトが入っている場合があります。