Help us improve
Share bugs, ideas, or general feedback.
From ppt-maker
Use when the user needs an object-level editable .pptx where text/shapes/tables/charts stay editable after handoff. Not for fixed templates (→fixed-template-fill); browser-first decks (→html-showcase); cover assets (→image-assets); verification (→deck-verification). 触发关键词:editable pptx / 可编辑 PPT / 给我源文件 / .pptx 交付 / 客户要可改的 PPT。
npx claudepluginhub kkunkunya/ppt-maker-agent-plugin --plugin ppt-makerHow this skill is triggered — by the user, by Claude, or both
Slash command
/ppt-maker:editable-pptxThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill when the user needs a real PowerPoint deliverable where text, images, shapes, tables, or charts remain editable after handoff.
Creates p5.js generative art with seeded randomness, noise fields, and interactive parameter exploration. Use for algorithmic art, flow fields, or particle systems.
Share bugs, ideas, or general feedback.
Use this skill when the user needs a real PowerPoint deliverable where text, images, shapes, tables, or charts remain editable after handoff.
/editable-pptx(source_material, deck_goal, editability_requirements, template?) -> PPTX production plan
Do not satisfy an editable PPTX request with full-slide PNGs, a browser deck, or a PDF. If any slide must be rasterized, label the result as partially editable and list the affected slides.
Read ../../_shared/references/output-modes.md when route or editability is unclear.
object-level editablepartially editableimage-based only if explicitly acceptedpython-pptx for first MVP and Python-heavy workflows.PptxGenJS for Node-first from-scratch generation.pptx-automizer as the default unless an existing template must be modified.ppt-maker:deck-verification before handoff.Warn or block when:
ppt-maker:fixed-template-fill instead.An editable PPTX handoff should include:
.pptxscripts/ fully owns editable deck generation with equivalent route safety, this skill can shrink to a wrapper or be merged into that generator skill.plugins/ppt-maker/skills/editable-pptx/, bump plugin version, regenerate marketplace files.ppt-route, deck-verification, README.md, and any mode docs referencing editable-pptx-mode.