slide-deck

GitHub

通过生成并运行 python-pptx 脚本,将大纲或简报转化为可编辑的真实 PowerPoint (.pptx) 文件。支持自定义品牌风格,遵循单页一观点、简洁有力的设计原则,适用于路演、销售或汇报场景。

plugins/pm-documents/skills/slide-deck/SKILL.md mohitagw15856/pm-claude-skills

Trigger Scenarios

制作幻灯片演示文稿 生成 PowerPoint 文件 创建路演或销售演示稿 将文档或笔记转换为幻灯片

Install

npx skills add mohitagw15856/pm-claude-skills --skill slide-deck -g -y
More Options

Non-standard path

npx skills add https://github.com/mohitagw15856/pm-claude-skills/tree/main/plugins/pm-documents/skills/slide-deck -g -y

Use without installing

npx skills use mohitagw15856/pm-claude-skills@slide-deck

指定 Agent (Claude Code)

npx skills add mohitagw15856/pm-claude-skills --skill slide-deck -a claude-code -g -y

安装 repo 全部 skill

npx skills add mohitagw15856/pm-claude-skills --all -g -y

预览 repo 内 skill

npx skills add mohitagw15856/pm-claude-skills --list

SKILL.md

Frontmatter
{
    "name": "slide-deck",
    "description": "Build a real, editable PowerPoint (.pptx) deck from an outline or brief. Use when asked to make a slide deck, a PowerPoint, a pitch\/board\/sales deck as an actual file, or to turn a doc\/notes into slides. Produces an actual .pptx via a generated python-pptx script — a title slide, one idea per content slide with a clear headline and concise bullets, and consistent styling. Requires a code-execution environment (Claude Code, the API code tool, or Claude.ai)."
}

Slide Deck Skill

This produces a real, editable .pptx — not a markdown outline — by writing and running a python-pptx script. It turns a brief, doc, or outline into a deck that follows good slide hygiene: a headline that states the point (not a vague title), one idea per slide, concise bullets, and consistent styling — so the user opens an actual PowerPoint they can present and edit.

Environment: produces a binary file, so it needs code execution — Claude Code, the API code-execution tool, or Claude.ai. In the browser playground (no code execution), the existing PPTX export turns any skill's markdown into slides; this skill is for a built-from-brief deck.

Required Inputs

Ask for these only if they aren't already provided:

  • Deck type & goal — pitch, board update, sales deck, training, readout — and the one thing the audience should do/believe.
  • The content — an outline, doc, or notes (the skill structures it into slides).
  • Audience & length — who's watching and roughly how many slides.
  • Brand — any colours/font (defaults to a clean, neutral theme otherwise).

Process

  1. Storyline first — turn the content into a slide-by-slide narrative: title → context → the few key points → the ask/close. One idea per slide; confirm the flow if it's a high-stakes deck.
  2. Write a python-pptx script that:
    • Builds a title slide, then content slides each with an assertion headline (the takeaway, e.g. "Activation is the bottleneck — not signups") and 3–5 tight bullets or a simple visual.
    • Applies consistent styling: a colour accent, readable font sizes, generous spacing; uses the brand colour if given.
    • Avoids text walls — bullets are phrases, not paragraphs; speaker detail goes in notes.
    • Saves to a clearly named .pptx.
  3. Run it, then summarise the deck and flag any slide that needs a chart/image the user must add.

Output Format

  • The generated .pptx file.
  • A short deck outline (slide titles + the one-line message of each) and notes on anything to add (data, visuals).

Quality Checks

  • Each slide has an assertion headline (states the point), not a topic label
  • One idea per slide; bullets are concise phrases, not paragraphs
  • Styling is consistent (accent, fonts, spacing) and uses brand colour if provided
  • The deck has a clear narrative arc and ends on the ask
  • The script runs and the file opens cleanly in PowerPoint/Keynote/Slides

Anti-Patterns

  • Do not write topic-label titles ("Metrics") — use the takeaway ("Retention drove 80% of growth")
  • Do not cram multiple ideas onto one slide — split them; one point per slide
  • Do not paste paragraphs as bullets — phrases on the slide, detail in speaker notes
  • Do not vary styling slide to slide — consistency is what makes a deck look professional
  • Do not claim a file exists without code execution — fall back to the outline / the playground's PPTX export

Based On

Presentation practice — assertion-evidence / one-idea-per-slide, Duarte/Minto narrative structure — implemented with python-pptx.

Programmatic Helper

This skill ships scripts/pptx_tool.pyzero-dependency (stdlib zip+XML) generation of a real .pptx from a markdown outline:

python3 scripts/pptx_tool.py build deck.pptx --outline-file deck.md

Outline: # Title (+ next line = subtitle) · ## Slide title · - bullet (two-space indent = sub-bullet) · > speaker note. Ships a clean 16:9 dark-title theme that opens in PowerPoint/Keynote/Slides. Design the narrative first (per this skill), then emit the outline and build. Honest limits: one theme, no images/charts — it's the restylable skeleton; for designed decks use the playground's slide export.

Version History

  • a38bc30 Current 2026-07-05 11:16

Same Skill Collection

exports/openclaw/360-feedback-template/SKILL.md
exports/openclaw/401k-plan-decoder/SKILL.md
exports/openclaw/ab-test-planner/SKILL.md
exports/openclaw/ab-test-readout/SKILL.md
exports/openclaw/accessibility-audit/SKILL.md
exports/openclaw/account-plan/SKILL.md
exports/openclaw/acquirer-red-team/SKILL.md
exports/openclaw/ad-copy/SKILL.md
exports/openclaw/aeo-optimizer/SKILL.md
exports/openclaw/agenda-or-cancel/SKILL.md
exports/openclaw/agent-design-review/SKILL.md
exports/openclaw/agent-observability-spec/SKILL.md
exports/openclaw/agent-spec/SKILL.md
exports/openclaw/ai-ethics-review/SKILL.md
exports/openclaw/ai-eval-plan/SKILL.md
exports/openclaw/ai-feature-prd/SKILL.md
exports/openclaw/ai-product-canvas/SKILL.md
exports/openclaw/air-quality/SKILL.md
exports/openclaw/altitude-shifter/SKILL.md
exports/openclaw/ambiguity-resolver/SKILL.md
exports/openclaw/analyst-relations-brief/SKILL.md
exports/openclaw/announcement-card/SKILL.md
exports/openclaw/api-docs-writer/SKILL.md
exports/openclaw/api-test-plan/SKILL.md
exports/openclaw/api-versioning-strategy/SKILL.md
exports/openclaw/apology-letter/SKILL.md
exports/openclaw/architecture-decision-record/SKILL.md
exports/openclaw/architecture-diagram/SKILL.md
exports/openclaw/archive-strategy/SKILL.md
exports/openclaw/assumption-bounty/SKILL.md
exports/openclaw/assumption-mapper/SKILL.md
exports/openclaw/async-update-format/SKILL.md
exports/openclaw/auto-repair-estimate-decoder/SKILL.md
exports/openclaw/autopilot-charter/SKILL.md
exports/openclaw/benefits-decoder/SKILL.md
exports/openclaw/bid-tender-review/SKILL.md
exports/openclaw/board-deck-narrative/SKILL.md
exports/openclaw/board-minutes/SKILL.md
exports/openclaw/board-pre-read/SKILL.md
exports/openclaw/bom-cost-review/SKILL.md
exports/openclaw/bookkeeping-categorization/SKILL.md
exports/openclaw/boolean-search-builder/SKILL.md
exports/openclaw/brag-doc/SKILL.md
exports/openclaw/brainstorming/SKILL.md
exports/openclaw/brief-builder/SKILL.md
exports/openclaw/briefing-note/SKILL.md
exports/openclaw/budget-builder/SKILL.md
exports/openclaw/budget-variance-analysis/SKILL.md
exports/openclaw/bug-diagnosis/SKILL.md
exports/openclaw/bug-report/SKILL.md

Metadata

Files
0
Version
471c606
Hash
74d6bf3d
Indexed
2026-07-05 11:16

- 위키
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-07-29 14:49
浙ICP备14020137号-1 $방문자$