Retheme
Applies an approved design lane to a React+Tailwind site, tokens-first, with a build+screenshot check after every pass.
Test report
- Verdict
- Works with setup
- Score
- Tested
- Jul 15, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · 545a01b
SKILL.md leans on ${CLAUDE_PLUGIN_ROOT}/rules/anti-slop-checklist.md, /scripts/screenshot.mjs, and /rules/client-report.md, none of which live inside skills/retheme/ - they're at the plugin root (rules/, scripts/), so a bare `cp -r skills/retheme` per this benchmark's install method ships a skill that cannot run its own mandated build+screenshot verification or checklist; the project's real, documented install path is `/plugin marketplace add aahil62/unslop` + `/plugin install unslop@unslop`, which does resolve correctly.
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 7/10
- Docs & honesty 5/5
What Retheme does
Part of the Unslop plugin's audit -> interview -> retheme pipeline: takes an approved unslop/LANE.md and re-themes a shipped React+Tailwind site pass by pass (tokens, typography, sections, states/motion, exit audit), requiring a clean build and fresh screenshots after each pass. Triggers on 'retheme', 'apply the lane', or after /unslop:interview produces an approved lane.
How to install Retheme
git clone https://github.com/aahil62/unslop
cd unslop
mkdir -p ~/.claude/skills
cp -r skills/retheme ~/.claude/skills/retheme
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Retheme
-
/rethemeApplies an approved design lane to a React+Tailwind site, tokens-first, with a build+screenshot check after every pass.
It also activates on plain-language prompts like these:
-
Apply our approved design lane to this React Hero component's tokens -
Retheme this Tailwind site pass by pass and screenshot after each step -
Update the typography pass on our site per the approved LANE.md
Frequently asked questions
- Is the Retheme skill free?
- Yes. The skill itself is free from aahil62/unslop. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Retheme work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 15, 2026. Verdict: Works with setup. SKILL.md leans on ${CLAUDE_PLUGIN_ROOT}/rules/anti-slop-checklist.md, /scripts/screenshot.mjs, and /rules/client-report.md, none of which live inside skills/retheme/ - they're at the plugin root (rules/, scripts/), so a bare `cp -r skills/retheme` per this benchmark's install method ships a skill that cannot run its own mandated build+screenshot verification or checklist; the project's real, documented install path is `/plugin marketplace add aahil62/unslop` + `/plugin install unslop@unslop`, which does resolve correctly.
- What is the Retheme SkillProof Score?
- 8.0/10 — installs cleanly 3/5, triggers reliably 5/5, output vs. baseline 7/10, docs & honesty 5/5.
- How do I install Retheme?
- 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 Retheme 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.