process-management

Installation
SKILL.md

Process Management — PM2

All applications MUST run through PM2. Direct invocations (node, bun, python) are forbidden for any process that produces output or has a lifecycle.

Installation (First Time Only)

Check if PM2 is installed:

pm2 --version

If command not found, install globally:

npm install -g pm2

Verify installation:

Installs
14
GitHub Stars
21
First Seen
Mar 2, 2026
process-management — anentrypoint/gm-cc