mcpbeat Sign in

Frontend Trends 2026 Agent Skill

Collection of 2026 Frontend Design Formulas (Liquid Glass, Bento, Neo-Brutalism, Eco-Dark).

2k tokens
context cost
the whole folder, loaded on every use
4
files
instructions only
0
copies elsewhere
how many repositories repackaged it
505
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/Dokhacgiakhoa/Agent-Skills-4-Vibe-Coding-CLI --skill frontend-trends-2026

What comes with it

2 679 bytes besides the instruction
formulas/BentoGrid.tsx
formulas/LiquidCard.tsx
formulas/NeoButton.tsx

The instruction itself

12 sections, as written by the author

Frontend Design Formulas (2026)

> Purpose: Provide production-ready, trend-setting UI patterns for 2026 web applications.

> Tech Stack: React 19+, Tailwind CSS v4, CSS Modules (optional), Shadcn/ui.

🎨 1. Aesthetic Formulas (Giao diện)

Formula A: Liquid Glass (Kính Lỏng)

*Use for: Modals, Cards, Sticky Headers.*

  • Core: backdrop-filter: blur(16px) saturate(180%)
  • Surface: bg-white/10 (Light) or bg-black/20 (Dark)
  • Border: border border-white/20 (Thin, subtle)
  • Shadow: shadow-[0_8px_32px_0_rgba(31,38,135,0.37)] (Soft colored shadow)
  • Noise: Add a subtle noise texture overlay opacity-5.

Formula B: Neo-Brutalism 2.0 (Thô mộc Hiện đại)

*Use for: SaaS Dashboards, Developer Tools, Linear-style apps.*

  • Contrast: High (Black & White base + 1 Neon Accent).
  • Border: border-2 border-slate-900 (Sharp, bold).
  • Shadow: shadow-[4px_4px_0px_0px_rgba(0,0,0,1)] (Hard offset shadow).
  • Typography: Inter (Tight tracking) or Space Mono.
  • Radius: rounded-md or rounded-none (No pills).

Formula C: Eco-Dark Mode (Tiết kiệm năng lượng)

*Use for: Mobile Apps, Constantly-on screens.*

  • Bg Base: #000000 (Pure Black for OLED) or #050505.
  • Primary Text: text-slate-200 (Avoid pure white #FFF -> Eye strain).
  • Accent: Use OKLCH colors for vibrancy without heavy brightness.

📐 2. Layout Formulas (Bố cục)

Formula D: Bento Grid (Hộp Cơm)

*Use for: Feature Showcases, Analytics, Portfolio.*

  • CSS Grid: grid-cols-1 md:grid-cols-3 gap-4.
  • Spans: Use col-span-2 or row-span-2 to create hierarchy.
  • Content: Visual-heavy (Image/Chart) + Minimal Text.
  • Hover: Subtle scale hover:scale-[1.02] + Border glow.

Formula E: Container Queries (Card thông minh)

*Use for: Reusable Components in unknown layouts.*

  • Parent: container-type: inline-size.
  • Child CSS: @container (min-width: 400px) { ... }.
  • Benefit: Component adapts to *slot* size, not screen size.

✨ 3. Interaction Formulas (Tương tác)

Formula F: Scroll-Driven Animation

*Use for: Landing Pages, Storytelling.*

  • Tech: Native CSS animation-timeline: scroll().
  • Effect: Elements fade in, slide up, or scale based on scroll position.
  • Perf: Runs on Compositor Thread (No JS Jank).

Formula G: Spring Physics (Vật lý)

*Use for: Popovers, Drawers, Toggles.*

  • Feel: Bouncy, snappy, organic.
  • Libraries: framer-motion (presets like type: "spring", stiffness: 300, damping: 20).
  • CSS Alternative: transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275).

📜 Agent Instructions for Usage

  • Identify Context: Choose Formula based on User Request (e.g., "Modern Dashboard" -> Neo-Brutalism + Bento).
  • Apply Tokens: Use Tailwind classes listed in formulas.
  • Code Snippets: Check formulas/ directory for ready-to-use React components. Do NOT reinvent wheels.

Example Request:

> "Make a modern landing page for my AI tool."

Agent Action:

> Apply Formula A (Liquid Glass) for Header, Formula D (Bento Grid) for Features, and Formula F for animations.

Other skills for the same job

different authors, same section of the catalogue
Theme Factory
by anthropics
vendor ×16

Toolkit for styling artifacts with a theme. These artifacts can be slides, docs, reportings, HTML landing pages, etc. There are 10 pre-set themes with colors/fonts that you can apply to any artifact that has been creating, or can generate a new theme on-the-fly.

36k tokens
Brand Guidelines
by anthropics
vendor ×13

Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.

3k tokens
Artifacts Builder
by JayZeeDesign
×8

Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state management, routing, or shadcn/ui components - not for simple single-file HTML/JSX artifacts.

11k tokens scripts
Web Artifacts Builder
by anthropics
vendor ×7

Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state management, routing, or shadcn/ui components - not for simple single-file HTML/JSX artifacts.

11k tokens scripts
Frontend Design
by Karanjot786
×6

Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.

1k tokens
Frontend Design
by anthropics
vendor ×4

Guidance for distinctive, intentional visual design when building new UI or reshaping an existing one. Helps with aesthetic direction, typography, and making choices that don't read as templated defaults.

5k tokens
Expo Tailwind Setup
by openai
vendor ×4

Set up Tailwind CSS v4 in Expo with react-native-css and NativeWind v5 for universal styling

3k tokens
Use Dom
by openai
vendor ×3

Use Expo DOM components to run web code in a webview on native and as-is on web. Migrate web code to native incrementally.

3k tokens

How to use it

Copy the folder

Take dokhacgiakhoa/frontend-trends-2026 from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.