Getting started
CRISP installs in under a minute and works in every major AI coding harness. Three steps: install the skills, teach them your product, run your first evaluation.
1. Install the skills
npx skills add @laith-wallace/crisp
The installer auto-detects your AI harness — Claude Code, Cursor, Antigravity, VS Code Copilot, Gemini CLI, or Codex CLI — and writes the skills into your project as ordinary files you own. They land where your harness expects them: .claude/ for Claude Code, .cursor/ for Cursor, .agents/skills/ for Antigravity. Nothing updates behind your back.
2. Teach it your product
Run /crisp-teach once per project. It interviews you about your users, your design system, and what good looks like for your product, then writes .crisp.md to your project root. Every other CRISP command reads that file automatically, in every later session — your context is never lost.
You can skip this step: /crisp-audit and /crisp-review work on any design without project context. Teaching first just makes them significantly more accurate.
3. Run your first evaluation
- /crisp-review — a grade A–F and the top three issues, in thirty seconds. Use it while iterating.
- /crisp-audit — the full five-dimension scorecard with P0–P3 severity and a prioritised fix list. Use it before shipping.
No CLI at all
Paste your product's URL into the free audit — a full CRISP scorecard in seconds, no account, no install.
Next: The CRISP workflow — which command to reach for at each stage.