mirror of
https://github.com/obra/superpowers.git
synced 2026-09-01 19:39:27 +00:00
docs: add Qwen Code install instructions to README
Rebased from PR #2108 onto the reworked README. Differences from the PR: the Hermes TOC entry and Quickstart-line changes are obsolete (the v6.3.0 README rework already added the former and removed the latter), and the Hermes post-compaction caveat stays: .hermes-plugin injects the bootstrap only on is_first_turn, so the caveat is still accurate. Install/update commands and the acceptance transcript are from PR #2108 (@arittr, tested interactively on Qwen Code). Co-authored-by: Drew Ritter <arittr@users.noreply.github.com>
This commit is contained in:
@@ -20,6 +20,7 @@ Superpowers is a complete software development methodology for your coding agent
|
|||||||
- [Kimi Code](#kimi-code)
|
- [Kimi Code](#kimi-code)
|
||||||
- [OpenCode](#opencode)
|
- [OpenCode](#opencode)
|
||||||
- [Pi](#pi)
|
- [Pi](#pi)
|
||||||
|
- [Qwen Code](#qwen-code)
|
||||||
- [Hermes Agent](#hermes-agent)
|
- [Hermes Agent](#hermes-agent)
|
||||||
- [The Basic Workflow](#the-basic-workflow)
|
- [The Basic Workflow](#the-basic-workflow)
|
||||||
- [Community](#community)
|
- [Community](#community)
|
||||||
@@ -246,6 +247,22 @@ pi -e /path/to/superpowers
|
|||||||
|
|
||||||
The Pi package loads the Superpowers skills and a small extension that injects the `using-superpowers` bootstrap at session startup and again after compaction. Pi has native skills, so no compatibility `Skill` tool is required. Subagent and task-list tools remain optional Pi companion packages.
|
The Pi package loads the Superpowers skills and a small extension that injects the `using-superpowers` bootstrap at session startup and again after compaction. Pi has native skills, so no compatibility `Skill` tool is required. Subagent and task-list tools remain optional Pi companion packages.
|
||||||
|
|
||||||
|
### Qwen Code
|
||||||
|
|
||||||
|
Qwen Code installs plugins from Claude Code marketplaces directly.
|
||||||
|
|
||||||
|
- Install the plugin from this repository, and pick `superpowers` when prompted:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
qwen extensions install obra/superpowers
|
||||||
|
```
|
||||||
|
|
||||||
|
- Update later:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
qwen extensions update superpowers
|
||||||
|
```
|
||||||
|
|
||||||
### Hermes Agent
|
### Hermes Agent
|
||||||
|
|
||||||
Install Superpowers as a Hermes plugin from this repository:
|
Install Superpowers as a Hermes plugin from this repository:
|
||||||
|
|||||||
Reference in New Issue
Block a user