Documentation
README
⚠️ This skill has TWO workflows. Always run the Dependency Check first and pick the right one — do NOT assume the image-based path works.
- Primary (image-based): Requires
image-generationskill +scripts/generate.py. Generates full-slide images and composes them into PPTX.- Fallback (python-pptx): Use when image-generation or the compose script is missing. Creates slides programmatically with
python-pptx— all text is editable, copyable, searchable. This is the BETTER choice for project management, reports, and data-heavy presentations.Output path rule (from
runjam-defaults): The final.pptxfile MUST be placed in./outputs/. Before starting:mkdir -p ./outputs. Never output to arbitrary directories.
This is the opening of the README. Read the full README on GitHub.