Help us improve
Share bugs, ideas, or general feedback.
From html-componentize
Convert HTML+CSS into React/Vue components (deterministic, fidelity-verified)
npx claudepluginhub mzd-hseokkim/html-componentize --plugin html-componentizeHow this command is triggered — by the user, by Claude, or both
Slash command
/html-componentize:componentize [html-path] [react|vue]The summary Claude sees in its command listing — used to decide when to auto-load this command
Run the **html-componentize** skill to convert static HTML+CSS into framework components, following its full pipeline (detect → interview gaps → parse → classify boundaries → extract data → codegen → verify fidelity). Invoke it now via the Skill tool: `html-componentize:html-componentize`. User-provided arguments (may be empty): `$ARGUMENTS` - If a path to an HTML file is given, use it as the conversion source. - If `react` or `vue` is given, use it as the target framework (otherwise rely on project auto-detection from `detect-project.mjs`). - If no HTML path is given, ask the user whic...
Share bugs, ideas, or general feedback.
Run the html-componentize skill to convert static HTML+CSS into framework components, following its full pipeline (detect → interview gaps → parse → classify boundaries → extract data → codegen → verify fidelity).
Invoke it now via the Skill tool: html-componentize:html-componentize.
User-provided arguments (may be empty): $ARGUMENTS
react or vue is given, use it as the target framework (otherwise rely
on project auto-detection from detect-project.mjs).Honor every GATE in the skill — especially: never inline computed styles, copy
text/data verbatim, reuse indexed components instead of regenerating, and do not
declare success until the phase-5 fidelity check passes. Point the user to
.componentize/verify/report.html at the end.