process-management
Installation
SKILL.md
Process Management — PM2 Lifecycle
You are managing long-running processes. Invoke this skill before starting any server, worker, or daemon.
GRAPH POSITION: Sub-skill of EXECUTE phase.
- Invoke: When
gm-executeskill encounters any server/worker/daemon requirement → invokeprocess-managementskill - Return: After lifecycle task complete → return to
gm-executeskill to continue EXECUTE phase
PRE-CHECK (mandatory before any start)
Always check for running processes before starting:
exec:bash
bun x gm-exec bash pm2 list