This is a pipeline for turning source documents into presentation decks via SVG generation. You feed it PDFs, Word docs, URLs, or markdown, and it runs a multi-step workflow with strategist planning, image generation, sequential SVG authoring, and PPTX export. The architecture is deliberately rigid: serial execution with blocking gates, no speculative work, and a hard rule that every slide must be hand-written by the main agent rather than script-generated. That last constraint exists to preserve visual consistency across long decks, though it comes at a token cost. Useful when you need design-quality slides from raw content and want programmatic control over the transformation process. The workflow discipline is intense but documented clearly if you need to debug or extend it.
npx skills add https://github.com/hugohe3/ppt-master --skill ppt-mastererichowens/some_claude_skills
github/awesome-copilot