doctor

Installation
SKILL.md

Doctor

Cold-start health check + optional auto-install. Safe to run multiple times.

Phase 1 — Inventory

Run in parallel where possible:

  1. Bash(claude mcp list) — parse output, look for chrome-devtools: ✓ Connected
  2. Bash(which monolith) — existence check
  3. Bash(which node) — required
  4. Bash(which gh) — for /ingest-github
  5. Bash(test -f package.json && echo yes || echo no)
  6. Bash(test -d starters && echo yes || echo no) — expect yes
  7. Bash(test -d artifacts && echo yes || echo no)
  8. Bash(test -d .claude/skills && echo yes || echo no) — expect yes

Phase 2 — Report

Related skills
Installs
12
GitHub Stars
83
First Seen
14 days ago