design-elevenlabs

Apply ElevenLabs design tokens, typography, and component styles to generated UI.

Updated Feb 23, 2026
One-click install
npx skills add https://github.com/deepparser/skills --skill design-elevenlabs-deepparser
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: design-elevenlabs
Source: https://github.com/deepparser/skills/tree/main/design-elevenlabs
Command: npx skills add https://github.com/deepparser/skills --skill design-elevenlabs-deepparser

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Building interfaces that match ElevenLabs' visual identity requires exact design tokens — colors, typography scales, shadow stacks, and spacing — that are tedious to reverse-engineer by hand. This Skill provides the complete design system so generated UI matches the brand without manual inspection of the live site. ## Core Features & Use Cases - Complete Design Tokens: Exact color palette (warm stone tints, near-white surfaces), typography hierarchy (Waldenburg 300 display, Inter body with positive letter-spacing), and multi-layer sub-0.1 opacity shadow stacks. - Component Specifications: Pill buttons (9999px radius), warm stone CTAs with warm-tinted shadows, cards, forms, and navigation with precise padding, radius, and elevation values. - Visual Reference Previews: Bundled light and dark theme HTML previews (preview.html, preview-dark.html) for verifying exact CSS implementation details. - Use Case: When asked to build a landing page or dashboard styled like ElevenLabs, the Skill supplies every token — from the 48px weight-300 hero headline to the rgba(78,50,23,0.04) warm button shadow — so the output is brand-accurate on the first pass. ## Quick Start Use the design-elevenlabs skill to create a hero section and pricing cards styled like the ElevenLabs website.

Frequently Asked Questions about design-elevenlabs

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

FAQPage Schema
How do I build a UI that looks like the ElevenLabs website?▼

Invoke this skill before generating the interface. It supplies the exact tokens: white and warm stone backgrounds, Waldenburg weight-300 headings, Inter body text with +0.14px to +0.18px letter-spacing, pill buttons, and multi-layer shadows below 0.1 opacity.

What fonts does the ElevenLabs design system use?▼

Waldenburg at weight 300 for display headings, WaldenburgFH bold uppercase for specific CTA labels, Inter for body and UI text, and Geist Mono or ui-monospace for code snippets.

Does this skill include a dark mode version of the design?▼

Yes. The skill bundles preview-dark.html alongside the light preview.html, showing how the token system adapts to a dark theme with inverted surfaces and adjusted border and shadow values.

What shadow values should I use for ElevenLabs-style cards?▼

Use the multi-layer stack: rgba(0,0,0,0.06) 0px 0px 0px 1px, rgba(0,0,0,0.04) 0px 1px 2px, and rgba(0,0,0,0.04) 0px 2px 4px. Featured CTAs add a warm-tinted shadow rgba(78,50,23,0.04) 0px 6px 16px.

When should I not use bold headings in this design system?▼

Never use bold Waldenburg for headings — weight 300 is the defining brand choice. Bold (700) appears only in WaldenburgFH uppercase CTA button labels with 0.7px letter-spacing.