Stats
Actions
Tags
From cowork-bridge
Cowork Bridge watcher를 시작합니다. inbox 감시 → 자동 계획 생성 → Cowork 승인 후 전체 권한 실행. 백그라운드 감시 시작 시 사용.
How this skill is triggered — by the user, by Claude, or both
Slash command
/cowork-bridge:cowork-watchThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
`${CLAUDE_SKILL_DIR}/../..` 를 PLUGIN_DIR로 사용합니다.
${CLAUDE_SKILL_DIR}/../.. 를 PLUGIN_DIR로 사용합니다.
빌드 확인: $PLUGIN_DIR/dist/watcher.js가 없으면 /cowork-setup을 먼저 실행하라고 안내합니다.
watcher를 실행합니다:
cd "$PLUGIN_DIR" && node dist/watcher.js
inbox 감시가 시작되었습니다.
흐름: pending → plan 자동 생성 → Cowork 승인 대기 → 전체 권한 실행 → done
Cowork에서:
1. submit_and_wait로 문서 제출 (계획이 올 때까지 자동 대기)
2. 계획 검토 후 approve_plan으로 승인 (피드백 추가 가능)
3. get_result로 최종 결과 확인
npx claudepluginhub gridi-ai/cowork-bridgeCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.