ios-dev-skilliOS/macOS 开发技能(SwiftUI + UIKit)与 Swift 6.3 语言权威参考合集。覆盖 MVVM/Cocoa 架构、 网络层(URLSession/async-await)、状态管理(@State/@Published/Combine)、依赖注入、 Navigation、性能优化、单元测试/...
Install via ClawdBot CLI:
clawdbot install yhongm/ios-dev-skillGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Calls external URL not in known-safe list
https://developer.apple.com/documentation/swiftuiAudited Apr 24, 2026 · audit v1.0
Generated May 7, 2026
Use SwiftUI with MVVM to build a social app prototype featuring user profiles, posts, and real-time feed updates. Leverage @StateObject and Combine for reactive state management, and URLSession with async/await for network calls.
Develop a data visualization dashboard for enterprise clients using UIKit for complex table views and charts. Integrate Core Data for offline persistence and SQLite for large dataset queries, with VIPER architecture for modularity.
Create a full-featured e-commerce app with SwiftUI, including product listings, shopping cart, user authentication, and payment integration. Use @EnvironmentObject for shared user state and AsyncImage for loading product images.
Build a health and fitness tracker using SwiftUI and Combine, with persistent data storage via UserDefaults for preferences and SQLite for workout logs. Integrate HealthKit for step count and heart rate data.
Implement a service booking app with UIKit for map-based views and SwiftUI for booking forms. Use Coordinator pattern for complex navigation, URLSession for REST API calls, and local push notifications for booking reminders.
Offer a free tier with basic features and charge for premium features like advanced analytics, custom themes, or ad removal. Revenue comes from one-time purchases or subscriptions via StoreKit.
Provide a subscription model for continuous access to the app's full functionality, including cloud sync and exclusive content. Revenue is recurring monthly or annually.
Monetize via banner and interstitial ads integrated with AdMob or similar. The app remains free to users, driving ad impressions and clicks for revenue.
💬 Integration Tip
To integrate this skill into your workflow, start by setting up Xcode with Swift 6.3 and creating a new project using the MVVM template. For immediate productivity, utilize the provided code snippets for state management and networking to quickly implement core features.
Scored May 7, 2026
Implement, review, or improve SwiftUI features using the iOS 26+ Liquid Glass API. Use when asked to adopt Liquid Glass in new SwiftUI UI, refactor an existing feature to Liquid Glass, or review Liquid Glass usage for correctness, performance, and design alignment.
Initialize a minimal SwiftUI iOS app in the current directory by generating a single `.xcodeproj` with XcodeGen (no workspaces, packages, or tests unless explicitly requested).
MLX Swift LM - Run LLMs and VLMs on Apple Silicon using MLX. Covers local inference, streaming, tool calling, LoRA fine-tuning, and embeddings.
Use swiftfindrefs (IndexStoreDB) to list every Swift source file referencing a symbol. Mandatory for “find references”, “fix missing imports”, and cross-module refactors. Do not replace with grep/rg or IDE search.
Expert SwiftUI guidance for macOS apps — covers writing and reviewing code with runtime-level understanding of observation, concurrency, performance, and pla...
Use when building iOS/macOS applications with Swift 5.9+, SwiftUI, or async/await concurrency. Invoke for protocol-oriented programming, SwiftUI state management, actors, server-side Swift.