From apple-skills
Provides Swift Charts patterns for marks, axes, selection, styling, composition, Chart3D, accessibility, and Audio Graph in SwiftUI. Useful when building or improving charts.
npx claudepluginhub vabole/apple-skills --plugin apple-skillsThis skill uses the workspace's default tool permissions.
> **Guide Skill** — This is an expert workflow/pattern guide, not API reference documentation.
Implement, review, or improve Swift Charts visualizations for iOS: bar/line/area/point/pie charts, custom axes/scales/legends/annotations, vectorized plots, heatmaps, Gantts, sparklines.
Creates 3D charts using Swift Charts' Chart3D and SurfacePlot for math-driven or data-driven surfaces, interactive pose control, styling, and camera projections. Use for 3D data visualizations.
Guides SwiftUI animation patterns including implicit/explicit animations, transitions, phase/keyframe animations, Animatable protocol, and @Animatable macro. Use when implementing motion or transitions in SwiftUI views.
Share bugs, ideas, or general feedback.
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 |