visual-effects

Creates CSS gradients, glassmorphism, glows, shadows, and camera UI elements for dark-theme interfaces.

Updated Feb 16, 2026
One-click install
npx skills add https://github.com/Fivents/one-id --skill visual-effects
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: visual-effects
Source: https://github.com/Fivents/one-id/tree/main/.claude/skills/visual-effects
Command: npx skills add https://github.com/Fivents/one-id --skill visual-effects

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provide a consistent set of modern CSS patterns and guidance to add depth, polish, and readable contrast to user interfaces—especially for dark themes and physical-display contexts—while avoiding common performance pitfalls.

Core Features & Use Cases

  • Gradient systems for hero, accent, text, border and mesh backgrounds to create rich color layers.
  • Glassmorphism primitives (cards, buttons, frosted surfaces) with backdrop blur and accessible contrast guidance.
  • Glow and neon treatments including ambient, button, pulsing and neon text/box glows for emphasis.
  • Shadow patterns (elevated, layered, colored, inset) and overlay utilities (gradient overlay, noise texture, vignette).
  • Camera/video UI elements like viewfinder corners, face-detection highlights, and animated scan lines for totem or kiosk interfaces.
  • Performance notes and anti-patterns focused on minimizing expensive backdrop-filter and box-shadow animations for real hardware.

Quick Start

Apply a hero gradient background, a frosted-glass card with backdrop blur, and a subtle ambient glow to the primary landing section to add depth while keeping text legible.

Frequently Asked Questions about visual-effects

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

FAQPage Schema
How do I create glassmorphism effects with backdrop blur without hurting CSS performance?

To create glassmorphism UI effects with good performance, apply backdrop blur to frosted surfaces using GPU-friendly CSS patterns. Avoid animating expensive backdrop-filter and box-shadow properties to maintain smooth rendering on physical-display hardware.

What CSS patterns work best for adding depth and glows to dark theme interfaces?

For dark theme interfaces, use gradient systems, glassmorphism primitives, and ambient neon glows to add depth. Applying Oklch color values ensures consistent, readable contrast while creating rich color layers across components.

Can I use Tailwind-style utilities to apply modern visual effects like gradients and shadows?

Yes, you can use Tailwind-style utilities to apply visual effects. The system supports these utilities alongside Oklch color values to generate consistent gradient backgrounds, shadow patterns, and overlay textures.

How do I build camera and video UI overlays like viewfinder corners and scan lines in CSS?

Build camera and video UI overlays by applying specific CSS patterns for viewfinder corners, face-detection highlights, and animated scan lines. These visual elements are designed for totem or kiosk interfaces on physical displays.

Why does animating box-shadow and backdrop-filter cause UI lag on physical displays?

Animating box-shadow and backdrop-filter causes UI lag because they are expensive properties that trigger heavy repaints. To avoid performance pitfalls on physical displays, use GPU-friendly CSS patterns and static shadow layers instead.