Flowy
FAQ
ppt-design-skill is a Claude Code plugin with 1 hand-picked skill for content work, indexed on Flowy. Install it with the command on its page. It includes ppt-design-skill. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.
Repo: billLiao/PPT-Design-Skill
本仓库提供一个 pptx Agent Skill:在生成 .pptx 的基础上,内置 5 套预置主题(电子杂志×电子墨水风格)与 10 种常用页面版式模板,直接产出可下载的 PowerPoint 文件。
npx skills add billLiao/PPT-Design-Skill --skill ppt-design-skill
如果你希望在本地直接运行脚本生成 .pptx:
cd skills/pptx
npm install
node scripts/build.mjs --input /absolute/path/to/deck.json --output /absolute/path/to/output.pptx --theme ink-classic
示例 deck.json 在 deck.example.json。
.gitignore
README.md
skills/
ppt-design-skill/
design-system.md
editing.md
examples/
demo-dune.mjs
demo-magazine.mjs
demo-swiss.mjs
package-lock.json
package.json
LICENSE.txt
pptxgenjs.md
references/
checklist.md
image-prompts.md
screenshot-framing.md
swiss-layout-lock.md
swiss-map-component.md
scripts/
__init__.py
add_slide.py
clean.py
office/
helpers/
__init__.py
merge_runs.py
simplify_redlines.py
pack.py
schemas/
ecma/
fouth-edition/
opc-contentTypes.xsd
opc-coreProperties.xsd
opc-digSig.xsd
opc-relationships.xsd
ISO-IEC29500-4_2016/
dml-chart.xsd
dml-chartDrawing.xsd
dml-diagram.xsd
dml-lockedCanvas.xsd
dml-main.xsd
dml-picture.xsd
dml-spreadsheetDrawing.xsd
dml-wordprocessingDrawing.xsd
pml.xsd
shared-additionalCharacteristics.xsd
shared-bibliography.xsd
shared-commonSimpleTypes.xsd
shared-customXmlDataProperties.xsd
shared-customXmlSchemaProperties.xsd
shared-documentPropertiesCustom.xsd
shared-documentPropertiesExtended.xsd
shared-documentPropertiesVariantTypes.xsd
shared-math.xsd
shared-relationshipReference.xsd
sml.xsd
vml-main.xsd
vml-officeDrawing.xsd
vml-presentationDrawing.xsd
vml-spreadsheetDrawing.xsd
vml-wordprocessingDrawing.xsd
wml.xsd
xml.xsd
mce/
mc.xsd
microsoft/
wml-2010.xsd
wml-2012.xsd
wml-2018.xsd
wml-cex-2018.xsd
wml-cid-2016.xsd
wml-sdtdatahash-2020.xsd
wml-symex-2015.xsd
soffice.py
unpack.py
validate.py
validators/
__init__.py
base.py
docx.py
pptx.py
redlining.py
thumbnail.py
SKILL.md
templates/
components.md
layouts/
magazine-layouts.md
swiss-layouts.md
themes/
magazine-themes.md
swiss-themes.md© 2026 Flowy · Free and open source
Built for Claude Code · Not affiliated with Anthropic