# Design Sandbox Proof

> Use design-sandbox as the public proof repo for memi, MCP, Agent Skills, and interface craft.

- Skill: `memi-design/design-sandbox-proof` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add memi-design/design-sandbox-proof`
- Raw SKILL.md: https://api.skillmd.com/api/skills/memi-design/design-sandbox-proof/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: memi-design (https://skillmd.com/u/memi-design)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/memi-design/design-sandbox-proof

---


# Design Sandbox Proof

> Deprecated compatibility slug. Use `memoire-design-tooling` for current setup and release-surface verification.

Use this Note when a user asks for a real repo that proves memi works with app code, MCP, Agent Skills, Tailwind, shadcn, UX audit, and interface craft.

## Clone and verify

```bash
git clone https://github.com/sarveshsea/design-sandbox.git
cd design-sandbox
pnpm install
pnpm memi:agent
pnpm memi:diagnose
pnpm memi:ux
memi craft audit . --json
pnpm memi:tokens
pnpm verify
```

## What to inspect

- `.agents/skills/memoire-design-tooling/SKILL.md`
- `.mcp.json`
- `memoire.agent.yaml`
- `AGENTS.md`
- package scripts for memi proof commands
- UI routes that should remain Tailwind/shadcn compatible

## Proof language

Use design-sandbox as the external "show me" surface:

```text
design-sandbox is the public memi proof workspace: a small Next.js/Tailwind/shadcn repo wired with MCP, Agent Skills, memi diagnostics, UX audit, interface craft, tokens, and verification commands.
```

## Sources

- https://github.com/sarveshsea/design-sandbox
- https://github.com/sarveshsea/memi
- https://www.npmjs.com/package/@memi-design/cli

