Skip to content

/kit-add-html (deprecated)

/kit-add-html previously generated static HTML + SCSS + vanilla JS component files for non-React projects. That workflow is now the HTML Target section of the components skill and is accessed via /kit-add --target=html.

Old commandNew command
/kit-add-html button/kit-add --target=html button
/kit-add-html card alert/kit-add --target=html card alert
/kit-add-html button card alert dialog/kit-add --target=html button card alert dialog

As of acss-kit v0.13.0 the React and HTML generation workflows were unified into the single components skill (skills/components/SKILL.md). The HTML Target workflow lives under the ## HTML Target section (steps HT-A through HT-F) of that skill.

The components-html skill file and the detect_html_target.py script were removed upstream. All HTML-target detection now runs through the same detect_target.py used for React output.