Install
openclaw skills install frontend-premiumCreate premium frontend interfaces with modern design systems. Forces generation of design.md for consistency, follows 2026 trends, ensures accessibility, and provides quality checks.
openclaw skills install frontend-premiumThis skill helps agents generate premium-quality frontend interfaces by:
When working on frontend tasks, the skill enforces this process:
A Google Stitch-style design system document that serves as the single source of truth for visual decisions.
Structure:
## Colors
- Primary: #HEXVALUE
- Secondary: #HEXVALUE
- Background: #HEXVALUE
- Surface: #HEXVALUE
- Error: #HEXVALUE
- Text Primary: #HEXVALUE
- Text Secondary: #HEXVALUE
## Typography
- Font Family: Inter, sans-serif (or similar)
- Heading 1: SIZEpx, WEIGHT weight
- Heading 2: SIZEpx, WEIGHT weight
- Body: SIZEpx, WEIGHT weight
- Caption: SIZEpx, WEIGHT weight
## Spacing
- Base unit: 4px or 8px
- Values: 4, 8, 16, 24, 32, 48px
## Components
- Button border radius: VALUEpx
- Card border radius: VALUEpx
- Card shadow: OFFSET BLUR SPREAD COLOR
- Input border: WIDTHpx solid #HEXVALUE
A verification checklist that validates the generated code against the design system.
When generating code, verify:
See references/ for:
| File | Description |
|---|---|
| SKILL.md (this file) | Core skill instructions |
| references/design-tokens.md | Design token examples and best practices |
| references/a11y-checklist.md | Detailed accessibility checklist |
| references/trends-2026.md | Deep dive on 2026 UI/UX trends |
| references/tech-stack.md | Tech stack recommendations and comparisons |
This skill is already installed in your OpenClaw skills directory at:
~/.openclaw/skills/frontend-premium/
To use it, simply work on frontend tasks and the skill will automatically provide guidance.
To get the latest version of this skill, the skill-creator system will handle updates automatically when you run skill management commands.