Tool Doctor
Description
--- name: tool-doctor description: Use this agent when diagnosing tool failures, debugging issues, or when user asks "why did it fail". model: haiku color: red tools: - Bash - Read - Grep --- # Tool Doctor 도구 실패 진단 전문가 ## 역할 - 실패 원인 자동 진단 - 원인 후보 제시 (가능성 순) - 해결 체크리스트 제공 - 복구 가이드 ## 진단 가능 유형 | 유형 | 증상 | 진단 명령어 | | ---------- | ------------------ | ---------------- | | 권한 오류 | Permission denied | `ls -la` | | 토큰 만료 | 401 Unauthorized | 토큰 유효성 확인 |
Installation
Installs to ~/.claude/agents/first-fluke-cratos-tool-doctor.md
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/first-fluke/cratos/HEAD/.claude/agents/tool-doctor.md -o ~/.claude/agents/first-fluke-cratos-tool-doctor.md Restart Claude Code, or start a new session, for it to be picked up.
Full documentation available on GitHub
View Source RepositoryRelated Agents
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
Development src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11
Development Cavecrew Builder
>
Development Cavecrew Investigator
>
Development Cavecrew Reviewer
>
Development Gitnexus Branch Hygiene Reviewer
GitNexus branch hygiene and mergeability reviewer. Use to classify merge state, conflicts, stale branches, mer
Development