From ui-ux-suite
Full project design audit that orchestrates all agents, scores across 12 dimensions, generates prioritized action plan
How this skill is triggered — by the user, by Claude, or both
Slash command
/ui-ux-suite:design-auditWhen to use
audit design|design review|UX audit|how does my design look|review my UI|design audit
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run a comprehensive design audit on the current project or a specified path.
Run a comprehensive design audit on the current project or a specified path.
/design-audit # Audit current project
/design-audit /path/to/project # Audit specific project
uiux_knowledge_query with listFiles: true to get the full inventoryknowledge/INDEX.md for the mapping)uiux_scan_project to detect framework, styling, component library, theme systemcolor-analyst - Color system diagnosistypography-analyst - Typography system diagnosislayout-analyst - Layout, spacing, grid analysiscomponent-reviewer - Component quality and consistencyaccessibility-auditor - WCAG compliance checkinteraction-analyst - Motion, transitions, feedbackpsychology-analyst - Cognitive load, hierarchy, trustvisual-style-advisor - Style direction evaluationplatform-advisor - Platform convention adherenceux-flow-analyst - Navigation and user flowsperformance-ux-analyst - Loading and perceived speeduiux_score_overall to calculate weighted totalLaunch agents in parallel waves:
Wave 1 (always): color-analyst, typography-analyst, layout-analyst, accessibility-auditor, component-reviewer Wave 2 (always): interaction-analyst, psychology-analyst, visual-style-advisor Wave 3 (if applicable): platform-advisor (if mobile/cross-platform), ux-flow-analyst (if has routing), performance-ux-analyst (if has data fetching/images)
Full audit report saved to design-audit-report.md in the project root.
Score card displayed inline for quick overview.
Each finding may cite one or more UX laws inline (for example, [!] psychology: 12-item nav menu - violates Hick's Law, Choice Overload). When any finding carries laws, the report ends with a ## Laws of UX Coverage markdown table summarizing violation counts and worst offenders per law. Agents look up law display names and primary-source citations from knowledge/laws-of-ux.md and the uiux_laws_query MCP tool.
npx claudepluginhub aboudjem/ui-ux-suiteGuides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.
Dispatches multiple subagents concurrently for independent tasks without shared state. Use when facing 2+ unrelated failures or subsystems that can be investigated in parallel.