From apple-skills
Provides SwiftUI sub-skills for AlarmKit alarms/timers, 3D charts, rich text editing with AttributedString, customizable toolbars, and WebKit/WebView embedding.
How this skill is triggered — by the user, by Claude, or both
Slash command
/apple-skills:swiftuiThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Focused SwiftUI framework skills — each sub-skill covers one API area in depth.
Focused SwiftUI framework skills — each sub-skill covers one API area in depth.
Use this skill when the user:
Paths are relative to THIS file's directory — skills run with cwd set to the user's project, so resolve each path from this SKILL.md's own location.
| Skill | Read | Covers |
|---|---|---|
| alarmkit | alarmkit/SKILL.md | Alarms and timers with custom UI, Live Activities, snooze (iOS 18+) |
| charts-3d | charts-3d/SKILL.md | Chart3D, SurfacePlot, interactive pose control, surface styling |
| text-editing | text-editing/SKILL.md | Text, AttributedString, TextEditor with formatting controls |
| toolbars | toolbars/SKILL.md | Customizable toolbars, search integration, transition effects, platform behavior |
| webkit | webkit/SKILL.md | WebView and WebPage embedding, navigation, JavaScript interop |
npx claudepluginhub rshankras/claude-code-apple-skills --plugin apple-skillsProvides Swift Charts patterns for marks, axes, selection, styling, composition, Chart3D, accessibility, and Audio Graph in SwiftUI. Useful for building or improving charts.
SwiftUI fundamentals for all Apple platforms. Use when building views, navigation, data persistence, or state management with SwiftUI across iOS, macOS, iPadOS, watchOS, visionOS.
Builds and reviews SwiftUI views with modern MV architecture, @Observable state management, view composition, environment wiring, and iOS 26+ migration guidance.