Delight

Adds one tasteful micro-interaction to a UI — no confetti, no bounce, no emoji spam.

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 · 1eeef4a

Ran a save-toast delight task: the baseline reached for confetti, an emoji-caps toast, and bounce easing; the skill-guided version banned exactly those three and shipped a named-item toast instead ('"Q3 Report" saved' vs 'Success!'). But 2 of 3 referenced files (references/motion.md, ../examples/animation-storyboard.md) 404 at the stated relative paths — they only exist under the sibling ui-craft skill, which the catalog install line doesn't pull in.

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

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

What Delight does

A focused delight pass that adds one or two memorable micro-interactions — sharper toast copy, coordinated hover states, a signature detail — gated by explicit bans on bounce easing, confetti, and emoji spam. Triggers when a UI works but feels generic or the user asks to 'add personality' / 'make it feel special'. It is written as a sub-skill of the parent ui-craft skill, and a standalone install is missing the reference docs it points to.

How to install Delight

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

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

Commands — how to trigger Delight

  • /delight Adds one tasteful micro-interaction to a UI — no confetti, no bounce, no emoji spam.

It also activates on plain-language prompts like these:

  • This UI works but feels generic, add one tasteful micro-interaction
  • Give this button and toast some personality without going overboard
  • Add a signature detail to make this hover state feel more memorable

Frequently asked questions

Is the Delight 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 Delight work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 13, 2026. Verdict: Works with setup. Ran a save-toast delight task: the baseline reached for confetti, an emoji-caps toast, and bounce easing; the skill-guided version banned exactly those three and shipped a named-item toast instead ('"Q3 Report" saved' vs 'Success!'). But 2 of 3 referenced files (references/motion.md, ../examples/animation-storyboard.md) 404 at the stated relative paths — they only exist under the sibling ui-craft skill, which the catalog install line doesn't pull in.
What is the Delight SkillProof Score?
7.6/10 — installs cleanly 2/5, triggers reliably 5/5, output vs. baseline 9/10, docs & honesty 3/5.
How do I install Delight?
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 Delight 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.