swift-skills
01SethCalkins/claude-ios-swift-plugin
Plugin Claude Code
iOS and Swift development toolkit with skills for SwiftUI, Swift Concurrency, debugging, performance, and release workflows.
SethCalkins/claude-ios-swift-plugin
Plugin Claude Code
iOS and Swift development toolkit with skills for SwiftUI, Swift Concurrency, debugging, performance, and release workflows.
SethCalkins/claude-ios-swift-plugin
Agent
Use this agent when you need to build, run, or debug an iOS app on a simulator, interact with the simulator UI, capture logs, or diagnose runtime behavior. Use PROACTIVELY when debugging issues require running the app.
SethCalkins/claude-ios-swift-plugin
Agent
Use this agent PROACTIVELY after Swift file edits to review code for Swift 6.2+ concurrency issues. Triggers automatically when Swift files are modified to ensure data-race safety and proper actor isolation.
SethCalkins/claude-ios-swift-plugin
Agent
Use this agent PROACTIVELY when SwiftUI performance issues are mentioned or suspected, such as slow rendering, janky scrolling, excessive view updates, or UI lag. Analyzes view code and data flow for common performance pitfalls.
SethCalkins/claude-ios-swift-plugin
Command
Generate App Store changelog from git history.
SethCalkins/claude-ios-swift-plugin
Command
Run Swift concurrency audit on current file or directory.
SethCalkins/claude-ios-swift-plugin
Command
Take a GitHub issue number and fix it end-to-end.
SethCalkins/claude-ios-swift-plugin
Command
Build and test iOS project via XcodeBuildMCP.
SethCalkins/claude-ios-swift-plugin
Skill Claude CodeCodex
Create user-facing App Store release notes by collecting and summarizing all user-impacting changes since the last git tag (or a specified ref). Use when asked to generate a comprehensive release changelog, App Store "What's New" text, or release notes based on git history or tags.
SethCalkins/claude-ios-swift-plugin
Skill Claude CodeCodex
End-to-end GitHub issue fix workflow using gh, local code changes, builds/tests, and git push. Use when asked to take an issue number, inspect the issue via gh, implement a fix, run XcodeBuildMCP builds/tests, commit with a closing message, and push.
SethCalkins/claude-ios-swift-plugin
Skill Claude CodeCodex
Use XcodeBuildMCP to build, run, launch, and debug the current iOS project on a booted simulator. Trigger when asked to run an iOS app, interact with the simulator UI, inspect on-screen state, capture logs/console output, or diagnose runtime behavior using XcodeBuildMCP tools.
SethCalkins/claude-ios-swift-plugin
Skill Claude CodeCodex
Scaffold, build, and package SwiftPM-based macOS apps without an Xcode project. Use when you need a from-scratch macOS app layout, SwiftPM targets/resources, a custom .app bundle assembly script, or signing/notarization/appcast steps outside Xcode.
SethCalkins/claude-ios-swift-plugin
Skill Claude CodeCodex
Swift Concurrency review and remediation for Swift 6.2+. Use when asked to review Swift Concurrency usage, improve concurrency compliance, or fix Swift concurrency compiler errors in a feature or file.
SethCalkins/claude-ios-swift-plugin
Skill Claude CodeCodex
Enforce Swift concurrency best practices with deterministic blocking rules. Use when setting up concurrency guards, understanding concurrency anti-patterns, fixing blocked edits due to CC-CONC-XXX violations, or preventing thundering herd from view .task stampedes.
SethCalkins/claude-ios-swift-plugin
Skill Claude CodeCodex
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.
SethCalkins/claude-ios-swift-plugin
Skill Claude CodeCodex
Audit and improve SwiftUI runtime performance from code review and architecture. Use for requests to diagnose slow rendering, janky scrolling, high CPU/memory usage, excessive view updates, or layout thrash in SwiftUI apps, and to provide guidance for user-run Instruments profiling when code review alone is…
SethCalkins/claude-ios-swift-plugin
Skill Claude CodeCodex
Best practices and example-driven guidance for building SwiftUI views and components. Use when creating or refactoring SwiftUI UI, designing tab architecture with TabView, composing screens, or needing component-specific patterns and examples.
SethCalkins/claude-ios-swift-plugin
Skill Claude CodeCodex
Refactor and review SwiftUI view files for consistent structure, dependency injection, and Observation usage. Use when asked to clean up a SwiftUI view’s layout/ordering, handle view models safely (non-optional when possible), or standardize how dependencies and @Observable state are initialized and passed.