axiom-swiftui

Diagnose SwiftUI view updates, navigation, and performance issues.

34|2|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/DengNaichen/Stet --skill axiom-swiftui
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: axiom-swiftui
Source: https://github.com/DengNaichen/Stet/tree/main/.agents/skills/axiom-swiftui
Command: npx skills add https://github.com/DengNaichen/Stet --skill axiom-swiftui

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill resolves complex SwiftUI development challenges, ranging from view update failures and navigation bugs to performance bottlenecks and adaptive layout issues, preventing hours of trial-and-error debugging.

Core Features & Use Cases

  • Comprehensive Debugging: Provides systematic diagnostic paths for view updates, navigation state, and preview crashes.
  • Performance Optimization: Offers domain-specific strategies for scrolling, list rendering, and state management.
  • Modern API Guidance: Covers the latest iOS 26 features, including Liquid Glass adoption, rich text editing, and 3D spatial layouts.
  • Use Case: When a complex NavigationStack fails to restore state or a list scrolls sluggishly, this skill provides the exact diagnostic steps and architectural patterns to fix the issue efficiently.

Quick Start

Use the axiom-swiftui skill to diagnose why my view is not updating when the state changes.

Frequently Asked Questions about axiom-swiftui

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I fix SwiftUI view updates when the state changes?

To fix SwiftUI view updates, you must trace state management mechanisms using systematic diagnostic paths. This approach identifies why your interface fails to re-render after state modifications by evaluating view update cycles and state bindings.

Why does my NavigationStack fail to restore state in SwiftUI?

NavigationStack state restoration fails due to navigation architecture misconfigurations. Applying structured diagnostic trees helps identify the exact navigation state bugs and provides architectural patterns to restore the hierarchy efficiently.

What is the best way to optimize SwiftUI scrolling performance for lists?

The best way to optimize SwiftUI scrolling performance is applying domain-specific strategies for list rendering and state management. This reduces performance bottlenecks by identifying sluggish rendering cycles and implementing high-performance UI components.

How do I implement Liquid Glass in iOS 26 using SwiftUI?

Implementing Liquid Glass in iOS 26 requires modern API guidance to integrate the latest features into your SwiftUI user interfaces. This facilitates the adoption of adaptive layouts and robust UI components across Apple platforms.

Does this SwiftUI guidance cover diagnostic steps for preview crashes?

Yes, this guidance covers comprehensive debugging for preview crashes. It provides systematic diagnostic paths to troubleshoot complex view update failures and navigation bugs, preventing hours of trial-and-error debugging.