Source profileQuality 62/100Review permissions

affaan-m/ECC/docs/ja-JP/skills/ui-to-vue/SKILL.md

ui-to-vue

Use it for design tasks; the detail page covers purpose, installation, and practical steps.

Source repository stars
234,327
Declared platforms
0
Static risk flags
1
Last source update
2026-07-27
Source checked
2026-07-28

Decision brief

What it does—and where it fits

UIデザインのスクリーンショットをVue 3 Composition APIコンポーネントコードに一括変換します。

Best for

    Not for

    • Tasks that require unconfirmed production actions or broad system permissions.
    • Environments where the pinned source and install steps cannot be inspected.

    Compatibility matrix

    Platform support, with evidence labels

    PlatformStatusEvidenceWhat to check
    CodexNot declaredNo explicit evidencePortability before use
    Claude CodeNot declaredNo explicit evidencePortability before use
    CursorNot declaredNo explicit evidencePortability before use
    Gemini CLINot declaredNo explicit evidencePortability before use
    Open the compatibility checker

    Installation

    Inspect first. Install second.

    The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.

    Source-detected install commandSource
    npx skills add https://github.com/affaan-m/ECC --skill "docs/ja-JP/skills/ui-to-vue"
    Safe inspection promptEditorial

    Inspect the Agent Skill "ui-to-vue" from https://github.com/affaan-m/ECC/blob/4e973d3eaf92d97f8d2e2d8abb39d8bdc8711b38/docs/ja-JP/skills/ui-to-vue/SKILL.md at commit 4e973d3eaf92d97f8d2e2d8abb39d8bdc8711b38. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.

    Workflow

    What the source asks the agent to do

    1. 01

      使用するタイミング

      ユーザーがデザインスクリーンショットまたはデザインエクスポート画像のディレクトリを提供するとき。

      ユーザーがデザインスクリーンショットまたはデザインエクスポート画像のディレクトリを提供するとき。ターゲットアプリケーションがVue 3のとき。ユーザーがページコンポーネント、共有コンポーネント、ルーター配線の最初の変換を希望するとき。
    2. 02

      使用しないタイミング

      ユーザーがスクリーンショット1枚のみで、特定のコンポーネントを希望するとき。

      ユーザーがスクリーンショット1枚のみで、特定のコンポーネントを希望するとき。ターゲットプロジェクトがVueでないとき。デザインが詳細なインタラクションロジック、データフロー、またはアクセシビリティレビューを必要とするとき。
    3. 03

      入力

      モジュールとページ状態でスクリーンショットをグループ化したディレクトリを入力として使用します。

      モジュールとページ状態でスクリーンショットをグループ化したディレクトリを入力として使用します。サポートされている切り出し画像ディレクトリ名:assets、icons、sprites、cut、images、cut-images。

    Permission review

    Static risk signals and limitations

    Runs scripts

    medium · line 38

    The documentation asks the agent to run terminal commands or scripts.

    npx ui-to-vue-converter@1.0.2 --input ./screenshots --ui vant --output ./src

    Evidence record

    Why each signal appears

    EvidenceSourceComputedTestedEditorial
    SignalValueEvidence typeMeaning
    Quality score62/100ComputedDocumentation, specificity, maintenance, and trust rules
    Repository stars234,327SourceRepository attention, not individual Skill quality
    Compatibility0 platformsSourceDeclared in the catalog source record
    Usage guidecatalog recordEditorialGenerated or reviewed according to the visible evidence level

    Pinned source

    Provenance and original SKILL.md

    Repository
    affaan-m/ECC
    Skill path
    docs/ja-JP/skills/ui-to-vue/SKILL.md
    Commit
    4e973d3eaf92d97f8d2e2d8abb39d8bdc8711b38
    License
    MIT
    Collected
    2026-07-28
    Default branch
    main
    View the original SKILL.md

    UI To Vue

    UIデザインのスクリーンショットをVue 3 Composition APIコンポーネントコードに一括変換します。

    使用するタイミング

    • ユーザーがデザインスクリーンショットまたはデザインエクスポート画像のディレクトリを提供するとき。
    • ターゲットアプリケーションがVue 3のとき。
    • ユーザーがページコンポーネント、共有コンポーネント、ルーター配線の最初の変換を希望するとき。
    • ユーザーがVant、Element Plus、またはAnt Design Vueをコンポーネントライブラリとして指定するとき。

    使用しないタイミング

    • ユーザーがスクリーンショット1枚のみで、特定のコンポーネントを希望するとき。
    • ターゲットプロジェクトがVueでないとき。
    • デザインが詳細なインタラクションロジック、データフロー、またはアクセシビリティレビューを必要とするとき。
    • スクリーンショットに外部モデルAPIに送信できないプライベートな顧客データが含まれるとき。

    入力

    モジュールとページ状態でスクリーンショットをグループ化したディレクトリを入力として使用します。

    サポートされている切り出し画像ディレクトリ名:assetsiconsspritescutimagescut-images

    変換モデル

    • ページグループ化:リスト、詳細、フォーム、ローディング、または空の状態を表す関連スクリーンショットを1つのページコンポーネントにまとめる。
    • UIライブラリマッピング:可能な限りネイティブのビジュアル要素をVant、Element Plus、またはAnt Design Vueコンポーネントにマッピングする。
    • 切り出し画像の優先順位:ページレベルのアセットを優先し、次にモジュールレベル、最後にグローバル共有アセット。
    • コンポーネント抽出:繰り返し使われるUIリージョンが2回以上現れる場合は共有コンポーネントに抽出する。

    CLI使用方法

    グローバルバイナリに依存せず、ドキュメントに記載されたコマンドが機能するように npx でコンバーターを実行します:

    export DASHSCOPE_API_KEY=your_key
    npx ui-to-vue-converter@1.0.2 --input ./screenshots --ui vant --output ./src
    

    オプション

    オプション説明デフォルト
    --inputデザイン画像ディレクトリ./screenshots
    --uiUIライブラリ:vantelement-plus、または antd-vuevant
    --output出力ディレクトリ./src
    --config設定ファイルのパス./.ui-to-vue.config.json

    セキュリティとプライバシー

    • デザインスクリーンショットを外部モデルAPIに送信される可能性があるソース素材として扱う。
    • 許可なくプライベートな顧客デザインでこのフローを実行しないこと。
    • 再現可能なワークフローでは @latest の代わりにコンバーターのバージョンを固定すること。
    • コミット前に生成されたVueコードをレビューすること。
    • .ui-to-vue.config.json、APIキー、生成されたシークレット、または顧客スクリーンショットをコミットしないこと。

    出力レビューチェックリスト

    • ページコンポーネントが views/ または選択した出力ディレクトリの下に生成された。
    • 繰り返しのUIリージョンが再利用が明確な場合のみ components/ に抽出された。
    • ルーター出力がターゲットプロジェクトのルータースタイルと互換性がある。
    • 生成されたコンポーネントが要求したUIライブラリを一貫して使用している。
    • 生成されたCSSのユニットがデザインのベースラインと一致している。
    • コードがプロジェクトのフォーマッター、リンター、型チェッカー、ビルドをパスする。
    • プレースホルダーのコピー、モックデータ、生成されたアセットをコミット前にレビューした。

    トラブルシューティング

    問題確認事項
    401 または認証エラーコマンドを実行するシェルで DASHSCOPE_API_KEY が設定されていることを確認する。
    command not found: ui-to-vuenpx ui-to-vue-converter@1.0.2 の形式を使用するか、パッケージをグローバルインストールする。
    切り出し画像が無視されるアセットディレクトリ名がサポートされており、対応するページまたはモジュールの下にネストされていることを確認する。
    コンポーネントが要求されたUIライブラリを無視する明示的な --ui 値で再実行して、生成されたインポートを確認する。
    生成されたレイアウトの寸法がおかしいスクリーンショットのエクスポート幅がターゲットライブラリのベースラインと一致していることを確認する。

    リファレンス

    • npmパッケージ:ui-to-vue-converter

    Alternatives

    Compare before choosing

    Computed 84234,327

    affaan-m/ECC

    ui-to-vue

    Use when the user has UI screenshots or design exports that need batch conversion into Vue 3 components, especially with Vant, Element Plus, or Ant Design Vue.

    Computed 10042,015

    coreyhaines31/marketingskills

    ab-testing

    When the user wants to plan, design, or implement an A/B test or experiment, or build a growth experimentation program. Also use when the user mentions "A/B test," "split test," "experiment," "test this change," "variant copy," "multivariate test," "hypothesis," "should I test this," "which version is better," "test two versions," "statistical significance," "how long should I run this test," "growth experiments," "experiment velocity," "experiment backlog," "ICE score," "experimentation program

    Computed 10042,015

    coreyhaines31/marketingskills

    churn-prevention

    When the user wants to reduce churn, build cancellation flows, set up save offers, recover failed payments, or implement retention strategies. Also use when the user mentions 'churn,' 'cancel flow,' 'offboarding,' 'save offer,' 'dunning,' 'failed payment recovery,' 'win-back,' 'retention,' 'exit survey,' 'pause subscription,' 'involuntary churn,' 'people keep canceling,' 'churn rate is too high,' 'how do I keep users,' or 'customers are leaving.' Use this whenever someone is losing subscribers o

    Computed 1007

    event4u-app/agent-config

    design-intelligence

    Grounded design brief from the adopted corpus — style, WCAG-checked color tokens, typography, layout pattern, anti-patterns. Use on ui-design-brief or any which-style/palette/font/chart decision.