Claude Code 알림 플러그인 - 작업 완료, 오류, 입력 필요 시 소리와 OS 알림으로 알려줍니다
npx claudepluginhub caesiumy/dding-dongClaude Code 알림 플러그인 - 작업 완료, 오류, 입력 필요 시 소리와 OS 알림으로 알려줍니다
English | 한국어
Visit the website — Listen to sound packs and explore features.
Claude Code notification plugin — Alerts you with sounds and OS notifications on task completion, errors, and input requests. Create custom notification sounds with AI voice synthesis.
dding-dong (띵동) is a Korean onomatopoeia for a doorbell chime. It notifies you when Claude Code finishes a task or needs your attention.
Run the following command in Claude Code:
/plugin marketplace add https://github.com/CaesiumY/dding-dong
/plugin install dding-dong
/dding-dong:dd-setup
Automatically detects your platform and checks for audio players and notification tools.
/dding-dong:dd-test
Cycles through all event types to test notifications. If you hear sounds, you're all set!
claude plugin add https://github.com/CaesiumY/dding-dong
git clone https://github.com/CaesiumY/dding-dong
cd dding-dong
claude plugin add .
/plugin marketplace update dding-dong
| Skill | Description |
|---|---|
/dding-dong:dd-setup | Environment detection & setup |
/dding-dong:dd-test | Test all event notifications |
/dding-dong:dd-config | View/modify settings |
/dding-dong:dd-sounds | Manage sound packs |
/dding-dong:dd-doctor | Auto-diagnose notification issues |
| Skill | Description |
|---|---|
/dding-dong:dd-feedback | Auto-generate feedback/bug reports |
/dding-dong:dd-help | Help and feature guide |
/dding-dong:dd-pack-create | Custom sound pack creation wizard |
/dding-dong:dd-tts-pack | TTS voice synthesis sound pack |
Configuration is merged in 5 stages (later stages take priority):
| Stage | Path | Description |
|---|---|---|
| Default | (built-in defaults) | Plugin hardcoded values |
| Global | ~/.config/dding-dong/config.json | Global settings |
| Project | .dding-dong/config.json | Shared per project (committed to repo) |
| Local | .dding-dong/config.local.json | Personal override (.gitignore recommended) |
| Env | Environment variables | Final override |
| Variable | Description |
|---|---|
DDING_DONG_ENABLED=false | Disable the plugin |
DDING_DONG_VOLUME=0.5 | Override volume |
DDING_DONG_LANG=en | Override language |
DDING_DONG_PACK=retro | Override sound pack |