html-slide-to-pptx
Installation
SKILL.md
html-slide-to-pptx
Convert structured HTML slides into editable PPTX by parsing semantic blocks and mapping them to native PowerPoint objects.
This skill is preset-driven.
- Reuse an existing preset when the HTML belongs to a supported slide family.
- Add a new preset when the HTML belongs to a new slide family.
- Do not promise arbitrary HTML/CSS fidelity.
First steps
- Read the incoming HTML and identify the slide family.
- If you are on a new machine, a fresh agent, or dependency state is unclear, read
references/setup.mdfirst. - Run
npm run check-envbefore first use on a new environment. - If dependencies are missing, run
npm ciornpm installin the skill directory.
Workflow
Related skills