JayPing23

Book Doctor — Development skill for Claude Code

Development community

Health check for the book-forge plugin and the current workspace.

How to install Book Doctor

Installs to ~/.claude/skills/jayping23-book-forge-book-doctor/SKILL.md

Terminal
mkdir -p ~/.claude/skills/jayping23-book-forge-book-doctor && curl -fsSL https://raw.githubusercontent.com/JayPing23/book-forge/HEAD/commands/book-doctor.md -o ~/.claude/skills/jayping23-book-forge-book-doctor/SKILL.md

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

What Book Doctor does


description: Health check for the book-forge plugin and the current workspace

book-doctor

Run these checks in order and report a pass/fail line for each. Do not stop at the first failure — run all checks and report the full list, so one broken thing doesn't hide the status of everything else.

  1. Plugin templates present: confirm ${CLAUDE_PLUGIN_ROOT}/templates/standalone-project/project.json.template, `${CLAUDE_PLUGIN_ROOT}/templates/standalone-project/story-bible/plot-t

Alternatives in Development

  • Octo Doctor — Environment diagnostics — check providers, auth, config, hooks, scheduler, and more 2.8k ★
  • External Tools Health — External Tools Health Check 402 ★
  • Health — claude-health Health check and wellness dashboard for Claude Code sessions 327 ★

Full documentation available on GitHub

View Source Repository