№ 0898Skill
oh-my-muse plugin for Muse Code
Native Muse Code plugin with 18 specialist skills, 7 orchestrator commands and turn/session-end notifications, installed via the omm npm CLI. Requires Muse Code 1.3.0+.
# oh-my-muse
[](https://github.com/jefalcon/oh-my-muse/actions/workflows/ci.yml)
[](https://nodejs.org)
[](LICENSE)
[](package.json)
Native [Muse Code](https://github.com/anthropics/muse-code) plugin:
18 specialist skills, 7 orchestrator commands, and turn/session-end
notifications. No tiers, no presets, no model routing — the model is chosen
per session (see below).
## Install
Requires Node.js `>= 20` and Muse Code `1.3.0+` with `muse` on `PATH`.
```sh
npm install -g oh-my-muse
omm install
omm install --scope user # or: --scope project
```
`omm install` resolves the shipped `plugin/` directory from the installed
package (never from the cwd) and runs `muse plugins install <plugin-dir>`.
It then prints a pending step it deliberately does **not** execute:
```sh
muse plugins approve oh-my-muse
```
Run that yourself to trust and enable the plugin. Verify any time with:
```sh
omm validate # both real validators: skills, then plugin
omm doctor # node, muse in PATH, muse version, validation
```
## Choosing the model
There are no tiers or presets in 0.2.0. The session model applies to every
skill and command. Pick it per invocation or persistently:
```sh
muse --model muse-spark-1.3-contributor
```
or in `${XDG_CONFIG_HOME:-$HOME/.config}/muse/settings.json`:
```json
{ "schema_version": 1, "model": "muse-spark-1.3-contributor" }
```
(A tier-driven `muse exec` wrapper is deferred to a later version.)
## Use
Commands (each loads `workflow-authoring` and runs its wave plan + gate):
| Command | Orchestration |
| ---------------- | --------------------------------------------------------- |
| `/omm-team` | Parallel research, serialized same-file edits, reviewer loop |
| `/omm-autopilot` | One driver owns the change, helpers support it |
| `/omm-ultrawork` | Maximum parallelism for independent steps |
| `/omm-pipeline` | Strict sequence with a verify-command gate per step |
| `/omm-ultraqa` | Parallel checks under a zero-failure gate |
| `/omm-ralph` | One unfinished step pe


ChatForm
Tgmlabs