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.
Writes Swift animation code using SwiftUI, UIKit, and Core Animation for iOS apps. Covers iOS 18-26 APIs like KeyframeAnimator, PhaseAnimator, matchedGeometryEffect for transitions, gestures, and design implementations.
Implement, review, or improve SwiftUI animations and transitions using withAnimation, spring types, PhaseAnimator, KeyframeAnimator, matchedGeometryEffect, symbol effects, and accessibility handling.
Provides guidelines for SwiftUI animations in iOS 26/Swift 6.2 apps under clinic MVVM-C architecture, covering motion tokens, spring physics, gestures, transitions, micro-interactions, accessibility, and @Equatable enforcement. Use when writing, reviewing, or refactoring.
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 |
|---|---|
| Core concepts, implicit/explicit, timing, performance | references/animation-basics.md |
| Transitions for view insertion/removal, Animatable protocol | references/animation-transitions.md |
Transactions, phase/keyframe animations, @Animatable macro | references/animation-advanced.md |