swift-runtime-performance

Installation
SKILL.md

Swift Runtime Performance

Purpose

Use this skill to review Swift code for runtime-level performance costs without turning every abstraction into a problem. Focus on concrete costs such as allocation, ARC traffic, dispatch, specialization, copying, optimizer visibility, and unsafe memory boundaries.

This skill should help the agent distinguish real hot-path runtime costs from theoretical micro-optimizations.

When to use this skill

Use this skill when the task involves Swift runtime behavior such as:

Installs
92
GitHub Stars
113
First Seen
Jul 6, 2026
swift-runtime-performance — livsy90/ios-performance-agent-skills