Tool Doctor banner
first-fluke first-fluke

Tool Doctor

Development community

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

Terminal
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 Repository