From teaching-skills
Renders a slide outline or lecture notes into a deck file using Marp, Pandoc, Beamer, or python-pptx, with accessibility enforcement. Falls back to markdown source plus install commands if no toolchain is available.
How this command is triggered — by the user, by Claude, or both
Slash command
/teaching-skills:ts-deckThe summary Claude sees in its command listing — used to decide when to auto-load this command
Trigger the `deck-studio` skill in `deck` mode. Turns a slide outline or lecture notes into a rendered deck file via a real toolchain (Marp / Pandoc / Beamer / python-pptx), using the course theme, with accessibility minimums enforced. No toolchain installed → ships the markdown source plus exact install commands, never fakes a render. Mode reference: `MODE_REGISTRY.md`. Skill entry: `deck-studio/SKILL.md`.
Trigger the deck-studio skill in deck mode. Turns a slide outline or lecture notes into a rendered deck file via a real toolchain (Marp / Pandoc / Beamer / python-pptx), using the course theme, with accessibility minimums enforced. No toolchain installed → ships the markdown source plus exact install commands, never fakes a render.
Mode reference: MODE_REGISTRY.md. Skill entry: deck-studio/SKILL.md.
npx claudepluginhub yujxzjcn/teaching-skills --plugin teaching-skills/slidesGenerates a complete, self-contained HTML slide deck from a description. Auto-detects storytelling format (talk, pitch, sales, board, launch) and supports custom themes.
/deckGenerates slide deck presentations from briefs or research, producing a PowerPoint file via a multi-step pipeline of brief, research, outline, and rendering.
/generate-slidesGenerates a magazine-quality slide deck as a self-contained HTML page with narrative arc, visuals, diagrams, and varied layouts.
/generateGenerates accessible Slidev presentation slides from outline.md, creating a project directory with theme frontmatter and individual slide Markdown files.
/paper-slidesCreates presentation slides from research papers for talks and seminars. Structures content by talk duration, audience, and emphasis, outputting slide-by-slide content ready for Google Slides or PowerPoint.
/mckinsey-deckBuilds a McKinsey-style PPTX deck from a brief. Uses agent to plan slide arc, pick templates with rationales, generate Python build script, produce .pptx file, and render PNG previews if tools available.