From compound-engineering
This skill should be used when creating distinctive, production-grade frontend interfaces. Triggers on "build a landing page", "create a component", "design a UI", "make a web page", "build frontend", "React component", "Vue component", or requests for visually striking, memorable web interfaces that avoid generic AI aesthetics.
How this skill is triggered — by the user, by Claude, or both
Slash command
/compound-engineering:frontend-designThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Create distinctive, production-grade frontend interfaces that avoid generic AI aesthetics.
Create distinctive, production-grade frontend interfaces that avoid generic AI aesthetics.
Example: Brutally Minimal Landing Page
<!DOCTYPE html>
<html lang="en">
<head>
<style>
:root {
--bg: #fafafa;
--text: #1a1a1a;
--muted: #888;
}
body {
font-family: 'Cormorant Garamond', serif;
background: var(--bg);
color: var(--text);
line-height: 1.8;
padding: 8rem 12rem;
}
h1 {
font-size: 4rem;
font-weight: 300;
letter-spacing: -0.02em;
animation: fadeIn 1s ease;
}
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
</style>
</head>
<body>
<h1>Less is more</h1>
<p>The power of restraint creates space for what matters.</p>
</body>
</html>
| Direction | Character | Best For |
|---|---|---|
| Brutally minimal | Sparse, purposeful restraint | Portfolios, luxury brands |
| Maximalist chaos | Dense, layered, energetic | Creative agencies, events |
| Retro-futuristic | Nostalgic tech meets modern | Tech products, gaming |
| Editorial/magazine | Typography-forward, grid-based | Publications, blogs |
| Brutalist/raw | Honest, structural, bold | Art, architecture |
| Soft/pastel | Gentle, approachable, warm | Wellness, children |
For detailed typography, color palettes, and layout patterns for each direction, see aesthetic-guides.md.
NEVER use these generic AI aesthetics:
Key rule: No two designs should look the same. Vary themes, fonts, aesthetics.
Before delivering:
| File | Purpose |
|---|---|
| aesthetic-guides.md | Detailed typography, colors, layouts for each direction |
| brutally-minimal.html | Complete example: minimal landing page |
| retro-futuristic.html | Complete example: synthwave hero section |
Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.
npx claudepluginhub spillwavesolutions/compound-engineering-plugin --plugin compound-engineering