runlisted
Install: claude install-skill metallurgical/ogre-runner
# /ogre:run
This is a thin alias of `/ogre:rescue` - same behavior, same flags, same
underlying CLI (`${CLAUDE_PLUGIN_ROOT}/scripts/ogre rescue ...` and
`${CLAUDE_PLUGIN_ROOT}/scripts/ogre run ...` are interchangeable; the script
accepts both). This file intentionally does not duplicate the full playbook -
read `../rescue/SKILL.md` now and follow it exactly, substituting nothing
except that the user said "run" instead of "rescue". Wherever that file's own
examples show `ogre rescue ...`, `ogre run ...` works identically.
Note: `run` is deliberately NOT `help` - `ogre help`/`-h`/`--help` already
means "print usage" and aliasing rescue to that word would collide with it.