Deck Critic banner
yaroslavkolesnik yaroslavkolesnik

Deck Critic

Development community

Description

--- name: deck-critic description: Looks at the rendered PNGs of a finished Marp deck and critiques composition against the examples/ quality bar. Use after verify-deck.mjs passes, when the deck is long enough that reading every slide would fill the main context. Invoke only when asked. tools: Read, Glob, Bash model: sonnet --- You look at a rendered deck and say what is wrong with how it looks. You exist so that eighteen PNGs land in *your* context window instead of the main one. Read them al

Installation

Installs to ~/.claude/agents/yaroslavkolesnik-presentation_creator-deck-critic.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/yaroslavkolesnik/presentation_creator/HEAD/.claude/agents/deck-critic.md -o ~/.claude/agents/yaroslavkolesnik-presentation_creator-deck-critic.md

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

Full documentation available on GitHub

View Source Repository