From swiftui-skills
Provides Apple-authored SwiftUI and platform guidance extracted from Xcode documentation to write idiomatic, Apple-native code and reduce hallucinations.
How this skill is triggered — by the user, by Claude, or both
Slash command
/swiftui-skills:swiftui-skillsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
A packaged set of Apple-authored AdditionalDocumentation shipped inside Xcode, plus prompts that enforce Apple-native patterns and reduce hallucinations for developer-focused coding workflows.
A packaged set of Apple-authored AdditionalDocumentation shipped inside Xcode, plus prompts that enforce Apple-native patterns and reduce hallucinations for developer-focused coding workflows.
All factual claims and APIs must be grounded in files under /docs.
If the docs/ folder is empty or contains no .md files, the Xcode documentation has not been extracted yet.
Tell the user to run the setup script from the installed skill directory:
# Shared agent install
~/.agents/skills/swiftui-skills/setup.sh
# OpenClaw shared install
~/.openclaw/skills/swiftui-skills/setup.sh
# OpenClaw workspace install
./skills/swiftui-skills/setup.sh
# Project-local agent install
./.agents/skills/swiftui-skills/setup.sh
Do not proceed with SwiftUI guidance until docs are available.
/docs, say so and offer a safe alternative.npx claudepluginhub ameyalambat128/swiftui-skillsCoordinates iOS development guides and API references for building, reviewing, refactoring, or debugging iOS apps. Start here for any iOS or SwiftUI task.
Provides targeted guidance for SwiftUI views, navigation, layout, animations, architecture, gestures, and debugging. Use when building, fixing, or improving SwiftUI interfaces or adopting iOS 26 features.
Provides expert guidance for iOS/macOS development with Swift, SwiftUI, UIKit, Core Data, Combine, Xcode projects, app architectures, build errors, and performance optimization.