mcpbeat

Basecamp Doctor

basecamp/basecamp-doctor

Diagnose Basecamp CLI, authentication, and agent-plugin health.

283 tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
57
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/basecamp/basecamp-cli --skill basecamp-doctor

The instruction itself

1 sections, as written by the author

Basecamp Doctor

Run the structured diagnostic:

basecamp doctor --json

Interpret every check by status:

  • pass: working correctly.
  • warn: usable, but follow-up is recommended.
  • skip: not run because it is unauthenticated or not applicable.
  • fail: broken and needs attention.

Report failures and warnings with their hint fields. Also inspect the top-level breadcrumbs array and preserve its structured cmd next steps, because a breadcrumb can provide a more specific action than a check hint. Use these common remediations when relevant:

  • Basecamp authentication: basecamp auth login
  • Agent plugin installation or version: basecamp setup
  • Skill + all detected agents, non-interactively: basecamp setup agents (honors BASECAMP_SETUP_AGENT)
  • Codex plugin specifically: basecamp setup codex
  • Claude Code plugin specifically: basecamp setup claude

Do not read, print, or request credential files. If every check passes, say that Basecamp and its agent integration are ready.

How to use it

Copy the folder

Take basecamp/basecamp-doctor from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.