deck-studio

Coordinate a 4-agent workflow to render slide outlines into themed decks with figures.

17|3|Updated Jun 10, 2026
One-click install
npx skills add https://github.com/YujxZJCN/teaching-skills --skill deck-studio-yujxzjcn
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: deck-studio
Source: https://github.com/YujxZJCN/teaching-skills/tree/main/deck-studio
Command: npx skills add https://github.com/YujxZJCN/teaching-skills --skill deck-studio-yujxzjcn

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Converts instructor slide outlines and notes into production-ready decks with a consistent course-wide theme, accessibility checks, and ready-to-render artifacts, reducing manual assembly time.

Core Features & Use Cases

  • 4-agent collaboration: deck_architect_agent maps outlines to slide sequences; visual_designer_agent enforces the course theme; figure_maker_agent renders figures; renderer_agent builds and verifies outputs.
  • Outputs include generated deck source (decks/W<N>_deck.md), rendered formats (PDF/PPTX/HTML), code-generated figures with their scripts, and a course-wide theme spec; handouts and posters are produced as variants.
  • Use cases include weekly course decks, course posters, student handouts, and accessibility checks against the slide design rules.

Quick Start

Turn a slide outline into a fully themed, accessible deck with figures and rendered outputs.

Frequently Asked Questions about deck-studio

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert outline notes into themed slides automatically?▼

To convert outline notes into themed slides, this Skill coordinates a 4-agent workflow that maps slide sequences, enforces a course-wide theme, generates figures, and renders accessible deck outputs.

Can I render markdown slides to PDF and PPTX using Marp or python-pptx?▼

Yes, you can render markdown slides to PDF and PPTX using supported toolchains including Marp, pandoc, tectonic Beamer, and python-pptx, with builds validated against institutional templates.

Does this slide generation workflow check accessibility against design rules?▼

Yes, the slide generation workflow includes accessibility checks against slide design rules, ensuring production-ready decks meet institutional accessibility standards during the rendering process.

How do I generate course posters and student handouts from a slide outline?▼

To generate course posters and student handouts from a slide outline, the workflow produces these as variants alongside the primary deck, applying the same course-wide theme and accessibility checks.

What is the best way to create reproducible deck builds with generated figures?▼

The best way to create reproducible deck builds with generated figures is using the 4-agent workflow, which reports artifacts, checkpoints, and any rendering failures to ensure reproducible outputs.