>- Generate several distinct design directions from one HTML source plus a contrast sheet that shows every direction side by side. Use when the user says /reimagine-it variations, "show me options", "give me three takes", "which direction works best", or wants to compare design directions before Part of the reimagine-it Content-Derived Design suite.
npx skills add https://github.com/Kayforkind/reimagine-it --skill reimagine-it-variations
Parent: ../SKILL.md — the full Content-Derived Design engine. This sub-skill handles only multi-direction exploration.
Generates 2–8 distinct directions from one source plus an index.html
contrast sheet that lays them out side by side with per-direction quality,
fidelity, and voice. One seed reproduces the whole set.
npx reimagine-it variations -i page.html -n 4 -o review/
npx reimagine-it variations -i page.html -n 4 --seed 42 -o review/ # reproducible
npx reimagine-it variations -i page.html -n 4 --ref house.lock.json # on-brand
Output per run:
| File | What it is |
|------|-----------|
| variation-1-<token>.html … | One standalone page per direction |
| index.html | Contrast sheet: all directions side by side |
| variations.json | Ranked report: token, seed, voice, fit, quality, fidelity |
-n 3 unless the user asked for a different count.variations.json back to the user: rank, token, quality, fidelity.npx reimagine-it -i page.html -t <token> --seed <seed>.
Part of reimagine-it — MIT.
Take kayforkind/reimagine-it-variations from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.
The instructions reference npx.
Without those the skill loads but fails at the first command.