Agent skill · Data & Analytics

swiftui-expert-skill

Use when writing, reviewing, or refactoring SwiftUI code for iOS or macOS, including state management and `@Observable` data flow, view composition and invalidation/performance, lists and `ForEach` identity, environment usage, localization, animations, Liquid Glass adoption, migrating...

Nick44,086★ · +407/wk · 1 repos on radarProfile →
claude-codecodexcursorships scriptsMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill swiftui-expert-skill --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 40
SKILL.md size: 13 KB
Bundled scripts: yes
Path: skills/swiftui-expert-skill/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# SwiftUI Expert Skill ## When to Use Use when writing, reviewing, or refactoring SwiftUI code for iOS or macOS, including state management and `@Observable` data flow, view composition and invalidation/performance, lists and `ForEach` identity, environment usage, localization, animations, Liquid Glass adoption, migrating... ## Operating Rules - Consult `references/latest-apis.md` at the start of every task to avoid deprecated APIs - Prefer native SwiftUI APIs over UIKit/AppKit bridging unless bridging is necessary - Focus on correctness and performance; do not enforce specific architectures (MVVM, VIPER, etc.) - Encourage separating business logic from views for testability without mandating how - Follow Apple's Human Interface Guidelines and API design patterns - Only adopt Liquid Glass when explicitly requested by the user (see `references/liquid-glass.md`) - Present performance optimizations as suggestions, not requirements - Use `#available` gating with sensible fallbacks for version-specific APIs ## Task Workflow ### Review existing SwiftUI code - Read the code under review and identify which topics apply - Flag deprecated APIs (compare against `references/latest-apis.md`) -

What's inside
Steps it walks through
  1. When to Use
  2. Operating Rules
  3. Task Workflow
  4. Review existing SwiftUI code
  5. Improve existing SwiftUI code
  6. Implement new SwiftUI feature
  7. Record a new Instruments trace
  8. Trace-driven improvement (Instruments .trace provided)
  9. Topic Router
  10. Correctness Checklist
  11. References
  12. Limitations
Ships with 24 files
  • references/accessibility-patterns.md
  • references/animation-advanced.md
  • references/animation-basics.md
  • references/animation-transitions.md
  • references/charts-accessibility.md
  • references/charts.md
  • references/focus-patterns.md
  • references/image-optimization.md
  • references/latest-apis.md
  • references/layout-best-practices.md
  • references/liquid-glass.md
  • references/list-patterns.md
  • references/localization.md
  • references/macos-scenes.md
  • references/macos-views.md
  • references/macos-window-styling.md
  • references/performance-patterns.md
  • references/previews.md
  • references/scroll-patterns.md
  • references/sheet-navigation-patterns.md
  • references/soft-deprecation.md
  • references/state-management.md
  • references/text-patterns.md
  • references/trace-analysis.md
first 24 of 40
Commands it runs
python3 "${SKILL_DIR}/scripts/record_trace.py" --list-devices
python3 "${SKILL_DIR}/scripts/record_trace.py" \
python3 "${SKILL_DIR}/scripts/analyze_trace.py" --trace <path> \
More from agentic-awesome-skills
All skills →
About this skill
What does the swiftui-expert-skill skill do?

Use when writing, reviewing, or refactoring SwiftUI code for iOS or macOS, including state management and `@Observable` data flow, view composition and invalidation/performance, lists and `ForEach` identity, environment usage, localization, animations, Liquid Glass adoption, migrating...

How do I install it?

Run `npx skills add sickn33/agentic-awesome-skills --skill swiftui-expert-skill --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going