Claude Pings
Description
Never miss a Claude Code response again. Windows toast notifications with 150 witty messages, feature tips, and click-to-focus. 3-line install.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
claude-pings
Windows toast notifications for Claude Code — with personality, humor, and feature discovery tips.
When Claude finishes working or needs your input, you get a toast notification. Clicking it brings the right terminal tab to the foreground.
Install
git clone https://github.com/shivachintaluru-prog/claude-pings.git
cd claude-pings
powershell.exe -ExecutionPolicy Bypass -File install.ps1
That's it. Start a new Claude Code session and notifications will appear automatically.
What You Get
- Context-aware messages that tell you why Claude needs you (output ready vs. permission needed)
- 150 rotating messages with original humor across 9 themes
- Feature discovery tips on ~20% of notifications
- Click-to-focus brings the correct terminal tab to the foreground
Optional: Auto-Update Tips
Tips ship with 30 curated Claude Code feature tips. To auto-refresh from the changelog monthly:
Edit `data/config.json` and set:
{ "autoUpdateTips": true }
Uninstall
Remove the hooks from `~/.claude/settings.json` (delete the `Notification`, `Stop`, and `SessionStart` entries) and optionally remove the protocol:
Remove-Item -Path "HKCU:\Software\Classes\claude-focus" -Recurse -Force
Troubleshooting
**No notification appears:**
- Verify BurntToast is installed:
Get-Module -ListAvailable -Name BurntToast - Check Windows notification settings — ensure notifications are enabled for PowerShell
- Test manually:
echo '{}' | powershell.exe -ExecutionPolicy Bypass -File scripts/notify.ps1
**Clicking the notification does nothing:**
- Re-run
powershell.exe -ExecutionPolicy Bypass -File install.ps1(re-registers the protocol)
**Too many notifications:**
- The plugin debounces within 15 seconds per session. If you still see duplicates, check
~/.claude/settings.jsonfor duplicate hook entries.
Known Limitations
**Tab switching is best-effort.** Clicking a notification brings Windows Terminal to the
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11