Agent skill · Code Review & Quality

swiftui-liquid-glass

Implement or review SwiftUI Liquid Glass APIs with correct fallbacks and modifier order.

Nick44,086★ · +407/wk · 1 repos on radarProfile →
claude-codecodexcursorMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill swiftui-liquid-glass --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 3
SKILL.md size: 4 KB
Bundled scripts: none
Path: skills/swiftui-liquid-glass/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# SwiftUI Liquid Glass ## Overview Use this skill to build or review SwiftUI features that fully align with the iOS 26+ Liquid Glass API. Prioritize native APIs (`glassEffect`, `GlassEffectContainer`, glass button styles) and Apple design guidance. Keep usage consistent, interactive where needed, and performance aware. ## When to Use - When the user wants to adopt or review Liquid Glass in SwiftUI UI. - When you need correct API usage, fallback handling, or modifier ordering for Liquid Glass. ## Workflow Decision Tree Choose the path that matches the request: ### 1) Review an existing feature - Inspect where Liquid Glass should be used and where it should not. - Verify correct modifier order, shape usage, and container placement. - Check for iOS 26+ availability handling and sensible fallbacks. ### 2) Improve a feature using Liquid Glass - Identify target components for glass treatment (surfaces, chips, buttons, cards). - Refactor to use `GlassEffectContainer` where multiple glass elements appear. - Introduce interactive glass only for tappable or focusable elements. ### 3) Implement a new feature using Liquid Glass - Design the glass surfaces and interactions first (shape, promine

What's inside
Steps it walks through
  1. Overview
  2. When to Use
  3. Workflow Decision Tree
  4. 1) Review an existing feature
  5. 2) Improve a feature using Liquid Glass
  6. 3) Implement a new feature using Liquid Glass
  7. Core Guidelines
  8. Review Checklist
  9. Implementation Checklist
  10. Quick Snippets
  11. Resources
  12. Limitations
Ships with 2 files
  • agents/openai.yaml
  • references/liquid-glass.md
More from agentic-awesome-skills
All skills →
About this skill
What does the swiftui-liquid-glass skill do?

Implement or review SwiftUI Liquid Glass APIs with correct fallbacks and modifier order.

How do I install it?

Run `npx skills add sickn33/agentic-awesome-skills --skill swiftui-liquid-glass --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going