swiftui-expert-skill

Analyze SwiftUI code for state management, view composition, and iOS 26 availability.

1|Updated Aug 19, 2025
One-click install
npx skills add https://github.com/Maduixa/Glasstic --skill swiftui-expert-skill-maduixa
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: swiftui-expert-skill
Source: https://github.com/Maduixa/Glasstic/tree/main/.amp/skills/swiftui-expert-skill
Command: npx skills add https://github.com/Maduixa/Glasstic --skill swiftui-expert-skill-maduixa

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Improve SwiftUI code quality by enforcing best practices for state management, view composition, performance, modern APIs, Swift concurrency, and iOS 26+ Liquid Glass adoption.

Core Features & Use Cases

  • Guides on choosing the right property wrappers, extracting views, and optimizing diffing for SwiftUI.
  • Helps teams adopt modern APIs and Liquid Glass styling while maintaining accessibility and performance.
  • Useful for building new SwiftUI features, refactoring existing views, and performing code reviews or architecture evaluations.

Quick Start

Provide a SwiftUI file or project and ask for a code review to receive actionable recommendations.

Frequently Asked Questions about swiftui-expert-skill

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

FAQPage Schema
How do I ensure my SwiftUI code follows best practices for state management?

Validating SwiftUI state management involves choosing correct property wrappers and extracting views properly. This Skill analyzes your code to confirm you are using the modern APIs and appropriate wrappers to maintain performance and stable view diffing.

What is the best way to adopt iOS 26 Liquid Glass styling in existing SwiftUI views?

Adopting iOS 26 Liquid Glass requires validating modern API usage and handling availability correctly. This Skill reviews your SwiftUI views to ensure the Liquid Glass adoption maintains accessibility and performance without breaking existing view composition.

How do I refactor SwiftUI views to improve performance and diffing?

Refactoring SwiftUI views for performance requires proper view extraction and stable list patterns. This Skill analyzes your view composition to codify actionable recommendations that optimize the diffing process and enforce best practices.

Does this work for performing a SwiftUI code review on an existing project?

Yes, you can provide a SwiftUI file or project to receive an actionable code review. The Skill evaluates architecture, validates correct wrapper choices, and checks modern API usage to improve overall code quality.

Why does my SwiftUI view composition cause performance issues?

SwiftUI performance issues often stem from improper view extraction and incorrect state management wrapper choices. This Skill analyzes your code to identify unstable list patterns and validate wrapper choices for optimized diffing.

Can I use this to check if my SwiftUI code uses modern APIs correctly?

Yes, this Skill validates modern API usage and correct wrapper choices in your SwiftUI code. It ensures your implementation aligns with current best practices across state management, view composition, and iOS 26 availability handling.