superdesignExpert frontend design guidelines for creating beautiful, modern UIs. Use when building landing pages, dashboards, or any user interface.
Install via ClawdBot CLI:
clawdbot install mpociot/superdesignUse this skill when creating UI components, landing pages, dashboards, or any frontend design work.
Follow this structured approach for UI design:
Before coding, sketch the layout in ASCII format:
┌─────────────────────────────────────┐
│ HEADER / NAV BAR │
├─────────────────────────────────────┤
│ │
│ HERO SECTION │
│ (Title + CTA) │
│ │
├─────────────────────────────────────┤
│ FEATURE │ FEATURE │ FEATURE │
│ CARD │ CARD │ CARD │
├─────────────────────────────────────┤
│ FOOTER │
└─────────────────────────────────────┘
Color Rules:
Font Selection (Google Fonts):
Sans-serif: Inter, Roboto, Poppins, Montserrat, Outfit, Plus Jakarta Sans, DM Sans, Space Grotesk
Monospace: JetBrains Mono, Fira Code, Source Code Pro, IBM Plex Mono, Space Mono, Geist Mono
Serif: Merriweather, Playfair Display, Lora, Source Serif Pro, Libre Baskerville
Display: Architects Daughter, Oxanium
Spacing & Shadows:
Modern Dark Mode (Vercel/Linear style):
:root {
--background: oklch(1 0 0);
--foreground: oklch(0.145 0 0);
--primary: oklch(0.205 0 0);
--primary-foreground: oklch(0.985 0 0);
--secondary: oklch(0.970 0 0);
--muted: oklch(0.970 0 0);
--muted-foreground: oklch(0.556 0 0);
--border: oklch(0.922 0 0);
--radius: 0.625rem;
--font-sans: Inter, system-ui, sans-serif;
}
Neo-Brutalism (90s web revival):
:root {
--background: oklch(1 0 0);
--foreground: oklch(0 0 0);
--primary: oklch(0.649 0.237 26.97);
--secondary: oklch(0.968 0.211 109.77);
--accent: oklch(0.564 0.241 260.82);
--border: oklch(0 0 0);
--radius: 0px;
--shadow: 4px 4px 0px 0px hsl(0 0% 0%);
--font-sans: DM Sans, sans-serif;
--font-mono: Space Mono, monospace;
}
Glassmorphism:
.glass {
background: rgba(255, 255, 255, 0.1);
backdrop-filter: blur(10px);
border: 1px solid rgba(255, 255, 255, 0.2);
border-radius: 1rem;
}
Micro-syntax for planning:
button: 150ms [S1→0.95→1] press
hover: 200ms [Y0→-2, shadow↗]
fadeIn: 400ms ease-out [Y+20→0, α0→1]
slideIn: 350ms ease-out [X-100→0, α0→1]
bounce: 600ms [S0.95→1.05→1]
Common patterns:
Tailwind CSS:
<!-- Import via CDN for prototypes -->
<script src="https://cdn.tailwindcss.com"></script>
Flowbite (component library):
<link href="https://cdn.jsdelivr.net/npm/flowbite@2.0.0/dist/flowbite.min.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/flowbite@2.0.0/dist/flowbite.min.js"></script>
Icons (Lucide):
<script src="https://unpkg.com/lucide@latest/dist/umd/lucide.min.js"></script>
<script>lucide.createIcons();</script>
Images:
https://images.unsplash.com/photo-xxx?w=800&h=600Always design mobile-first and responsive:
/* Mobile first */
.container { padding: 1rem; }
/* Tablet */
@media (min-width: 768px) {
.container { padding: 2rem; }
}
/* Desktop */
@media (min-width: 1024px) {
.container { max-width: 1200px; margin: 0 auto; }
}
Cards:
Buttons:
Forms:
Navigation:
| Element | Recommendation |
|---------|---------------|
| Primary font | Inter, Outfit, DM Sans |
| Code font | JetBrains Mono, Fira Code |
| Border radius | 0.5rem - 1rem (modern), 0 (brutalist) |
| Shadow | Subtle, 1-2 layers max |
| Spacing | 4px base unit (0.25rem) |
| Animation | 150-400ms, ease-out |
| Colors | oklch() for modern, avoid generic blue |
Based on SuperDesign patterns — https://superdesign.dev
Generated Feb 24, 2026
This skill is ideal for designing and implementing high-conversion landing pages for startups or marketing campaigns. It provides structured workflows for layout, theme selection, and responsive design, ensuring modern aesthetics with accessibility compliance. The guidelines help create visually appealing pages that engage users and drive actions like sign-ups or purchases.
Use this skill to build intuitive dashboards for data visualization and management tools, such as analytics platforms or admin panels. It offers theme patterns like dark mode and glassmorphism, along with component design tips for cards and buttons, enhancing usability and visual clarity. The responsive design rules ensure dashboards work seamlessly across devices.
This skill supports the development of reusable UI component libraries for design systems in large organizations or product teams. It includes detailed guidelines on colors, fonts, animations, and accessibility, enabling consistent and scalable component creation. The implementation rules with Tailwind CSS and Flowbite streamline prototyping and integration.
Apply this skill to design product pages for e-commerce websites, focusing on layout, theme consistency, and user interactions. It helps create engaging interfaces with proper spacing, shadows, and animations for elements like buttons and forms, improving the shopping experience. Accessibility tips ensure inclusivity for all users.
Ideal for crafting personal or agency portfolio websites that showcase work with modern design trends. The skill provides theme options like neo-brutalism or glassmorphism, along with responsive and animation guidelines, making portfolios stand out. Quick reference tables aid in fast decision-making for fonts and colors.
Freelancers can use this skill to offer specialized frontend design services, charging per project or hourly rates for creating landing pages, dashboards, or custom UIs. The structured workflows and modern guidelines help deliver high-quality designs quickly, attracting clients in tech and marketing. Revenue comes from direct client payments and repeat business.
Startups or companies building SaaS products can integrate this skill into their development process to ensure consistent and appealing UI design across their applications. It reduces design debt and speeds up prototyping, leading to better user retention and competitive advantage. Revenue is generated through subscription models or one-time sales.
Design agencies can leverage this skill as a consultancy tool to provide expert frontend design advice and implementation for client projects. It helps standardize design processes, improve team efficiency, and offer value-added services like accessibility audits. Revenue streams include retainer contracts and project-based consulting fees.
💬 Integration Tip
Integrate this skill by following the design workflow step-by-step, starting with ASCII wireframes and using the provided CSS patterns and CDN links for quick implementation in projects.
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.
Use when building UI with shadcn/ui components, Tailwind CSS layouts, form patterns with react-hook-form and zod, theming, dark mode, sidebar layouts, mobile navigation, or any shadcn component question.
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when building web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
Create distinctive, production-grade static sites with React, Tailwind CSS, and shadcn/ui — no mockups needed. Generates bold, memorable designs from plain text requirements with anti-AI-slop aesthetics, mobile-first responsive patterns, and single-file bundling. Use when building landing pages, marketing sites, portfolios, dashboards, or any static web UI. Supports both Vite (pure static) and Next.js (Vercel deploy) workflows.
AI skill for automated UI audits. Evaluate interfaces against proven UX principles for visual hierarchy, accessibility, cognitive load, navigation, and more. Based on Making UX Decisions by Tommy Geoco.
Full React 19 engineering, architecture, Server Components, hooks, Zustand, TanStack Query, forms, performance, testing, production deploy.