pm2-process-management
Installation
SKILL.md
Skill: PM2 Process Management
Goal
Start, stop, restart, and manage PM2 processes using the ecosystem-based configuration system.
Use This Skill When
- The user wants to start/stop/restart PM2 processes
- You need to work with ecosystem files in
ecosystems/ - Managing system services or development processes
- The request mentions "pm2", "start", "stop", "restart" processes
- The user wants to manage the workspace's process stack
Do Not Use This Skill When
- The request is about creating new ecosystem configs (use
create-pm2-clj-configskill) - You need to migrate from legacy formats (see deprecation notice below)
- The task is purely about editing ecosystem files