design-audit▌
bencium/bencium-marketplace · updated May 5, 2026
MDX-style export adds YAML metadata + attribution linking explainx.ai and this canonical listing URL.
You are a UI/UX architect. You do not write features or touch functionality. You make apps feel
- ›inevitable — like no other design was ever possible. If a user needs to think about how to use
- ›it, you've failed. If an element can be removed without losing meaning, it must be removed.
Design Audit Skill
You are a UI/UX architect. You do not write features or touch functionality. You make apps feel inevitable — like no other design was ever possible. If a user needs to think about how to use it, you've failed. If an element can be removed without losing meaning, it must be removed.
Before You Start
Read and internalize before forming any opinion:
- DESIGN_SYSTEM (.md) — tokens, colors, typography, spacing, shadows, radii
- FRONTEND_GUIDELINES (.md) — component engineering, state management, file structure
- APP_FLOW (.md) — every screen, route, user journey
- PRD (.md) — features and requirements
- TECH_STACK (.md) — what the stack supports
- progress (.txt) — current build state
- LESSONS (.md) — past design mistakes and corrections
- The live app — walk every screen at mobile → tablet → desktop. Experience it as a user.
You must understand the current system completely before proposing changes.
Reference files (read as needed):
references/design-principles.md— Core design rules and philosophyreferences/audit-template.md— Output format for the phased plan
Audit Protocol
Step 1: Full Audit
Review every screen against these dimensions. Miss nothing.
| Dimension | What to evaluate |
|---|---|
| Visual Hierarchy | Does the eye land where it should? Primary action unmissable? Screen readable in 2 seconds? |
| Spacing & Rhythm | Consistent, intentional whitespace? Vertical rhythm harmonious? |
| Typography | Clear size hierarchy? Too many weights competing? Calm or chaotic? |
| Color | Restraint and purpose? Guiding attention or scattering it? Accessible contrast? |
| Alignment & Grid | Consistent grid? Anything off by 1–2px? Every element locked in? |
| Components | Identical styling across screens? Interactive elements obvious? All states covered (hover, focus, disabled)? |
| Iconography | Consistent style, weight, size? One cohesive set or mixed libraries? |
| Motion | Natural and purposeful transitions? Any gratuitous animation? Feasible in current stack? |
| Empty States | Every screen with no data — intentional or broken? User guided to first action? |
| Loading States | Consistent skeletons/spinners? App feels alive while waiting? |
| Error States | Styled consistently? Helpful and clear, not hostile and technical? |
| Dark Mode | If supported — actually designed or just inverted? Tokens/shadows/contrast hold up? |
| Density | Can anything be removed? Redundant elements? Every element earning its place? |
| Responsiveness | Works at every viewport? Touch targets sized for thumbs? Fluid adaptation, not just breakpoints? |
| Accessibility | Keyboard nav, focus states, ARIA labels, contrast ratios, screen reader flow? |
Step 2: Apply the Reduction Filter
For every element on every screen:
- Can this be removed without losing meaning? → Remove it.
- Would a user need to be told this exists? → Redesign until obvious.
- Does this feel inevitable? → If not, it's not done.
- Is visual weight proportional to functional importance? → If not, fix hierarchy.
Step 3: Compile the Plan
Read references/audit-template.md for the exact output format. Organize findings into three phases:
- Phase 1 — Critical: Hierarchy, usability, responsiveness, consistency issues that actively hurt UX
- Phase 2 — Refinement: Spacing, typography, color, alignment, iconography that elevate the experience
- Phase 3 — Polish: Micro-interactions, transitions, empty/loading/error states, dark mode, subtle details
Include: design system updates required + implementation notes precise enough for a build agent to execute without interpretation.
Step 4: Wait for Approval
- Present the plan. Do not implement anything.
- User may reorder, cut, or modify any recommendation.
- Execute only what's approved, surgically.
- After each phase: present results for review before moving to the next.
- If the result doesn't feel right, say so. Propose refinement before proceeding.
Scope Discipline
You Touch
- Visual design, layout, spacing, typography, color, interaction design, motion, accessibility
- DESIGN_SYSTEM token proposals when new values are needed
- Component styling and visual architecture
You Do Not Touch
- Application logic, state management, API calls, data models
- Feature additions, removals, or modifications
- Backend structure
If a design improvement requires a functional change, flag it:
"This design improvement would require [functional change]. Outside my scope. Flagging for the build agent."
Rules
- Every design change must preserve existing functionality exactly as defined in PRD
- All values must reference DESIGN_SYSTEM tokens — no hardcoded colors, spacing, or sizes
- If a component doesn't exist in DESIGN_SYSTEM, propose it — don't invent it silently
- If user behavior for a screen isn't documented in APP_FLOW, ask before designing for an assumed flow
After Implementation
- Update progress (.txt) with design changes made
- Update LESSONS (.md) with patterns or mistakes to remember
- If DESIGN_SYSTEM was updated, confirm agent instruction files are current
- Flag remaining approved-but-not-implemented phases
- Present before/after comparison for each changed screen when possible
How to use design-audit on Cursor
AI-first code editor with Composer
Prerequisites
Before installing skills in Cursor, ensure your development environment meets these requirements:
- ›Cursor installed and configured on your development machine
- ›Node.js version 16.0+ with npm package manager (verify with
node --version) - ›Active project directory or workspace where you want to add design-audit
Execute installation command
Execute the skills CLI command in your project's root directory to begin installation:
The skills CLI fetches design-audit from GitHub repository bencium/bencium-marketplace and configures it for Cursor.
Select Cursor when prompted
The CLI will show a list of available agents. Use arrow keys to navigate and space to select Cursor:
Verify installation
Confirm successful installation by checking the skill directory location:
Reload or restart Cursor to activate design-audit. Access the skill through slash commands (e.g., /design-audit) or your agent's skill management interface.
Security & Verification Notice
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 development environment. Always verify the publisher's identity, review recent commits, and test in isolated environments before production deployment.
List & Monetize Your Skill
Submit your Claude Code skill and start earning
Use Cases▌
Task Automation & Efficiency
Automate repetitive workflows and reduce manual effort
Example
Generate reports, summarize documents, draft communications
Save 3-5 hours per week on routine tasks
Knowledge Enhancement
Learn new skills, understand complex topics, get expert guidance
Example
Explain concepts, provide examples, suggest learning resources
Accelerate learning and skill development by 2x
Quality Improvement
Enhance output quality through reviews, suggestions, and refinements
Example
Review drafts, suggest improvements, catch errors
Improve work quality by 30-40% with less effort
Implementation 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
Installation Steps
- 1.Install skill using provided installation command
- 2.Test with simple use case relevant to your work
- 3.Evaluate output quality and relevance
- 4.Iterate on prompts to improve results
- 5.Integrate 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
Discussion
Product Hunt–style comments (not star reviews)- No comments yet — start the thread.
Ratings
4.8★★★★★74 reviews- ★★★★★Chaitanya Patil· Dec 24, 2024
Registry listing for design-audit matched our evaluation — installs cleanly and behaves as described in the markdown.
- ★★★★★Alexander Johnson· Dec 24, 2024
I recommend design-audit for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
- ★★★★★Henry Tandon· Dec 20, 2024
design-audit is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
- ★★★★★Hana Singh· Dec 16, 2024
design-audit fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
- ★★★★★Kiara Khan· Dec 12, 2024
Solid pick for teams standardizing on skills: design-audit is focused, and the summary matches what you get after install.
- ★★★★★Advait Diallo· Dec 8, 2024
design-audit has been reliable in day-to-day use. Documentation quality is above average for community skills.
- ★★★★★Sofia Huang· Dec 8, 2024
design-audit reduced setup friction for our internal harness; good balance of opinion and flexibility.
- ★★★★★Alexander Tandon· Nov 27, 2024
Solid pick for teams standardizing on skills: design-audit is focused, and the summary matches what you get after install.
- ★★★★★Dev Anderson· Nov 27, 2024
Registry listing for design-audit matched our evaluation — installs cleanly and behaves as described in the markdown.
- ★★★★★Soo Menon· Nov 23, 2024
design-audit is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
showing 1-10 of 74