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: