Community-maintained Agent Skills for complete Swift and Apple-platform app delivery.
73
92%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Medium
Suggest reviewing before use
Choose the narrowest animation mechanism that communicates state change without obscuring ownership, accessibility, or performance.
This skill owns SwiftUI timing, transitions, phase/keyframe choreography, matched geometry, navigation zoom visuals, symbol effects, and animation accessibility. Route layout to swiftui-layout-components, route/path ownership to swiftui-navigation, state ownership to swiftui-patterns, and evidence-based profiling to swiftui-performance.
Inspect deployment target, Swift mode, and SDK before selecting APIs. Preserve project settings unless the user requests a change; gate newer APIs and verify availability in SDK headers or primary Apple documentation.
Equatable/drawing workarounds.| Need | Prefer |
|---|---|
| Animate a mutation owned by an action | withAnimation |
| Animate selected modifiers | scoped .animation(_:body:) |
| Simple value-bound implicit animation | .animation(_:value:) |
| Insert or remove a view | .transition paired with an animation |
| Change text, number, or symbol in place | .contentTransition |
| Discrete multi-step sequence | PhaseAnimator |
| Multi-property timeline | KeyframeAnimator |
| Related layouts in one hierarchy | matchedGeometryEffect |
| Push/pop hero effect | matched transition source plus navigation zoom when available |
| Semantic SF Symbol motion | .symbolEffect |
| Custom interpolated shape/value | Animatable or a custom animation when synthesis is insufficient |
| Layer-level or display-link work | Read Core Animation Bridge |
Use Advanced Animation Patterns for spring parameter variants, custom transitions, transactions, keyframes, symbol catalogs, and advanced performance guidance.
contentTransition changes rendering of in-place content; it still needs an animation.@Sendable closures when actor isolation would otherwise be crossed.Read accessibilityReduceMotion for motion that translates, scales, zooms, loops, or creates spatial disorientation. Replace large movement with a fade, content change, or no animation while preserving the state transition. Do not disable every subtle opacity or color change automatically; match the alternative to the user impact.
Indefinite symbol and timeline effects need a clear active condition and must stop when no longer visible or relevant.
.tessl-plugin
skills
accessorysetupkit
references
activitykit
adattributionkit
references
alarmkit
references
app-clips
app-intents
app-store-optimization
app-store-review
apple-on-device-ai
appmigrationkit
audioaccessorykit
references
authentication
references
avkit
background-processing
references
browserenginekit
callkit
references
carplay
cloudkit
contacts-framework
references
core-bluetooth
references
core-data
core-motion
references
core-nfc
references
coreml
references
cryptokit
cryptotokenkit
references
debugging-instruments
device-integrity
references
dockkit
energykit
references
eventkit
financekit
references
focus-engine
gamekit
healthkit
references
homekit
references
ios-accessibility
ios-app-workflow
references
ios-ettrace-performance
ios-localization
ios-memgraph-analysis
ios-networking
ios-simulator
references
metrickit
references
musickit
references
natural-language
references
paperkit
references
passkit
references
pdfkit
pencilkit
references
permissionkit
references
photokit
push-notifications
realitykit
references
relevancekit
references
scenekit
sensorkit
speech-recognition
references
spritekit
storekit
swift-api-design-guidelines
swift-architecture
references
swift-charts
swift-codable
references
swift-code-review
swift-concurrency
swift-formatstyle
references
swift-language
swift-security
references
swift-testing
swiftdata
swiftlint
swiftui-animation
swiftui-gestures
references
swiftui-layout-components
swiftui-liquid-glass
references
swiftui-patterns
swiftui-performance
swiftui-responsive-layout
swiftui-uikit-interop
swiftui-webkit
tabletopkit
tipkit
vision-framework
weatherkit
references