This skill helps Claude Code create beautiful, distinctive frontend interfaces by automatically retrieving design system prompts from the prompts/ directory. Instead of producing generic UI, this skill enables Claude to build interfaces with specific design aesthetics like Neo-brutalism, Modern Dark, Luxury, Cyberpunk, and more.
When to Use
This skill is automatically invoked when:
User asks to build a web page, landing page, or web application
User requests a UI component with a specific design style
User mentions frontend, React, Vue, or web development
User asks for a specific aesthetic (e.g., "make it look modern and dark" or "use a brutalist style")
Available Design Styles
The following design systems are available in the prompts/ directory:
Follow component patterns - Use the specified button styles, card layouts, etc.
Apply the "Bold Factor" - Implement signature elements that make the design authentic
Avoid anti-patterns - Don't use techniques that break the aesthetic
Step 5: Build with Context
Before writing code:
Identify the user's existing tech stack
Understand their component architecture
Note any constraints (CSS frameworks, design libraries, etc.)
When writing code:
Match their existing patterns and conventions
Centralize design tokens in CSS variables or a config file
Create reusable, composable components
Explain your architectural choices briefly
Quality standards:
Preserve or improve accessibility
Ensure responsive design across devices
Make deliberate, creative design choices (not generic boilerplate)
Leave the codebase cleaner than you found it
Examples
Example 1: User Specifies Style
User: "Create a landing page for my SaaS product with a neo-brutalist design"
Skill Actions:
Detect keywords: "landing page", "neo-brutalist"
Map "neo-brutalist" → prompts/Neo-brutalism.md
Read the design system prompt
Ask clarifying questions: "What tech stack are you using? React, Vue, or plain HTML/CSS?"
Build the landing page following Neo-brutalism principles (thick borders, hard shadows, bold colors, etc.)
Example 2: User Doesn't Specify Style
User: "Help me build a portfolio website"
Skill Actions:
Detect: "portfolio website" (creative context)
Suggest options: "Would you like a specific design style? I can create it in Modern Dark (sophisticated), Neo-brutalism (bold and creative), or Swiss (minimal and clean)."
User responds with preference
Load appropriate prompt and build
Example 3: Component Request
User: "Add a contact form to my Next.js app. Make it look modern and professional."
Skill Actions:
Keywords: "Next.js", "modern and professional"
Select: ModernDark.md (modern) or Professional.md (professional)
Read design system
Build form component matching their Next.js patterns
Use design tokens from the prompt (colors, typography, shadows, etc.)
Quick Reference Commands
When implementing, you can quickly reference specific sections: