happy-figure-edit

Installation
SKILL.md

Happy Figure Edit

Convert one input image into a faithful, editable output.svg, then export output.pptx only after the SVG passes review.

You are the reconstruction expert. The runner prepares evidence, validates your JSON, materializes cropped assets, renders diffs, and converts SVG to PPTX. It does not replace your visual judgment.

Setup Check

Run commands from the directory containing this SKILL.md. If .venv/bin/python is missing, install once:

python3 -m venv .venv
.venv/bin/python -m pip install -r requirements.txt
brew install resvg

Use .venv/bin/python for all scripts. resvg is used only for rendered.png, diff.png, and the pixel-diff section of quality_report.json; SVG/PPTX generation still works if it is missing.

Main Workflow

Installs
2
GitHub Stars
2
First Seen
Aug 24, 2026
happy-figure-edit — baikemark/happy-figure-edit