Loading...
Loading...
Create distinctive, bold UI designs that avoid generic AI aesthetics. This skill should be used when users want frontend components with strong visual identity, creative typography, intentional color palettes, and production-grade animations - specifically to avoid the bland, safe, homogeneous "AI slop" that plagues most generated interfaces.
npx skill4agent add b-open-io/prompts frontend-designOfficial Plugin Available: Installfrom the Anthropic marketplace for auto-invocation on frontend tasks. This skill provides extended guidance beyond the official version.frontend-design@claude-code-plugins
clamp()prefers-reduced-motionreferences/typography-examples.mdreferences/color-animation-patterns.mdreferences/production-patterns.md# Distinctive font stacks (vary these per project!)
font-display: 'Clash Display', 'Cabinet Grotesk', 'Satoshi', 'General Sans'
font-body: 'Outfit', 'Plus Jakarta Sans', 'Switzer', 'Geist'
font-mono: 'JetBrains Mono', 'Geist Mono', 'IBM Plex Mono'
# Tailwind config pattern
theme: {
extend: {
colors: { /* HSL tokens */ },
fontFamily: { /* Variable fonts */ },
animation: { /* Spring-based */ },
}
}