Turn an outline into polished visuals via an agent pipeline — either a PptxGenJS presentation or a set of Notion-hand-drawn-style infographic prompts — with parallel research sub-agents and design QA.
---
name: Geek-skills-notion-infographic
description: Agent pipeline that researches an outline and produces high-quality visuals — either a PPTX deck (PptxGenJS) or Notion hand-drawn-style infographic prompts. Use when a user gives an outline/article and asks to make slides, an infographic, or a visual summary.
---
A lead-agent pipeline that turns a topic outline into a presentation or infographic set; you plan and review while sub-agents research.
## Workflow
1. P0 — detect environment (Claude Code/Cowork allow parallel sub-agents; Claude.ai degrades to single-thread), parse input, and decide output mode A (PPTX) or B (infographic prompts).
2. P1 — as the lead agent, break the outline into a research task board; dispatch expert sub-agents that each write notes to `workspace/research-notes/`.
3. P2-P3 — read the notes, distill core points, then make design decisions: style, color palette, and layout.
4. P4 — generate output: Mode A builds a `.pptx` via Node + `pptxgenjs` with a full design system; Mode B emits image prompts (Notion hand-drawn or other styles) for imageGen/DALL-E.
5. P5 — run QA against the design system and deliver.
Full skill & source: https://github.com/staruhub/ClaudeSkills/tree/9ed9d5c2d1ded8d2b401bf3eac09168d62f44bbd/skills/Geek-skills-notion-infographicSign in to rate and review this skill.
No reviews yet. Be the first to review this skill.