Dera Presentation Skill
Description
Claude Code skill for generating professional PowerPoint presentations via pptxgenjs
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
DERA Presentation Skill
A Claude Code skill that generates professional PowerPoint presentations using pptxgenjs. Auto-detects presentation type (Explain, Pitch, Board, Strategy, Teach) and adapts structure accordingly.
What it does
- Drafts a "ghost deck" (action titles only) for approval before generating slides
- Generates
.pptxfiles via pptxgenjs with brand-consistent styling - Enforces action titles, layout variety, and visual elements on every slide
- Runs visual QA by converting slides to images and inspecting for issues
Installation
Option A: Project-level (one repo)
Clone the repo and copy it into your project's skills directory:
git clone https://github.com/dev-rathor/dera-presentation-skill.git
mkdir -p /path/to/your-project/.claude/skills/dera-presentation
cp -r dera-presentation-skill/* /path/to/your-project/.claude/skills/dera-presentation/
Option B: User-level (all projects)
Install to your personal Claude skills directory so it's available everywhere:
git clone https://github.com/dev-rathor/dera-presentation-skill.git
mkdir -p ~/.claude/skills/dera-presentation
cp -r dera-presentation-skill/* ~/.claude/skills/dera-presentation/
Dependencies
Install the required npm and Python packages:
# Slide generation
npm install -g pptxgenjs
# Icons and rendering (required)
npm install -g react-icons react react-dom sharp
# QA: text extraction
pip install "markitdown[pptx]"
# QA: thumbnail grids
pip install Pillow defusedxml
# QA: slide-to-image conversion (requires LibreOffice + Poppler)
# macOS:
brew install --cask libreoffice
brew install poppler
Usage
In Claude Code, invoke the skill:
/dera-presentation Create a quarterly board review for Q1 2026
Or just describe what you need — Claude will detect presentation intent and use the skill automatically.
Verify It Works
After installing, paste these two prompts into Claude Code to confirm everything is working.
**1. Ch
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11