From memi
Audits React, Next.js, Tailwind, and shadcn interfaces for accessibility, hierarchy, tokens, states, and responsive design before editing code. Runs deterministic CLI checks on the source tree.
How this skill is triggered — by the user, by Claude, or both
Slash command
/memi:audit-frontend-designThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Audit the real source tree before proposing UI changes. Memi's checks are deterministic and file-anchored; no Figma connection or background process is required.
Audit the real source tree before proposing UI changes. Memi's checks are deterministic and file-anchored; no Figma connection or background process is required.
From the repository root:
npx -y @memi-design/[email protected] diagnose . --json --no-write --fail-on none
For UX behavior and visual craft detail, run only the relevant follow-up:
npx -y @memi-design/[email protected] ux audit . --json --no-write
npx -y @memi-design/[email protected] craft audit . --json --no-write
Use --screenshot <path> with craft audit when the user provides a rendered screen.
diagnose before broad UI edits.Lead with actionable findings:
| Priority | Evidence | Change |
|---|---|---|
| High | path/to/file.tsx:line and rule id | Specific code-level fix |
Include the command run, before/after score, files changed, and unresolved risks. Never replace source evidence with generic taste advice.
npx claudepluginhub sarveshsea/memi --plugin memiAudits frontend code for design consistency, accessibility (WCAG AA), responsive behavior, and UI/UX best practices before deployment or after design system changes.
Reviews UI/frontend code against a design rubric, scoring 0-100 with prioritized fixes. Identifies why interfaces look AI-generated, focusing on coherence, color, typography, and layout. Useful for React/Tailwind/HTML.
Audits frontend design system consistency: color palettes, UI/UX patterns, component styling, and accessibility. Useful for reviewing design debt and ensuring visual harmony.