Agent skill · AI & Agents

Swift/SwiftUI Development

Expert skill for native iOS development with Swift and SwiftUI

a5c-aigithub.com/a5c-aiGitHub ↗
claude-codecodexMIT
Install
npx skills add a5c-ai/babysitter --skill swift-swiftui --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 11 KB
Bundled scripts: none
Version: 1.0.0
Path: library/specializations/mobile-development/skills/swift-swiftui/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,642
Language: JavaScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Overview
  2. Allowed Tools
  3. Capabilities
  4. SwiftUI Development
  5. Combine Framework
  6. Swift Package Manager
  7. Xcode Build System
  8. Testing
  9. Target Processes
  10. Dependencies
  11. Required
  12. Optional
  13. Configuration
  14. Project Structure
Ships with 1 file
  • README.md
Commands it runs
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'
More from babysitter
All skills →
About this skill
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.

Keep going