·swiftui-performance-audit
</>

swiftui-performance-audit

sozercan/kaset

Audit and improve SwiftUI runtime performance from code review and architecture. Use for requests to diagnose slow rendering, janky scrolling, high CPU/memory usage, excessive view updates, or layout thrash in SwiftUI apps, and to provide guidance for user-run Instruments profiling when code review alone is insufficient.

6Installs·0Trend·@sozercan

Installation

$npx skills add https://github.com/sozercan/kaset --skill swiftui-performance-audit

SKILL.md

Audit SwiftUI view performance end-to-end, from instrumentation and baselining to root-cause analysis and concrete remediation steps.

Prefer cached formatters in a model or a dedicated helper:

Avoid id: \.self for non-stable values; use a stable ID.

Audit and improve SwiftUI runtime performance from code review and architecture. Use for requests to diagnose slow rendering, janky scrolling, high CPU/memory usage, excessive view updates, or layout thrash in SwiftUI apps, and to provide guidance for user-run Instruments profiling when code review alone is insufficient. Source: sozercan/kaset.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/sozercan/kaset --skill swiftui-performance-audit
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is swiftui-performance-audit?

Audit and improve SwiftUI runtime performance from code review and architecture. Use for requests to diagnose slow rendering, janky scrolling, high CPU/memory usage, excessive view updates, or layout thrash in SwiftUI apps, and to provide guidance for user-run Instruments profiling when code review alone is insufficient. Source: sozercan/kaset.

How do I install swiftui-performance-audit?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/sozercan/kaset --skill swiftui-performance-audit Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/sozercan/kaset

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-01