| name | pptx-maker |
| description | Generate or restyle a PowerPoint deck. Use when the user wants to create or edit a .pptx presentation, build slides from text or a URL, or design a reusable slide style. |
| triggers | pptx, powerpoint, presentation, slides, deck, slide deck, keynote |
PPTX Maker
Builds real .pptx files through the PPTX Maker app, which wraps the public
spec-driven-presentation-maker engine. The engine's tools are exposed as the
@sdpm/* MCP tool family, and they are only available inside this app's own
agents — so slide generation happens by switching to one of those agents, not by
calling the tools from a general chat session.
Which agent to use
| Agent | Use it for |
|---|
pptx-maker-spec | An important deck. Works through a brief, an outline and an art direction with the user, then delegates composition. |
pptx-maker-vibe | A fast draft from a URL, pasted text, or a one-line brief. Few questions. |
pptx-maker-composer | Slide composition itself — invoked as a sub-agent by the two above, not directly. |
pptx-maker-style | Creating a reusable style guide through conversation. |
If the user asks for a presentation in an ordinary chat session, point them at
the PPTX Maker page in the dashboard: the studio there runs these agents
beside a live preview of each deliverable, which is the experience the app is
built around. Generating a deck outside it works but shows the user nothing until
the file lands.