Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
hig-watchos - Skill - OpenSmartRoute
Skillv1.0.0
hig-watchos
This skill provides Apple Human Interface Guidelines for Apple Watch. Load it when working on watchOS apps, complications, workout features, or any wrist-based interaction design.
Imported from salexandr0s/ai-config (claude/skills/hig-watchos/AGENTS.md). Install upstream with npx skills add salexandr0s/ai-config --skill hig-watchos. Copyright stays with the author.
watchOS Design Guidelines
Purpose
This skill provides Apple Human Interface Guidelines for Apple Watch. Load it when working on watchOS apps, complications, workout features, or any wrist-based interaction design.
When to Use
Building or reviewing watchOS app interfaces
Designing complications for watch faces
Implementing Digital Crown interactions
Creating workout or health tracking features
Designing notifications for Apple Watch
Evaluating glanceability of Watch UI
Working with Always On display states
File Structure
File
Contents
SKILL.md
Complete design rules, specifications, and evaluation checklist
rules/_sections.md
All rules organized by category with IDs for cross-reference
metadata.json
Version, references, and abstract
Key Principles
Glanceable first -- every screen must communicate its purpose within 2 seconds
Respect the wrist -- interactions should be brief; avoid complex multi-step flows
Digital Crown is primary -- scroll, select, and adjust values with the Crown
Complications drive engagement -- keep watch face data fresh and useful
Always On awareness -- dim gracefully, hide sensitive content
Rule Categories
#
Category
Priority
1
Glanceable Design
CRITICAL
2
Digital Crown
HIGH
3
Navigation
HIGH
4
Complications
HIGH
5
Always On Display
MEDIUM
6
Workouts & Health
MEDIUM
7
Notifications
MEDIUM
8
Accessibility
CRITICAL
Priority Reference
Level
Meaning
CRITICAL
Glanceable design, accessibility -- violations make the app unusable on Watch
HIGH
Digital Crown, navigation, complications -- core Watch interaction patterns
MEDIUM
Always On, workouts, notifications -- important but context-dependent
Never Do
Never place primary information off-screen (requires scrolling to see)
Never ignore the Digital Crown for scrollable or value-picking content
Never override system Crown behaviors (volume, Time Travel)
Never support only one complication family
Never use deprecated ClockKit APIs -- use WidgetKit complication families
Never show sensitive health data in the Always On dimmed state
Never omit accessibility labels on image-only interactive elements
Never use laggy or batched responses to Crown rotation
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
# after Install: the listing is in your workspace's routing pool - a plan picks it for its slot
curl -s -X POST https://api.opensmartroute.ai/api/v1/route -H 'Authorization: Bearer $OSR_API_KEY' -H 'Content-Type: application/json' -d '{"text": "...", "plan": true}'
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
salexandr0s-ai-config-hig-watchos.ocm.jsonjson
{
"ocm": "1",
"id": "salexandr0s-ai-config-hig-watchos",
"kind": "skill",
"name": "hig-watchos",
"description": "This skill provides Apple Human Interface Guidelines for Apple Watch. Load it when working on watchOS apps, complications, workout features, or any wrist-based interaction design.",
"publisher": "salexandr0s",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"This skill provides Apple Human Interface Guidelines for Apple Watch. Load it when working on watchOS apps, complications, workout features, or any wrist-based interaction design."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/salexandr0s/ai-config",
"path": "claude/skills/hig-watchos/AGENTS.md",
"ref": "8077a5e350a56f70a187a6ffa6f5bb495fc47d10",
"url": "https://github.com/salexandr0s/ai-config/blob/8077a5e350a56f70a187a6ffa6f5bb495fc47d10/claude/skills/hig-watchos/AGENTS.md",
"key": "salexandr0s/ai-config/claude/skills/hig-watchos/AGENTS.md"
}
},
"instructions": "# watchOS Design Guidelines\n\n## Purpose\n\nThis skill provides Apple Human Interface Guidelines for Apple Watch. Load it when working on watchOS apps, complications, workout features, or any wrist-based interaction design.\n\n## When to Use\n\n- Building or reviewing watchOS app interfaces\n- Designing complications for watch faces\n- Implementing Digital Crown interactions\n- Creating workout or health tracking features\n- Designing notifications for Apple Watch\n- Evaluating glanceability of Watch UI\n- Working with Always On display states\n\n## File Structure\n\n| File | Contents ",
"cost": {
"context_tokens": 718
}
}
Fetch it by URL: GET /api/v1/registry/salexandr0s-ai-config-hig-watchos/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.