gen-notifier
Installation
SKILL.md
Task Completion Notifier
This skill sends desktop notifications using terminal-notifier to alert the user when a job has reached its final terminal state.
When to Use This Skill
Use this skill in the following scenarios:
- User explicitly requests notification - When the user says "notify me when done", "let me know when this finishes", etc.
- Long-running tasks - Jobs that take significant time (builds, deployments, large refactors, test suites)
- Background tasks - When the user might context-switch while waiting
- Default behavior - By default, assume all jobs assigned to you will require one notification unless the user specifies otherwise
Core Rule
Use this skill only once per job, at the very end, after the work is finalized and immediately before you generate the final user-facing report.