Automatically notify the user when long-running terminal commands finish (npm test, docker build, git push, etc.). The agent monitors command execution and sends a desktop notification on completion if the command ran longer than threshold (default 10s). Use when user asks to "notify me when done", "desktop notification when command finishes", "alert when done", or "tell me when this completes". Do NOT use for interactive commands (vim, nano, less, htop), commands that always complete in <5s, or streaming commands (tail -f).
$npx -y skills add eliasoulkadi/shokunin --skill whendone-plusInstalls into the current project.
Run `npx skills use "https://github.com/eliasoulkadi/shokunin" --skill "eliasoulkadi/shokunin/whendone-plus"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/eliasoulkadi/shokunin" that are relevant to the current task. Run `npx skills add "https://github.com/eliasoulkadi/shokunin"` and select the relevant skills, then follow their instructions.