From memi
Builds a compact, repository-specific design brief covering tokens, components, routes, conventions, and verification commands before UI work.
How this skill is triggered — by the user, by Claude, or both
Slash command
/memi:remember-design-systemThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Build design context from the repository instead of guessing from the prompt. This is a preflight for UI work, not a request to redesign the product.
Build design context from the repository instead of guessing from the prompt. This is a preflight for UI work, not a request to redesign the product.
Translate the user's task into a short intent, then run from the repository root:
npx -y @memi-design/[email protected] agent brief . --intent "<user's interface task>" --detail compact --json
If the task changes colors, spacing, typography, radii, or shadows, add token evidence:
npx -y @memi-design/[email protected] tokens --from ./src --report --json
--detail standard only when compact output omits evidence needed for the edit.Before editing, state the components and tokens you will reuse. After editing, cite files changed, evidence followed, checks run, and any design assumptions that remain.
npx claudepluginhub sarveshsea/memi --plugin memiUse when operating in a codebase that employs an existing design system (shadcn/ui, Material UI, Ant Design, Chakra, etc.), when you need to identify which system a project uses, or when setting up a design system for a project that lacks one
Manages design systems by detecting reusable UI patterns, extracting design tokens, organizing components with Atomic Design, and warning on hard-coded values or duplicates. Activates on component libraries, style guides, or patterns.
Automates design system construction from repository analysis: extracts patterns, builds OKLCH token hierarchies, implements accessible components with tests, verifies via multi-reviewer panels.