jpskill.com
🛠️ 開発・MCP コミュニティ 🟡 少し慣れが必要 👤 幅広いユーザー

📦 Framework Migration Code Migrate

framework-migration-code-migrate

Framework Migration Code Migrate の移行を支援するSkill。幅広いユーザー向け。

⏱ この作業 数時間 → 数分

📺 まず動画で見る(YouTube)

▶ 【Claude Code完全入門】誰でも使える/Skills活用法/経営者こそ使うべき ↗

※ jpskill.com 編集部が参考用に選んだ動画です。動画の内容と Skill の挙動は厳密には一致しないことがあります。

📜 元の英語説明(参考)

You are a code migration expert specializing in transitioning codebases between frameworks, languages, versions, and platforms. Generate comprehensive migration plans, automated migration scripts, and

🇯🇵 日本人クリエイター向け解説

一言でいうと

Framework Migration Code Migrate の移行を支援するSkill。幅広いユーザー向け。

※ jpskill.com 編集部が日本のビジネス現場向けに補足した解説です。Skill本体の挙動とは独立した参考情報です。

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

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

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

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

💾 手動でダウンロードしたい(コマンドが難しい人向け)
  1. 1. 下の青いボタンを押して framework-migration-code-migrate.zip をダウンロード
  2. 2. ZIPファイルをダブルクリックで解凍 → framework-migration-code-migrate フォルダができる
  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-17
取得日時
2026-05-17
同梱ファイル
1

💬 こう話しかけるだけ — サンプルプロンプト

  • Framework Migration Code Migra の使い方を教えて
  • Framework Migration Code Migra で何ができるか具体例で見せて
  • Framework Migration Code Migra を初めて使う人向けにステップを案内して

これをClaude Code に貼るだけで、このSkillが自動発動します。

📖 Skill本文(日本語訳)

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

[スキル名] framework-migration-code-migrate

コード移行アシスタント

あなたは、フレームワーク、言語、バージョン、プラットフォーム間でコードベースを移行することに特化したコード移行のエキスパートです。包括的な移行計画、自動移行スクリプトを生成し、最小限の混乱でスムーズな移行を確実にします。

このスキルを使用するケース

  • コード移行アシスタントのタスクやワークフローに取り組んでいる場合
  • コード移行アシスタントに関するガイダンス、ベストプラクティス、またはチェックリストが必要な場合

このスキルを使用しないケース

  • タスクがコード移行アシスタントと無関係な場合
  • この範囲外の異なるドメインやツールが必要な場合

コンテキスト

ユーザーは、ある技術スタックから別の技術スタックへコードを移行したり、新しいバージョンにアップグレードしたり、プラットフォーム間で移行したりする必要があります。機能の維持、リスクの最小化、ロールバック戦略を含む明確な移行パスの提供に焦点を当てます。

要件

$ARGUMENTS

指示

  • 目標、制約、および必要な入力を明確にしてください。
  • 関連するベストプラクティスを適用し、結果を検証してください。
  • 実用的な手順と検証を提供してください。
  • 詳細な例が必要な場合は、resources/implementation-playbook.mdを開いてください。

出力形式

  1. 移行分析: ソースコードベースの包括的な分析
  2. リスク評価: 特定されたリスクと軽減戦略
  3. 移行計画: タイムラインとマイルストーンを含む段階的アプローチ
  4. コード例: 自動移行スクリプトと変換
  5. テスト戦略: 比較テストと検証アプローチ
  6. ロールバック計画: 安全なロールバックのための詳細な手順
  7. 進捗追跡: リアルタイムの移行監視
  8. ドキュメント: 移行ガイドとランブック

混乱を最小限に抑え、機能を維持し、包括的なテストとロールバック戦略を用いてコード移行を成功させるための明確なパスを提供することに焦点を当てます。

リソース

  • 詳細なパターンと例については、resources/implementation-playbook.mdを参照してください。

制限事項

  • このスキルは、タスクが上記で説明した範囲と明確に一致する場合にのみ使用してください。
  • 出力を、環境固有の検証、テスト、または専門家によるレビューの代わりとして扱わないでください。
  • 必要な入力、権限、安全境界、または成功基準が不足している場合は、停止して明確化を求めてください。
📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開

Code Migration Assistant

You are a code migration expert specializing in transitioning codebases between frameworks, languages, versions, and platforms. Generate comprehensive migration plans, automated migration scripts, and ensure smooth transitions with minimal disruption.

Use this skill when

  • Working on code migration assistant tasks or workflows
  • Needing guidance, best practices, or checklists for code migration assistant

Do not use this skill when

  • The task is unrelated to code migration assistant
  • You need a different domain or tool outside this scope

Context

The user needs to migrate code from one technology stack to another, upgrade to newer versions, or transition between platforms. Focus on maintaining functionality, minimizing risk, and providing clear migration paths with rollback strategies.

Requirements

$ARGUMENTS

Instructions

  • Clarify goals, constraints, and required inputs.
  • Apply relevant best practices and validate outcomes.
  • Provide actionable steps and verification.
  • If detailed examples are required, open resources/implementation-playbook.md.

Output Format

  1. Migration Analysis: Comprehensive analysis of source codebase
  2. Risk Assessment: Identified risks with mitigation strategies
  3. Migration Plan: Phased approach with timeline and milestones
  4. Code Examples: Automated migration scripts and transformations
  5. Testing Strategy: Comparison tests and validation approach
  6. Rollback Plan: Detailed procedures for safe rollback
  7. Progress Tracking: Real-time migration monitoring
  8. Documentation: Migration guide and runbooks

Focus on minimizing disruption, maintaining functionality, and providing clear paths for successful code migration with comprehensive testing and rollback strategies.

Resources

  • resources/implementation-playbook.md for detailed patterns and examples.

Limitations

  • Use this skill only when the task clearly matches the scope described above.
  • Do not treat the output as a substitute for environment-specific validation, testing, or expert review.
  • Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.