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.
npx agentmods add skills/kayforkind/reimagine-it/variationsnpx skills add Kayforkind/reimagine-it --skill variationsgit clone --depth 1 https://github.com/Kayforkind/reimagine-itWrote 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.
[](https://agentmods.dev/skills/kayforkind/reimagine-it/variations)<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>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.
| Model | Per session | Once 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 |
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.
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
- Run with
-n 3unless the user asked for a different count. - Read
variations.jsonback to the user: rank, token, quality, fidelity. - Name the structural difference between the top two — not just the colors.
- Print the seed and tell the user how to reproduce the set.
- 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.
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.
- yesterday First seen · 81 lines · 103 tokens per session scan A b7297a3c8ff5
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.
Other skills, from other repositories
Accessibility Audit Helper
Reviews UI code and components for WCAG 2.1 accessibility violations and provides specific fixes.
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.
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.
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.
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…
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…