popular-web-designs

Generate HTML/CSS matching 54 real-world website design systems with exact tokens.

14|5|Updated Apr 9, 2026
One-click install
npx skills add https://github.com/MLT-OSS/hermes-agent-go --skill popular-web-designs-mlt-oss
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: popular-web-designs
Source: https://github.com/MLT-OSS/hermes-agent-go/tree/main/skills/creative/popular-web-designs
Command: npx skills add https://github.com/MLT-OSS/hermes-agent-go --skill popular-web-designs-mlt-oss

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Recreating the visual identity of well-known websites requires manually reverse-engineering colors, typography, spacing, and component styles. This Skill provides 54 ready-made design system templates extracted from real sites like Stripe, Linear, Vercel, Notion, and Airbnb, so generated HTML/CSS matches a target site's look without manual inspection. ## Core Features & Use Cases - 54 Design System Templates: Each template documents color palettes, typography hierarchies, component styles, layout rules, shadows, responsive breakpoints, and do's/don'ts for a specific website. - CDN Font Substitutions: Every template includes Google Fonts links and CSS font stacks that substitute proprietary fonts (e.g., DM Sans for Airbnb Cereal, Source Sans 3 for Stripe's sohne-var). - Agent Prompt Guides: Templates include ready-to-use component prompts with exact CSS values, plus implementation notes for writing files and verifying output with browser vision. - Use Case: Ask for a landing page styled like Linear, and the Skill loads the Linear template to produce HTML with its dark theme, purple accent, precise typography scale, and component specs. ## Quick Start Ask the agent to build a landing page that looks like Stripe, and it will load the corresponding template and generate matching HTML/CSS.

Frequently Asked Questions about popular-web-designs

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

FAQPage Schema
How do I make a webpage look like Stripe or Linear?

Load the corresponding template file (e.g., templates/stripe.md or templates/linear.app.md) from the design catalog, then apply its color palette, typography hierarchy, and component specs when generating the HTML. Each template includes exact CSS values and example component prompts.

What design systems are included in the template catalog?

The catalog contains 54 templates across categories: AI tools (Claude, Mistral, xAI), developer platforms (Vercel, Supabase, Cursor), infrastructure (Stripe, MongoDB, HashiCorp), productivity (Notion, Figma, Linear), fintech (Coinbase, Wise), and consumer brands (Apple, Airbnb, Spotify, BMW).

Can I use proprietary fonts like Airbnb Cereal in generated HTML?

Proprietary fonts are not available via CDN, so each template maps them to Google Fonts substitutes, such as DM Sans for Airbnb Cereal or Source Sans 3 for Stripe's sohne-var. The template's weight, size, and letter-spacing values carry most of the visual identity.

How do I verify the generated page matches the target design?

Write the HTML with the write_file tool, serve it using the generative-widgets workflow via a cloudflared tunnel, then use browser_vision to visually inspect the rendered page against the template's specifications.

What information does each design template contain?

Each template documents the visual theme, full color palette with roles, typography hierarchy tables, component stylings for buttons and cards, layout and spacing systems, shadow and elevation rules, responsive breakpoints, do's and don'ts, and agent prompt examples.