corespeed-pptx
Installation
SKILL.md
Corespeed PPTX — PowerPoint Generation with JSX
Generate professional .pptx files using TypeScript JSX via @pixel/pptx.
Workflow
- Write a
.tsxfile that exports adeckvariable - Run the generator to produce the
.pptx
Usage
deno run --allow-read --allow-write --config {baseDir}/scripts/deno.json {baseDir}/scripts/generate.ts slides.tsx output.pptx [--json]
- First arg: path to your
.tsxslide file (mustexport const deck = ...) - Second arg: output
.pptxfilename --json— structured JSON output for agent consumption