@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...
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.
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
- 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.
- Compatible with all models – DeepSeek, Xiaomi Mimo, Claude, GPT all tested. Even domestic models perform very well.
- 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
- 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.
- Compatible with all models – DeepSeek, Xiaomi Mimo, Claude, GPT all tested. Even domestic models perform very well.
- 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
@vintcessun: Tonight I discovered a project with a novel approach: using GPT to generate luxurious image-format PPTs, then 'decompiling' them back into editable PPTX. Previously, AI-generated PPTs either stacked templates or only exported images. This one directly follows the 'generate image → parse → assemble' path. The core idea is to decompose the PPT image into four layers: background, frame, icons, and text, then reconstruct by coord...
An open-source project named GordenSuperPPTSkills uses GPT to generate luxurious image-format PPTs, then 'decompiles' them into fully editable PPTX files, solving the pain point of AI-generated content being non-editable. The project is split into three independent skills, supporting either just image generation or just image-to-editable conversion, suitable for Codex environment.
@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.
@KyrieCheungYep: Recommend a PPT creation Skill: ultimate-ppt-master-skill, which is closer to real-world PPT making scenarios. Its features and highlights are as follows: 1. First, clarify requirements. Many AI PPT tools start making slides immediately, resulting in nothing but empty words. PPT M…
Recommend an open-source PPT creation tool, ultimate-ppt-master-skill. It follows a workflow of clarifying requirements, organizing material structure, generating editable PPTX or Web Deck, image generation, and final review, which is close to real office scenarios. It solves common issues in AI PPT generation like empty words and lack of editability.
@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...
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.
@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.