zynkr-slide

Orchestrates a multi-stage relay that converts raw material into a finished .pptx deck.

21|3|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/peter-tu-zynkr/zynkr-skill-builder --skill zynkr-slide-peter-tu-zynkr
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: zynkr-slide
Source: https://github.com/peter-tu-zynkr/zynkr-skill-builder/tree/main/skills/1-brand-marketing/zynkr-slide
Command: npx skills add https://github.com/peter-tu-zynkr/zynkr-skill-builder --skill zynkr-slide-peter-tu-zynkr

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Making a slide deck from scattered notes, data, or an old deck normally means re-explaining context at every step and getting generic output that ignores what kind of deck it is. This Skill runs a single intelligent intake, detects the deck's purpose (deep-dive, business review, all-hands, pitch, and more), and drives a staged pipeline that produces a finished .pptx aligned to that purpose. ## Core Features & Use Cases - One-shot intake and purpose detection: Asks for purpose, audience, page budget, must-include material, and mode in a single round, then assembles a SLIDE_PACKET Brief that carries shared context through every stage. - Three-stage relay orchestration: Drives storyline design, page splitting, and visual selection skills in sequence, then hands off to a pptx rendering skill, with express mode (two sign-off gates) or guided mode (per-stage review). - Template-fill branch: When a fixed template is provided (charter, one-page QBR, re-skinning an existing deck), it copies the template, extracts content, fills fixed fields via python-pptx, and optionally recolors to brand colors. - Use Case: You paste messy quarterly notes and say "make a QBR deck." The Skill confirms purpose, audience, and a 12-18 page budget in one intake, then produces a finished .pptx plus the full Brief/Storyline/Pages/Visuals packet in a working folder. ## Quick Start Ask the assistant to turn your raw notes or topic into a slide deck, for example: make a 15-page business review deck from these quarterly metrics and save it to my Drive folder.

Frequently Asked Questions about zynkr-slide

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

FAQPage Schema
How do I create a PowerPoint deck from raw notes with AI?▼

Provide your raw material (notes, bullets, data, or an old deck) and state the deck's purpose. The Skill runs one intake to confirm purpose, audience, page count, and must-include content, then drives a storyline, page-split, visual, and render pipeline to produce a .pptx.

What is the difference between express and guided mode?▼

Express mode asks everything up front and only stops for sign-off at storyline finalization and the final .pptx. Guided mode retains blocking human review at each stage, including per-page checks during page splitting and visual selection.

Can I fill an existing Google Slides template instead of designing from scratch?▼

Yes. The template-fill branch copies your template, exports it as .pptx, extracts content from your source document, fills fixed fields by shape index using python-pptx, and can recolor external templates to brand colors.

Does the skill include brand colors and templates built in?▼

No. Brand guidelines and templates are loaded at runtime from configured sources such as a Google Drive brand guide and template library. If unconfigured, it falls back to neutral defaults and tells you no brand was applied.

What are the limitations of this slide orchestration approach?▼

It is a thin orchestration layer: it does not design narrative arcs, split pages, choose layouts, or render the .pptx itself. Those judgments belong to the downstream storyline, page-splitter, visual-selector, and slide-pptx skills, which must be installed separately.