Agent skills for iOS, iPadOS, Swift, SwiftUI, and modern Apple framework development.
80
100%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Advisory
Suggest reviewing before use
leaks Is EmptyLoad this workflow only after a matched lifetime produces no unreachable leak but baseline and post-flow graphs show persistent growth.
Capture baseline and post-flow graphs from the same app build, process, device or Simulator, launch state, and user flow. Repeated post-flow growth is stronger evidence than a single large snapshot.
Run vmmap -summary on both graphs. If growth is in malloc regions, compare the
graphs with the installed heap tool's current syntax:
heap --diffFrom=baseline.memgraph post.memgraphTreat the result as a type/size lead, not as proof of ownership.
Obtain an address for a growing app-owned type or size:
heap --addresses='<class-or-size-pattern>' post.memgraphRecord the query and selected address so the next step is reproducible.
leaks --traceTree=<address> to find the
live ownership path.malloc_history post.memgraph -fullStacks <address> for allocation evidence.leaks --referenceTree --groupByType when aggregate ownership clues are
more useful than a single path.Stop at the first strong app-owned edge. A framework node, allocation stack, or type-count delta alone does not identify the lifetime bug.
Check each installed tool's --help because Xcode/macOS output and flags can
evolve. Preserve raw command output beside both graphs, then repeat the same
queries after the ownership fix.
.tessl-plugin
skills
accessorysetupkit
references
activitykit
references
adattributionkit
references
alarmkit
references
app-clips
app-intents
app-store-optimization
app-store-review
apple-on-device-ai
appmigrationkit
references
audioaccessorykit
references
authentication
references
avkit
references
background-processing
references
browserenginekit
references
callkit
references
carplay
references
cloudkit
references
contacts-framework
references
core-bluetooth
references
core-data
core-motion
references
core-nfc
references
coreml
references
cryptokit
references
cryptotokenkit
references
debugging-instruments
device-integrity
references
dockkit
references
energykit
references
eventkit
references
financekit
references
focus-engine
gamekit
references
healthkit
references
homekit
references
ios-accessibility
ios-ettrace-performance
ios-localization
ios-memgraph-analysis
ios-networking
ios-simulator
references
mapkit
metrickit
references
musickit
references
natural-language
references
paperkit
references
passkit
references
pdfkit
references
pencilkit
references
permissionkit
references
photokit
push-notifications
realitykit
references
relevancekit
references
scenekit
references
sensorkit
references
speech-recognition
references
spritekit
references
storekit
swift-api-design-guidelines
swift-architecture
references
swift-charts
references
swift-codable
references
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-uikit-interop
swiftui-webkit
tabletopkit
references
tipkit
references
vision-framework
weatherkit
references
widgetkit
references