apple-developer-toolkit
Appleのフレームワーク検索、App Store Connectの操作、自然言語からのアプリ自動生成を一つのツールで実現し、開発効率を向上させるSkill。
📜 元の英語説明(参考)
All-in-one Apple developer skill with three integrated tools shipped as a single unified binary. (1) Documentation search across Apple frameworks, symbols, and 1,267 WWDC sessions from 2014-2025. No credentials needed. (2) App Store Connect CLI with 120+ commands covering builds (find/wait/upload), TestFlight, pre-submission validate, submissions, signing, subscriptions (family-sharable), IAP, analytics, Xcode Cloud, metadata workflows, release pipeline dashboard, insights, win-back offers, promoted purchases, product pages, nominations, accessibility declarations, pre-orders, pricing filters, localizations update, diff, webhooks with local receiver, workflow automation, and more. Requires App Store Connect API key. (3) Multi-platform app builder (iOS/watchOS/tvOS/iPad/macOS/visionOS) that generates complete Swift/SwiftUI apps from natural language with auto-fix, simulator launch, interactive chat mode, and open-in-Xcode. Requires an LLM API key and Xcode. Includes 38 iOS development rules and 12 SwiftUI best practice guides for Liquid Glass, navigation, state management, and modern APIs. All three tools ship as one binary (appledev). USE WHEN: Apple API docs, App Store Connect management, WWDC lookup, or building iOS/watchOS/tvOS/macOS/visionOS apps from scratch. DON'T USE WHEN: non-Apple platforms or general coding.
🇯🇵 日本人クリエイター向け解説
Appleのフレームワーク検索、App Store Connectの操作、自然言語からのアプリ自動生成を一つのツールで実現し、開発効率を向上させるSkill。
※ jpskill.com 編集部が日本のビジネス現場向けに補足した解説です。Skill本体の挙動とは独立した参考情報です。
下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o apple-developer-toolkit.zip https://jpskill.com/download/8812.zip && unzip -o apple-developer-toolkit.zip && rm apple-developer-toolkit.zip
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/8812.zip -OutFile "$d\apple-developer-toolkit.zip"; Expand-Archive "$d\apple-developer-toolkit.zip" -DestinationPath $d -Force; ri "$d\apple-developer-toolkit.zip"
完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。
💾 手動でダウンロードしたい(コマンドが難しい人向け)
- 1. 下の青いボタンを押して
apple-developer-toolkit.zipをダウンロード - 2. ZIPファイルをダブルクリックで解凍 →
apple-developer-toolkitフォルダができる - 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-18
- 取得日時
- 2026-05-18
- 同梱ファイル
- 1
📖 Skill本文(日本語訳)
※ 原文(英語/中国語)を Gemini で日本語化したものです。Claude 自身は原文を読みます。誤訳がある場合は原文をご確認ください。
Apple Developer Toolkit
3つのツールが1つのバイナリにまとめられています。各部分は異なる認証情報を必要とし、独立して動作します。
アーキテクチャ
単一の統合バイナリ appledev として出荷され、マルチコールをサポートします。
appledev build ... # iOSアプリビルダー (SwiftShip)
appledev store ... # App Store Connect CLI
appledev b ... # 短いエイリアス
appledev s ... # 短いエイリアス
1つのバイナリ、3つのツール、重複はゼロです。
機能ごとの認証情報要件
| 機能 | 必要な認証情報 | セットアップなしで動作するか |
|---|---|---|
| ドキュメント検索 (パート1) | なし | はい |
| App Store Connect (パート2) | App Store Connect APIキー (.p8) | いいえ |
| iOSアプリビルダー (パート3) | LLM APIキー + Xcode | いいえ |
セットアップ
パート1: ドキュメント検索 (セットアップ不要)
Node.jsですぐに動作します。
node cli.js search "NavigationStack"
パート2: App Store Connect CLI
Homebrew経由でインストールします。
brew install Abdullah4AI/tap/appledev
App Store Connect APIキーで認証します。
appledev store auth login --name "MyApp" --key-id "KEY_ID" --issuer-id "ISSUER_ID" --private-key /path/to/AuthKey.p8
または、環境変数を設定します。
export APPSTORE_KEY_ID="your-key-id"
export APPSTORE_ISSUER_ID="your-issuer-id"
export APPSTORE_PRIVATE_KEY_PATH="/path/to/AuthKey.p8"
APIキーは https://appstoreconnect.apple.com/access/integrations/api で作成します。
パート3: iOSアプリビルダー
前提条件: Xcode (iOS Simulator付き)、XcodeGen、およびコード生成用のLLM APIキー。
appledev build setup # 前提条件の確認とインストール
ソースからビルド
bash scripts/setup.sh
パート1: ドキュメント検索
node cli.js search "NavigationStack"
node cli.js symbols "UIView"
node cli.js doc "/documentation/swiftui/navigationstack"
node cli.js overview "SwiftUI"
node cli.js samples "SwiftUI"
node cli.js wwdc-search "concurrency"
node cli.js wwdc-year 2025
node cli.js wwdc-topic "swiftui-ui-frameworks"
パート2: App Store Connect
完全なリファレンス: references/app-store-connect.md
| タスク | コマンド |
|---|---|
| アプリ一覧 | appledev store apps |
| ビルドのアップロード | appledev store builds upload --app "APP_ID" --ipa "app.ipa" --wait |
| ビルド番号で検索 | appledev store builds find --app "APP_ID" --build-number "42" |
| ビルド処理の完了待ち | appledev store builds wait --build "BUILD_ID" |
| TestFlightへの公開 | appledev store publish testflight --app "APP_ID" --ipa "app.ipa" --group "Beta" --wait |
| App Storeへの提出 | appledev store publish appstore --app "APP_ID" --ipa "app.ipa" --submit --confirm --wait |
| 提出前の検証 | appledev store validate --app "APP_ID" --version-id "VERSION_ID" |
| 証明書一覧 | appledev store certificates list |
| レビュー | appledev store reviews --app "APP_ID" --output table |
| ローカリゼーションの更新 | appledev store localizations update --app "APP_ID" --locale "en-US" --name "My App" |
| 売上レポート | appledev store analytics sales --vendor "VENDOR" --type SALES --subtype SUMMARY --frequency DAILY --date "2024-01-20" |
| Xcode Cloud | appledev store xcode-cloud run --app "APP_ID" --workflow "CI" --branch "main" --wait |
| 公証 | appledev store notarization submit --file ./MyApp.zip --wait |
| ステータスダッシュボード | appledev store status --app "APP_ID" --output table |
| 週間インサイト | appledev store insights weekly --app "APP_ID" --source analytics |
| メタデータのプル | appledev store metadata pull --app "APP_ID" --version "1.2.3" --dir ./metadata |
| リリースノート | appledev store release-notes generate --since-tag "v1.2.2" |
| ローカリゼーションの差分 | appledev store diff localizations --app "APP_ID" --path ./metadata |
| ノミネーション | appledev store nominations create --app "APP_ID" --name "Launch" |
| 価格帯フィルター | appledev store pricing price-points --app "APP_ID" --price 0.99 |
| IAP (ファミリー共有可能) | appledev store iap create --app "APP_ID" --family-sharable |
| サブスクリプション (ファミリー共有可能) | appledev store subscriptions create --app "APP_ID" --family-sharable |
環境変数
すべての環境変数はオプションです。設定されている場合、フラグよりも優先されます。
| 変数 | 説明 |
|---|---|
APPSTORE_KEY_ID |
APIキーID |
APPSTORE_ISSUER_ID |
API発行者ID |
APPSTORE_PRIVATE_KEY_PATH |
.p8キーファイルへのパス |
APPSTORE_PRIVATE_KEY |
生の秘密鍵文字列 |
APPSTORE_PRIVATE_KEY_B64 |
Base64エンコードされた秘密鍵 |
APPSTORE_APP_ID |
デフォルトのアプリID |
APPSTORE_PROFILE |
デフォルトの認証プロファイル |
APPSTORE_DEBUG |
デバッグ出力を有効にする |
APPSTORE_TIMEOUT |
リクエストタイムアウト |
APPSTORE_BYPASS_KEYCHAIN |
システムキーチェーンをスキップする |
パート3: マルチプラットフォームアプリビルダー
iOS、watchOS、tvOS、およびiPadをサポートします。AIを活用したコード生成により、自然言語から完全なSwift/SwiftUIアプリを生成します。
appledev build # インタラクティブモード
appledev build setup # 前提条件のインストール (Xcode, XcodeGen, AIバックエンド)
appledev build fix # ビルドエラーの自動修正
appledev build run # シミュレーターでビルドして起動
appledev build open # Xcodeでプロジェクトを開く
appledev build chat # インタラクティブチャットモード (編集/質問)
appledev build info # プロジェクトのステータスを表示
appledev build usage # トークンの使用量とコスト
サポートされているプラットフォーム
| プラットフォーム | ステータス |
|---|---|
| iOS | フルサポート |
| iPad | フルサポート |
| macOS | サポート |
| watchOS | サポート |
| tvOS | サポート |
| visionOS | サポート |
仕組み
describe > analyze > plan > build > fix > run
- Analyze - 説明からアプリ名、機能、コアフロー、ターゲットプラットフォームを抽出します
- Plan - ファイルレベルのビルドプランを生成します: データモデル、ナビゲーション、デザイン
- Build - Gener
(原文がここで切り詰められています)
📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開
Apple Developer Toolkit
Three tools in one binary. Each part works independently with different credential requirements.
Architecture
Ships as a single unified binary appledev with multi-call support:
appledev build ... # iOS app builder (SwiftShip)
appledev store ... # App Store Connect CLI
appledev b ... # Short alias
appledev s ... # Short alias
One binary, three tools, zero duplication.
Credential Requirements by Feature
| Feature | Credentials Needed | Works Without Setup |
|---|---|---|
| Documentation Search (Part 1) | None | Yes |
| App Store Connect (Part 2) | App Store Connect API key (.p8) | No |
| iOS App Builder (Part 3) | LLM API key + Xcode | No |
Setup
Part 1: Documentation Search (no setup needed)
Works immediately with Node.js:
node cli.js search "NavigationStack"
Part 2: App Store Connect CLI
Install via Homebrew:
brew install Abdullah4AI/tap/appledev
Authenticate with your App Store Connect API key:
appledev store auth login --name "MyApp" --key-id "KEY_ID" --issuer-id "ISSUER_ID" --private-key /path/to/AuthKey.p8
Or set environment variables:
export APPSTORE_KEY_ID="your-key-id"
export APPSTORE_ISSUER_ID="your-issuer-id"
export APPSTORE_PRIVATE_KEY_PATH="/path/to/AuthKey.p8"
API keys are created at https://appstoreconnect.apple.com/access/integrations/api
Part 3: iOS App Builder
Prerequisites: Xcode (with iOS Simulator), XcodeGen, and an LLM API key for code generation.
appledev build setup # Checks and installs prerequisites
Build from source
bash scripts/setup.sh
Part 1: Documentation Search
node cli.js search "NavigationStack"
node cli.js symbols "UIView"
node cli.js doc "/documentation/swiftui/navigationstack"
node cli.js overview "SwiftUI"
node cli.js samples "SwiftUI"
node cli.js wwdc-search "concurrency"
node cli.js wwdc-year 2025
node cli.js wwdc-topic "swiftui-ui-frameworks"
Part 2: App Store Connect
Full reference: references/app-store-connect.md
| Task | Command |
|---|---|
| List apps | appledev store apps |
| Upload build | appledev store builds upload --app "APP_ID" --ipa "app.ipa" --wait |
| Find build by number | appledev store builds find --app "APP_ID" --build-number "42" |
| Wait for build processing | appledev store builds wait --build "BUILD_ID" |
| Publish TestFlight | appledev store publish testflight --app "APP_ID" --ipa "app.ipa" --group "Beta" --wait |
| Submit App Store | appledev store publish appstore --app "APP_ID" --ipa "app.ipa" --submit --confirm --wait |
| Pre-submission validation | appledev store validate --app "APP_ID" --version-id "VERSION_ID" |
| List certificates | appledev store certificates list |
| Reviews | appledev store reviews --app "APP_ID" --output table |
| Update localizations | appledev store localizations update --app "APP_ID" --locale "en-US" --name "My App" |
| Sales report | appledev store analytics sales --vendor "VENDOR" --type SALES --subtype SUMMARY --frequency DAILY --date "2024-01-20" |
| Xcode Cloud | appledev store xcode-cloud run --app "APP_ID" --workflow "CI" --branch "main" --wait |
| Notarize | appledev store notarization submit --file ./MyApp.zip --wait |
| Status dashboard | appledev store status --app "APP_ID" --output table |
| Weekly insights | appledev store insights weekly --app "APP_ID" --source analytics |
| Metadata pull | appledev store metadata pull --app "APP_ID" --version "1.2.3" --dir ./metadata |
| Release notes | appledev store release-notes generate --since-tag "v1.2.2" |
| Diff localizations | appledev store diff localizations --app "APP_ID" --path ./metadata |
| Nominations | appledev store nominations create --app "APP_ID" --name "Launch" |
| Price point filter | appledev store pricing price-points --app "APP_ID" --price 0.99 |
| IAP (family sharable) | appledev store iap create --app "APP_ID" --family-sharable |
| Subscription (family sharable) | appledev store subscriptions create --app "APP_ID" --family-sharable |
Environment Variables
All environment variables are optional. They override flags when set.
| Variable | Description |
|---|---|
APPSTORE_KEY_ID |
API Key ID |
APPSTORE_ISSUER_ID |
API Issuer ID |
APPSTORE_PRIVATE_KEY_PATH |
Path to .p8 key file |
APPSTORE_PRIVATE_KEY |
Raw private key string |
APPSTORE_PRIVATE_KEY_B64 |
Base64-encoded private key |
APPSTORE_APP_ID |
Default app ID |
APPSTORE_PROFILE |
Default auth profile |
APPSTORE_DEBUG |
Enable debug output |
APPSTORE_TIMEOUT |
Request timeout |
APPSTORE_BYPASS_KEYCHAIN |
Skip system keychain |
Part 3: Multi-Platform App Builder
Supports iOS, watchOS, tvOS, and iPad. Generates complete Swift/SwiftUI apps from natural language with AI-powered code generation.
appledev build # Interactive mode
appledev build setup # Install prerequisites (Xcode, XcodeGen, AI backend)
appledev build fix # Auto-fix build errors
appledev build run # Build and launch in simulator
appledev build open # Open project in Xcode
appledev build chat # Interactive chat mode (edit/ask questions)
appledev build info # Show project status
appledev build usage # Token usage and cost
Supported Platforms
| Platform | Status |
|---|---|
| iOS | Full support |
| iPad | Full support |
| macOS | Supported |
| watchOS | Supported |
| tvOS | Supported |
| visionOS | Supported |
How it works
describe > analyze > plan > build > fix > run
- Analyze - Extracts app name, features, core flow, target platform from description
- Plan - Produces file-level build plan: data models, navigation, design
- Build - Generates Swift source files, project.yml, asset catalog
- Fix - Compiles and auto-repairs until build succeeds
- Run - Boots Simulator and launches the app
Interactive commands
| Command | Description |
|---|---|
/run |
Build and launch in simulator |
/fix |
Auto-fix compilation errors |
/open |
Open project in Xcode |
/ask [question] |
Ask a question about the project |
/model [name] |
Switch model (sonnet, opus, haiku) |
/info |
Show project info |
/usage |
Token usage and cost |
References
| Reference | Content |
|---|---|
| references/app-store-connect.md | Complete App Store Connect CLI commands |
| references/ios-rules/ | 38 iOS development rules |
| references/swiftui-guides/ | 12 SwiftUI best practice guides |
| references/ios-app-builder-prompts.md | System prompts for app building |
iOS Rules (38 files)
accessibility, app_clips, app_review, apple_translation, biometrics, camera, charts, color_contrast, components, dark_mode, design-system, feedback_states, file-structure, forbidden-patterns, foundation_models, gestures, haptics, healthkit, live_activities, localization, maps, mvvm-architecture, navigation-patterns, notification_service, notifications, safari_extension, share_extension, siri_intents, spacing_layout, speech, storage-patterns, swift-conventions, timers, typography, view-composition, view_complexity, website_links, widgets
SwiftUI Guides (12 files)
animations, forms-and-input, layout, liquid-glass, list-patterns, media, modern-apis, navigation, performance, scroll-patterns, state-management, text-formatting