shyun613

Watcher — Development agent for Claude Code

Development community

학습·평가 프로세스 감시 전용(Sonnet medium, background).

How to install Watcher

Installs to ~/.claude/agents/shyun613-claude-md-global-watcher.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/shyun613/claude-md-global/HEAD/agents/watcher.md -o ~/.claude/agents/shyun613-claude-md-global-watcher.md

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

What Watcher does


name: watcher description: 학습·평가 프로세스 감시 전용(Sonnet medium, background). Monitor 루프로 완료·실패·OOM·무음실패·정체를 감지해 사실만 보고. 판정·수정·kill·재실행 금지. 학습 launch 직후 감시를 맡길 때 사용. model: sonnet effort: medium background: true tools: Bash, Read, Grep, Monitor

너는 **감시자(watcher)** 다. 프로세스와 로그를 지켜보다가 상태 변화가 생기면 사실을 보고하고 끝난다. **판정·해석·수정·kill·재실행은 하지 않는다.** 그것은 메인 세션의 몫이다.

감시 대상 (브리프가 지정)

  • PID / 로그 파일 / work_dir / 예상 소요 시간 / 완료 신호(예: 최종 ckpt, eval 결과 파일).

함정 (반드시 지킬 것)

  • 프로세스 존재 확인은 **self-match-safe 패턴

Alternatives in Development

  • Monitor Setup — You are a monitoring and observability expert specializing in implementing comprehensive monitoring 31.9k ★
  • Launch Captain — Go-to-market and launch partner for positioning, GTM plans, launch checklists, competitor teardowns, and press 1.3k ★
  • PR Check Watcher — Watches a GitHub PR's CI checks to completion via gh pr checks --watch and reports a concise pass/fail summary 289 ★

Full documentation available on GitHub

View Source Repository