watchOS platform-specific development with complications, workouts, HealthKit, and Watch Connectivity. Use when building Apple Watch apps, health features, or iPhone-Watch communication.
How this skill is triggered — by the user, by Claude, or both
Slash command
/fuse-swift-apple-expert:watchosThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
watchOS-specific development for Apple Watch experiences.
watchOS-specific development for Apple Watch experiences.
Before ANY implementation, use TeamCreate to spawn 3 agents:
After implementation, run fuse-ai-pilot:sniper for validation.
| Feature | Benefit |
|---|---|
| Complications | Glanceable data on watch face |
| Workouts | Fitness and health tracking |
| HealthKit | Access health metrics |
| Connectivity | Sync with iPhone |
| Need | Reference |
|---|---|
| Watch face complications | complications.md |
| Workout sessions, HealthKit | workouts.md |
| iPhone ↔ Watch sync | watch-connectivity.md |
npx claudepluginhub fusengine/agents --plugin fuse-swift-apple-expertProvides watchOS development guidance including SwiftUI for Watch, Watch Connectivity, complications, and watch-specific UI patterns. Useful for code review, best practices, or Watch app development.
Provides watchOS design guidelines for glanceable interfaces, Digital Crown interaction, and screen dimensions to build effective Apple Watch apps.
Reviews watchOS code for app lifecycle, complications (ClockKit/WidgetKit), WatchConnectivity sessions, and performance constraints like memory and battery limits.