Apple-skills guide-swiftui-charts

Swift Charts patterns — marks, axes, selection, styling, composition, Chart3D, accessibility, and Audio Graph. Use when building or improving charts in SwiftUI.

install
source · Clone the upstream repo
git clone https://github.com/vabole/apple-skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/vabole/apple-skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/guide-swiftui-charts" ~/.claude/skills/vabole-apple-skills-guide-swiftui-charts && rm -rf "$T"
manifest: skills/guide-swiftui-charts/SKILL.md
source content

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.

Swift Charts

References

TopicReference
Marks, axes, selection, styling, composition, Chart3D
references/charts.md
Accessibility, VoiceOver, Audio Graph, custom descriptors
references/charts-accessibility.md