Showcase banner
pandazki pandazki

Showcase

Development community

Description

# /showcase — Generate Mode Showcase Materials Generate showcase marketing images and metadata for a Pneuma mode's launcher gallery. ## Input The user provides a mode name (e.g. `remotion`, `draw`). If not specified, ask. ## Step 1: Analyze the Mode Read the mode's manifest and skill to understand: - `modes/<name>/manifest.ts` — displayName, description, icon, key features - `modes/<name>/skill/` — what the mode does, its workflow, unique capabilities - `modes/<name>/showcase/showcase.json`

Installation

Installs to ~/.claude/commands/pandazki-pneuma-skills-showcase.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/pandazki/pneuma-skills/HEAD/.claude/commands/showcase.md -o ~/.claude/commands/pandazki-pneuma-skills-showcase.md

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

Full documentation available on GitHub

View Source Repository