One-click install
npx skills add https://github.com/Roy-wonji/claude-config --skill swiftui-roy-wonji
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: swiftui
Source: https://github.com/Roy-wonji/claude-config/tree/main/skills/apple-skills/skills/swiftui
Command: npx skills add https://github.com/Roy-wonji/claude-config --skill swiftui-roy-wonji

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

SwiftUI developers often struggle to quickly locate the exact API details (views, modifiers, property wrappers, and navigation types) needed for implementation, leading to slow context switching and reliance on inconsistent memory.

Core Features & Use Cases

  • Local Apple SwiftUI API reference: Searches a pre-downloaded set of SwiftUI/Apple documentation pages stored as grep-friendly Markdown.
  • Fast retrieval workflow: Checks the skill’s local files first, then searches other installed Apple skills (by metadata), and only falls back to a mirror when the page is missing.
  • Navigation & state primitives coverage: Includes common reference topics such as @State/@Binding/@Environment/@Observable, view modifiers, NavigationStack/SplitView, and standard UI containers like List, TabView, and more.

Quick Start

Ask to look up the SwiftUI API for NavigationStack and return the relevant local excerpt and related documentation paths if available.

Frequently Asked Questions about swiftui

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find SwiftUI API references for NavigationStack and property wrappers locally?

To find SwiftUI API references locally, search a pre-downloaded set of Apple documentation pages stored as grep-friendly Markdown. This local retrieval workflow supports locating view types, property wrappers like @State and @Binding, and navigation constructs across iOS and macOS.

What is the best way to look up SwiftUI view modifiers and state primitives without internet access?

The best way to look up SwiftUI view modifiers and state primitives offline is by grepping locally stored Markdown documentation files. This local reference set covers standard UI containers, @Observable, and modifiers, falling back to a remote mirror only when a specific page is missing.

Does the local SwiftUI documentation search cover APIs for watchOS, tvOS, and visionOS?

Yes, the local SwiftUI documentation search covers APIs for watchOS, tvOS, and visionOS. It retrieves reference information for views, modifiers, and navigation types by grepping downloaded Markdown files across all these Apple platforms.

How do I get details on SwiftUI SplitView and TabView when the local documentation is missing?

When local documentation is missing for SwiftUI SplitView and TabView, the search falls back to an indexed overview with a deterministic remote mirror. It first checks local files and other installed Apple skills before retrieving the missing topics remotely.

Can I use this local search to find Apple documentation for @Environment and @Observable?

Yes, you can use this local search to find Apple documentation for @Environment and @Observable. It retrieves SwiftUI API reference information by searching downloaded Markdown files for state primitives and property wrappers.

What are the limitations of using downloaded Markdown files for SwiftUI API reference retrieval?

A limitation of using downloaded Markdown files for SwiftUI API reference retrieval is that missing topics require a fallback to a remote mirror. The system must use a grep-first resolution strategy and overview-driven path mapping to locate APIs not stored locally.