task-completion-notify
Claude Code Hook: Task Completion Notifications.
- Score
- Unranked
- Evidence
- No signals yet
- Last commit
- Not known
- Listed
Install
armory install task-completion-notify --cli claudewrites the file to.claude/hooks/task-completion-notifyListed as compatible
Configuration
# fetches the hook script into:
.claude/hooks/task-completion-notify
# then register it in your settings.json "hooks" block.↳ Add the hook entry to settings.json, then restart the harness.
Needs the armory CLI · not on npm yet, build it from cli/ in the repository
Alternatives · Hooks
- cc-notify216 stars · 23 forks93.935
What it is
A Claude Code hook from decider/claude-hooks. Claude Code Hook: Task Completion Notifications.
When to use it
Claude Code Hook: Task Completion Notifications.
How to install / invoke
# wire the script into .claude/settings.json hooks for the matching event
curl -sL https://github.com/decider/claude-hooks/raw/main/hooks/task-completion-notify.py -o .claude/hooks/task-completion-notify.py
Notes
Extracted from hooks/task-completion-notify.py. See the repo for the settings.json wiring and full implementation.
Source docstring: Claude Code Hook: Task Completion Notifications.