スキル prototype-to-production
📦

prototype-to-production

低リスク 📁 ファイルシステムへのアクセス

プロトタイプを本番用コンポーネントへ変換

デザインプロトタイプには、重複したマークアップ、弱い構造、アクセシビリティ詳細の不足が含まれていることがよくあります。このスキルは、それらのプロトタイプを、対象プロジェクトに適合する型付きで再利用可能なフロントエンドコンポーネントに変換します。

対応: Claude Codex Code(CC)
📊 74 十分
1

スキルの ZIP をダウンロード

2

Claudeでアップロード

設定 → 機能 → スキル → スキルをアップロード に移動

3

オンにして使い始める

エージェントが読めるリソース

AI エージェント、クローラー、スクリプトがページ全体ではなく整理されたコンテキストを必要とする場合は、これらのリンクを使ってください。

テストする

「prototype-to-production」を使用しています。 繰り返しの cards、buttons、form controls を含む単一ページの HTML プロトタイプ。

期待される結果:

Button、Card、FormField、PageSection の推奨事項を含むコンポーネント分解。props とアクセシビリティメモも含みます。

「prototype-to-production」を使用しています。 theme CSS と複数のデザイン反復ファイルを含む super-design フォルダー。

期待される結果:

theme variables を design tokens に対応付け、最も再利用しやすいプロトタイプパターンを選択する変換計画。

「prototype-to-production」を使用しています。 absolute positioning と生成された class names を含む Figma 風のエクスポート。

期待される結果:

layout artifacts を semantic sections、responsive structure、再利用可能な component names に置き換えるクリーンアップ戦略。

セキュリティ監査

低リスク
v6 • 6/28/2026

Static analysis reported command execution, network, weak cryptography, credential, and combined-risk patterns, but review found these are documentation and template false positives. The skill contains Markdown examples, SVG namespace URLs, and design token wording, with no evidence of real shell execution, external requests, secret access, weak crypto use, or prompt injection. Publication is reasonable with a low-risk filesystem warning because the workflow reads project files and generates component files.

5
スキャンされたファイル
1,063
解析済み行数
5
検出結果
6
総監査数
低リスクの問題 (4)
Filesystem Project Inspection and Code Generation
The workflow asks the agent to inspect package.json, TypeScript configuration, styling files, and theme CSS, then provide file placement and component integration guidance. This is legitimate for a prototype conversion skill, but users should review generated file changes before applying them.
Static Command Execution Findings Are Documentation Examples
The external command detections correspond to Markdown inline code, JSX examples, TypeScript snippets, and conversion tables. No evidence found of executable shell commands, Ruby backticks, child process APIs, or dynamic code execution.
Static Network Findings Are Non-Request URLs
The hardcoded URL detections are an external JSON schema identifier and SVG namespace attributes. No evidence found of fetch, axios, curl, webhook endpoints, or data exfiltration behavior.
Static Weak Crypto and Credential Findings Are Token Collisions
The weak cryptography and certificate-key detections appear to match words such as design tokens, theme tokens, and event.key. No evidence found of MD5, SHA-1, certificate files, private keys, encryption code, or secret handling.

リスク要因

📁 ファイルシステムへのアクセス (3)
監査者: codex 監査履歴を表示 →

品質スコア

41
アーキテクチャ
100
保守性
87
コンテンツ
73
コミュニティ
82
セキュリティ
83
仕様準拠

作成できるもの

フロントエンドエンジニア向けプロトタイプクリーンアップ

粗い HTML または Tailwind プロトタイプを、既存の React プロジェクトに合う型付きコンポーネントへ変換します。

プロダクトチーム向けデザインハンドオフ

エクスポートされたデザインマークアップを、tokens、variants、アクセシビリティ要件を含む明確なコンポーネント計画へ変換します。

テックリード向け UI システム拡張

プロトタイプ作業内の繰り返しパターンを特定し、コンポーネントライブラリ用の再利用可能な構成要素に変換します。

これらのプロンプトを試す

シンプルなプロトタイプを変換
このスキルを使って私のプロトタイプ HTML ファイルをレビューし、本番対応の React と TypeScript コンポーネントに変換してください。主要なコンポーネント、props、アクセシビリティ更新を特定してください。
デザイントークンを抽出
プロトタイプのスタイルを分析し、colors、typography、spacing、border radius、shadows、animation の再利用可能なデザイントークンを抽出してください。各 token をどこで使用すべきか示してください。
既存コードベースに合わせる
対象プロジェクトの構造を調査し、既存の framework、TypeScript settings、styling approach、component conventions を使ってこのプロトタイプを変換してください。
コンポーネントライブラリ移行を計画
このプロトタイプを再利用可能な atoms、molecules、organisms に分解してください。file placement、component APIs、variant rules、accessibility requirements、integration steps を推奨してください。

ベストプラクティス

  • コンポーネントを生成する前に、対象プロジェクトの conventions を確認します。
  • 最終的な component variants を決める前に、共有 tokens を抽出します。
  • 変換後にアクセシビリティ、キーボード操作、レスポンシブレイアウトを検証します。

回避

  • プロトタイプのマークアップを分解せずに、そのまま本番へコピーする。
  • semantic component names の方が明確な場合でも、生成された class names を保持する。
  • 動作とアクセシビリティを確認せず、見た目の類似性だけで十分だと考える。

よくある質問

このスキルは React と TypeScript をサポートしていますか?
はい。React with TypeScript は、このスキルで説明されているデフォルトの出力スタイルです。
Vue、Svelte、Angular でも使えますか?
それらの frameworks を検出してガイダンスを適応できますが、含まれている templates は React に重点を置いています。
Figma API を呼び出しますか?
いいえ。エクスポートされたプロトタイプファイルと、認識可能な Figma 風のマークアップパターンをもとに動作します。
プロジェクトを自動的に編集しますか?
このスキルは変換ガイダンスとテンプレートを提供します。生成されたファイル変更は、適用する前にレビューしてください。
最も有用な入力は何ですか?
プロトタイプ HTML、関連 CSS、theme files、対象プロジェクトの package configuration を提供してください。
アクセシビリティに対応していますか?
はい。ワークフローには semantic HTML、keyboard support、ARIA guidance、focus management checks が含まれます。