liquid-glass-design

Implement Apple-like liquid glass UI effects using CSS and SVG refraction.

28|2|Updated Feb 5, 2026
One-click install
npx skills add https://github.com/thompson0012/agents-docs-kits --skill liquid-glass-design-thompson0012
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: liquid-glass-design
Source: https://github.com/thompson0012/agents-docs-kits/tree/main/templates/base/.agents/skills/liquid-glass-design
Command: npx skills add https://github.com/thompson0012/agents-docs-kits --skill liquid-glass-design-thompson0012

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a method for implementing visually striking, Apple-like liquid glass UI effects in web applications using CSS and SVG, enhancing user interface aesthetics.

Core Features & Use Cases

  • Refractive Glass Effect: Creates a physically motivated refraction field for a realistic glass appearance, going beyond simple blur.
  • Browser-Specific Implementation: Optimized for Chromium-based browsers (like Chrome and Electron) leveraging backdrop-filter.
  • Use Case: Implementing a sleek, modern search bar or a translucent control panel in a desktop-like web application where advanced visual effects are desired.

Quick Start

Use the liquid-glass-design skill to implement a convex squircle profile for a refractive glass effect in your Chromium-based prototype.

Frequently Asked Questions about liquid-glass-design

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

FAQPage Schema
How do I create liquid glass UI effects in the browser using CSS and SVG?

You can create liquid glass UI effects in the browser by applying CSS backdrop-filter properties alongside SVG displacement maps to simulate physically motivated light refraction. This approach generates a realistic convex squircle profile for translucent components like search bars and capsules.

Does the CSS backdrop-filter property fully support liquid glass refraction across all web browsers?

The CSS backdrop-filter implementation for liquid glass refraction is optimized specifically for Chromium-based browsers and Electron prototypes. Achieving the physically motivated refraction field relies on rendering features most reliably supported within these environments.

How do I implement a convex squircle profile for a refractive glass search box?

To implement a convex squircle profile for a refractive glass search box, you apply SVG filter primitives that map Snell's law calculations to a displacement map. This is layered with CSS backdrop-filter to render the translucent component in a Chromium browser.

What is the difference between a simple backdrop blur and a physically motivated refraction field?

A simple backdrop blur only softens background content, whereas a physically motivated refraction field uses SVG displacement maps and Snell's law to bend light realistically. This creates a true liquid glass appearance rather than just a frosted effect.

Do I need to understand Snell's law and SVG filter primitives to build liquid glass UI components?

Understanding Snell's law and SVG filter primitives is required to build liquid glass UI components accurately. These concepts drive the displacement map logic that produces the realistic light refraction and convex squircle profiles for your interface elements.