How this skill is triggered — by the user, by Claude, or both
Slash command
/ios-deploy-tools:ios-build-localThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
ローカル環境で iOS アプリのビルド検証を行う。Development ビルドまたは Release ビルドを選択して実行する。
ローカル環境で iOS アプリのビルド検証を行う。Development ビルドまたは Release ビルドを選択して実行する。
.xcodeproj の場所)。find . -name "*.xcodeproj" -maxdepth 3 で検索する。eval "$(rbenv init -)" && rbenv shell $(cat .ruby-version)
bundle install
bundle exec fastlane match_development
xcodebuild -project <project>.xcodeproj -scheme <debug_scheme> -sdk iphonesimulator build
ls *.xcodeproj/xcshareddata/xcschemes/ で確認する。bundle exec fastlane build_release
./build/<app_name>.ipa が生成される。コマンド実行でエラーが発生した場合は、shared/TROUBLESHOOTING.md を参照しつつ以下の手順で対応する:
ls *.xcodeproj/xcshareddata/xcschemes/ でスキーム一覧を表示し、正しいスキーム名をユーザーに選択してもらうmatch development/appstore を再実行 B) match appstore --force で強制再取得xcodebuild clean 後にクリーンビルドnpx claudepluginhub kwmt/claude-plugin --plugin ios-deploy-toolsProvides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.