watchos

Develop watchOS apps with complications, workout sessions, and HealthKit integration.

22|3|Updated Jan 10, 2026
One-click install
npx skills add https://github.com/fusengine/agents --skill watchos
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: watchos
Source: https://github.com/fusengine/agents/tree/main/plugins/swift-apple-expert/skills/watchos
Command: npx skills add https://github.com/fusengine/agents --skill watchos

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the development of watchOS applications, enabling the creation of engaging Apple Watch experiences, including complications, workout tracking, and seamless iPhone-Watch communication.

Core Features & Use Cases

  • Complications: Develop glanceable data widgets for the watch face.
  • Workouts & HealthKit: Integrate fitness tracking and access health metrics.
  • Watch Connectivity: Enable real-time data sync and messaging between iPhone and Apple Watch.
  • Use Case: Build a custom watch face complication that displays live weather updates, or develop a workout app that tracks heart rate and syncs data to the HealthKit.

Quick Start

Use the watchos skill to create a new complication for the watch face.

Frequently Asked Questions about watchos

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I develop Apple Watch complications that display glanceable data on the watch face?

To develop Apple Watch complications, you use the watchOS framework to build glanceable data widgets that surface real-time information directly onto the watch face. This skill streamlines creating custom complications for quick user updates.

How do I integrate HealthKit to track workouts and heart rate on Apple Watch?

You integrate HealthKit on Apple Watch by utilizing watchOS workout sessions to track fitness metrics like heart rate. This enables the creation of dedicated workout apps that access health data and sync it directly to HealthKit.

What's the best way to sync real-time data between iPhone and Apple Watch using Watch Connectivity?

The best way to sync real-time data between iPhone and Apple Watch is using the Watch Connectivity framework. It facilitates seamless messaging and data synchronization, ensuring both devices share up-to-date application states.

Can I use Swift to build a custom watchOS app that syncs fitness tracking data to an iPhone?

Yes, you can use Swift to build watchOS applications that track fitness data and sync it to an iPhone. The Watch Connectivity framework enables real-time messaging between the Apple Watch and iPhone for seamless data transfer.