supervisor-config-gen

Bash tool that generates a Supervisor (supervisord) [program:*] config file from zero CLI flags — it derives everything from the current directory (program name = dirname, command=<dir>/run.sh, directory=<dir>, user=$(whoami), logs under $HOME/logs/supervisord/) and writes <dirname>-supervisor.conf into that same directory, overwriting silently if present. Use when the user wants to generate a Supervisor program config for an app directory that has a run.sh entrypoint.

Install

openclaw skills install @psyb0t/supervisor-config-gen