reimagine-it-generate

Featured

Generate one Content-Derived Design direction from an HTML source, or let Auto choose the strongest direction. Use when the user says /reimagine-it generate, "redesign this page", "make it a landing page", "turn this into an infographic", names a token (webpage, infographic, svg, 3js, simulation, artistic, cinematic, dashboard, photography, landing), or wants a content-aware redesign instead of a mood board. CLI: npx reimagine-it --auto -i page.html -o out.html. Part of the reimagine-it Content-Derived Design suite.

Web & Frontend 134 stars 25 forks Updated today MIT

Install

View on GitHub

Quality Score: 92/100

Stars 20%
71
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# /reimagine-it generate **Parent:** [../SKILL.md](../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 ```bash # 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 pr...

Details

Author
Kayforkind
Repository
Kayforkind/reimagine-it
Created
3 weeks ago
Last Updated
today
Language
JavaScript
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

Web & Frontend Featured

reimagine-it-variations

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 choosing one. CLI: npx reimagine-it variations -i page.html -n 4 -o review/. Part of the reimagine-it Content-Derived Design suite.

134 Updated today
Kayforkind
Data & Documents Featured

reimagine-it

Content-Derived Design — reads existing HTML and writes a stronger standalone page from headings, facts, names, dates, numbers, links, emails, and colors already in that file. CLI: npx reimagine-it --auto -i page.html -o out.html; also variations, lock, and audit. Use when the user says /reimagine-it, "reimagine it", "reinvent this", "redesign this page", "make an infographic", wants a content-aware redesign or a visual leap instead of a mood board. Tokens: webpage, infographic, svg, 3js, simulation, artistic, cinematic, dashboard, photography, landing, plus leftover words as a brief. Also /reimagine-it audit for quality checks. Installed via npx skills add Kayforkind/reimagine-it or plugin marketplace. Not /better. Not a mood board. Does not ingest PDF, PPTX, or DOCX.

134 Updated today
Kayforkind
Data & Documents Featured

reimagine-it-extract

Emit the content signals reimagine-it reads from an HTML file — title, anchors, proper nouns, dates, numbers, emails, links, source hex colors, and the derived palette — as JSON without generating a redesign. Use when the user says /reimagine-it extract, "what does the engine see in this page", "extract the palette", "pull the facts from this page", or wants content analysis for research, migration, or design-system work. CLI: npx reimagine-it extract -i page.html -o signals.json. Part of the reimagine-it Content-Derived Design suite.

134 Updated today
Kayforkind