jeiemgi

Kit Doctor — Git skill for Claude Code

Git community

Onboarding preflight — check deps (Homebrew, git, gh, jq, perl, node, pnpm), authenticate gh + add scope:project, optionally set up SSH.

How to install Kit Doctor

Installs to ~/.claude/skills/jeiemgi-cckit-kit-doctor/SKILL.md

Terminal
mkdir -p ~/.claude/skills/jeiemgi-cckit-kit-doctor && curl -fsSL https://raw.githubusercontent.com/jeiemgi/cckit/HEAD/commands/kit-doctor.md -o ~/.claude/skills/jeiemgi-cckit-kit-doctor/SKILL.md

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

What Kit Doctor does


description: Onboarding preflight — check deps (Homebrew, git, gh, jq, perl, node, pnpm), authenticate gh + add scope:project, optionally set up SSH. Auto-installs everything it can; pauses only for sudo password (Homebrew) and browser OAuth (gh auth login). argument-hint: "[--dry-run] [--no-install] [--dismiss-local]" allowed-tools: Bash

/kit-doctor — onboarding preflight

Run the kit-doctor script to check all dependencies and authentication required by claude-kit.

What it check

Alternatives in Git

  • Fresh Start — The original nirholas/claude-code before DMCA and take down 6.2k ★
  • Voicemode MCP — by Mike Bailey - VoiceMode MCP brings natural conversations to Claude Code 899 ★
  • Worktree Rm — Remove a git worktree and optionally delete its branch 387 ★

Full documentation available on GitHub

View Source Repository