doctor
Doctor
Cold-start health check + optional auto-install. Safe to run multiple times.
Phase 1 — Inventory
Run in parallel where possible:
Bash(claude mcp list)— parse output, look forchrome-devtools: ✓ ConnectedBash(which monolith)— existence checkBash(which node)— requiredBash(which gh)— for/ingest-githubBash(test -f package.json && echo yes || echo no)Bash(test -d starters && echo yes || echo no)— expect yesBash(test -d artifacts && echo yes || echo no)Bash(test -d .claude/skills && echo yes || echo no)— expect yes
Phase 2 — Report
More from bluzir/claude-code-design
make-deck
Build an HTML slide deck (1920×1080, keyboard nav, exportable) when user asks for a presentation, pitch deck, slides, or keynote. Uses deck_stage.js starter and Claude Design taste rules.
14export-pptx
Export an HTML deck to PPTX via per-slide screenshots. Requires Node + pptxgenjs + puppeteer (run /doctor first).
13wireframe
Explore 3+ design variations in low-fi/greyscale on a labeled canvas for comparison. Use when user asks for wireframes, lo-fi, ideas, variants, sketches, many options.
13export-pdf
Export an HTML artifact to PDF via headless Chromium (puppeteer Page.pdf). For multi-slide decks one page per <section>.
13animated-video
Build animated motion design (explainer, transition reel, product intro). Uses Stage/Sprite timeline from animations.jsx for in-browser compositions or Remotion for full video/MP4 workflows.
13interactive-prototype
Build a hi-fi clickable React prototype with realistic device chrome. Triggered by "prototype", "clickable", "app mockup", "interactive demo".
13