View and manage dding-dong notification settings. This skill should be used when the user says "show settings", "change config", "set volume", "reset config", "설정 보기", "설정 변경", "볼륨 변경", "설정 초기화", or needs to view, modify, or reset notification configuration. 설정 확인, 변경, 초기화.
Diagnose dding-dong notification issues. This skill should be used when the user says "notification not working", "sound not playing", "no alert", "diagnose", "알림 안됨", "소리 안남", "알림 문제", "진단", or experiences notification failures. 알림 문제 진단.
Submit feedback or bug reports for dding-dong as a GitHub issue. This skill should be used when the user says "feedback", "bug report", "report issue", "suggest feature", "file a bug", "피드백", "버그 신고", "기능 요청", "건의", or wants to submit feedback about the plugin. 피드백 및 버그 리포트 자동 생성.
Display comprehensive dding-dong plugin help and reference guide. This skill should be used when the user asks "help", "how to use dding-dong", "what can I do", "show features", "list options", or wants an overview of available skills, config options, and sound packs. 도움말 및 기능 가이드. Use when the user says '도움말', 'help', '사용법', 'how to use'.
Create custom sound pack with interactive wizard. Generates boilerplate, copies sound files, validates, and applies. 커스텀 사운드 팩 생성 마법사. Use when the user says '팩 만들기', '커스텀 사운드', 'create sound pack', 'custom pack', '사운드 팩 생성'.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
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 |
npx claudepluginhub caesiumy/dding-dong --plugin dding-dongAudio feedback system with multilingual TTS announcements, AI-powered contextual messages, and sound effects for Claude Code. Transform your coding experience with intelligent voice feedback that keeps you informed without breaking your flow.
Smart notifications for Claude Code task statuses (Go implementation)
Memory compression system for Claude Code - persist context across sessions
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Curate auto-memory, promote learnings to CLAUDE.md and rules, extract proven patterns into reusable skills.