Apple App Builder
Apple App Builder from kmshdev/claude-swift-toolkit.
Skills in this plugin
5- ▌ Xcode MCP · kmshdevUse when the user needs Xcode project inspection, Apple API docs, compiler diagnostics, build logs, preview rendering, snippet execution, or targeted test runs through the official Xcode MCP bridge.
- ▌ Swift Networking · kmshdev bundleBuild, test, or review networking code using URLSession with async/await. Use when adding API calls, implementing authentication, handling errors from remote services, or reviewing network layer code for correctness and resilience.
- ▌ Swift Concurrency · kmshdev bundleWrite, review, or fix Swift concurrency code using actors, async/await, and structured concurrency. Use when implementing concurrent features, resolving data race warnings, migrating from GCD, enabling Swift 6 strict concurrency mode, or adopting Swift 6.2 approachable concurrency (@concurrent, main-actor-by-default, isolated conformances).
- ▌ Swift Localization · kmshdev bundleImplement localization using modern String Catalogs and LocalizedStringResource. Use when adding user-facing text, handling plurals, formatting numbers/dates for locale, or preparing an app for international release.
- ▌ Autonomous UI Workflow · kmshdevUse when building or modifying SwiftUI views autonomously - orchestrates the full UI development loop from spec through research, design, implementation, build verification, and visual validation using Xcode MCP and documentation skills