ワンクリックで
pods
Update and install CocoaPods dependencies for iOS and macOS
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Update and install CocoaPods dependencies for iOS and macOS
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Orchestrate large-scale changes across the codebase using parallel worktree agents. Use when you need to apply similar changes to many files or modules simultaneously.
Run comprehensive Flutter checks including lint, analyze, test, and format verification. Use before commits to ensure code quality.
Explains the Keychat app architecture and key components
Initialize or reset the Keychat development environment
Clean build artifacts and reset Flutter state
Run code generation for Isar models, JSON serialization, and i18n
| name | pods |
| description | Update and install CocoaPods dependencies for iOS and macOS |
| disable-model-invocation | true |
| allowed-tools | Bash(pod *), Bash(cd *) |
Update and install CocoaPods dependencies for iOS and macOS builds.
Run the melos pods script:
melos run pod:install
This will:
packages/app/iospod update && pod install --repo-updatepackages/app/macospod update && pod install --repo-updateIf pods fail to install:
cd packages/app/ios && rm -rf Pods Podfile.lockgem install cocoapodspod cache clean --all