Claude PowerPoint Skills: Building Slide Decks with Your Coding Agent

“Can Claude actually make a PowerPoint?” is one of the most common questions asked about coding agents right now. The short answer is yes — by way of a Claude PowerPoint skill: a compact, installable add-on that teaches your agent to turn a written prompt into a complete slide deck. Throughout 2026 the community shipped a whole wave of these, several racking up tens of thousands of GitHub stars.

This is a straight-talking guide to the ones worth your time: what a Claude PowerPoint skill really is, the leading open-source options, a side-by-side scorecard, how to install and drive one.


What Exactly Is a Claude PowerPoint Skill?

A skill is a bundled set of instructions and assets that a coding agent — Claude Code, Codex, Cursor, and others — pulls in partway through a task to accomplish something specific. A Claude PowerPoint skill trains the agent to build a presentation: you describe the deck in plain language, the agent applies the skill’s built-in layout system and design rules, and slides come back — typically as HTML or as an editable PowerPoint file.

It directly answers what people search for:

  • Can Claude make a PowerPoint? Yes — install a PPT skill and prompt it.
  • How do I make one with Claude? Give it the topic, audience, and length; the skill takes care of structure, layout, and styling.
  • Is it free? Most of these skills are open source and free — you just bring your own model key.

The catch, compared with a full-blown app, is that you operate through your agent and a repo rather than a slick GUI. For developers, that’s precisely the appeal.


The Best Claude PowerPoint Skills in 2026

These are the open-source, coding-agent PPT skills with genuine traction. Star counts are from GitHub at the time the original roundup was written, so treat them as a snapshot rather than a live figure.

frontend-slides — ~25k★, MIT

Zara Zhang’s frontend-slides leans on an agent’s frontend chops to build slides as web pages: clean, modern, HTML-based decks you present straight from the browser. It’s the most-starred project in the category and a solid default if you want web-native slides with full CSS control. Ideal for developers who are happy living on the web platform.

guizang-ppt-skill — ~20.8k★, AGPL-3.0

From Chinese AI creator Guizang, guizang-ppt-skill produces refined HTML decks in strong editorial styles — magazine-like layouts and Swiss-grid typography that look genuinely designed rather than templated. Reach for it when you want the deck to read as a crafted piece. Just note the AGPL-3.0 license if you intend to bundle it into a closed-source product.

dashiAI-ppt-skill — ~2.1k★, AGPL-3.0

dashiAI (“Master PPT”) ships with roughly a dozen visual themes and a large layout library, and — unusually — outputs browser-editable presentations. If your deliverable has to end up as something a non-developer can still adjust, that editable output is its standout feature. Also AGPL-3.0.

codex-ppt-skill — ~3.4k★, MIT

codex-ppt-skill pairs a coding agent with image generation (GPT-Image-2) to create image-forward PowerPoint decks. It shines for visually rich, cover-heavy presentations where each slide is a designed image rather than a list of bullets. MIT-licensed.

See also: Mastering the Linux Command Line — Your Complete Free Training Guide

ppt-master — ~38k★, MIT

Not strictly a “skill,” but too relevant to skip: ppt-master converts any document into a real, editable PowerPoint — native shapes and animations included — through an agent workflow. If editable .pptx with native shapes is a hard requirement, this is the closest open-source option going. MIT-licensed.


Scorecard

SkillStarsLicenseOutputBest for
frontend-slides~25kMITHTML web slidesWeb-native decks, CSS control
guizang-ppt-skill~20.8kAGPL-3.0HTML (editorial)Crafted, designed-looking decks
dashiAI-ppt-skill~2.1kAGPL-3.0Editable presentationOutput a non-dev can edit
codex-ppt-skill~3.4kMITImage-based PPTXVisual, image-forward slides
ppt-master~38kMITEditable PPTXNative shapes & animations

There’s no outright winner. The right choice comes down to three things: the output you need (HTML vs editable .pptx), the look you’re after (editorial vs image-forward), and the license you can live with.


How to Use a Claude PowerPoint Skill

The workflow is roughly the same across all of them:

  1. Install the skill. Clone it or drop it into your agent’s skills directory — each repo has its own setup steps. Supply your own model key.
  2. Describe the deck. Prompt the agent with the topic, audience, tone, and an approximate slide count. The sharper the brief, the better the structure.
  3. Let the skill run. The agent applies its layout system and generates the slides.
  4. Iterate. Ask for changes in plain English — “tighten the intro,” “turn slide 4 into a comparison table,” “switch to the editorial theme” — and re-render.
  5. Export. To HTML, PDF, or (where supported) an editable .pptx.

When a Skill Isn’t Enough

A PPT skill is perfect for a quick, one-off deck inside your terminal. But a skill is essentially a script — it won’t carry your brand from project to project, keep the output editable in a real workspace, or coordinate a deck with the rest of your design work.


FAQ

Can Claude make a PowerPoint?
Yes. Install a Claude PPT skill (such as frontend-slides or dashiAI) and prompt it with your topic — the agent generates the slides. Some skills export straight to editable .pptx; others produce HTML you present in the browser.

Is there an official Claude PowerPoint skill?
The strong options today are community open-source skills, not an official Anthropic product. Anthropic provides the underlying skills system for Claude and Claude Code; the presentation skills above are built on top of it by the community.

Are Claude PPT skills free?
The ones here are open source and free to use — you supply your own model API key. Check each project’s license (MIT vs AGPL-3.0) before embedding one in a commercial product.

How do I make a PPT with Claude?
Install a PPT skill, describe the deck (topic, audience, length) to your agent, iterate in plain language, and export to HTML or PowerPoint.

A skill or a design workspace — which should I use?
A skill is best for a fast, one-off deck in your terminal. An agent-native workspace is the better fit when you need on-brand, editable decks that live alongside the rest of your design work.


The Takeaway

Making slides with a coding agent went from a novelty to a legitimate workflow in 2026. For a quick deck, install a Claude PPT skill — frontend-slides for web-native slides, guizang for editorial polish, dashiAI for editable output, codex-ppt-skill for image-forward decks, or ppt-master when you need real .pptx with native shapes.

Avatar photo
David Cao

David is a Cloud & DevOps Enthusiast. He has years of experience as a Linux engineer. He had working experience in AMD, EMC. He likes Linux, Python, bash, and more. He is a technical blogger and a Software Engineer. He enjoys sharing his learning and contributing to open-source.

Articles: 702

Leave a Reply

Your email address will not be published. Required fields are marked *