🩺
AutomationGo

Basecamp Doctor

by basecamp

Basecamp Doctor is an Automation skill for Claude Code, published by basecamp in basecamp-cli.

261 stars21 forkson basecamp/basecamp-cliAdded 2026/09/02+5% in starsRepository updated 2026/08/31
agent-skillsbasecamp
Install in seconds
Install Basecamp Doctor
Copy Basecamp Doctor into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/basecamp/basecamp-cli/tree/main/skills/basecamp-doctor ~/.claude/skills/basecamp-doctor

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/basecamp/basecamp-cli.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/basecamp-doctor/SKILL.md in basecamp/basecamp-cli
Installs to
~/.claude/skills/basecamp-doctor
Collection
One of 2 skills cataloged from this repository
Category
Automation1648 skills

What Basecamp Doctor does

Basecamp Doctor runs structured diagnostics for Basecamp CLI, authentication, and agent plugin setup. Use it to review warnings, failures, and next-step breadcrumbs when the tool or agent integration is not working.

Basecamp Doctor is cataloged under Automation on DirSkills. Basecamp Doctor comes from a repository tagged agent-skills and basecamp.

Documentation

README

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:

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Basecamp Doctor

  • What else does basecamp publish alongside Basecamp Doctor?

    Basecamp Doctor is one of 2 skills that DirSkills catalogs from basecamp/basecamp-cli, the repository it ships in. Its siblings there include Basecamp. Each one is a separate skill with its own page in this directory, installs the same way Basecamp Doctor does, and is maintained by basecamp in that same repository. The rest of the collection is listed on the basecamp/basecamp-cli page.

  • How does Basecamp Doctor compare to other Automation skills?

    Basecamp Doctor ranks #1429 by stars among the 1648 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Basecamp Doctor against them. Open each page to compare what they document and how they install.