iOS Stack Skill
Default guidance
Use the focused sub-skills in this folder based on the task type.
Workflow (use this order)
- •Classify the task (UI pattern, performance, refactor, concurrency, debugging).
- •Load the matching sub-skill(s) and follow their procedure.
- •Make changes with minimal scope; prefer small, testable steps.
- •Validate on simulator/device and check logs.
- •Add or update previews/tests when applicable.
Review Checklist
- •Correct sub-skill chosen and applied.
- •SwiftUI view body is simple; state is minimal and predictable.
- •Concurrency uses structured tasks; avoids unstructured
Task {}leaks. - •Performance red flags (layout thrash, heavy body recompute) addressed.
- •Debugging notes captured if the issue is intermittent or device-specific.
Local Resources (sub-skills)
- •
swiftui-ui-patterns/SKILL.mdfor SwiftUI layout and interaction patterns. - •
swiftui-liquid-glass/SKILL.mdfor Liquid Glass visual style and implementation. - •
swiftui-performance-audit/SKILL.mdfor performance profiling and optimization checklists. - •
swiftui-view-refactor/SKILL.mdfor refactoring and view decomposition workflows. - •
swift-concurrency-expert/SKILL.mdfor structured concurrency and async/await guidance. - •
ios-debugger-agent/SKILL.mdfor debugging, crash triage, and device/simulator diagnostics.