arcan-glass

Implement glassmorphism and dark-first themes with OKLCh tokens for Next.js and Tailwind CSS v4.

3|2|Updated Mar 17, 2026
One-click install
npx skills add https://github.com/broomva/skills --skill arcan-glass
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arcan-glass
Source: https://github.com/broomva/skills/tree/main/skills/design/arcan-glass
Command: npx skills add https://github.com/broomva/skills --skill arcan-glass

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This skill solves the challenge of maintaining brand consistency and high-fidelity UI aesthetics in web projects by providing a standardized, dark-first design language that integrates seamlessly with Next.js, Tailwind v4, and shadcn/ui.

Core Features & Use Cases

  • Glassmorphism System: Implements a 4-layer glass effect system including backdrop-blur, highlights, shadows, and adaptive tinting.
  • OKLCh Color System: Provides a perceptually uniform color palette based on the 275-degree hue family, ensuring depth and readability.
  • Use Case: Use this skill when building a new dashboard or web application to instantly apply a professional, brand-aligned aesthetic that automatically handles dark and light mode transitions.

Quick Start

Copy the globals.css file from the assets directory into your project and import it in your root layout to enable the Arcan Glass design system.

Frequently Asked Questions about arcan-glass

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

FAQPage Schema
How do I implement glassmorphism in Next.js with Tailwind CSS v4?

You implement glassmorphism in Next.js with Tailwind CSS v4 by applying a predefined CSS utility system that handles backdrop-blur, highlights, shadows, and adaptive tinting. Copy the provided globals.css file into your project to instantly enable the 4-layer glass effect system.

What is the OKLCh color system and how does it work for web design?

The OKLCh color system provides a perceptually uniform color palette based on the 275-degree hue family to ensure depth and readability. It supplies standardized theme tokens that automatically handle dark and light mode transitions for web applications.

Can I use shadcn/ui components with a dark-first Tailwind v4 theme?

Yes, you can use shadcn/ui components with a dark-first Tailwind v4 theme by integrating the provided design language. This skill facilitates seamless integration with shadcn/ui component styling to maintain brand consistency across your web application.

How do I set up the Arcan Glass design system in my web application?

To set up the Arcan Glass design system, copy the globals.css file from the assets directory into your project and import it in your root layout. This enables the OKLCh color tokens and glassmorphism utility classes for your Next.js application.

Do I need Tailwind CSS v4 to use the OKLCh color tokens?

Yes, you need Tailwind CSS v4 and Next.js to leverage the provided OKLCh color tokens and utility classes. The design system specifically requires these frameworks to properly implement the dark-first themes and backdrop-filter effects.