AGENT SKILLS
Give your coding agent design evidence
Memi skills inspect the repository your agent is already editing. Start with one job and one command. No account, API key, Figma file, global install, or daemon is required.
START HERE
Audit before the first UI edit
TERMINAL
npx skills add memi-design/memi --skill audit-frontend-designThen ask: “Audit this frontend before editing it. Prioritize the five fixes that will matter most to users.”
CHOOSE THE JOB
Three focused skills
audit-frontend-designFind accessibility, hierarchy, token, state, and responsive issues with file-level evidence.
npx skills add memi-design/memi --skill audit-frontend-designremember-design-systemLoad compact repository-specific context before an agent builds or refactors interface code.
npx skills add memi-design/memi --skill remember-design-systemenforce-design-ciAdd deterministic pull-request checks for new UI regressions, with SARIF and baseline support.
npx skills add memi-design/memi --skill enforce-design-ciWHAT HAPPENS
The skill calls the published CLI
- The agent runs
npx -y @memi-design/cli@2.7.9only when the task needs repository evidence. - Audits use
--no-writeand require no setup. - Findings cite source files and re-run deterministically; no LLM is used in the enforcement path.
- The broader
memoire-design-toolingrouter remains available for MCP, Figma, research, scaffolding, and registry workflows.