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

Summary

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.

The most powerful native PPT Skill ever, even more suited for Chinese users. Use this Skill I created, and with just one sentence, you can generate complex, luxurious, and editable PPT files. Try it once; if the result doesn't blow your mind, come and hit me. Key features: 1. Can generate PPTs with high information density, complex layouts, and a premium look, as well as minimalist and business-style PPTs. Suitable for state-owned enterprises and major internet companies. 2. Compatible with all models - DeepSeek, Xiaomi MiMo, Claude, GPT have all been tested. Even domestic models perform exceptionally well. 3. Automatic Skill update mechanism: If I update the available PPT templates, the Skill will automatically update when used. The Skill can be updated like software. How to use: Install this Skill in the current folder: https://github.com/GordenSun/GordenPPTSkill… Then create a complex, luxurious PPT to introduce the XXX project.
Original Article
View Cached Full Text

Cached at: 05/29/26, 08:01 AM

The Strongest Native PPT Skill Ever, Better Suited for Chinese Users

Use this Skill I created, and with just one sentence, you can generate complex, luxurious, and editable PPT files. Try it once. If the result doesn’t blow your mind, come and hit me.

Key Features

  1. Can generate PPTs with high information density, complex layouts, and a premium look, as well as minimalist, business-style PPTs. Suitable for state-owned enterprises and large internet companies.
  2. Compatible with all models – DeepSeek, Xiaomi Mimo, Claude, GPT all tested. Even domestic models perform very well.
  3. Skill auto-update mechanism: If I update the available PPT templates, the Skill will automatically update when used. Skills can be updated like software.

How to Use

Install this Skill in the current folder:
https://github.com/GordenSun/GordenPPTSkill
Then, create a complex, luxurious PPT to introduce the XXX project


GordenSun/GordenPPTSkill

Source: https://github.com/GordenSun/GordenPPTSkill

PPT Builder Skill

The strongest native PPT Skill ever, better suited for Chinese users. If the generated result doesn’t blow your mind, come and hit me.

⚠️ Non-commercial use: This repository and its built-in templates are for personal study and research only. Any commercial use is prohibited.

Custom private templates supported: If you want the Agent to generate PPTs following your company’s PPT template, add me on WeChat: duge360 for customization.

Discussion Group

Scan the QR code to join the “PPT Skill Discussion Group” to discuss / report issues / see new versions:

⚠️ QR code is valid for 7 days; after expiry, leave a message in Issues (https://github.com/GordenSun/GordenPPTSkill/issues) and I’ll post a new one.

Key Features

  1. Can generate PPTs with high information density, complex layouts, and a premium look, as well as minimalist, business-style PPTs. Suitable for state-owned enterprises and large internet companies.
  2. Compatible with all models – DeepSeek, Xiaomi Mimo, Claude, GPT all tested. Even domestic models perform very well.
  3. Skill auto-update mechanism: If I update the available PPT templates, the Skill will automatically update when used. Skills can be updated like software.

Who Should Read This

  • Want to install a “make PPT” skill for your own AI assistant: read SKILL.md
  • Want to understand how this project directory is organized: continue reading this file below
  • Want to understand template categories / recommendations: read templates/INDEX.md

Quick Start (Command Line)

# 1. Verify dependencies
python3 -c "import pptx; print(pptx.__version__)"       # python-pptx 1.0+
soffice --version                                        # LibreOffice (only needed for rendering preview)
which pdftoppm                                           # poppler (only needed for rendering preview)
# 2. Select template + write edits.json, run build
python3 scripts/build_pptx.py \
    templates/minimal-business-summary/template.pptx \
    edits.json \
    out/final.pptx \
    --detail templates/minimal-business-summary/detail.json
# 3. (Optional) Render final preview images
python3 scripts/render_slides.py out/final.pptx out/preview --dpi 144

Font Environment

Templates heavily use Microsoft YaHei. If your machine doesn’t have it, add an alias in ~/.config/fontconfig/fonts.conf:

<alias>
  <family>Microsoft YaHei</family>
  <prefer>
    <family>WenQuanYi Micro Hei</family>
    <family>Noto Sans SC</family>
    <family>PingFang SC</family>
  </prefer>
</alias>

(brew install --cask font-noto-sans-sc, or download WenQuanYi Micro Hei and put it in ~/Library/Fonts/ then run fc-cache -f.)

Directory Quick Look

SKILL.md              # AI entry document
VERSION               # 1.0.0
CHANGELOG.md          # Human-readable changes
updates.json          # Machine-readable changes
manifest.json         # Per-file version + sha256
scripts/              # 5 user-facing scripts (build / render / update / manifest)
references/           # Editing rules, Schema, workflow references
templates/            # 17 templates (4 files each)

Acknowledgements & Copyright

  • This repository does not own the copyright of the PPT templates.
  • Any redistribution / commercial use is prohibited.
  • Open-source tools used: LibreOffice (https://www.libreoffice.org/), python-pptx (https://python-pptx.readthedocs.io/), Poppler (https://poppler.freedesktop.org/), WenQuanYi Micro Hei (http://wenq.org/)

Similar Articles

@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

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.

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