create-dxf
Installation
SKILL.md
create-dxf
Deterministically generate a manufacturing-friendly DXF from a small JSON spec (center-origin, explicit units). Also emits an SVG preview.
Quick start
- Convert prompt → JSON (see
references/spec_schema.md). - Validate:
python3 scripts/create_dxf.py validate spec.json
- Render:
python3 scripts/create_dxf.py render spec.json --outdir out