From memi
Provides interface evidence for UI edits: audits frontend design, remembers design systems, enforces design CI, scaffolds components, and works with Figma, shadcn, Tailwind, and SwiftUI.
How this skill is triggered — by the user, by Claude, or both
Slash command
/memi:memoire-design-toolingThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Memi gives coding agents repository-specific interface evidence before they edit UI. Start with the smallest workflow that answers the task; Figma, global installation, and a daemon are optional.
Memi gives coding agents repository-specific interface evidence before they edit UI. Start with the smallest workflow that answers the task; Figma, global installation, and a daemon are optional.
audit-frontend-design.remember-design-system.enforce-design-ci.build-swiftui-interface.Install one focused skill directly:
npx skills add sarveshsea/memi --skill audit-frontend-design
npx -y @memi-design/[email protected] agent brief . --intent "<interface task>" --detail compact --json
Use --detail standard only when the compact brief lacks evidence needed for the edit.
memi agent install --dry-run --json
memi scaffold component EvidenceCard --level organism --json
memi ios brief --intent "<SwiftUI task>" --detail compact --json
memi ios scaffold FeatureName --kind screen --module AppModule --json
memi research design --intent "<task>" --json
memi shadcn export --out public/r --json
memi mcp start --no-figma
Review dry-run output before writes. Every created component must state its Atomic Design level, reuse local or shadcn primitives, and use semantic tokens instead of raw hex values.
file:line findings and existing components or tokens.Do not claim visual correctness from source checks alone. When rendered behavior matters, verify the actual route at desktop and mobile viewports.
npx claudepluginhub sarveshsea/memi --plugin memiBuilds a compact, repository-specific design brief covering tokens, components, routes, conventions, and verification commands before UI work.
Automates design handoff from Figma to code: extracts tokens, maps components, detects drift, and generates implementation plans. Reduces handoff time from hours to minutes.
MCP-based skill for UI design and frontend visual work. Guides building, redesigning, and polishing interfaces with design direction, refactoring, and CSS techniques.