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:

  1. User explicitly requests notification - When the user says "notify me when done", "let me know when this finishes", etc.
  2. Long-running tasks - Jobs that take significant time (builds, deployments, large refactors, test suites)
  3. Background tasks - When the user might context-switch while waiting
  4. 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.

Installs
1
GitHub Stars
13
First Seen
8 days ago
gen-notifier — kevinslin/skills