Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
PPTX presentation generation with visual QA: slides, pitch decks.
This skill generates polished PowerPoint decks through a 6-phase pipeline that separates content decisions (LLM) from slide construction (deterministic script) from visual validation (fresh-eyes subagent). The core principle: "Slides are visual documents, not text dumps. Generate mechanically, validate visually."
This separation prevents the common failure mode where the generator rationalizes away visual defects it introduced. The visual QA subagent has zero generation context and sees slides as viewers would.
| Signal | Load These Files | Why |
|---|---|---|
| tasks related to this reference | anti-ai-slide-rules.md | Loads detailed guidance from anti-ai-slide-rules.md. |
| tasks related to this reference | dependencies.md | Loads detailed guidance from dependencies.md. |
| tasks related to this reference | design-system.md | Loads detailed guidance from design-system.md. |
| errors, error handling | error-handling.md | Loads detailed guidance from error-handling.md. |
| example-driven tasks | examples.md | Loads detailed guidance from examples.md. |
npx skills add notque/vexjoy-agent --skill pptx-generatorHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Clear and well structured, with only minor parts that might need a second read.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Mostly actionable with clear steps; only a few small gaps remain.