@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...

X AI KOLs Timeline Tools

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.

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 constraint system. These 7 open-source Skills solve exactly this—they compile "what kind of PPT humans are willing to look at" into rules that AI can understand. Below is a categorized recommendation by use case. Just pick the right one for you: 1. frontend-slides: A Vibe Coding example that lets you choose a style by looking at pictures GitHub: zarazhangrui/frontend-slides (17k+ stars) This is the one I tested that best aligns with the "Vibe Coding" philosophy. Key highlight: Instead of asking you what style you want, it directly generates 3 preview images in different directions for you to choose from. After you pick, it generates the full deck, with zero CSS/JS knowledge required throughout. Supports 12 carefully selected style templates, PPT to web, one-click Vercel deployment, or PDF export. 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 'beautiful' means." The essence of this Skill is Show, Don't Tell—instead of letting users describe aesthetics, it lets them point out aesthetics. Suitable for: situations where you need a visually designed presentation quickly, especially for external pitches or online sharing. 2. huashu-design: Generate an HTML deck + editable PPTX with a single sentence GitHub: alchaincyf/huashu-design (13k+ stars) Hua Shu's project is more ambitious—it's not just about making PPTs, but building an "HTML-native design system." A single prompt can output: - Professional HTML deck (opens directly in browser) - Editable PPTX (for colleagues who don't know code) - MP4 export (can be used as a video) - Interactive prototype (clickable App demo) Includes 20 design philosophies (Bauhaus, Swiss, Brutalism...), a 5-dimensional design review system. In the Chinese X community, it's often recommended alongside the guizang project. The two have different aesthetic routes: huashu leans toward the "disappearance of design tools" feeling, while guizang leans toward "magazine editorial aesthetics." Suitable for: scenarios requiring multi-format delivery, or collaboration between technical and non-technical team members. 3. guizang-ppt-skill: Specialized in curing AI-generated PPT aesthetic disasters GitHub: op7418/guizang-ppt-skill (7k+ stars) After sharing his PPT templates on X, Guizang directly open-sourced his entire aesthetic system as a Skill. This project has a clear positioning: horizontal page-turning magazine-style HTML PPT. - 10 layout skeletons, 5 theme color schemes (no custom hex values allowed, mandatory aesthetic protection) - WebGL fluid backgrounds, Motion One-driven entrance animations, single file output (works offline) Guizang wrote in the README: "If the color combination is wrong, the scene instantly turns ugly. Protecting aesthetics is more important than giving freedom." This hits the core pain point of AI-generated content—freedom and quality are often inversely related. Suitable for: 15-30 minute offline presentations or private sharing sessions where you need to highlight personal style. 4. open-slide: The Agent's last-mile productivity tool GitHub: 1weiho/open-slide (3k+ stars) This project has the most unique approach: not a "PPT generator," but a "Slide framework designed for Agents." Each slide is a React component with a fixed 1920x1080 canvas. Core workflow: - Generate the entire deck with a single prompt - Click any element in the browser to leave a comment - Run /apply-comments, and the Agent automatically applies the changes Supports speaker notes, timer, exports to HTML/PDF. Suitable for: scenarios requiring high-frequency iteration and multiple rounds of revision, or developers already using Claude Code/Cursor. 5. html-ppt-skill: The template enthusiast's arsenal GitHub: lewislulu/html-ppt-skill (3k+ stars) This project follows the "template richness" route: - 36 themes - 15 complete deck templates - 47 animation presets - Speaker mode (script + timer) Suitable for scenarios where you don't want to design from scratch and just use templates and modify content. If your need is "quickly produce a decent version," this library has the highest template density. 6. beautiful-html-templates: Agent automatically picks and fills GitHub: zarazhangrui/beautiful-html-templates (1k+ stars) Also by zarazhangrui, this is more of a template repository for frontend-slides. - 32 HTML Slide templates, prepared specifically for coding agents - The Agent can automatically select the appropriate template based on content type. Suitable for: batch generating multiple decks with consistent style, or establishing unified visual standards for a team. 7. open-design: Open-source alternative to Claude Design GitHub: nexu-io/open-design Tom Huang's team open-sourced this design system. It supports: - Export slides, images, videos, and HyperFrames - 71 brand design systems - Companion tool html-anything (converts multiple formats to high-aesthetic HTML, including Keynote-style PPT) This project's ambition is to be a "local-first alternative to Claude Design." If you need not just PPT but a complete design workflow, this is the most comprehensive. What these Skills have in common is that they are redefining "what a good-looking PPT is" with code. In the past, making a PPT meant dragging and dropping in PowerPoint; now, it's about describing what you want to the 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 trying out. Because you'll find: the ceiling of AI-generated content is often not 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.
Original Article
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

@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...

X AI KOLs Timeline

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...

X AI KOLs Timeline

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.