mirror of
https://github.com/obra/superpowers.git
synced 2026-08-18 12:56:43 +00:00
Compare commits
1 Commits
dev
...
add-qwen-readme
| Author | SHA1 | Date | |
|---|---|---|---|
| bac79da8f1 |
@@ -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