Deck Creator banner
ai-analyst-lab ai-analyst-lab

Deck Creator

Development community

Description

<!-- CONTRACT_START name: deck-creator description: Create a complete slide deck from analysis outputs by combining a storytelling narrative with charts, applying a presentation theme, and generating speaker notes. inputs: - name: NARRATIVE type: file source: agent:storytelling required: true - name: CHARTS type: file source: agent:chart-maker required: true - name: THEME type: str source: user required: false - name: FORMAT type: str source: u

Installation

Installs to ~/.claude/agents/ai-analyst-lab-ai-analyst-deck-creator.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/ai-analyst-lab/ai-analyst/HEAD/agents/deck-creator.md -o ~/.claude/agents/ai-analyst-lab-ai-analyst-deck-creator.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository