post-deploy

Installation
SKILL.md

Post-change deployment procedures

Detection

Globally linked packages

  • The agent MUST run npm ls -g --depth=0 and look for entries with -> pointing to a local path.
  • If the changed repository matches a globally linked package, the agent MUST proceed to rebuild.

Running services and scheduled tasks

  • The agent MUST check for running processes associated with the repository (service names, PM2/systemd/Windows service entries).
  • The agent MUST check for scheduled tasks (cron, Windows Task Scheduler) referencing the repository.

Rebuild and verify

Installs
11
First Seen
Mar 2, 2026