render-pm2-clj-config
Installation
SKILL.md
Skill: PM2 Config Rendering
Goal
Render pm2-clj ecosystem files to JSON for validation and debugging without starting processes.
Use This Skill When
- The user wants to validate a pm2-clj ecosystem configuration
- You need to see what JSON pm2-clj will generate
- Debugging ecosystem DSL issues
- Verifying config parity after migrations
Do Not Use This Skill When
- The user wants to actually start/stop/restart PM2 processes (use
pm2-process-managementskill) - The request is about creating or editing ecosystem files
- You need to interact with running PM2 daemon
Inputs
- Path to
ecosystem.pm2.cljfile - Optional: output path for rendered JSON