presentation

Installation
SKILL.md

Presentation Generator

Generate PowerPoint presentations using JavaScript code with the pptxgenjs library.

⚠️ CRITICAL REQUIREMENTS - READ FIRST

YOU MUST FOLLOW THESE RULES - NO EXCEPTIONS:

  1. ONLY use the 4 predefined themes below (NOVA, ORBIT, PULSE, MINIMA)
  2. NEVER create custom color variables like const colorAccent = "0078D7"
  3. NEVER use hardcoded hex values in your code - always reference theme.xxx
  4. ALWAYS include the # prefix in hex colors (e.g., #EF4444 not EF4444)
  5. Slide 0 (first slide) MUST also be created via const slide = pres.addSlide() and use theme.cover - first slide is the cover with dark/high-contrast background
  6. Slides 1+ MUST use theme.content - all other slides use light/readable background
Installs
1
GitHub Stars
264
First Seen
Jun 4, 2026
presentation — xorbitsai/xagent