Presentation skill
Skill qiuy-collab/AutoFlow.skill/integrations/presentation-skill
AutoFlow's audited local presentation capability for creating, editing, and verifying editable PowerPoint PPTX files from structured source.From its SKILL.md
npx -y skills add qiuy-collab/AutoFlow.skill --skill presentation-skillAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
- runs commandsInstructs the agent to run 2 commands, including `python scripts/presentation_adapter.py build --outline <outline.json> --output <deck.pptx> --style-preset <preset>` and 1 more.
SKILL.md
1.8 KB, 378 tokens by cl100k_base, as published. Nobody here has run it
AutoFlow Presentation Skill
This is the curated local route from siril9/presentation-skill. It keeps the
upstream skill's core contract while exposing only files that are checked into
this integration and can be verified by AutoFlow.
Non-negotiable workflow
- Treat
outline.json, evidence, data, and figure sources as the source of truth. - Build through the checked-in renderer; do not write one-off
python-pptxorpptxgenjsscripts in a task workspace. - Keep text, charts, tables, and shapes editable where practical.
- Run geometry/design QA before delivery and perform rendered visual review when the runtime supports it.
- Never install dependencies or call a remote package during a deck task. A
missing runtime is a
blockedcapability, not permission to improvise.
Supported local surface
Quick deck generation:
python scripts/presentation_adapter.py build \
--outline <outline.json> --output <deck.pptx> --style-preset <preset>
Strict structural QA:
python scripts/presentation_adapter.py qa \
--input <deck.pptx> --outdir <qa-dir> --skip-render
Inventory and source extraction are available for existing decks. The adapter
reports exact missing dependencies before executing any renderer or QA command.
The renderer needs Node.js plus pptxgenjs; strict QA needs Python plus
python-pptx; rendered image review additionally needs a working office/PDF
conversion chain.
Read the task-specific references under references/ rather than loading the
entire upstream corpus. AutoFlow's VISUAL_STOP remains authoritative: a PPT
step is not consumable by Word or package until the assembled deck is shown and
approved.
What ships with it: 29 files
660.9 KB alongside SKILL.md, 14 of them executable
references/
- editing.md11.6 KB
- model_adaptive_workflow.md3.9 KB
- outline_schema.md43.5 KB
- pptxgenjs.md7.6 KB
- renderer_role_contracts_v2.json38.0 KB
- reproducible_workflow.md5.1 KB
- visual_qa_prompt.md4.5 KB
scripts/
- build_deck_pptxgenjs.jsruns61.8 KB
- design_rules_qa.pyruns21.1 KB
- design_tokens.pyruns20.3 KB
- extract_outline.pyruns4.1 KB
- inventory.pyruns10.2 KB
- layout_lint.pyruns37.6 KB
- presentation_adapter.pyruns10.6 KB
- qa_gate.pyruns20.2 KB
- render_mermaid.pyruns8.9 KB
- render_slides.pyruns8.6 KB
- visual_qa.pyruns7.7 KB
templates/
- pptxgenjs/presets.jsruns5.6 KB
- pptxgenjs/README.md8.1 KB
- pptxgenjs/role_layout_contracts.jsruns4.3 KB
- pptxgenjs/slides.jsruns278.1 KB
- AUTOFLOW_ADAPTER.md790 B
- integration_manifest.json1.1 KB
- LICENSE1.0 KB
- package.json9.9 KB
- UPSTREAM_DESIGN.md13.1 KB
- UPSTREAM.md780 B
- UPSTREAM_SKILL.md13.0 KB