scoobydrew83

Conductor Doctor — Security skill for Claude Code

Security community

Audit the local Conductor harness without changing it.

How to install Conductor Doctor

Installs to ~/.claude/commands/scoobydrew83-skills-conductor-doctor.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/scoobydrew83/skills/HEAD/.claude/commands/conductor-doctor.md -o ~/.claude/commands/scoobydrew83-skills-conductor-doctor.md

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

What Conductor Doctor does


name: conductor-doctor description: Audit the local Conductor harness without changing it. argument-hint: [repo path]

/conductor-doctor $ARGUMENTS

Run the portable diagnostic and present its result without repairing files:

When installed as a plugin, run:

python3 "${CLAUDE_PLUGIN_ROOT}/skills/conductor-doctor/scripts/doctor.py" "${ARGUMENTS:-${CLAUDE_PROJECT_DIR:-.}}"

When used from this repository's `.claude/commands`, replace `${CLAUDE_PLUGIN_ROOT}/skills` with `.age

Alternatives in Security

Full documentation available on GitHub

View Source Repository