axiom-swiftui
axiom-swiftui is your reference for any SwiftUI development task—from building adaptive layouts and fixing navigation state to optimizing performance and implementing custom gestures. It routes you to specialized guides for views, animations, architecture, previews, and debugging, plus cross-references to UIKit bridging, design systems, and app-level composition when needed.
axiom-swiftui helps you build, fix, and improve SwiftUI views, navigation, layout, animations, and architecture with battle-tested guidance.
AI-generated summary based on this skill's SKILL.md
Decision gist · record as of 2026-07-27
axiom-swiftui helps you build, fix, and improve SwiftUI views, navigation, layout, animations, and architecture with battle-tested guidance. axiom-swiftui is your reference for any SwiftUI development task—from building adaptive layouts and fixing navigation state to optimizing performance and implementing custom gestures. It routes you to specialized guides for views, animations, architecture, previews, and debugging, plus cross-references to UIKit bridging, design systems, and app-level composition when needed.
Use it when
- axiom-swiftui guides you through state management patterns, property wrapper usage (@State, @StateObject, @EnvironmentObject).
- axiom-swiftui provides patterns for NavigationStack, NavigationLink, and programmatic navigation fixes.
Verify before relying
Read SKILL.md below before installing (21 files). Open directory: indexed for reading, not audited.
Install
CharlesWiltgen/Axiom/axiom-swiftui · repository language: Go
Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.
Frequently asked questions
AI-generated answers based on this skill's SKILL.md and metadata
What does axiom-swiftui help me build and fix?
axiom-swiftui is your reference for any SwiftUI development task—from building adaptive layouts and fixing navigation state to optimizing performance and implementing custom gestures. It routes you to specialized guides for views, animations, architecture, previews, and debugging, plus cross-references to UIKit bridging, design systems, and app-level composition when needed.
How do I fix a SwiftUI view not updating?
axiom-swiftui guides you through state management patterns, property wrapper usage (@State, @StateObject, @EnvironmentObject), and view identity issues that prevent updates. Check for missing @Published properties, incorrect binding syntax, or views that don't depend on the state they should observe. The skill also covers debugging tools and performance profiling to isolate update failures.
How can axiom-swiftui help fix SwiftUI navigation?
axiom-swiftui provides patterns for NavigationStack, NavigationLink, and programmatic navigation fixes. It covers common issues like navigation state not persisting, deep linking failures, and sheet/fullScreenCover dismissal problems. The skill includes architecture recommendations for managing navigation state separately from view logic and debugging navigation hierarchies.
What should I do when SwiftUI layout breaks on iPad?
axiom-swiftui covers adaptive layout techniques including GeometryReader, size classes, and trait collections to handle iPad rotation and split-screen scenarios. It guides you through responsive design patterns, safe area handling, and testing across device sizes. The skill also references design system integration for consistent multi-device layouts.
How does axiom-swiftui address SwiftUI performance and slow lists?
axiom-swiftui helps debug slow previews, laggy list rendering, and excessive view recomputation. It covers optimization strategies like LazyVStack, .id() modifiers, view extraction, and reducing state scope. The skill includes profiling techniques and explains how to identify unnecessary view updates that tank performance.
Can axiom-swiftui help with UIKit bridging and design systems?
axiom-swiftui resolves SwiftUI-UIKit interop issues using UIViewRepresentable and UIViewControllerRepresentable. It guides integration with existing design systems, custom components, and legacy code. The skill cross-references architectural patterns for mixing frameworks and maintaining consistency across your app's UI layer.
SKILL.md
Rendered from the published skill. Quoted content, verbatim.
SwiftUI
You MUST use this skill for ANY SwiftUI work including views, state, navigation, layout, animations, architecture, gestures, and debugging.
<!-- AXIOM_AUDITOR_INLINE_BEGIN — auto-maintained by scripts/build-inlined-auditors.ts; do not hand-edit -->
> Not on Claude Code? Where this router says "Launch some-auditor agent", read that auditor's file in this suite and follow it inline — the same procedure, needing only file search and read.
>
> Available here: skills/swiftui-architecture-auditor.md, skills/swiftui-layout-auditor.md, skills/swiftui-nav-auditor.md, skills/swiftui-performance-analyzer.md, skills/textkit-auditor.md, skills/ux-flow-auditor.md.
> Homed in another suite: axiom-design/skills/liquid-glass-auditor.md.
>
> Agents that need Bash — builds, tests, simulators, crash symbolication — stay Claude Code-only; there is no inline equivalent for those.
<!-- AXIOM_AUDITOR_INLINE_END -->
Quick Reference
| Symptom / Task |
(truncated - see the full file via the links below)
File tree — 15 files
axiom-codex/skills/axiom-swiftui/SKILL.md
axiom-codex/skills/axiom-swiftui/agents/openai.yaml
axiom-codex/skills/axiom-swiftui/skills/26-ref.md
axiom-codex/skills/axiom-swiftui/skills/animation-ref.md
axiom-codex/skills/axiom-swiftui/skills/architecture.md
axiom-codex/skills/axiom-swiftui/skills/containers-ref.md
axiom-codex/skills/axiom-swiftui/skills/debugging-diag.md
axiom-codex/skills/axiom-swiftui/skills/debugging.md
axiom-codex/skills/axiom-swiftui/skills/gestures.md
axiom-codex/skills/axiom-swiftui/skills/hot-reload.md
axiom-codex/skills/axiom-swiftui/skills/layout-ref.md
axiom-codex/skills/axiom-swiftui/skills/layout.md
axiom-codex/skills/axiom-swiftui/skills/nav-diag.md
axiom-codex/skills/axiom-swiftui/skills/nav-ref.md
axiom-codex/skills/axiom-swiftui/skills/nav.md
Let your AI agent find skills like this
Example. Real query, live index.
You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.
wish › “Build, fix, or improve SwiftUI views, navigation, layout, and animations”
Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →
Related skills
This skill audits Apple text layout implementations to catch TextKit 1 fallback triggers, deprecated glyph APIs, and Writing Tools integration gaps that cause silent failures on complex scripts. It scans for direct layoutManager access, NSLayoutManager usage, and NSRange/NSTextRange mismatches that break Arabic, Indic, and right-to-left text handling.
axiom-apple-docs routes you to Apple's bundled documentation for framework APIs, design patterns, and compiler errors. It covers 20 authoritative guides spanning Liquid Glass, SwiftData, StoreKit, Foundation Models, and concurrency, plus 46 Swift compiler diagnostics with explanations. Use it alongside Axiom skills to ground opinionated guidance in Apple's official specifications.
This router guides you to focused integration guides for every major iOS system capability. Whether you're adding Siri commands, building widgets, handling in-app purchases, managing calendar events, or implementing push notifications, axiom-integration points you to the right reference material. It covers App Intents, StoreKit, EventKit, Contacts, WidgetKit, and background processing patterns.
This skill routes you through comprehensive accessibility diagnostics for iOS, iPadOS, macOS, tvOS, and watchOS apps. Whether you're troubleshooting VoiceOver labels, scaling violations, contrast failures, or preparing for App Store review, it connects you to targeted guidance and automated scanning tools.
axiom-data equips AI coding assistants with production-grade database expertise for Apple ecosystem development. Navigate persistence patterns, framework selection, and data architecture decisions with confidence—avoiding common pitfalls that lead to performance issues and data integrity problems. Built for Swift 6, SwiftUI, and modern Apple Intelligence workflows.
axiom-watchos guides you through complete watchOS development—from app architecture and independent apps to Watch Connectivity, complications, Smart Stack widgets, controls, and background task management. It routes you to specialized skills for design patterns, device diagnostics, and migrations while clarifying when to reach for cross-platform resources like SwiftUI or HealthKit.
More skills axiom-tools (MIT) · axiom-payments (MIT) · axiom-health (MIT)