Swift/SwiftUI Development
Expert skill for native iOS development with Swift and SwiftUI
npx skills add a5c-ai/babysitter --skill swift-swiftui --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Swift/SwiftUI Development Skill ## Overview This skill provides expert capabilities for native iOS development using Swift and SwiftUI. It enables generation of SwiftUI views, implementation of state management patterns, Combine reactive programming, and comprehensive Xcode build operations. ## Allowed Tools - `bash` - Execute xcodebuild, swift, and xcrun commands - `read` - Analyze Swift source files and Xcode project configurations - `write` - Generate and modify Swift code and SwiftUI views - `edit` - Update existing Swift code and configurations - `glob` - Search for Swift files and Xcode project files - `grep` - Search for patterns in Swift codebase ## Capabilities ### SwiftUI Development 1. **View Generation** - Create SwiftUI views with proper structure - Implement ViewBuilder for custom containers - Build reusable view modifiers - Generate preview providers - Create environment-aware views 2. **State Management** - Implement @State for local view state - Use @Binding for two-way bindings - Configure @ObservedObject and @StateObject - Implement @EnvironmentObject for dependency injection - Use @AppStorage for UserDefaults integration 3. **Navigation** - Configure Navigatio
- Overview
- Allowed Tools
- Capabilities
- SwiftUI Development
- Combine Framework
- Swift Package Manager
- Xcode Build System
- Testing
- Target Processes
- Dependencies
- Required
- Optional
- Configuration
- Project Structure
Build for simulator xcodebuild -scheme MyApp -destination 'platform=iOS Simulator,name=iPhone 15 Pro' build Build for device xcodebuild -scheme MyApp -destination 'generic/platform=iOS' build Archive for distribution xcodebuild -scheme MyApp -archivePath ./build/MyApp.xcarchive archive Export IPA xcodebuild -exportArchive -archivePath ./build/MyApp.xcarchive -exportPath ./build -exportOptionsPlist ExportOptions.plist Run tests xcodebuild test -scheme MyApp -destination 'platform=iOS Simulator,name=iPhone 15 Pro'
What does the Swift/SwiftUI Development skill do?
Expert skill for native iOS development with Swift and SwiftUI
How do I install it?
Run `npx skills add a5c-ai/babysitter --skill swift-swiftui --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From a5c-ai/babysitter, a repository with 1,642 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
