>-
extract-static-html: Extract a single self-contained HTML file from your build output.extract-design-md: Analyze the source code to create a design system (DESIGN.md).upload-to-stitch: Upload that HTML file and the design system to your Stitch project.index.html and assets.projectId (use list_projects if unknown).extract-static-html skill to generate a standalone HTML file.
Read skills/extract-static-html/SKILL.md for detailed instructions and script usage./path/to/extracted/standalone.html.extract-design-md skill to analyze the project's source files
(components, stylesheets, theme configs) and produce a design system. Read
skills/extract-design-md/SKILL.md for the
full analysis workflow..stitch/DESIGN.md following the extract-design-md skill's output
structure.manage-design-system skill to upload the DESIGN.md and
create the design system in Stitch. Read
skills/manage-design-system/SKILL.md for
the full workflow (upload script usage, create_design_system_from_design_md
call, and required schemas). Pass
--generated-by 'stitch::code-to-design' when uploading.upload-to-stitch skill's script to upload the extracted HTML file.
Read skills/upload-to-stitch/SKILL.md for detailed instructions and script usage.projectId.--generated-by argument set to 'stitch::extract-static-html'.