Install
openclaw skills install design-styleUse this skill when the user asks to build, create, design, develop, or improve ANY frontend interface, web page, UI component, or visual element. This includes: - Building landing pages, websites, web apps, dashboards, portfolios, or any web interface - Creating UI components (buttons, forms, cards, navbars, modals, etc.) - Designing pages with React, Vue, Next.js, Svelte, or any frontend framework - Adding styling or improving visual design of existing components - Implementing specific design aesthetics (modern, dark, minimalist, brutalist, etc.) - User mentions "frontend", "UI", "UX", "design", "interface", "web design", or "styling" - User asks for "beautiful", "modern", "professional", "clean", or any aesthetic adjective - User requests help with CSS, Tailwind, styled-components, or any styling approach This skill automatically retrieves the appropriate design system prompt (Neo-brutalism, Modern Dark, Bauhaus, Cyberpunk, Material, etc.) to help create visually distinctive, production-grade frontend code instead of generic UI. IMPORTANT: Trigger this skill proactively for ANY frontend/UI work, not just when design style is explicitly mentioned.
openclaw skills install design-styleThis 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.
This skill is automatically invoked when:
The following design systems are available in the prompts/ directory:
When the user requests frontend work, first determine:
If user specifies a style:
If user doesn't specify:
Ask the user if you're uncertain about which style fits their needs.
Use the Read tool to load the appropriate prompt file:
Read: prompts/<StyleName>.md
For example:
prompts/Neo-brutalism.mdprompts/ModernDark.mdprompts/Cyberpunk.mdOnce you've loaded the design system prompt:
Before writing code:
When writing code:
Quality standards:
User: "Create a landing page for my SaaS product with a neo-brutalist design"
Skill Actions:
prompts/Neo-brutalism.mdUser: "Help me build a portfolio website"
Skill Actions:
User: "Add a contact form to my Next.js app. Make it look modern and professional."
Skill Actions:
ModernDark.md (modern) or Professional.md (professional)When implementing, you can quickly reference specific sections:
Colors:
Grep: pattern "Token|Value|Usage" path "prompts/<Style>.md"
Typography:
Grep: pattern "Font|Weight|Size" path "prompts/<Style>.md"
Component Patterns:
Grep: pattern "Button|Card|Input" path "prompts/<Style>.md"
<role> and <design-system> sectionsPotential improvements to this skill: