axiom-watchos

Guide watchOS app architecture, background tasks, and SwiftUI UI components.

34|2|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/DengNaichen/Stet --skill axiom-watchos
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: axiom-watchos
Source: https://github.com/DengNaichen/Stet/tree/main/.agents/skills/axiom-watchos
Command: npx skills add https://github.com/DengNaichen/Stet --skill axiom-watchos

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill provides a comprehensive framework for building watchOS applications, resolving complexities around app structure, background tasks, and system-specific UI patterns.

Core Features & Use Cases

  • Platform Architecture: Guidance on independent app structure, Watch Connectivity, and background task management.
  • Modern UI/UX: Best practices for glanceable interfaces, Smart Stack widgets, and Liquid Glass material consistency.
  • Use Case: Use this skill when migrating a legacy WatchKit storyboard project to a modern, independent SwiftUI app with WidgetKit complications.

Quick Start

Use the axiom-watchos skill to guide the implementation of a background refresh task using the BGTaskScheduler framework for a watchOS 27 target.

Frequently Asked Questions about axiom-watchos

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

FAQPage Schema
How do I schedule background tasks in a watchOS app using BGTaskScheduler?

To schedule background tasks in a watchOS app, configure the BGTaskScheduler framework to handle background refresh operations within your independent app structure. This ensures your watchOS application updates content efficiently while adhering to system resource limits.

What is the best way to migrate legacy WatchKit storyboards to SwiftUI?

The best way to migrate legacy WatchKit storyboards is transitioning to a modern SwiftUI-first design pattern for your independent watchOS app. This approach aligns with watchOS 26+ SDK compliance and enables modern system-specific UI components.

Does watchOS support independent app architecture without a companion iOS app?

Yes, watchOS fully supports independent app architecture, allowing you to build standalone applications without requiring a companion iOS app. This structure utilizes Watch Connectivity for communication when needed but operates independently on the device.

How do WidgetKit complications integrate with the watchOS Smart Stack?

WidgetKit complications integrate with the watchOS Smart Stack by migrating legacy complication providers to modern SwiftUI widgets. This enables glanceable interfaces and ensures Liquid Glass material consistency across the system UI.

What are the requirements for watchOS 26+ SDK compliance?

WatchOS 26+ SDK compliance requires supporting 64-bit architecture and adopting modern SwiftUI-first design patterns. Your app must configure an independent app structure and implement system-specific UI components according to current platform guidelines.