Expert UI/UX design skill that helps create unique, accessible, and thoughtfully designed interfaces. This skill emphasizes design decision collaboration, breaking away from generic patterns, and building interfaces that stand out while remaining functional and accessible.
Works with
AI-first code editor with Composer
Before installing skills in Cursor, ensure your development environment meets these requirements:
node --versionbencium-controlled-ux-designerExecute the skills CLI command in your project's root directory to begin installation:
Fetches bencium-controlled-ux-designer from bencium/bencium-claude-code-design-skill 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 bencium-controlled-ux-designer. Access via /bencium-controlled-ux-designer 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
44
total installs
44
this week
141
GitHub stars
0
upvotes
Run in your terminal
44
installs
44
this week
141
stars
Expert UI/UX design skill that helps create unique, accessible, and thoughtfully designed interfaces. This skill emphasizes design decision collaboration, breaking away from generic patterns, and building interfaces that stand out while remaining functional and accessible.
CRITICAL: Design Decision Protocol
Avoid Generic Training Dataset Patterns:
Draw Inspiration From:
Visual Interest Strategies:
Simplicity Through Reduction
Material Honesty
Examples:
Functional Layering (Not Visual Depth)
Obsessive Detail
Coherent Design Language
Invisibility of Technology
Color Usage:
Typography:
Animation:
Spacing:
Before presenting any design, verify:
Design System Framework:
For understanding what's fixed (universal rules), project-specific (brand personality), and adaptable (context-dependent) in your design system, see DESIGN-SYSTEM-TEMPLATE.md (meta-framework, project templates, decision trees).
Color System Architecture:
Every interface needs two color roles:
Base/Neutral Palette (4-5 colors):
Accent Palette (1-3 colors):
Palette Structure Example:
Neutrals: slate-50, slate-100, slate-300, slate-700, slate-900
Accents: teal-500 (primary), amber-500 (warning), red-500 (error)
Color Application Rules:
Color Relationships:
Choose warm or cool intentionally based on brand:
Accent colors should have clear contrast with both:
Intentional Color Usage:
Accessibility:
Unique Color Strategy:
To stand out from generic patterns:
Typography Philosophy:
Typography is a primary design element that conveys personality and hierarchy.
Functional vs Emotional Typography:
Font Selection:
Font Version Usage:
Recommended Sources:
Typographic Scale:
Use mathematical relationships for size hierarchy:
xs: 0.64rem (10px)
sm: 0.8rem (13px)
base: 1rem (16px)
lg: 1.25rem (20px)
xl: 1.563rem (25px)
2xl: 1.953rem (31px)
3xl: 2.441rem (39px)
4xl: 3.052rem (49px)
5xl: 3.815rem (61px)
Typographic Hierarchy:
Spacing & Readability:
Font Pairing Logic:
When using multiple typefaces, create contrast through:
Examples:
UI Typography:
Specific guidance for interface elements:
Responsive Typography:
Scale type sizes across breakpoints:
// Example with Tailwind
<h1 className="text-3xl md:text-4xl lg:text-5xl">
Responsive Headline
</h1>
// Or with CSS clamp (fluid)
h1 {
font-size: clamp(2rem, 5vw, 4rem);
}
Reduce sizes on mobile (20-30% smaller than desktop) Reduce hierarchy levels on small screens (fewer distinct sizes)
Compositional Balance:
Grid Discipline:
gap for spacingSpatial Relationships:
Attention Guidance:
Purposeful Animation:
Every animation must serve a functional purpose:
Animation & Gestalt Principles:
Motion should reinforce visual relationships:
Natural Physics:
Animations should feel organic, not mechanical:
Subtle Restraint:
prefers-reduced-motion media queryTiming Guidelines:
Physics Profiles:
Define consistent durations for element types:
Performance Optimization:
transform and opacity only (GPU-accelerated, smooth 60fps)width, height, top, left, margin (causes reflow/repaint)will-change sparingly for complex animations (pre-allocates GPU resources)Implementation:
framer-motion sparingly and purposefully@media (prefers-reduced-motion: reduce) to disable/reduce animationsExample:
// Simple hover transition
<button className="
transition-colors duration-200 ease-out
bg-blue-600 hover:bg-blue-700
">
Click me
</button>
// Framer Motion for complex interaction
<motion.div
initial={{ opacity: 0, y: 20 }}
animate={{ opacity: 1, y: 0 }}
exit={{ opacity: 0, y: -20 }}
transition={{ durationImplementation Guide
Prerequisites
- โบClaude Desktop or compatible AI client with skill support
- โบClear understanding of task or problem to solve
- โบWillingness to iterate and refine outputs
Time Estimate
15-45 minutes depending on use case complexity
Steps
- 1Install skill using provided installation command
- 2Test with simple use case relevant to your work
- 3Evaluate output quality and relevance
- 4Iterate on prompts to improve results
- 5Integrate into regular workflow if valuable
Common Pitfalls
- โ Expecting perfect results without iteration
- โ Not providing enough context in prompts
- โ Using skill for tasks outside its intended scope
- โ Accepting outputs without review and validation
Best Practices
โ Do
- +Start with clear, specific prompts
- +Provide relevant context and constraints
- +Review and refine all outputs before using
- +Iterate to improve output quality
- +Document successful prompt patterns
โ Don't
- โDon't use without understanding skill limitations
- โDon't skip validation of outputs
- โDon't share sensitive information in prompts
- โDon't expect skill to replace human judgment
๐ก Pro Tips
- โ
Be specific about desired format and style
- โ
Ask for multiple options to choose from
- โ
Request explanations to understand reasoning
- โ
Combine AI efficiency with human expertise
When to Use This
โ 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.
Learning Path
- 1Familiarize yourself with skill capabilities and limitations
- 2Start with low-risk, non-critical tasks
- 3Progress to more complex and valuable use cases
- 4Build expertise through regular use and experimentation
Related Skills
frontend-design
552anthropics/claude-code
Frontendsame categorypremium-frontend-ui
209github/awesome-copilot
Frontendsame categoryui-animation
197mblode/agent-skills
Frontendsame categoryhigh-end-visual-design
156leonxlnx/taste-skill
Frontendsame categoryantigravity-design-expert
123sickn33/antigravity-awesome-skills
Frontendsame categoryinterior-design-expert
96erichowens/some_claude_skills
Frontendsame categoryReviews
4.5โ
โ
โ
โ
โ
54 reviews- EEmma Thompsonโ
โ
โ
โ
โ
Dec 16, 2024
bencium-controlled-ux-designer reduced setup friction for our internal harness; good balance of opinion and flexibility.
- CChaitanya Patilโ
โ
โ
โ
โ
Dec 4, 2024
bencium-controlled-ux-designer has been reliable in day-to-day use. Documentation quality is above average for community skills.
- YYuki Brownโ
โ
โ
โ
โ
Dec 4, 2024
Registry listing for bencium-controlled-ux-designer matched our evaluation โ installs cleanly and behaves as described in the markdown.
- PPiyush Gโ
โ
โ
โ
โ
Nov 23, 2024
Keeps context tight: bencium-controlled-ux-designer is the kind of skill you can hand to a new teammate without a long onboarding doc.
- DDaniel Singhโ
โ
โ
โ
โ
Nov 23, 2024
bencium-controlled-ux-designer reduced setup friction for our internal harness; good balance of opinion and flexibility.
- RRahul Santraโ
โ
โ
โ
โ
Nov 15, 2024
Solid pick for teams standardizing on skills: bencium-controlled-ux-designer is focused, and the summary matches what you get after install.
- FFatima Desaiโ
โ
โ
โ
โ
Nov 7, 2024
Registry listing for bencium-controlled-ux-designer matched our evaluation โ installs cleanly and behaves as described in the markdown.
- FFatima Thompsonโ
โ
โ
โ
โ
Oct 26, 2024
Useful defaults in bencium-controlled-ux-designer โ fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
- SShikha Mishraโ
โ
โ
โ
โ
Oct 14, 2024
We added bencium-controlled-ux-designer from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
- LLayla Agarwalโ
โ
โ
โ
โ
Oct 14, 2024
bencium-controlled-ux-designer is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
showing 1-10 of 54
1 / 6Discussion
Comments โ not star reviews- No comments yet โ start the thread.