Skip to main content
Back to registry

swiftui-performance

dpearson2699/swift-ios-skills

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

Installs212
Install command
npx skills add https://github.com/dpearson2699/swift-ios-skills --skill swiftui-performance
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Audit SwiftUI view performance end-to-end, from instrumentation and baselining to root-cause analysis and concrete remediation steps. Collect: Focus on: Provide: Explain how to collect data with Instruments: Ask for: Prioritize likely SwiftUI culprits: Summarize findings with evidence from traces/logs. Apply targeted fixes: Look for these patterns during code review. Prefer cached formatters in a model or a dedicated helper: Prefer precompute or cache on change: Prefer precomputed, cached collections with stable identity. Update on input change, not in body . Avoid id: \.self for non-stable values; use a stable ID. Prefer one stable base view and localize conditions to sections/modifiers (for example inside toolbar , row content, overlay , or disabled ). This reduces root identity churn and helps SwiftUI diffing stay efficient.

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does swiftui-performance do?

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

Is swiftui-performance good?

swiftui-performance does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does swiftui-performance work with?

swiftui-performance currently lists compatibility with codex, gemini-cli, kimi-cli, amp, cline, github-copilot.

What are alternatives to swiftui-performance?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install swiftui-performance?

npx skills add https://github.com/dpearson2699/swift-ios-skills --skill swiftui-performance

Related skills

More from dpearson2699/swift-ios-skills

Related skills

Alternatives in Software Engineering