Enlighten Deck Builder
Build PowerPoint (.pptx) decks that exactly match the Enlighten Sales Deck Master by cloning real master slides (fonts, colors, code-rain backgrounds, icons preserved) and editing text/images in place, then rendering to PNG for self-review.
Install
enl skill install enlighten-deck Or call the MCP tool install_skill with { "id": "enlighten-deck" }.
Bundle
Installable bundle: content/skills/enlighten-deck/dist
INSTALL.md
# Install: Enlighten Deck Builder
Install the skill into your agent's skills directory.
```bash
enl skill install enlighten-deck # auto-detects Claude Code / Cursor / Codex
enl skill install enlighten-deck --target ~/.cursor/skills
```
Via MCP, call `install_skill` with `{ "id": "enlighten-deck" }`.
The bundle installs the real `SKILL.md`, the `scripts/enlighten_pptx.py` helper, and the
`reference/` specs (`slide-map.json`, `slide-specs.md`, `ARCHETYPES.md`). Slide thumbnail
previews are stored separately (StorageProvider / R2) and are referenced from the skill's
`meta.json` `assets[]`; pull them with `enl asset pull <key>`.
Pairs with the **Enlighten Design System** (`enl ds get enlighten`) and the
`enlighten-design` skill (HTML/DOCX/brand rules).