🛠️ MultiプラットフォームアプリMultiプラットフォーム
APIファーストと並行開発で、ウェブ・モバイル・デスクトップ向けに同じ機能を一貫して構築・展開するSkill。
📺 まず動画で見る(YouTube)
▶ 【衝撃】最強のAIエージェント「Claude Code」の最新機能・使い方・プログラミングをAIで効率化する超実践術を解説! ↗
※ jpskill.com 編集部が参考用に選んだ動画です。動画の内容と Skill の挙動は厳密には一致しないことがあります。
📜 元の英語説明(参考)
Build and deploy the same feature consistently across web, mobile, and desktop platforms using API-first architecture and parallel implementation strategies.
🇯🇵 日本人クリエイター向け解説
APIファーストと並行開発で、ウェブ・モバイル・デスクトップ向けに同じ機能を一貫して構築・展開するSkill。
※ jpskill.com 編集部が日本のビジネス現場向けに補足した解説です。Skill本体の挙動とは独立した参考情報です。
下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o multi-platform-apps-multi-platform.zip https://jpskill.com/download/3189.zip && unzip -o multi-platform-apps-multi-platform.zip && rm multi-platform-apps-multi-platform.zip
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/3189.zip -OutFile "$d\multi-platform-apps-multi-platform.zip"; Expand-Archive "$d\multi-platform-apps-multi-platform.zip" -DestinationPath $d -Force; ri "$d\multi-platform-apps-multi-platform.zip"
完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。
💾 手動でダウンロードしたい(コマンドが難しい人向け)
- 1. 下の青いボタンを押して
multi-platform-apps-multi-platform.zipをダウンロード - 2. ZIPファイルをダブルクリックで解凍 →
multi-platform-apps-multi-platformフォルダができる - 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-17
- 取得日時
- 2026-05-17
- 同梱ファイル
- 1
💬 こう話しかけるだけ — サンプルプロンプト
- › Multi Platform Apps Multi Plat を使って、最小構成のサンプルコードを示して
- › Multi Platform Apps Multi Plat の主な使い方と注意点を教えて
- › Multi Platform Apps Multi Plat を既存プロジェクトに組み込む方法を教えて
これをClaude Code に貼るだけで、このSkillが自動発動します。
📖 Skill本文(日本語訳)
※ 原文(英語/中国語)を Gemini で日本語化したものです。Claude 自身は原文を読みます。誤訳がある場合は原文をご確認ください。
マルチプラットフォーム機能開発ワークフロー
APIファーストのアーキテクチャと並行実装戦略を用いて、ウェブ、モバイル、デスクトップの各プラットフォームで同じ機能を一貫して構築し、デプロイします。
[補足: このワークフローは、複数の専門エージェントを編成し、プラットフォーム固有の最適化を維持しながら、プラットフォーム間の機能パリティを確保します。調整戦略は、共有契約と、定期的な同期ポイントを伴う並行開発を重視しています。API契約とデータモデルを事前に確立することで、チームは一貫性を確保しながら独立して作業できます。このワークフローの利点には、市場投入までの時間の短縮、統合問題の削減、保守可能なクロスプラットフォームのコードベースが含まれます。]
このスキルを使用する場面
- マルチプラットフォーム機能開発ワークフローのタスクやワークフローに取り組む場合
- マルチプラットフォーム機能開発ワークフローに関するガイダンス、ベストプラクティス、またはチェックリストが必要な場合
このスキルを使用しない場面
- タスクがマルチプラットフォーム機能開発ワークフローと無関係な場合
- この範囲外の異なるドメインやツールが必要な場合
指示
- 目標、制約、および必要な入力を明確にしてください。
- 関連するベストプラクティスを適用し、結果を検証してください。
- 実用的な手順と検証を提供してください。
- 詳細な例が必要な場合は、
resources/implementation-playbook.mdを開いてください。
フェーズ1: アーキテクチャとAPI設計 (順次)
1. 機能要件とAPI契約の定義
subagent_type="backend-architect"を指定して Task ツールを使用します。- プロンプト: "機能のAPI契約を設計してください: $ARGUMENTS。以下のOpenAPI 3.1仕様を作成してください:
- 適切なHTTPメソッドとステータスコードを持つRESTfulエンドポイント
- 複雑なデータクエリに適用可能な場合はGraphQLスキーマ
- リアルタイム機能のためのWebSocketイベント
- 検証ルールを含むリクエスト/レスポンススキーマ
- 認証と認可の要件
- レート制限とキャッシュ戦略
- エラーレスポンス形式とコード すべてのプラットフォームが利用する共有データモデルを定義してください。"
- 期待される出力: 完全なAPI仕様、データモデル、および統合ガイドライン
2. デザインシステムとUI/UXの一貫性
subagent_type="ui-ux-designer"を指定して Task ツールを使用します。- プロンプト: "API仕様: [前回の出力] を使用して、機能のクロスプラットフォームデザインシステムを作成してください。以下を含めてください:
- 各プラットフォームのコンポーネント仕様 (Material Design、iOS HIG、Fluent)
- ウェブのレスポンシブレイアウト (モバイルファーストアプローチ)
- iOS (SwiftUI) およびAndroid (Material You) のネイティブパターン
- デスクトップ固有の考慮事項 (キーボードショートカット、ウィンドウ管理)
- アクセシビリティ要件 (WCAG 2.2 レベルAA)
- ダーク/ライトテーマの仕様
- アニメーションとトランジションのガイドライン"
- 前回のコンテキスト: APIエンドポイント、データ構造、認証フロー
- 期待される出力: デザインシステムドキュメント、コンポーネントライブラリ仕様、プラットフォームガイドライン
3. 共有ビジネスロジックアーキテクチャ
subagent_type="comprehensive-review::architect-review"を指定して Task ツールを使用します。- プロンプト: "クロスプラットフォーム機能の共有ビジネスロジックアーキテクチャを設計してください。以下を定義してください:
- コアドメインモデルとエンティティ (プラットフォームに依存しない)
- ビジネスルールと検証ロジック
- 状態管理パターン (MVI/Redux/BLoC)
- キャッシュとオフライン戦略
- エラー処理とリトライポリシー
- プラットフォーム固有のアダプターパターン モバイルにはKotlin Multiplatform、ウェブ/デスクトップの共有にはTypeScriptを検討してください。"
- 前回のコンテキスト: API契約、データモデル、UI要件
- 期待される出力: 共有コードアーキテクチャ、プラットフォーム抽象化レイヤー、実装ガイド
フェーズ2: 並行プラットフォーム実装
4a. ウェブ実装 (React/Next.js)
subagent_type="frontend-developer"を指定して Task ツールを使用します。- プロンプト: "以下のものを使用して機能のウェブバージョンを実装してください:
- Next.js 14+ App Router を使用したReact 18+
- 型安全のためのTypeScript
- API統合のためのTanStack Query: [API仕様]
- 状態管理のためのZustand/Redux Toolkit
- デザインシステムを使用したTailwind CSS: [デザイン仕様]
- プログレッシブウェブアプリ機能
- 適切な場合のSSR/SSG最適化
- Web Vitals最適化 (LCP < 2.5秒、FID < 100ミリ秒) 共有ビジネスロジックに従ってください: [アーキテクチャドキュメント]"
- 前回のコンテキスト: API契約、デザインシステム、共有ロジックパターン
- 期待される出力: テストを含む完全なウェブ実装
4b. iOS実装 (SwiftUI)
subagent_type="ios-developer"を指定して Task ツールを使用します。- プロンプト: "以下のものを使用してiOSバージョンを実装してください:
- iOS 17+機能を使用したSwiftUI
- async/await を使用したSwift 5.9+
- APIのためのCombineを使用したURLSession: [API仕様]
- 永続化のためのCore Data/SwiftData
- デザインシステムへの準拠: [iOS HIG仕様]
- 該当する場合のウィジェット拡張機能
- プラットフォーム固有の機能 (Face ID、触覚フィードバック、Live Activities)
- テスト可能なMVVMアーキテクチャ 共有パターンに従ってください: [アーキテクチャドキュメント]"
- 前回のコンテキスト: API契約、iOSデザインガイドライン、共有モデル
- 期待される出力: ユニット/UIテストを含むネイティブiOS実装
4c. Android実装 (Kotlin/Compose)
subagent_type="mobile-developer"を指定して Task ツールを使用します。- プロンプト: "以下のものを使用してAndroidバージョンを実装してください:
- Material 3を使用したJetpack Compose
- KotlinコルーチンとFlow
- APIのためのRetrofit/Ktor: [API仕様]
- ローカルストレージのためのRoomデータベース
- 依存性注入のためのHilt
- Material Youの動的テーマ設定: [デザイン仕様]
- プラットフォーム機能 (生体認証、ウィジェット)
- MVIパターンを使用したクリーンアーキテクチャ 共有ロジックに従ってください: [アーキテクチャドキュメント]"
- 前回のコンテキスト: API契約、Material Design仕様、共有パターン
- 期待される出力: テストを含むネイティブAndroid実装
4d. デスクトップ実装 (オプション - Electron/Tauri)
subagent_type="frontend-mobile-development::frontend-developer"を指定して Task ツールを使用します。- プロンプト: "Tauri 2.0またはElectronを使用してデスクトップバージョンを実装してください。以下を含めてください:
- 可能な場合は共有ウェブコードベース
- ネイティブOS統合 (システムトレイ、通知)
- 必要に応じたファイルシステムアクセス
- 自動更新機能
- コード署名
(原文がここで切り詰められています)
📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開
Multi-Platform Feature Development Workflow
Build and deploy the same feature consistently across web, mobile, and desktop platforms using API-first architecture and parallel implementation strategies.
[Extended thinking: This workflow orchestrates multiple specialized agents to ensure feature parity across platforms while maintaining platform-specific optimizations. The coordination strategy emphasizes shared contracts and parallel development with regular synchronization points. By establishing API contracts and data models upfront, teams can work independently while ensuring consistency. The workflow benefits include faster time-to-market, reduced integration issues, and maintainable cross-platform codebases.]
Use this skill when
- Working on multi-platform feature development workflow tasks or workflows
- Needing guidance, best practices, or checklists for multi-platform feature development workflow
Do not use this skill when
- The task is unrelated to multi-platform feature development workflow
- You need a different domain or tool outside this scope
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.
Phase 1: Architecture and API Design (Sequential)
1. Define Feature Requirements and API Contracts
- Use Task tool with subagent_type="backend-architect"
- Prompt: "Design the API contract for feature: $ARGUMENTS. Create OpenAPI 3.1 specification with:
- RESTful endpoints with proper HTTP methods and status codes
- GraphQL schema if applicable for complex data queries
- WebSocket events for real-time features
- Request/response schemas with validation rules
- Authentication and authorization requirements
- Rate limiting and caching strategies
- Error response formats and codes Define shared data models that all platforms will consume."
- Expected output: Complete API specification, data models, and integration guidelines
2. Design System and UI/UX Consistency
- Use Task tool with subagent_type="ui-ux-designer"
- Prompt: "Create cross-platform design system for feature using API spec: [previous output]. Include:
- Component specifications for each platform (Material Design, iOS HIG, Fluent)
- Responsive layouts for web (mobile-first approach)
- Native patterns for iOS (SwiftUI) and Android (Material You)
- Desktop-specific considerations (keyboard shortcuts, window management)
- Accessibility requirements (WCAG 2.2 Level AA)
- Dark/light theme specifications
- Animation and transition guidelines"
- Context from previous: API endpoints, data structures, authentication flows
- Expected output: Design system documentation, component library specs, platform guidelines
3. Shared Business Logic Architecture
- Use Task tool with subagent_type="comprehensive-review::architect-review"
- Prompt: "Design shared business logic architecture for cross-platform feature. Define:
- Core domain models and entities (platform-agnostic)
- Business rules and validation logic
- State management patterns (MVI/Redux/BLoC)
- Caching and offline strategies
- Error handling and retry policies
- Platform-specific adapter patterns Consider Kotlin Multiplatform for mobile or TypeScript for web/desktop sharing."
- Context from previous: API contracts, data models, UI requirements
- Expected output: Shared code architecture, platform abstraction layers, implementation guide
Phase 2: Parallel Platform Implementation
4a. Web Implementation (React/Next.js)
- Use Task tool with subagent_type="frontend-developer"
- Prompt: "Implement web version of feature using:
- React 18+ with Next.js 14+ App Router
- TypeScript for type safety
- TanStack Query for API integration: [API spec]
- Zustand/Redux Toolkit for state management
- Tailwind CSS with design system: [design specs]
- Progressive Web App capabilities
- SSR/SSG optimization where appropriate
- Web vitals optimization (LCP < 2.5s, FID < 100ms) Follow shared business logic: [architecture doc]"
- Context from previous: API contracts, design system, shared logic patterns
- Expected output: Complete web implementation with tests
4b. iOS Implementation (SwiftUI)
- Use Task tool with subagent_type="ios-developer"
- Prompt: "Implement iOS version using:
- SwiftUI with iOS 17+ features
- Swift 5.9+ with async/await
- URLSession with Combine for API: [API spec]
- Core Data/SwiftData for persistence
- Design system compliance: [iOS HIG specs]
- Widget extensions if applicable
- Platform-specific features (Face ID, Haptics, Live Activities)
- Testable MVVM architecture Follow shared patterns: [architecture doc]"
- Context from previous: API contracts, iOS design guidelines, shared models
- Expected output: Native iOS implementation with unit/UI tests
4c. Android Implementation (Kotlin/Compose)
- Use Task tool with subagent_type="mobile-developer"
- Prompt: "Implement Android version using:
- Jetpack Compose with Material 3
- Kotlin coroutines and Flow
- Retrofit/Ktor for API: [API spec]
- Room database for local storage
- Hilt for dependency injection
- Material You dynamic theming: [design specs]
- Platform features (biometric auth, widgets)
- Clean architecture with MVI pattern Follow shared logic: [architecture doc]"
- Context from previous: API contracts, Material Design specs, shared patterns
- Expected output: Native Android implementation with tests
4d. Desktop Implementation (Optional - Electron/Tauri)
- Use Task tool with subagent_type="frontend-mobile-development::frontend-developer"
- Prompt: "Implement desktop version using Tauri 2.0 or Electron with:
- Shared web codebase where possible
- Native OS integration (system tray, notifications)
- File system access if needed
- Auto-updater functionality
- Code signing and notarization setup
- Keyboard shortcuts and menu bar
- Multi-window support if applicable Reuse web components: [web implementation]"
- Context from previous: Web implementation, desktop-specific requirements
- Expected output: Desktop application with platform packages
Phase 3: Integration and Validation
5. API Documentation and Testing
- Use Task tool with subagent_type="documentation-generation::api-documenter"
- Prompt: "Create comprehensive API documentation including:
- Interactive OpenAPI/Swagger documentation
- Platform-specific integration guides
- SDK examples for each platform
- Authentication flow diagrams
- Rate limiting and quota information
- Postman/Insomnia collections
- WebSocket connection examples
- Error handling best practices
- API versioning strategy Test all endpoints with platform implementations."
- Context from previous: Implemented platforms, API usage patterns
- Expected output: Complete API documentation portal, test results
6. Cross-Platform Testing and Feature Parity
- Use Task tool with subagent_type="unit-testing::test-automator"
- Prompt: "Validate feature parity across all platforms:
- Functional testing matrix (features work identically)
- UI consistency verification (follows design system)
- Performance benchmarks per platform
- Accessibility testing (platform-specific tools)
- Network resilience testing (offline, slow connections)
- Data synchronization validation
- Platform-specific edge cases
- End-to-end user journey tests Create test report with any platform discrepancies."
- Context from previous: All platform implementations, API documentation
- Expected output: Test report, parity matrix, performance metrics
7. Platform-Specific Optimizations
- Use Task tool with subagent_type="application-performance::performance-engineer"
- Prompt: "Optimize each platform implementation:
- Web: Bundle size, lazy loading, CDN setup, SEO
- iOS: App size, launch time, memory usage, battery
- Android: APK size, startup time, frame rate, battery
- Desktop: Binary size, resource usage, startup time
- API: Response time, caching, compression Maintain feature parity while leveraging platform strengths. Document optimization techniques and trade-offs."
- Context from previous: Test results, performance metrics
- Expected output: Optimized implementations, performance improvements
Configuration Options
- --platforms: Specify target platforms (web,ios,android,desktop)
- --api-first: Generate API before UI implementation (default: true)
- --shared-code: Use Kotlin Multiplatform or similar (default: evaluate)
- --design-system: Use existing or create new (default: create)
- --testing-strategy: Unit, integration, e2e (default: all)
Success Criteria
- API contract defined and validated before implementation
- All platforms achieve feature parity with <5% variance
- Performance metrics meet platform-specific standards
- Accessibility standards met (WCAG 2.2 AA minimum)
- Cross-platform testing shows consistent behavior
- Documentation complete for all platforms
- Code reuse >40% between platforms where applicable
- User experience optimized for each platform's conventions
Platform-Specific Considerations
Web: PWA capabilities, SEO optimization, browser compatibility iOS: App Store guidelines, TestFlight distribution, iOS-specific features Android: Play Store requirements, Android App Bundles, device fragmentation Desktop: Code signing, auto-updates, OS-specific installers
Initial feature specification: $ARGUMENTS
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.