Deck generation as a Cursor rule — always available, never in the way.
presentation-skill-pack gives Cursor a schema-validated workflow for authoring slide decks. You describe what you want in plain language — or paste rough notes — and Cursor fills a structured Deck JSON spec. A renderer converts that spec into a single, self-contained HTML file: open in any browser, no hosting, no build step.
Full mode registers the MCP server so Cursor's agent can call render_deck and friends directly.
Output is portable. You own the file — email it, drop it on a CDN, or open it locally. It doesn't live on any platform.
npx @presentation-skill-pack/install cursor
Or lite mode (skill only, no MCP server):
npx @presentation-skill-pack/install cursor lite
Files land in: ~/.cursor/rules/presentation-generator.mdc
Reload Cursor, open AI chat, and ask: "Build a pitch deck from these notes…"
Build a 10-slide pitch deck from these notes:
[paste your notes here]
The agent writes the Deck JSON spec, renders it, and saves the HTML file to your working directory.
25 showcase decks — pitch decks, sales proposals, product launches, investor reports, keynotes — each a different visual identity. All generated with the same skill.
Browse the gallery →