From ih-designer
Evaluate an existing design or design system for quality and consistency, and report concrete fixes. Use when a project already has a design system or built UI and you want to check whether it holds together — consistent corner rounding, values on the scale, tokens vs. one-off colors, real visual hierarchy, and no lazy patterns like boxes-nested-in-boxes or everything-is-a-gray-card. Produces a prioritized findings list with specific fixes that get integrated into the target project's repository. Run detect-design-system first to know what the system is before judging whether it's applied well.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ih-designer:design-auditThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
When a project already has a design system or a built-out UI, designer's job shifts from building to **evaluating**: does it actually hold together, and is it applied consistently and well? Run `detect-design-system` first to learn what the system *is*; this skill judges how well it's *used*. Findings and fixes are integrated into the **target project's repository**.
When a project already has a design system or a built-out UI, designer's job shifts from building to evaluating: does it actually hold together, and is it applied consistently and well? Run detect-design-system first to learn what the system is; this skill judges how well it's used. Findings and fixes are integrated into the target project's repository.
border-radius values off the radius scale?ease-in on enters); infinite loops.ux-principles)detect-design-system (what the tokens/scale/language are).impeccable (audit/critique) and emil-design-skills (motion detail) for deeper, specialized passes when warranted.A prioritized findings list, most impactful first. Each finding:
--radius-md: 10px; 4 components currently use 6/8/12px"; "remove the inner card border in SettingsPanel — collapse two nested containers into one").Group fixes into quick wins vs. structural changes. Apply them in the target project's repo, honoring its existing system — an audit tightens a project's own identity, it never swaps in a different one. When a heuristic and the project's intentional style seem to conflict, flag it and confirm rather than "correcting" a deliberate choice.
npx claudepluginhub weberswords/designer --plugin ih-designerGuides 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.