Skip to main content
Lab Grimoire
TW EN
Coffee
ai-tools

Guizang PPT Skill: AI Slide Decks with Claude Code

Generate magazine-style HTML presentations from a single natural-language prompt in Claude Code. WebGL fluid backgrounds, animated transitions, 10 layouts, 5 color themes. Free, MIT licensed — no PowerPoint or design tools required.

Best For

Speakers and presenters who need visually stunning slides for product launches, Demo Days, or academic showcases. This is for people already using Claude Code who want magazine-quality presentations without touching design tools. If your slides are just for internal standups, this is massive overkill.

How I Actually Use It

I describe what I need — topic, audience, style — and Claude asks 6 clarifying questions (audience, duration, materials, images, color theme, no-go zones). Then it outputs a single HTML file. Open it in any browser and you get a horizontal-swipe presentation with flowing WebGL backgrounds, staggered animations, and editorial-grade typography.

Tweaking is dead simple. 90% of adjustments happen via inline styles. No build tools, no server, no deploy step.

Where It Is Strong

  • WebGL fluid backgrounds are real-time shaders, not static gradients. Dark mode runs holographic dispersion; light mode runs FBM spiral vortex
  • 5 animation recipes (cascade, hero, quote, directional, pipeline) selected via HTML attributes
  • 10 layouts combined with 5 color schemes (Ink Classic, Indigo Porcelain, Forest Ink, Kraft Paper, Dune). Hero Cover, Data Poster, Image Grid, Big Quote, Before/After all covered
  • Degradation is handled well: WebGL fails silently, CDN has local fallbacks, worst case forces opacity:1 so content stays visible

Where It Fails

  • HTML only. Cannot produce .pptx files. If someone needs a PowerPoint, this tool won't help
  • Fonts depend on Google Fonts CDN, so typography degrades offline. Verify connectivity at the venue beforehand
  • Large tables, Gantt charts, dense spreadsheet-style slides are not what this tool is built for

Pricing, Difficulty, and Risk

Completely free, MIT license. Installation is one command. Learning curve is moderate — you need to understand the 6-step workflow and theme/layout selection, but Claude guides you through it. External dependencies are 3 CDNs (Google Fonts, Lucide Icons, Motion One), all with fallback paths. Zero privacy risk — purely client-side, no data transmission.

Verdict

If you use Claude Code for presentations and your goal is "visually overwhelm the audience," it's hard to find a more complete option in the ecosystem right now. But it's specifically for high-end showcase use. Daily team meetings don't need WebGL shaders, and .pptx-required scenarios are out of scope. Think of it as the heavy artillery in your presentation toolkit.

Source

https://github.com/op7418/guizang-ppt-skill

FAQ

Can Guizang PPT Skill export to PowerPoint (.pptx)?

No. It generates a single HTML file you open in any browser. If your venue or workflow requires .pptx, this tool is not the right fit.

Do I need design skills to use Guizang PPT Skill?

No. You describe your presentation needs in natural language, Claude asks 6 clarifying questions, then generates a complete deck with layouts, animations, and color themes.

Does it work offline?

The generated HTML relies on 3 CDNs (Google Fonts, Lucide Icons, Motion One) with graceful fallbacks. WebGL backgrounds render locally. Verify font loading if presenting without internet.