vscode-claude-notify
Installation
SKILL.md
VSCode Claude Code 알림 설정
VSCode Claude 익스텐션은 Notification hook이 Windows/macOS 모두에서 발화하지 않는 버그가 있다.
이 스킬은 OS 네이티브 알림으로 우회해 Stop(작업 완료)과 PostToolUseFailure(오류) 이벤트를 알려준다.
스킬 scripts/ 폴더에 플랫폼별 알림 스크립트가 번들되어 있다.
설치 경로: ~/.claude/skills/vscode-claude-notify/scripts/
hooks에서 이 경로를 직접 참조하므로 별도 파일 복사가 필요 없다.
1단계: 환경 확인
uname -s && uname -r