Pm2 banner
fmflurry fmflurry

Pm2

Development community

Description

# PM2 Init Auto-analyze project and generate PM2 service commands. **Command**: `$ARGUMENTS` --- ## Workflow 1. Check PM2 (install via `npm install -g pm2` if missing) 2. Scan project to identify services (frontend/backend/database) 3. Generate config files and individual command files --- ## Service Detection | Type | Detection | Default Port | |------|-----------|--------------| | Vite | vite.config.* | 5173 | | Next.js | next.config.* | 3000 | | Nuxt | nuxt.config.* | 3000 | | CRA | r

Installation

Installs to ~/.claude/skills/fmflurry-settings-opencode-pm2/SKILL.md

Terminal
mkdir -p ~/.claude/skills/fmflurry-settings-opencode-pm2 && curl -fsSL https://raw.githubusercontent.com/fmflurry/settings-opencode/HEAD/commands/pm2.md -o ~/.claude/skills/fmflurry-settings-opencode-pm2/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository