Install
openclaw skills install anthropic-frontend-designCreate distinctive, production-grade frontend interfaces that avoid generic "AI slop" aesthetics. Combines the design intelligence of UI/UX Pro Max with Anthropic's anti-slop philosophy. Use for building UI components, pages, applications, or interfaces with exceptional attention to detail and bold creative choices.
openclaw skills install anthropic-frontend-designThis skill guides the creation of distinctive, production-grade frontend interfaces that avoid generic "AI slop" aesthetics. It integrates structured design intelligence (accessibility, UX rules, stack guidelines) with a bold, intentional aesthetic philosophy.
Claude (and all AI agents) are capable of extraordinary creative work, yet often default to safe, generic patterns. This skill MANDATES breaking those patterns.
Before coding, understand the context and commit to a BOLD aesthetic direction:
Use the internal search tool to gather palettes, font pairings, and UX guidelines. CRITICAL: You MUST filter the results through the Anti-AI Slop lens. If the tool suggests "Inter" or "Roboto", you are REQUIRED to ignore it and pick a distinctive alternative.
# Generate a complete design system
python scripts/search.py "<product_type> <industry> <keywords>" --design-system
# Search specific domains (style, typography, color, ux, chart, landing)
python scripts/search.py "<keyword>" --domain <domain>
# Get stack-specific guidelines (html-tailwind, react, nextjs, shadcn, etc.)
python scripts/search.py "<keyword>" --stack <stack_name>
| Rule | Do | Don't |
|---|---|---|
| Icons | Use SVG (Heroicons, Lucide, Simple Icons) | Use emojis like 🎨 🚀 ⚙️ as UI icons |
| Typography | Beautiful, unique Google/Custom fonts | Inter, Roboto, Arial, System fonts |
| Hover | Stable transitions (color/opacity/shadow) | Scale transforms that shift layout |
| Cursor | Add cursor-pointer to all interactive items | Leave default cursor on buttons/cards |
| Contrast | Minimum 4.5:1 for accessibility | Low-contrast "vibes" that are unreadable |
Before delivering code, verify every item:
cursor-pointer.Commit to ONE direction and execute it fully—no half measures.