stop
Run when the main agent finishes responding, to announce completion or run end-of-turn checks.
- Score
- Unranked
- Evidence
- No signals yet
- Last commit
- Not known
- Listed
Install
armory install stop --cli claudewrites the file to.claude/hooks/stopListed as compatible
Configuration
# fetches the hook script into:
.claude/hooks/stop
# 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
What it is
A Claude Code hook from disler/claude-code-hooks-mastery. Run when the main agent finishes responding, to announce completion or run end-of-turn checks.
When to use it
Run when the main agent finishes responding, to announce completion or run end-of-turn checks.
How to install / invoke
# wire the script into .claude/settings.json hooks for the matching event
curl -sL https://github.com/disler/claude-code-hooks-mastery/raw/main/.claude/hooks/stop.py -o .claude/hooks/stop.py
Notes
Extracted from .claude/hooks/stop.py. See the repo for the settings.json wiring and full implementation.
Source docstring: Return list of friendly completion messages.