@yaohui12138: Recently, big shots like guizang, zarazhangrui, and Hua Shu have open-sourced PPT Skills. I spent a day testing 7 PPT skill projects and here's my conclusion: The core reason why AI-generated PPTs look ugly is not that AI lacks ability, but that you haven't given it the right aesthetic constraints...
Summary
The author tested 7 open-source PPT Skill projects and points out that the core reason for ugly AI-generated PPTs is the lack of proper aesthetic constraint systems. These projects improve the design quality of AI-generated PPTs by compiling aesthetic rules, and the author introduces each project's features and suitable scenarios.
View Cached Full Text
Cached at: 05/17/26, 11:33 AM
Recently, guizang, zarazhangrui, Huashu and other leading figures have open-sourced PPT Skills. I spent a day testing 7 PPT skill projects and here are my conclusions directly:
The core reason why AI-generated PPTs look ugly is not that AI is incapable, but that you haven’t given it the right aesthetic constraint system.
These 7 open-source Skills address this problem — they compile “what kind of PPT humans would want to see” into rules that AI can understand.
Below are recommendations categorized by use case—just pick the one that fits:
1. frontend-slides: Vibe Coding Example of Choosing Style by Preview
GitHub: zarazhangrui/frontend-slides (17k+ stars)
This is the one I tested that best aligns with the “Vibe Coding” philosophy.
Core highlight: It doesn’t ask you what style you want. Instead, it directly generates 3 preview images of different directions for you to choose.
After selection, it generates the full deck with zero CSS/JS knowledge required.
Supports 12 carefully selected style templates, converts PPT to web, one-click Vercel deployment, or exports to PDF.
The author zarazhangrui said bluntly on X: “Code-generated slides can be better than most PPT tools, but only if you first make Claude understand what ‘good-looking’ means.”
The essence of this Skill is Show, Don’t Tell — it doesn’t ask users to describe aesthetics, but lets them identify aesthetics.
Best for: situations where you need a design-savvy presentation quickly, especially for external pitches or online sharing.
2. huashu-design: Generate HTML Deck + Editable PPTX with One Prompt
GitHub: alchaincyf/huashu-design (13k+ stars)
Huashu’s project is more ambitious — it’s not just about PPTs, but about an “HTML-native design system.”
A single prompt can simultaneously output:
- Professional HTML deck (opens directly in browser)
- Editable PPTX (for colleagues who can’t code)
- MP4 export (for direct use as video)
- Interactive prototype (clickable app demo)
Built-in 20 design philosophies (Bauhaus, Swiss, Brutalism…), and a 5-dimension design review system.
Often recommended alongside guizang’s project in the X Chinese community; their aesthetic paths differ: huashu leans toward “the feeling of the design tool disappearing,” while guizang leans toward “magazine editorial aesthetics.”
Best for: scenarios requiring multi-format delivery, or team collaboration between technical and non-technical members.
3. guizang-ppt-skill: Specifically for AI-Generated PPT Aesthetic Disasters
GitHub: op7418/guizang-ppt-skill (7k+ stars)
After guizang shared his PPT templates on X, he open-sourced the entire aesthetic system as a Skill.
This project’s positioning is clear: horizontal flip-page magazine-style HTML PPT.
- 10 layout frameworks, 5 theme color schemes (no custom hex values — forced aesthetic protection)
- WebGL fluid backgrounds, Motion One-powered entrance animations, single-file output (works offline)
guizang wrote in the README: “Wrong color combinations instantly make the slide ugly. Protecting aesthetics is more important than giving freedom.”
This sentence hits the core pain point of AI-generated content — freedom often inversely correlates with quality.
Best for: 15-30 minute offline sharing sessions or private events where personal style needs to shine.
4. open-slide: Agent’s Last-Mile Productivity Tool
GitHub: 1weiho/open-slide (3k+ stars)
This project has the most unique approach: it’s not “generate PPT,” but “a Slide framework designed for Agents.”
- Each slide is a React component, fixed 1920×1080 canvas
- Core workflow:
- A one-sentence prompt generates the full deck
- Click any element in the browser to leave a comment
- Run
/apply-comments, Agent automatically applies modifications
Supports speaker notes, timer, export to HTML/PDF.
Best for: scenarios requiring high-frequency iteration and multiple rounds of modification, or developers already using Claude Code/Cursor.
5. html-ppt-skill: The Arsenal for Template Enthusiasts
GitHub: lewislulu/html-ppt-skill (3k+ stars)
This project takes the “template richness” route:
- 36 themes
- 15 full deck templates
- 47 animation presets
- Speaker mode (script + timer)
Ideal for those who don’t want to design from scratch, just modify templates.
If your need is “quickly produce a presentable version,” this library has the highest template density.
6. beautiful-html-templates: Agent Auto-Selects and Fills
GitHub: zarazhangrui/beautiful-html-templates (1k+ stars)
Also by zarazhangrui, this is more like a template repository for frontend-slides.
- 32 HTML Slide templates, prepared specifically for coding agents
- Agent can automatically select the appropriate template based on content type to fill
Best for: batch generating multiple decks with consistent style, or establishing unified visual guidelines for a team.
7. open-design: Open-Source Alternative to Claude Design
GitHub: nexu-io/open-design
Tom Huang’s team open-sourced a design system that supports:
- Slide, image, video, HyperFrames export
- 71 brand design systems
- Companion tool html-anything (multiformat to high-aesthetic HTML, including Keynote-style PPT)
This project’s ambition is to be a “local-first Claude Design alternative.”
If you need not just PPT but a complete design workflow, this is the most comprehensive.
Common thread: These Skills all use code to redefine “what a good-looking PPT is.”
In the past, making a PPT meant dragging elements in PowerPoint. Now, it’s about describing what you want to AI.
But AI doesn’t understand aesthetics, so what these open-source authors are doing is essentially compiling aesthetics into rules that AI can understand — that’s the real value of these projects.
If you’re also using Claude Code for content production, these 7 libraries are worth cloning and testing.
Because you’ll find: the ceiling of AI-generated content often isn’t in AI itself, but in how rigorous the “aesthetic constraint system” you give it is.
All projects are open-source and free — just search for the project name on GitHub.
After installation, enter the corresponding skill name in your tool to use it.
Similar Articles
@aehyok: I've also been looking into making PPTs recently. After watching a video by a top female creator about using Codex + Image2 to create PPTs, I quickly found several PPT Skills with many stars, planning to try each one to see which works best for me. 1. https://github.com/op7418…
Introduces an AI Agent skill called guizang-ppt-skill, used to generate single-file HTML horizontal flip PPT with images and cover, supporting Claude Code and Codex environments.
@GoSailGlobal: In 2026, You Won't Use PowerPoint for PPTs Anymore. 5 AI-Driven PPT Styles, Covering: · founder pitch · McKinsey Consulting Style · Landscape HTML Deck · Visual Aesthetic Deck · Full-Stack Marketing Slides…
The article compares 25 open-source AI PPT generation skill tools, recommending automated solutions like guizang-ppt-skill that integrate MCP and Claude Code, covering various styles such as Consulting Style, HTML deck, and more.
@QingQ77: Enable AI Agents to generate beautifully formatted, information-dense Chinese PPTs through non-destructive text editing https://github.com/GordenSun/GordenPPTSkill… A PPT building skill for AI Agents, comes with 17 …
An open-source project that enables AI Agents to generate beautifully formatted Chinese PPTs through non-destructive text editing, providing 17 hand-crafted Chinese PPTX templates and a complete toolchain.
@Gorden_Sun: The strongest native PPT Skill ever, even more suited for Chinese users. Use this Skill to generate complex, luxurious, and editable PPTs with a single sentence. Try it—if you're not amazed, come hit me. Key features: 1. Can generate PPTs with high information density, complex layouts, and a premium look, also supports...
GordenSun released an open-source project called GordenPPTSkill, which allows AI assistants (such as GPT, DeepSeek, Claude, etc.) to generate editable PPT files with high information density and complex layouts in one sentence. It supports automatic template updates and is suitable for use in state-owned enterprises and major internet companies.
@BTCqzy1: Stop using AI to generate PPT images that you can only view but not edit! I've tried various AI tools for PPT before, and they all produced image mosaics—changing a single word meant starting over from scratch. Then I stumbled upon this GitHub hardcore tool ppt-master (23k stars) with the following highlights: · Outputs native .pp...
Introduces an open-source tool called ppt-master that can generate native editable .pptx files from PDF, Word, web links, etc., with support for animations and voice narration, running locally to protect data security.