create-pm2-clj-config
Installation
SKILL.md
Skill: Create PM2 Configs
Goal
Create new pm2-clj ecosystem configuration files from scratch or templates.
Use This Skill When
- The user needs a new PM2 ecosystem configuration
- Adding a new service/daemon to the workspace
- Setting up pm2-clj for a new application
- The user asks to "create an ecosystem config" or "add to PM2"
Do Not Use This Skill When
- The user wants to start/stop existing processes (use
pm2-process-managementskill) - Converting legacy
ecosystem.config.*to pm2-clj (use migration workflow) - Editing existing pm2-clj configs (use direct edits)