一键导入
ios-development
Comprehensive iOS development guidance including Swift best practices, SwiftUI patterns, UI/UX review against HIG, and app planning. Use for iOS code review, best practices, accessibility audits, or planning new iOS apps.
菜单
Comprehensive iOS development guidance including Swift best practices, SwiftUI patterns, UI/UX review against HIG, and app planning. Use for iOS code review, best practices, accessibility audits, or planning new iOS apps.
Build, install, and launch an iOS app on a physical iPhone or iPad entirely from the command line (no Xcode GUI), using xcodebuild + devicectl. Use when the user wants to run, test, or screenshot their app on a real device without opening Xcode.
Build, install, launch, and screenshot an iOS app in the Simulator to verify a change visually. Use when the user wants to run the app, see a change live, screenshot the running app, or confirm a UI fix actually works (not just that it compiles).
Guides you through comprehensive iOS/Swift app planning and analysis. Use for new apps (concept to architecture) or existing apps (audit current state, plan improvements, evaluate tech stack). Covers product planning, technical decisions, UI/UX design, and distribution strategy.
Generates technical architecture specification from PRD. Covers architecture pattern, tech stack, data models, and app structure. Use when creating ARCHITECTURE.md or designing system architecture.
Generates detailed implementation guide with pseudo-code and step-by-step development instructions. Creates IMPLEMENTATION_GUIDE.md from PRD, Architecture, and UX specs. Use when creating development roadmap.
Generates comprehensive Product Requirements Document from product plan. Creates PRD.md with features, user stories, acceptance criteria, and success metrics. Use when creating product requirements.
| name | ios-development |
| description | Comprehensive iOS development guidance including Swift best practices, SwiftUI patterns, UI/UX review against HIG, and app planning. Use for iOS code review, best practices, accessibility audits, or planning new iOS apps. |
| allowed-tools | ["Read","Glob","Grep","WebFetch"] |
Comprehensive guidance for iOS app development. This skill aggregates specialized modules for different aspects of iOS development.
Use this skill when the user:
Read relevant module files based on the user's needs:
Swift code quality and modern idioms for iOS.
UI/UX review against Apple HIG.
SwiftUI navigation architecture patterns.
iOS app planning and analysis.
Build, install, launch, and screenshot the app in the Simulator to verify a change visually (operational — uses Bash, not just guidance).
.app + bundle idRun an app on a physical iPhone/iPad from the CLI (no Xcode GUI).
xcodebuild -allowProvisioningUpdatesdevicectllibimobiledeviceUser asks for UI review:
ui-review/SKILL.md for the full review process