|
@@ -284,13 +284,11 @@ Superpowers is available as a native Muse plugin — same repo, same skills, all
|
|
|
Install from this repository:
|
|
Install from this repository:
|
|
|
|
|
|
|
|
```bash
|
|
```bash
|
|
|
-muse plugins install ./.muse-plugin
|
|
|
|
|
-# or from a marketplace snapshot
|
|
|
|
|
-muse marketplace add superpowers ./.muse-plugin
|
|
|
|
|
-muse plugins install superpowers@superpowers-dev
|
|
|
|
|
|
|
+muse plugins install ./
|
|
|
|
|
+muse plugins approve superpowers
|
|
|
```
|
|
```
|
|
|
|
|
|
|
|
-The plugin registers all 16 skills and the `SessionStart` bootstrap hook — `using-superpowers` is injected automatically every session with no per-session opt-in, alongside Claude Code, Codex, Cursor, Gemini, Pi, and the rest. Version is tracked in `.version-bump.json` so `scripts/bump-version.sh` keeps it in sync.
|
|
|
|
|
|
|
+The plugin registers all 16 skills and the `SessionStart` bootstrap hook — `using-superpowers` is injected automatically every session with no per-session opt-in, alongside Claude Code, Codex, Cursor, Gemini, Pi, and the rest. Hooks require approval on first install. Version is tracked in `.version-bump.json` so `scripts/bump-version.sh` keeps it in sync.
|
|
|
|
|
|
|
|
## The Basic Workflow
|
|
## The Basic Workflow
|
|
|
|
|
|