Close the working day on request from the user. Triggered by a [SHUTDOWN] message from @utente. The user is closing the application and every agent is about to be killed mid-task; before that happens each one must record where it got to, so tomorrow the team resumes instead of restarting. Stop the agents one by one, then create the flag that lets the application exit. NEVER use this for routine pacing decisions — it ends the whole team.
$npx -y skills add leopu00/job-hunter-team --skill graceful-shutdownInstalls into the current project.
Run `npx skills use "https://github.com/leopu00/job-hunter-team" --skill "leopu00/job-hunter-team/graceful-shutdown"` 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/leopu00/job-hunter-team" that are relevant to the current task. Run `npx skills add "https://github.com/leopu00/job-hunter-team"` and select the relevant skills, then follow their instructions.