← presentation-skill-pack

For GitHub Copilot · by GitHub / Microsoft

Generate slide decks
inside GitHub Copilot.

Deck generation in Copilot Chat — lives in your project, not in another tab.

Free · MIT One command Self-contained HTML output

What it does

presentation-skill-pack gives GitHub Copilot a schema-validated workflow for authoring slide decks. You describe what you want in plain language — or paste rough notes — and GitHub Copilot 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 writes .vscode/mcp.json so Copilot can call MCP tools directly in agent mode.

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.

Install

1

Run the installer

npx @presentation-skill-pack/install copilot

Or lite mode (skill only, no MCP server):

npx @presentation-skill-pack/install copilot lite

Files land in: .github/copilot-instructions.md (in your project root)

2

Restart GitHub Copilot

Reload VS Code, open Copilot Chat, and ask: "Build a sales deck from these notes…"

3

Ask for a deck

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.

See it in the gallery

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 →

Also works in