A comprehensive guide to skill libraries, design systems, and modern techniques for crafting beautiful, unique web artifacts. Everything you need to make the web feel alive.
Curated skills that transform Claude from a generic coder into a design-aware craftsman. Install them and watch the slop disappear.
The anti-slop skill. Instructs Claude to make bold design decisions instead of defaulting to generic aesthetics. Works beautifully with React + Tailwind.
React TailwindBuild complex HTML artifacts using React, Tailwind CSS, and shadcn/ui. Multi-component support with clean architecture.
Artifacts shadcn/uiGenerative art using p5.js with seeded randomness, flow fields, and particle systems. Reproducible beauty.
p5.js GenerativeToolkit for styling artifacts with themes. Slides, docs, reports, HTML pages — all with consistent visual identity.
Theming Multi-formatVisual art in .png and .pdf documents using design philosophy. Bridge between code and visual output.
PNG PDFApply brand colors and typography consistently across all outputs. Your design system, enforced.
Branding Typography63 design skills + 27 commands organized into 8 plugins: research, systems, strategy, UI, interaction, prototyping, design ops, toolkit. MIT licensed.
/discover · /strategize · /handoff · /evaluate
20+ battle-tested skills including TDD, debugging, collaboration. The Swiss Army knife of Claude Code workflows.
/brainstorm · /write-plan · /execute-plan
Registry of design skill files + CLI for pulling into agentic tools. Think npm for design intelligence.
claude-d3js-skill — D3.js visualizations
web-asset-generator — Favicons, icons, social images
frontend-slides — Animation-rich HTML presentations
travisvn — 11k stars. The definitive curated list.
CuratedComposioHQ — Another well-maintained collection.
CommunityPattern enforcement + component context.
Official172 community registries. Copy-paste ownership. The new standard for component architecture.
# Install any community component with a single command npx shadcn add @aceternity/aurora-background npx shadcn add @8bitcn/retro-button npx shadcn add @arc/animated-card
8-bit retro styled components. Pixel-perfect nostalgia.
Aurora backgrounds, beams, lens effects. High-impact hero sections.
Animated, accessible UI components. Motion meets a11y.
Serious attention to animation and design. Polished feel.
AI agent interface components. Built for conversational UIs.
Vercel components.build spec conformant. The official way.
CSS-first configuration, native variables, OKLCH color science, and 3.5x faster builds. The engine under everything.
@import "tailwindcss"; @theme { --font-display: "Satoshi", "sans-serif"; --color-avocado-500: oklch(0.84 0.18 117.33); --ease-fluid: cubic-bezier(0.3, 0, 0, 1); --color-brand: oklch(0.6 0.25 290); --radius-card: 20px; }
From spring physics to After Effects exports. The tools that make interfaces feel alive and intentional.
React-native animation library. Spring physics, layout transitions, gesture support. The backbone of most Awwwards-winning React sites.
Industry standard for complex timeline animations. ScrollTrigger for scroll-driven effects. Framework agnostic. The pro choice.
Ultra-lightweight animation format exported from After Effects. Scriptable, interactive, runtime-manipulable. Perfect for icons and loading states.
Interactive, state-machine-driven animations. More powerful than Lottie for complex interactivity. Real-time rendering engine with tiny runtime.
Pre-built, beautifully animated components that slot into your shadcn/ui stack. The fastest path from "blank page" to "I want to build things that look like THIS."
React + TypeScript + Tailwind CSS + Framer Motion
Every library in this section builds on this foundation.
| Rank | Library | Signature Feature | Rating | License |
|---|---|---|---|---|
| 01 | Magic UI | 50+ animated components on shadcn. Marquee, dock nav, hero video dialogs. | ★★★★★ |
Free / OSS |
| 02 | Aceternity UI | Aurora gradients, beams, GitHub globe, lens effects. High impact. | ★★★★★ |
MIT |
| 03 | UI Layout | Motion-focused: animated metrics, scroll reveals, image trails, cursor effects. | ★★★★★ |
Free |
| 04 | Cult UI | Dynamic island components, shader effects, fractal grids. | ★★★★★ |
shadcn-compat |
| 05 | Eldora UI | 20+ clean animated components. Good middle ground. | ★★★★★ |
Free |
| 06 | Syntax UI | Polished tabs, pricing tables, testimonials with motion. | ★★★★★ |
Free |
| 07 | Hover.dev | 38+ interactive animated components + templates. | ★★★★★ |
Templates |
| 08 | Animata | Bento grids, fancy borders, mirror text, widget cards. | ★★★★★ |
MIT |
| 09 | Inspira UI | Vue/Nuxt ecosystem. Glow borders, lamp effects, particle images. | ★★★★★ |
Vue |
| 10 | LunarUI | Premium, tight polished set. React + Vue. | ★★★★★ |
Premium |
When components aren't enough. Tools for making things that could never come from a template.
Friendly creative coding tool. Web editor at editor.p5js.org. Annual "Genuary" challenge — 31 generative art prompts.
3D graphics in the browser via WebGL. Ecosystem includes React Three Fiber and drei helpers for declarative 3D.
Native browser drawing API. Zero dependencies. Ideal for particle systems and data visualization.
The market consolidated around three players in 2026. Natural language to production UI.
Vercel's UI component generator. Outputs actual shadcn/ui + Tailwind code. Best for devs with an existing codebase in the Next.js ecosystem.
Best for devsFull-stack app generation from prompts. Broader scope than v0 — functional apps, not just components. Rapid prototyping champion.
Full-stackSimilar to Bolt — complete functional apps from prompts. Strong on rapid prototyping and iteration loops.
Rapid prototypingThe visual language of 2025-2026. Frosted glass, soft depth, and color science that wasn't possible two years ago.
A basic card with flat styling, standard borders, and default system fonts.
Frosted glass, OKLCH gradients, crafted typography, and depth through light.
.glass-card { background: rgba(255, 255, 255, 0.1); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border: 1px solid rgba(255, 255, 255, 0.2); border-radius: 16px; box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1); }
Frosted glass via backdrop-filter: blur(). Semi-transparent
backgrounds, subtle borders, depth through layering. Still the dominant trend.
Gradient mesh animations using OKLCH for vivid transitions. CSS conic/radial gradients combined with keyframe animation. This report's background is one.
Soft, extruded appearance via inner/outer shadows. Beautiful in theory but accessibility concerns (low contrast) limit practical use. Best as an accent, not a system.
The fonts that define the look of the modern web, and the pairings that make them sing together.
The workhorse. Designed specifically for screens. Variable font, 9 weights. If in doubt, use Inter.
Vercel's font. Geometric, clean modern aesthetic. The look of the developer web in 2025-2026.
Low contrast geometric with a friendly feel. Reads warmer than Inter while maintaining professionalism.
Modern geometric sans-serifs popular in design tools. Satoshi for bold statements, Jakarta for rounded warmth.
/* Fluid type scale using clamp() */ --text-base: clamp(0.95rem, 0.88rem + 0.35vw, 1.1rem); --text-xl: clamp(1.3rem, 1.1rem + 1vw, 1.75rem); --text-3xl: clamp(2.2rem, 1.8rem + 2vw, 3.5rem); --text-5xl: clamp(3.5rem, 2.5rem + 5vw, 7rem);
OKLCH, P3 gamut, perceptual uniformity. Color isn't just aesthetics anymore — it's engineering.
Classic generator
ML-powered
Live preview
WCAG-compliant
| Criterion | Ratio | Applies To |
|---|---|---|
| WCAG AA | 4.5:1 | Normal text (<18px) |
| WCAG AA Large | 3:1 | Large text (18px+ or 14px bold) |
| WCAG AAA | 7:1 | Enhanced contrast |
Zero JavaScript. Zero dependencies. Just CSS doing things that used to require entire libraries.
@keyframes gradient-shift { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } } .aurora { background: linear-gradient(-45deg, oklch(0.55 0.28 290), oklch(0.72 0.18 200), oklch(0.65 0.25 350)); background-size: 400% 400%; animation: gradient-shift 15s ease infinite; }
/* No JavaScript needed */ .scroll-reveal { animation: fade-up both; animation-timeline: view(); animation-range: entry 0% cover 40%; } @keyframes fade-up { from { opacity: 0; transform: translateY(30px); } }
Complex shapes, polygon masks, text reveals. Pure CSS geometry.
Blur, brightness, contrast for frosted glass. The glassmorphism engine.
Enter animations without JS. New CSS that replaces JS transition libraries for simple cases.
Scroll-driven animations natively. Progress bars, parallax, reveals — no IntersectionObserver needed.
The parent selector CSS never had. Contextual styling based on children. Game-changer for forms.
Page transition animations. Smooth cross-page morphs that previously required SPA frameworks.
The component libraries powering production applications. Compared by philosophy, not just feature count.
| System | Approach | Best For | Rating |
|---|---|---|---|
| shadcn/ui | Copy-paste, Radix-based | Full control, customization | ★★★★★ |
| Radix UI | Headless primitives | Custom design systems | ★★★★★ |
| Mantine | Full-featured + hooks | Complex forms, advanced features | ★★★★★ |
| MUI | Material Design | Enterprise, corporate | ★★★★★ |
| Chakra UI | Accessible-first | Accessibility-focused projects | ★★★★★ |
| NextUI | Performance-optimized | Fast loading, SSR | ★★★★★ |
| DaisyUI | Tailwind component classes | Rapid prototyping | ★★★★★ |
| Park UI | Ark UI + Panda CSS | Modern alternative stack | ★★★★★ |
Free, high-quality illustration sets for landing pages, onboarding, and empty states. 100+ sources catalogued at getillustrations.com.
No attribution required. Growing library.
Mix-and-match human illustrations.
Hand-drawn people for scenes.
Three opinionated stacks, each tested and proven. Pick the one that matches your context and start building immediately.
Self-contained, single-file. No build step, no framework. Just HTML that looks incredible. This report is built with Stack A.
The production-grade stack for interactive apps. Component-driven with motion built into the foundation.
Install these skills and Claude becomes a design-aware partner instead of a generic code generator.
Pure CSS. No JavaScript. Uses @property for the angle,
conic-gradient for the colors, and mask-composite: exclude
to cut out the inner fill. One of the most requested effects in modern UI.
Every link organized by category. Bookmark this section.