Skip to main content

Agentic Development Setup

SwiftAI Boilerplate Pro ships with a production-tested CLAUDE.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.
LayerWhat It ProvidesFile
Project-specificArchitecture, abstractions, module boundariesdocs/CLAUDE.md
Domain-wideiOS best practices, debugging, testing, App StoreCommunity skills
Together, they let Claude generate code that fits your project and follows platform conventions.
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/axiom

Apple Skills

Apple platform conventions, Xcode project structure, App Store review awareness, and platform-idiomatic patterns./install-skill https://github.com/mhanlon/apple-skills

iOS 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-claudecode

SwiftUI Best Practices

Modern SwiftUI idioms: @Observable state management, view composition, structured concurrency, and performance patterns./install-skill https://github.com/kylecollins/swiftui-best-practices

Skill-Module Mapping

Which skills help most when working on each boilerplate module:
ModuleBest SkillsWhy
FeatureChatSwiftUI Best Practices, AxiomView architecture, state management
AuthApple SkillsApp Store guidelines, security
PaymentsApple SkillsIn-app purchase compliance
AIAxiomAsync/await, streaming patterns
StorageAxiomSwiftData best practices
DesignSystemSwiftUI Best PracticesAccessibility, theming
FeatureRatingApple SkillsSKStoreReviewController guidelines
LocalizationApple Skills, SwiftUI Best PracticesL10n, VoiceOver

Further Reading