Skip to content

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.

Audit before the first UI edit

TERMINAL
npx skills add sarveshsea/memi --skill audit-frontend-design

Then ask: “Audit this frontend before editing it. Prioritize the five fixes that will matter most to users.”

Three focused skills

audit-frontend-designFind accessibility, hierarchy, token, state, and responsive issues with file-level evidence.npx skills add sarveshsea/memi --skill audit-frontend-design
remember-design-systemLoad compact repository-specific context before an agent builds or refactors interface code.npx skills add sarveshsea/memi --skill remember-design-system
enforce-design-ciAdd deterministic pull-request checks for new UI regressions, with SARIF and baseline support.npx skills add sarveshsea/memi --skill enforce-design-ci

The skill calls the published CLI

  • The agent runs npx -y @memi-design/cli@2.5.0 only when the task needs repository evidence.
  • Read-only audits use --no-write and require no setup.
  • Findings cite source files and re-run deterministically; no LLM is used in the enforcement path.
  • The broader memoire-design-tooling router remains available for MCP, Figma, research, scaffolding, and registry workflows.