glass-expert

Implement and debug Apple Liquid Glass surfaces in SwiftUI.

2|1|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/vosslab/vosslab-skills --skill glass-expert
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: glass-expert
Source: https://github.com/vosslab/vosslab-skills/tree/main/skills/glass-expert
Command: npx skills add https://github.com/vosslab/vosslab-skills --skill glass-expert

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill addresses the challenges of implementing, debugging, and verifying Apple Liquid Glass surfaces in SwiftUI, ensuring a visually consistent and accessible user experience.

Core Features & Use Cases

  • Implementation Guidance: Step-by-step instructions for designing and implementing custom glass surfaces.
  • Debugging Tools: Scripts and harnesses for visual evidence and differential proofing.
  • Use Case: When developing a SwiftUI app with complex UI elements that require Liquid Glass effects, this Skill provides the necessary guidance and tools to ensure the effects are implemented correctly and consistently.

Quick Start

Use the glass-expert skill to implement a custom glass effect on a SwiftUI view named 'CustomGlassView'.

Frequently Asked Questions about glass-expert

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

FAQPage Schema
How do I implement Liquid Glass surfaces in SwiftUI?

To implement Liquid Glass surfaces in SwiftUI, you need to manage backdrop sampling, contrast, and visual consistency. This requires using the macOS 26+ SDK to ensure your custom glass views render correctly and accessibly.

What is the best way to debug SwiftUI Liquid Glass effects?

The best way to debug SwiftUI Liquid Glass effects is using visual evidence and differential proofing scripts. These tools verify on-screen captures to ensure your glass surfaces are rendering with the correct backdrop sampling and contrast.

Do I need the macOS 26+ SDK to use Liquid Glass in my app?

Yes, you need the macOS 26+ SDK and SwiftUI to use Liquid Glass effects. This environment provides the necessary frameworks for backdrop sampling and rendering the glass surfaces required for a consistent user experience.

Why does my custom glass effect look inconsistent in SwiftUI?

Your custom glass effect looks inconsistent in SwiftUI due to improper backdrop sampling or insufficient contrast verification. You can resolve this by using on-screen capture harnesses to validate visual evidence and correct implementation discrepancies.

Can I verify Liquid Glass accessibility and contrast programmatically?

Yes, you can verify Liquid Glass accessibility and contrast programmatically by running debugging scripts and harnesses. These provide differential proofing and on-screen capture verification to ensure your SwiftUI glass surfaces meet accessibility standards.

When do I need to use custom glass effects in SwiftUI?

You need to use custom glass effects in SwiftUI when developing complex UI elements that require Liquid Glass surfaces. This ensures a visually consistent and accessible user experience by properly handling backdrop sampling and contrast.