Cc Devenv Doctor — Development skill for Claude Code
One command to take a bare Windows or Mac machine to a working Claude Code setup — plus a plugin that keeps diagnosing it afterwards.
How to install Cc Devenv Doctor
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open killernay/cc-devenv-doctor and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Cc Devenv Doctor does
One command to take a bare Windows or Mac machine to a working Claude Code setup — plus a plugin that keeps diagnosing it afterwards.
Alternatives in Development
- Claude Token Efficient — One CLAUDE.md file 3.8k ★
- Memory Gc — Inspect or rotate the autopilot ledger JSONL files (findings.jsonl, negatives.jsonl) 3.8k ★
- Agentic Stack — One brain, many harnesses 2.2k ★
README
cc-devenv-doctor
One command to take a bare Windows or Mac machine to a working [Claude Code](https://claude.com/claude-code) setup — plus a plugin that keeps diagnosing it afterwards.
ภาษาไทย: [README.th.md](./README.th.md)
Why this exists
This started at an **AI Agentic Engineering for IT** exam.
The material was not the hard part. Getting everyone's machine ready was. Installing git, then Node, then VS Code, then Docker, then the Claude Code CLI — one command at a time, across Windows and Mac at once, with PATH not refreshing, with installers that stop to ask a question nobody in the room knows how to answer. Hours went into that. Hours that were supposed to go into the actual subject.
The frustrating part is that none of it was interesting. It was the same handful of commands every time, in the same order, failing in the same few ways. That is exactly the kind of problem worth solving once and giving away, so nobody else has to spend their morning on it.
So: one script per OS, and a plugin that can tell you what's still broken afterwards.
What it installs
- Git
- Node.js (LTS)
- Bun — required by claude-mem, which doesn't install it for you
- Claude Code CLI (via the official native installer)
- devenv-doctor — the plugin bundled in this repo. Run
/devenv-doctor:environment-doctorin Claude Code and it runs the real checks, then tells you exactly what to fix - Docker Desktop, including WSL2 setup on Windows if it's missing
- VS Code + two extensions: Claude Code and Docker
- mattpocock-skills — a plugin on Anthropic's official marketplace (grilling, TDD, code review, and more)
The last two are examples, not the point
The VS Code extensions and mattpocock-skills are here as **examples of what a ready machine looks like** — not as a claim that these are the right choices fo
Related Skills
Rdp Agent
Agent skill for Claude Code, Codex and Cursor: drive a remote Windows machine over RDP on an isolated Xvfb dis
Goguma
Wakes your Mac for scheduled jobs, holds it awake while long work finishes, and lets it sleep otherwise. Finds
Drem
A native macOS menu-bar companion that keeps your Mac awake while Codex and Claude Code work.
Claude Bridge
Keeps your machine reachable for Claude Code dispatch: starts Claude Desktop with your session, restarts it if
Omarchy Insomnia
Keeps the machine awake and on the network so long-running Claude Code and other agentic sessions survive. Oma
Taskmaster
Stop hook for Claude Code that keeps the agent working until all plans and user requests are 100% complete
Related Agents
Packager Troubleshooter
Use this agent when packaging fails or needs changes — yarn build:package:windows mac linux, PyInstaller error
Machinist
Watches and frees the Mac's physical resources (RAM, CPU, heat) — hunts abandoned processes, compressed memory
Tool Doctor
Use this agent when diagnosing tool failures, debugging issues, or when user asks "why did it fail".