By TianqiZhang
Sends Windows toast notifications for Claude Code events, alerting you when processing stops or when permission, idle, or elicitation prompts appear.
Windows toast notifications for Claude Code events using native Windows APIs.
No external modules required - uses native Windows toast notification APIs.
First, add the marketplace:
/plugin marketplace add TianqiZhang/claude-code-toast
Then install the plugin:
/plugin install toast-notifications@claude-code-toast
/plugin install TianqiZhang/claude-code-toast
/plugin marketplace add /path/to/claude-code-toast
/plugin install toast-notifications@claude-code-toast
Once installed, the plugin automatically:
| Event | Description |
|---|---|
Notification | Triggered when Claude Code sends a notification |
Stop | Triggered when Claude Code finishes responding |
claude-code-toast/
├── .claude-plugin/
│ ├── plugin.json # Plugin manifest
│ └── marketplace.json # Marketplace manifest
├── assets/
│ └── icon.png # Notification icon
├── hooks/
│ └── hooks.json # Hook configuration
├── scripts/
│ ├── toast-notification.ps1 # Notification handler
│ └── toast-stop.ps1 # Stop event handler
├── LICENSE
└── README.md
# Test notification toast
'{"message": "Test notification", "notification_type": "info"}' | powershell -File .\scripts\toast-notification.ps1
# Test stop toast
powershell -File .\scripts\toast-stop.ps1
MIT
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.
npx claudepluginhub tianqizhang/claude-code-toast --plugin toast-notificationsUltra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Memory compression system for Claude Code - persist context across sessions
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.