Stats
Actions
Tags
How this skill is triggered — by the user, by Claude, or both
Slash command
/ios:xcode-buildThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Build the iOS project using xcodebuild.
Build the iOS project using xcodebuild.
Steps:
.xcworkspace or .xcodeproj in the current directoryxcodebuild -scheme <scheme> -destination 'generic/platform=iOS' buildCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub canergulgec/mobile-dev-skills --plugin ios