ios-performance-profiler

Installation
SKILL.md

Performance Profiler

Checklist

View Redraws

  • Views only redraw when dependencies change
  • @State properly scoped
  • Stable view identity (no random IDs)

Lists

  • Use List not ScrollView + VStack for large data
  • Stable Identifiable IDs
  • Lightweight row views

Memory

  • No retain cycles ([weak self] in closures)
  • @StateObject for owned objects
  • Image caching for remote images
Related skills

More from desquared/agents-rules-skills

Installs
5
GitHub Stars
3
First Seen
Mar 13, 2026