Claude Code Skills Setup
SwiftAI Boilerplate Pro ships with 4 pre-installed Claude Code skill repositories (180+ skills) that give Claude deep iOS/SwiftUI domain expertise. Combined withCLAUDE.md, they enable near-zero-shot project creation.
Pre-Installed — Skills are already installed in your boilerplate. If you need to reinstall them (e.g., after a fresh clone), run
npx skills experimental_install from the project root.Why Skills Matter
CLAUDE.md tells Claude about your project — the MVVM architecture, module boundaries, which abstractions to use. Skills tell Claude about iOS development in general — SwiftUI best practices, App Store guidelines, debugging patterns.
| Layer | What It Provides | File |
|---|---|---|
| Project-specific | Architecture, abstractions, module boundaries | docs/CLAUDE.md |
| Domain-wide | iOS best practices, debugging, testing, App Store | .agents/skills/ |
Installed Skills
Axiom
161 skills for SwiftUI debugging, Swift concurrency, iOS 26 features, App Intents, memory leak detection, and performance profiling with Instruments.
npx skills add CharlesWiltgen/Axiom --allApple Skills Collection
17 skill categories covering App Store submission, testing strategies, code generators, HIG compliance, and product lifecycle.
npx skills add rshankras/claude-code-apple-skills --alliOS Simulator
21 scripts for simulator automation with semantic navigation. 96% token reduction vs raw tools. Build, test, and analyze from the terminal.
npx skills add conorluddy/ios-simulator-skill --allSwiftUI Best Practices
Expert guidance on
@State, @Binding, @Observable, view architecture, performance optimization, accessibility, and animations.npx skills add AvdLee/SwiftUI-Agent-Skill --allQuick Install
If skills are not installed (e.g., after a fresh clone without.agents/):
Skill-Module Mapping
Which skills help most when working on each boilerplate module:| Module | Best Skills | Why |
|---|---|---|
| FeatureChat | SwiftUI Best Practices, Axiom | View architecture, state management |
| Auth | Apple Skills | App Store guidelines, security |
| Payments | Apple Skills | In-app purchase compliance |
| AI | Axiom | Async/await, streaming patterns |
| Storage | Axiom | SwiftData best practices |
| DesignSystem | SwiftUI Best Practices | Accessibility, theming |
| FeatureRating | Apple Skills | SKStoreReviewController guidelines |
| Localization | Apple Skills, SwiftUI Best Practices | L10n, VoiceOver |
Managing Skills
Further Reading
- SKILLS.md — Full guide with 0-shot project creation tips
- AI-Assisted Development — Cursor and Bolt AI configurations
- Blog: Skills Guide — Practical guide to getting the best results
