From apple-skills
Provides Swift Charts patterns for marks, axes, selection, styling, composition, Chart3D, accessibility, and Audio Graph in SwiftUI. Useful for building or improving charts.
How this skill is triggered — by the user, by Claude, or both
Slash command
/apple-skills:guide-swiftui-chartsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> **Guide Skill** — This is an expert workflow/pattern guide, not API reference documentation.
Guide Skill — This is an expert workflow/pattern guide, not API reference documentation. Originally from AvdLee/SwiftUI-Agent-Skill by Antoine van der Lee and Omar Elsayed. MIT License.
| Topic | Reference |
|---|---|
| Marks, axes, selection, styling, composition, Chart3D | references/charts.md |
| Accessibility, VoiceOver, Audio Graph, custom descriptors | references/charts-accessibility.md |
npx claudepluginhub vabole/apple-skills --plugin apple-skillsImplements, reviews, or improves data visualizations using Swift Charts. Covers bar, line, area, point, pie charts, selection, scrolling, annotations, and vectorized plots.
Guides SwiftUI animation patterns including implicit/explicit animations, transitions, phase/keyframe animations, Animatable protocol, and @Animatable macro. Use when implementing motion or transitions in views.
Provides modern SwiftUI patterns for iOS 17+: view composition with small focused views, @Observable state management, NavigationStack navigation, lazy containers, and Equatable views for performance.