agent-doorbell
Installation
SKILL.md
Agent Doorbell
Use this skill to manage runtime hooks that ring the user's attention back when an Agent stops or needs input. The hook, not the Agent's final-response discipline, owns reliable reminders.
Core Rule
This skill is a hook manager. When the latest user request explicitly invokes agent-doorbell, install or update the default runtime hook unless the request says to uninstall, remove, or disable it. Do not use this skill merely because the Agent is about to send a final response.
Once a hook is installed, the runtime calls an OS-native runner and returns quickly. Do not also run a manual doorbell helper for the same stop event.
Action Routing
| User intent | Action |
|---|---|
agent-doorbell, install, setup, enable, update, make reminders automatic |
Install or update hooks |
| uninstall, remove, disable, turn off doorbell hooks | Uninstall hooks |
| test, dry-run, preview | Run installer with --dry-run |
| ordinary final response, progress pause, or internal checklist step | Do not trigger this skill |