From coding-agent
iOS and SwiftUI specialist knowledge — SwiftUI view composition, state management (@State/@Observable/@Bindable), NavigationStack, SF Symbols, Apple HIG compliance, Swift concurrency, accessibility, and testing with XCTest/Swift Testing.
How this skill is triggered — by the user, by Claude, or both
Slash command
/coding-agent:ios-swiftui-specialistThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Deep expertise in native iOS development with SwiftUI, following Apple Human Interface Guidelines and modern Swift patterns.
Deep expertise in native iOS development with SwiftUI, following Apple Human Interface Guidelines and modern Swift patterns.
@State must be private — view-owned value types only@Binding only where child needs to modify parent state@State or @StateObject@StateObject for view-owned reference types; @ObservedObject for injected@State with @Observable classes and @Bindable for bindings@Environment for dependency injection (not global state)@SceneStorage for lightweight state preservation across launches.indices for dynamic content).animation(_:value:) must include the value parameter.transition() for view insertion/removal.fixedSize() overuse — causes layout instabilityLazyVStack/LazyHStack in ScrollView — eager stacks load all childrenEquatableView or custom Equatable for expensive viewsasync/await for all asynchronous work@MainActor for UI-updating code.task modifier for view lifecycle-bound async work (auto-cancelled).task or Task { } for heavy work@Test, #expect) for iOS 16+@State (creates independent copy, loses sync)List inside ScrollView (nested scrolling)#available gating for newer APIsNavigationLink state issues — values must be Hashableself in closures#available with fallbacks for deployment targetnpx claudepluginhub devjarus/coding-agent --plugin coding-agentProvides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.