reimagine-it-variations

reimagine-it-variations is a skill for Claude Code from Kayforkind/reimagine-it. It costs 103 tokens per session (718 once invoked), scanned A, original, MIT.

A design exploration skill that creates several distinct versions of one HTML page and an index page showing them side by side. It also records reproducible run details and comparison results.

In plain words
What is it for?
Use it to generate multiple HTML design options, compare their structure and fit, and identify a direction to develop further.
Why use it?
It lets you compare alternative page structures and visual directions before choosing one. A saved seed makes the same set of variations reproducible.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions Codex; mentions Gemini CLI.

Part of the reimagine-it plugin — 7 skills, 1 command shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/kayforkind/reimagine-it/variations
Any agent
npx skills add Kayforkind/reimagine-it --skill variations
Clone the repo
git clone --depth 1 https://github.com/Kayforkind/reimagine-it

Made for: Claude Code.

Or install reimagine-it, the plugin that ships this one along with the rest of its 7 skills, 1 command.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for reimagine-it-variations

README.md
[![agentmods](https://agentmods.dev/badge/skills/kayforkind/reimagine-it/variations.svg)](https://agentmods.dev/skills/kayforkind/reimagine-it/variations)
Your own site
<a href="https://agentmods.dev/skills/kayforkind/reimagine-it/variations"><img src="https://agentmods.dev/badge/skills/kayforkind/reimagine-it/variations.svg" alt="Measured on agentmods" height="20"></a>
Per session 103 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 718 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00103 $0.00718
Opus 5 $0.00051 $0.00359
Sonnet 5 $0.00021 $0.00144
Haiku 4.5 $0.00010 $0.00072

Measured yesterday against content hash b7297a3c8ff5, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

reimagine-it-variations scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/reimagine-it/variations/SKILL.md · 81 lines

What it actually says

/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.

Usage

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

Procedure

  1. Run with -n 3 unless the user asked for a different count.
  2. Read variations.json back to the user: rank, token, quality, fidelity.
  3. Name the structural difference between the top two — not just the colors.
  4. Print the seed and tell the user how to reproduce the set.
  5. Once a direction is chosen, generate it standalone with npx reimagine-it -i page.html -t <token> --seed <seed>.

Must not

  • Present variations as options when fidelity is below 80% for any of them
  • Describe two variations as different if they share a silhouette
  • Lose the seed — the set is only reviewable if it is reproducible
  • Skip the contrast sheet; side-by-side comparison is the point

Part of reimagine-it — MIT.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. yesterday First seen · 81 lines · 103 tokens per session scan A b7297a3c8ff5

Subscribe to this mod's changes

reimagine-it-variations is a skill published in the GitHub repository Kayforkind/reimagine-it (37 stars, last pushed yesterday), licensed MIT. It adds 103 tokens to every session and 718 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-05.

Related

Other skills, from other repositories

Accessibility Audit Helper

Reviews UI code and components for WCAG 2.1 accessibility violations and provides specific fixes.

Notysoty/openagentskills · 23 tokens

21st-ui

Find, install, and generate UI with 21st.dev. Use when the user asks for a UI component (pricing table, hero, navbar, dashboard, form, etc.), wants design inspiration, needs a brand logo as an SVG component, or wants to generate new UI from a prompt.

21st-dev/magic-mcp · 63 tokens

vercel-composition-patterns

React composition patterns that scale. Use when refactoring components with boolean prop proliferation, building flexible component libraries, or designing reusable APIs. Triggers on tasks involving compound components, render props, context providers, or component architecture. Includes React 19 API changes.

calesthio/OpenMontage · 58 tokens

frontend

Builds, styles, and polishes web UI and UX. Use for any frontend, page, component, styling, layout, animation, or visual-quality task, or when asked to make an interface look or feel a certain way.

code-yeongyu/oh-my-openagent · 49 tokens

openai-frontend-design

Use for new frontend applications, dashboards, games, creative websites, hero sections, and visually driven UI from scratch, or when the user explicitly asks for a redesign/restyle/modernization. Builds from clean, airy, high-taste, readable image-generated concept design with section-specific references, faithful…

fcakyon/claude-codex-settings · 71 tokens

layout-skill

Layer A layout-mechanics reference. Stacks on any style skill when the screen is an app shell, dashboard, settings, list-detail, mail/inbox, or any layout with fixed regions plus a scrolling body — or when a layout breaks under long, empty, or unbroken content. Owns spatial structure and scroll ownership; owns zero…

code-yeongyu/oh-my-openagent · 88 tokens