Agent skill · Frontend

swiftui-ui-patterns

Apply proven SwiftUI UI patterns for navigation, sheets, async state, and reusable screens.

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

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

Facts
Files in the skill folder: 32
SKILL.md size: 7 KB
Bundled scripts: none
Path: skills/swiftui-ui-patterns/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 UI Patterns ## Quick start ## When to Use - When creating or refactoring SwiftUI screens, flows, or reusable UI components. - When you need guidance on navigation, sheets, async state, previews, or component patterns. Choose a track based on your goal: ### Existing project - Identify the feature or screen and the primary interaction model (list, detail, editor, settings, tabbed). - Find a nearby example in the repo with `rg "TabView\("` or similar, then read the closest SwiftUI view. - Apply local conventions: prefer SwiftUI-native state, keep state local when possible, and use environment injection for shared dependencies. - Choose the relevant component reference from `references/components-index.md` and follow its guidance. - If the interaction reveals secondary content by dragging or scrolling the primary content away, read `references/scroll-reveal.md` before implementing gestures manually. - Build the view with small, focused subviews and SwiftUI-native data flow. ### New project scaffolding - Start with `references/app-wiring.md` to wire TabView + NavigationStack + sheets. - Add a minimal `AppTab` and `RouterPath` based on the provided skeletons. - Choose the next

What's inside
Steps it walks through
  1. Quick start
  2. When to Use
  3. Existing project
  4. New project scaffolding
  5. General rules to follow
  6. State ownership summary
  7. Cross-cutting references
  8. Anti-patterns
  9. Workflow for a new SwiftUI view
  10. Component references
  11. Adding a new component reference
  12. Limitations
Ships with 24 files
  • agents/openai.yaml
  • references/app-wiring.md
  • references/async-state.md
  • references/components-index.md
  • references/controls.md
  • references/deeplinks.md
  • references/focus.md
  • references/form.md
  • references/grids.md
  • references/haptics.md
  • references/input-toolbar.md
  • references/lightweight-clients.md
  • references/list.md
  • references/loading-placeholders.md
  • references/macos-settings.md
  • references/matched-transitions.md
  • references/media.md
  • references/menu-bar.md
  • references/navigationstack.md
  • references/overlay.md
  • references/performance.md
  • references/previews.md
  • references/scroll-reveal.md
  • references/scrollview.md
first 24 of 32
More from agentic-awesome-skills
All skills →
About this skill
What does the swiftui-ui-patterns skill do?

Apply proven SwiftUI UI patterns for navigation, sheets, async state, and reusable screens.

How do I install it?

Run `npx skills add sickn33/agentic-awesome-skills --skill swiftui-ui-patterns --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