@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 …
Summary
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.
View Cached Full Text
Cached at: 05/31/26, 07:04 AM
Let AI Agent be able to generate beautifully formatted, high-information-density Chinese PPTs through non-destructive text editing https://github.com/GordenSun/GordenPPTSkill… A PPT building skill for AI Agents, bundled with 17 handcrafted Chinese PPTX templates. Pick a template, write an edits.json, use python-pptx to non-destructively change text, preserving the original layout and directly output a .pptx file. Supports minimalist, business, and other styles. Works with DeepSeek, Claude, GPT, etc. Comes with a complete toolchain for CLI building, rendering previews, and auto-updates. — # GordenSun/GordenPPTSkill Source: https://github.com/GordenSun/GordenPPTSkill # PPT Builder Skill > The most powerful native PPT skill ever, better suited for Chinese users. If the output doesn’t amaze you, 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 your Agent to generate PPTs using 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, or see new versions: > ⚠️ The group 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. Generates high‑information‑density, complex‑layout, visually impressive PPTs, and also supports minimalist and business styles. Suitable for state‑owned enterprises and major internet companies. 2. Compatible with all models – DeepSeek, Xiaomi Mimo, Claude, GPT all tested; even domestic models perform excellently. 3. Automatic skill update mechanism: When I update the available PPT templates, the skill will automatically update when used. The skill can be updated like software. ## Who Should Read This - Those who want to install a “make PPT” skill for their own AI assistant: Read SKILL.md - Those who want to understand the directory structure of this project: continue reading this file - Those who want to understand template classification / recommendations: Read templates/INDEX.md ## Quick Start (CLI) bash # 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. Choose a 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 The templates heavily use Microsoft YaHei. If your machine does not have it, add an alias in ~/.config/fontconfig/fonts.conf: xml <alias> <family>Microsoft YaHei</family> <prefer><family>WenQuanYi Micro Hei</family></prefer> </alias> <alias> <family>DengXian</family> <prefer><family>Noto Sans SC</family></prefer> </alias> <alias> <family>PingFang SC</family> <prefer><family>Noto Sans SC</family></prefer> </alias> (brew install --cask font-noto-sans-sc, or download WenQuanYi Micro Hei and put it in ~/Library/Fonts/ then fc-cache -f.) ## Directory Overview SKILL.md # AI entry document VERSION # 1.0.0 CHANGELOG.md # human‑readable changelog updates.json # machine‑readable changelog manifest.json # per‑file version + sha256 scripts/ # 5 user‑facing scripts (build / render / update / manifest) references/ # editing rules, schema, workflow references templates/ # 17 templates (each with 4 files) ## Acknowledgements & Copyright - This repository does not hold 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/) - Thanks to the LinuxDO (https://linux.do) community for support
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.
@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.
@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.
@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.
@QingQ77: Upload academic paper PDFs or LaTeX source code to automatically generate editable PowerPoint presentations through multi-agent collaboration. https://github.com/CRui5in/paper-ppt-agent… Paper PPT Agent uses three ag…
Paper PPT Agent is an open-source multi-agent collaboration tool that automatically converts academic paper PDFs or LaTeX source code into editable PowerPoint presentations, featuring content summarization, layout design, and visual quality review capabilities.