Craft

One-shot dashboard/landing/auth builder: pixel-exact recipe, states as build steps, hard acceptance bar.

Works with setup

Test report

Verdict
Works with setup
Score
7.6/10
Tested
Jul 13, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · 05b7faa

The recipe files craft/SKILL.md links to at 'references/recipe-dashboard.md' etc. don't live in the craft/ folder at all — they're one directory over in the sibling ui-craft skill, so a standalone copy of just 'craft' 404s on its own instructions. Once pointed at the right folder it earns its keep: the default 'Command' composition specs an exact 240px sidebar, a dominant work-queue table, and named responsive breakpoints, none of which a freeform 'build me a dashboard' answer produced.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 3/5
  • Triggers reliably 5/5
  • Output vs. baseline 8/10
  • Docs & honesty 3/5

What Craft does

Builds a complete, shippable UI surface (dashboard, landing page, or auth flow) from a named outcome recipe in one pass — locks composition and theme from a short Q&A, follows an exact build order (tokens, shell, hero tier, states, keyboard), then runs an acceptance checklist that must fully pass before reporting done. Trigger on 'build me a dashboard' or 'craft a landing page' when a shippable result is wanted, not on component-level tweaks like padding or color-only questions.

How to install Craft

git clone https://github.com/educlopez/ui-craft
cd ui-craft
mkdir -p ~/.claude/skills
cp -r .agents/skills/craft ~/.claude/skills/craft

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger Craft

  • /craft One-shot dashboard/landing/auth builder: pixel-exact recipe, states as build steps, hard acceptance bar.

It also activates on plain-language prompts like these:

  • Build me a complete admin dashboard in one shot, states and all
  • Craft a landing page that's fully shippable, not just a draft
  • I need an auth flow built end to end with a hard acceptance bar

Frequently asked questions

Is the Craft skill free?
Yes. The skill itself is free from educlopez/ui-craft. SkillProof publishes the install command and an independent test verdict at no cost.
Does Craft work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 13, 2026. Verdict: Works with setup. The recipe files craft/SKILL.md links to at 'references/recipe-dashboard.md' etc. don't live in the craft/ folder at all — they're one directory over in the sibling ui-craft skill, so a standalone copy of just 'craft' 404s on its own instructions. Once pointed at the right folder it earns its keep: the default 'Command' composition specs an exact 240px sidebar, a dominant work-queue table, and named responsive breakpoints, none of which a freeform 'build me a dashboard' answer produced.
What is the Craft SkillProof Score?
7.6/10 — installs cleanly 3/5, triggers reliably 5/5, output vs. baseline 8/10, docs & honesty 3/5.
How do I install Craft?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use Craft with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.