SwiftAI Boilerplate Pro ships with a production-tested root-levelDocumentation Index
Fetch the complete documentation index at: https://docs.swiftaiboilerplate.com/llms.txt
Use this file to discover all available pages before exploring further.
CLAUDE.md that gives Claude Code and Claude-powered agents 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 at the root of the boilerplate. Open Claude Code or Xcode Coding Intelligence from the project directory so the agent can load it automatically.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 | CLAUDE.md in the project root |
| Domain-wide | iOS best practices, debugging, testing, App Store | Community skills |
Xcode Coding Intelligence
Xcode Coding Intelligence with Claude Agent works well with SwiftAI Boilerplate Pro as long as the agent is opened from the repository root. The important file is:CLAUDE.md must stay in the project root. If an agent says it cannot see the project instructions, check that you opened the repository folder itself, not only the docs/ folder or an individual Xcode file.
Open the full project
Open the root folder that contains
CLAUDE.md and SwiftAIBoilerplatePro.xcodeproj.Start Claude Agent in Xcode
Use Xcode Coding Intelligence from that project context. The boilerplate instructions are already written for SwiftUI, MVVM, Swift Packages, Supabase, RevenueCat, OpenRouter, and strict concurrency.
Recommended Skills
You can install community skills to extend Claude’s iOS knowledge. Installation methods differ by skill:- Commands that start with
/pluginrun inside Claude Code or Claude Agent chat. - Commands that start with
git,cp, ornpxrun in your terminal.
Apple Platform Skills
Apple platform conventions, Xcode project structure, SwiftUI, App Store review awareness, and platform-idiomatic patterns.Run in terminal:Source: rshankras/claude-code-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.Run in Claude chat:Source: conorluddy/ios-simulator-skill
Swift iOS Skills
Modern iOS 26+, Swift 6.3, SwiftUI, framework, testing, and engineering skills.Run in terminal:Or run in Claude chat:Source: dpearson2699/swift-ios-skills
The boilerplate works without community skills. They are optional additions on top of the included
CLAUDE.md, and community repositories may change their install commands over time.Skill-Module Mapping
Which skills help most when working on each boilerplate module:| Module | Best Skills | Why |
|---|---|---|
| FeatureChat | Swift iOS Skills, iOS Simulator | View architecture, state management, simulator testing |
| Auth | Apple Platform Skills | App Store guidelines, security |
| Payments | Apple Platform Skills | In-app purchase compliance |
| AI | Swift iOS Skills | Async/await, streaming patterns |
| Storage | Swift iOS Skills | SwiftData best practices |
| DesignSystem | Swift iOS Skills, Apple Platform Skills | Accessibility, theming |
| Rating prompt feature | Apple Platform Skills | SKStoreReviewController guidelines |
| Localization | Apple Platform Skills, Swift iOS Skills | L10n, VoiceOver |
Further Reading
- AI-Assisted Development: Cursor and Bolt AI configurations
