bylivsy90· 6 skills
Use this skill when reviewing or fixing SwiftUI performance issues, including unnecessary invalidation, unstable identity, broad state dependencies, expensive body work, heavy rows, scrolling hitches, layout/drawing cost, or async lifecycle work. Do not use it for general SwiftUI syntax, styling, UIKit-only performance, or generic profiling unless SwiftUI update behavior is central.
$npx -y skills add livsy90/ios-performance-agent-skills --skill swiftui-performanceInstalls into the current project.
Run `npx skills use "https://github.com/livsy90/ios-performance-agent-skills" --skill "livsy90/ios-performance-agent-skills/swiftui-performance"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/livsy90/ios-performance-agent-skills" that are relevant to the current task. Run `npx skills add "https://github.com/livsy90/ios-performance-agent-skills"` and select the relevant skills, then follow their instructions.