Guide creation of distinctive, production-grade frontend interfaces that avoid generic AI aesthetics. This skill covers the full lifecycle: detect what exists, plan the design, build with intention, and verify visually.
Works with
AI-first code editor with Composer
Before installing skills in Cursor, ensure your development environment meets these requirements:
node --versionfrontend-designExecute the skills CLI command in your project's root directory to begin installation:
Fetches frontend-design from everyinc/compound-engineering-plugin and configures it for Cursor.
The CLI shows a list of agents. Use arrow keys and space to select Cursor:
Confirm successful installation by checking the skill directory location:
Restart Cursor to activate frontend-design. Access via /frontend-design in your agent's command palette.
We perform automated surface-level scans (Gen AI Scanner, Socket, Snyk) during installation. These checks detect common vulnerabilities but do not guarantee complete security. Always review skill source code and verify the publisher's reputation before production use.
Skills execute code in your environment. Always review source, verify the publisher, and test in isolation before production.
Submit your Claude Code skill and start earning
Automate repetitive workflows and reduce manual effort
Example
Generate reports, summarize documents, draft communications
Save 3-5 hours per week on routine tasks
Learn new skills, understand complex topics, get expert guidance
Example
Explain concepts, provide examples, suggest learning resources
Accelerate learning and skill development by 2x
Enhance output quality through reviews, suggestions, and refinements
Example
Review drafts, suggest improvements, catch errors
Improve work quality by 30-40% with less effort
0
total installs
0
this week
13.4K
GitHub stars
0
upvotes
Run in your terminal
0
installs
0
this week
13.4K
stars
Guide creation of distinctive, production-grade frontend interfaces that avoid generic AI aesthetics. This skill covers the full lifecycle: detect what exists, plan the design, build with intention, and verify visually.
Every rule in this skill is a default, not a mandate.
When working in an existing codebase with established patterns, follow those patterns. When the user specifies a direction that contradicts a default, follow the user.
Detect context -> Plan the design -> Build -> Verify visually
Before any design work, examine the codebase for existing design signals. This determines how much of the skill's opinionated guidance applies.
--color-*, --spacing-*, --font-* custom properties, theme filestailwind.config.*, styled-components theme, Bootstrap imports, CSS modules with consistent naming@font-face declarations, Google Fonts linksUse the platform's native file-search and content-search tools (e.g., Glob/Grep in Claude Code) to scan for these signals. Do not use shell commands for routine file exploration.
Based on detected signals, choose a mode:
When context is ambiguous, use the platform's blocking question tool (AskUserQuestion in Claude Code, request_user_input in Codex, ask_user in Gemini). If no question tool is available, assume "partial" mode and proceed conservatively.
Example question: "I found [detected signals]. Should I follow your existing design patterns or create something distinctive?"
Before writing code, write three short statements. These create coherence and give the user a checkpoint to redirect before code is written.
Visual thesis -- one sentence describing the mood, material, and energy
Content plan -- what goes on the page and in what order
Interaction plan -- 2-3 specific motion ideas that change the feel
These principles apply across all context types. Each yields to existing design systems and user instructions per the authority hierarchy.
nav, main, section, article, button -- not divs for everything.Select the module that fits what is being built. When working inside an existing application, default to Module C regardless of what the feature is.
Default section sequence:
Hero rules (defaults):
Copy:
Default patterns:
Copy (utility, not marketing):
For adding to an existing application:
These are the skill being opinionated. The user can override any of them.
These are genuine quality failures no user would want.
Quick self-review before moving to visual verification. Not all checks apply in every context -- apply judgment about which are relevant.
After implementing, verify visually. This is a sanity check, not a pixel-perfect review. One pass. If there is a glaring issue, fix it. If it looks solid, move on.
Use the first available option:
agent-browser skill for installation and usage instructions.One iteration. Take a screenshot, assess against the litmus checks, fix any glaring issues, and move on. Include the screenshot in the deliverable (PR description, conversation output, etc.).
For iterative refinement beyond a single pass (multiple rounds of screenshot-assess-fix), see the compound-engineering:design:design-iterator agent.
This skill provides structure, but the goal is distinctive work that avoids AI slop -- not formulaic output.
For greenfield work, commit to a bold aesthetic direction. Consider the tone: brutally minimal, maximalist, retro-futuristic, organic/natural, luxury/refined, playful, editorial, brutalist, art deco, soft/pastel, industrial -- or invent something that fits the context. There are endless flavors. Use these for inspiration but design one that is true to the project.
Ask: what makes this unforgettable? What is the one thing someone will remember?
Match implementation complexity to the aesthetic vision. Maximalist designs need elaborate code with extensive animations and effects. Minimalist designs need restraint, precision, and careful attention to spacing, typography, and subtle details. Elegance comes from executing the vision well, not from intensity.
Prerequisites
Time Estimate
15-45 minutes depending on use case complexity
Steps
Common Pitfalls
✓ Do
✗ Don't
💡 Pro Tips
✓ Use when
Use when skill capabilities match your task, clear ROI on time saved, and you can validate outputs. Best for repetitive tasks, learning, and quality improvement.
✗ Avoid when
Avoid when task requires deep expertise you can't validate, involves sensitive decisions, or when learning process is more valuable than speed of completion.
anthropics/claude-code
github/awesome-copilot
sickn33/antigravity-awesome-skills
leonxlnx/taste-skill
erichowens/some_claude_skills
hyperb1iss/hyperskills
Solid pick for teams standardizing on skills: frontend-design is focused, and the summary matches what you get after install.
Keeps context tight: frontend-design is the kind of skill you can hand to a new teammate without a long onboarding doc.
Registry listing for frontend-design matched our evaluation — installs cleanly and behaves as described in the markdown.
frontend-design has been reliable in day-to-day use. Documentation quality is above average for community skills.
frontend-design is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
frontend-design fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
Keeps context tight: frontend-design is the kind of skill you can hand to a new teammate without a long onboarding doc.
Keeps context tight: frontend-design is the kind of skill you can hand to a new teammate without a long onboarding doc.
We added frontend-design from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
Useful defaults in frontend-design — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
showing 1-10 of 56