From agentboard
Diagnose the agentboard install. Reports Node/Bun version, claude CLI version, data-dir perms, lock/port state, DB accessibility, token presence, PRICING_VERSION, and rotation hint.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agentboard:doctorThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Output a checklist (one line per item, `[ok]` / `[warn]` / `[fail]` prefix):
Output a checklist (one line per item, [ok] / [warn] / [fail] prefix):
claude --version on PATH and ≥ 2.0.0 (MIN_CLAUDE_CLI).ANTHROPIC_API_KEY env set OR claude /status reports active OAuth. Mask the key to first/last 4 chars.~/.agentboard exists and is writable; config.json perms restricted (0600 on Unix, ACL on Windows).~/.agentboard/config.json:
port, pid present → GET http://127.0.0.1:<port>/alive — compare server_id and plugin_version from the response./agentboard stop then /agentboard open.~/.agentboard/projects/. For each, probe schema_version in meta.PRICING_VERSION (from agentboard-core/src/pricing.mjs) and the "last sourced" date from that file's header comment. Warn if >180 days old.ANTHROPIC_API_KEY was rotated after the server started, run /agentboard stop then /agentboard open — child processes inherit env from server launch."Do NOT print the Bearer token or the 32-byte value of token. A hint like "token: 64-char hex present" is enough.
npx claudepluginhub edgeetech/agentboard --plugin agentboardCreates bite-sized, testable implementation plans from specs or requirements, with file structure and task decomposition. Activates before coding multi-step tasks.