reimagine-it-generate

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

A tool for turning an HTML page into a redesigned standalone page or visual such as an infographic, landing page, SVG, or simulation. It derives the design from facts, text, links, dates, numbers, and colours already present in the source.

In plain words
What is it for?
Use it to redesign webpages, make landing pages or infographics, generate creative visual variations, or apply a locked house style to an HTML source.
Why use it?
It changes the composition without inventing the source content. It can also preserve an existing brand style by reusing a saved style reference.

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

Good fit Use it to redesign webpages, make landing pages or infographics, generate creative…

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/kayforkind/reimagine-it/generate
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.

Any agent
npx skills add Kayforkind/reimagine-it --skill generate
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-generate

README.md
[![agentmods](https://agentmods.dev/badge/skills/kayforkind/reimagine-it/generate.svg)](https://agentmods.dev/skills/kayforkind/reimagine-it/generate)
Your own site
<a href="https://agentmods.dev/skills/kayforkind/reimagine-it/generate"><img src="https://agentmods.dev/badge/skills/kayforkind/reimagine-it/generate.svg" alt="Measured on agentmods" height="20"></a>
Per session 137 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 894 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00137 $0.00894
Opus 5 $0.00068 $0.00447
Sonnet 5 $0.00027 $0.00179
Haiku 4.5 $0.00014 $0.00089

Measured today against content hash 91c9ce4e961b, 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-generate 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 today.

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/generate/SKILL.md · 102 lines

How it starts

The opening of the file, as written. The whole thing — 102 lines — stays where its author put it; the contents beside it link to each section on GitHub.

/reimagine-it generate

Parent: ../SKILL.md — the full Content-Derived Design engine. This sub-skill handles only generation of a redesigned page.

The source file is the brief. The engine reads headings, facts, names, dates, numbers, links, emails, and hex colors already in the HTML, derives a palette and motif from them, and writes a stronger standalone page. Source facts are not invented; only the composition changes.

Usage

# Let Auto choose, generate, verify, and explain (recommended first call)
npx reimagine-it --auto -i page.html -o redesign.html

# Pick a direction
npx reimagine-it -i page.html -t infographic -o poster.html

# Pin a creative variation
npx reimagine-it -i page.html -t landing --seed 42 -o landing.html

# Review three verified directions plus a contrast sheet
npx reimagine-it variations -i page.html -n 3 -o review/

# Keep an existing brand: lock, then reuse
npx reimagine-it lock -i house-style.html -o house.lock.json
npx reimagine-it -i page.html --ref house.lock.json -t landing -o on-brand.html

The 17 tokens

webpage · infographic · svg · 3js · simulation · artistic · cinematic · dashboard · photography · landing · editorial · gradient · showcase · motion · glass · lookbook (photoshoots/collections) · particles (living networks)

npx reimagine-it --list describes each. Auto scores every lane against the content and forbids the same silhouette twice.

Procedure

  1. Run Auto first (--auto). Read the printed rationale — it names why the direction fits the content.
  2. Check the fidelity line: the engine reports the percentage of detected source facts preserved. It must be ≥ 80%.
  3. Offer variations when the user wants choice; offer --ref when they want an existing brand honored.
  4. If the user names a token, run it directly — Auto is a default, not a gate.

Must not

  • Invent facts, statistics, or quotes not in the source
  • Override the derived palette with generic colors (ban Inter/Roboto is the only taste rule; content decides the rest)
  • Ship without the fidelity check passing
  • Skip verification when the output replaces a real page (run audit)

Read the full file on GitHub · 102 lines

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. today Changed · +2 lines · +5 tokens per session 91c9ce4e961b
  2. yesterday First seen · 100 lines · 132 tokens per session scan A 2210a26af1fd

Subscribe to this mod's changes

reimagine-it-generate is a skill published in the GitHub repository Kayforkind/reimagine-it (77 stars, last pushed today), licensed MIT. It adds 137 tokens to every session and 894 once invoked, about $0.0007 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

visualcave

Use when the user asks to create a diagram, chart, infographic, flowchart, architecture illustration, or any technical visualization. Covers flowchart, sequence, ER, class, state machine, timeline, mind map, git graph, pie, quadrant, gantt, XY bar/line chart, sankey, kanban, C4 context, and cloud architecture diagrams.

varkart/visualcave · 78 tokens

sharecraft

A workflow for making shareable materials such as slide decks, posters, code screenshots, infographics, explainer videos, and GIFs for a specific audience.

ma-pony/sharecraft · 266 tokens

figma

Import Figma content into a HyperFrames composition — rendered assets, brand tokens, components, storyboard sections → reconstructed motion (frames read as states, not slides) (REST/CLI), connector-assisted motion when available, and shaders from a connector or native export. Use when the user pastes a figma.com link…

heygen-com/hyperframes · 89 tokens

motion-graphics

A short, design-led motion graphic where motion is the message — kinetic typography, stat count-up, chart/data-viz hit, logo sting / brand lockup, lower-third / callout / social overlay, animated map (highlight regions, connect places, zoom to a location), animated tweet / news-article / headline, webpage / UI…

heygen-com/hyperframes · 139 tokens

diagram-design

Create branded architecture, IT current-state, flowchart, sequence, state machine, ER/data model, timeline, swimlane, quadrant, radar/spider, polar chart (polar/radial lollipop), loop/flywheel, nested, tree, org chart, layer stack, Venn, pyramid/funnel, treemap, bar, line, Gantt and scatter charts, high-level…

cathrynlavery/diagram-design · 188 tokens

data-viz-renderer

Generate self-contained HTML/SVG infographics from JSON data, including stat cards, bar charts, flow diagrams, and mixed dashboards. Offers 8 color palettes and built-in icons with no external dependencies. Triggered when users request data visualization, infographics, charts, or dashboards.

zebbern/claude-code-guide · 62 tokens