{
  "name": "deck-builder",
  "version": "0.1.0",
  "description": "Generate a real PowerPoint (.pptx) file from content, target audience, and a color palette. Produces structurally-appropriate decks (slide count, density, layout choice) tuned for the audience — execs, technical reviewers, sales prospects, investors, internal teams. Use when the user wants an actual editable .pptx, not just an outline.",
  "entrypoint": "SKILL.md",
  "deps": {
    "npm": [],
    "pip": ["python-pptx==1.0.2"]
  },
  "env": { "required": [], "optional": [] },
  "related": ["audience-profile", "slide-outliner"],
  "install": {
    "pip": "python3 -m pip install -r requirements.txt"
  },
  "tags": ["powerpoint", "pptx", "deck", "presentation", "stakeholder-communication"],
  "model": { "tier": "standard", "rationale": "Generates pptx content + runs a script. Content shaping, not hard reasoning." }
}
