overmind-dev
Installation
SKILL.md
Overmind for Development
Overmind is a tmux-based process manager. Key advantage over Foreman: daemon
mode, individual process restart, and interactive debugging via overmind connect.
Requires tmux (installed automatically by brew install overmind on macOS).
Setup Checklist
Procfile.devat project root — one service per line (name: command)bin/dev— bash wrapper with subcommands (start, stop, restart, status, logs, help).overmind.env— socket path + recommended settingstmp/.keep— tracked by git;.gitignorehas/tmp/*+!/tmp/.keep