Agentic Development Setup
SwiftAI Boilerplate Pro ships with a production-testedCLAUDE.md that gives Claude Code full project context from the first message. Combined with community skills, Claude understands your architecture, follows your patterns, and can build and verify features autonomously.
Ready out of the box.
CLAUDE.md is included in the boilerplate. Open Claude Code in your project directory and start building.How It Works
CLAUDE.md tells Claude about your project: the MVVM architecture, module boundaries, which abstractions to use, build commands, and what patterns to follow.
Community skills teach Claude about iOS development in general: SwiftUI best practices, App Store guidelines, simulator automation.
| Layer | What It Provides | File |
|---|---|---|
| Project-specific | Architecture, abstractions, module boundaries | docs/CLAUDE.md |
| Domain-wide | iOS best practices, debugging, testing, App Store | Community skills |
Recommended Skills
You can install community skills to extend Claude’s iOS knowledge:Axiom
Structured planning and implementation workflows. Gives Claude a disciplined engineering process.
/install-skill https://github.com/cameronbodine/axiomApple Skills
Apple platform conventions, Xcode project structure, App Store review awareness, and platform-idiomatic patterns.
/install-skill https://github.com/mhanlon/apple-skillsiOS Simulator
Lets Claude boot, build, install, and interact with the iOS Simulator directly. Your AI can run and test the app it builds.
/install-skill https://github.com/nicholascallee/ios-simulator-claudecodeSwiftUI Best Practices
Modern SwiftUI idioms:
@Observable state management, view composition, structured concurrency, and performance patterns./install-skill https://github.com/kylecollins/swiftui-best-practicesSkill-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 |
Further Reading
- AI-Assisted Development: Cursor and Bolt AI configurations
