assembly-instructions
Installation
SKILL.md
Assembly Instructions Generator
Generate IKEA-style visual assembly manuals as multi-page PDFs.
Two Workflows
- SVG Component Workflow — Best for electronics/Arduino projects with wiring diagrams
- AI Image Workflow — Best for furniture, general products, custom illustrations
Quick Start: SVG Workflow (Electronics)
# Install dependencies
pip install -r requirements.txt
# Validate project YAML
python3 scripts/validate_project.py project.yaml
# Render and compile to PDF
Related skills