ios-development

Build iOS 17+ app guides using SwiftUI and MVVM architecture.

1|1|Updated Jan 17, 2026
One-click install
npx skills add https://github.com/fumiya-kume/toy-poodle-love --skill ios-development-fumiya-kume
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ios-development
Source: https://github.com/fumiya-kume/toy-poodle-love/tree/main/.claude/skills/ios-development
Command: npx skills add https://github.com/fumiya-kume/toy-poodle-love --skill ios-development-fumiya-kume

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Comprehensive guidance for building modern iOS apps using SwiftUI, MVVM, and modern tooling across iOS 17+.

Core Features & Use Cases

  • Guided iOS development with SwiftUI, MVVM, data persistence (SwiftData/Core Data), networking, and testing.
  • Project scaffolding for robust architectures, navigation, accessibility, and CI/CD integration.
  • Practical patterns for end-to-end app development, debugging, and maintainability in real-world projects.

Quick Start

Create a minimal iOS app skeleton using SwiftUI and MVVM.

Frequently Asked Questions about ios-development

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I structure an iOS app using SwiftUI and MVVM?

Structure an iOS app with SwiftUI and MVVM by separating views from data logic using ViewModels. This Skill scaffolds a complete architecture including navigation, data persistence, and networking layers for iOS 17+.

What's the best way to add data persistence to a SwiftUI app?

Add data persistence to a SwiftUI app using SwiftData or Core Data. This Skill provides practical patterns for integrating data layers within an MVVM architecture to manage local storage effectively.

Can I set up CI/CD and testing for an iOS 17 SwiftUI project?

You can set up CI/CD and robust testing for iOS 17 SwiftUI projects. This Skill guides you through configuring continuous integration pipelines and writing tests to ensure maintainability and code quality.

How do I make SwiftUI views accessible in an MVVM architecture?

Make SwiftUI views accessible by applying accessibility modifiers within your MVVM architecture. This Skill includes requirements and references for building accessible user interfaces across your iOS app.

Does this iOS development guide cover networking and debugging?

This iOS development guide covers networking and debugging. It provides practical patterns for end-to-end app development, including data layer integration and debugging techniques for real-world projects.