|
|
@@ -20,6 +20,7 @@ Superpowers is a complete software development methodology for your coding agent
|
|
|
- [Kimi Code](#kimi-code)
|
|
|
- [OpenCode](#opencode)
|
|
|
- [Pi](#pi)
|
|
|
+ - [Qwen Code](#qwen-code)
|
|
|
- [Hermes Agent](#hermes-agent)
|
|
|
- [The Basic Workflow](#the-basic-workflow)
|
|
|
- [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.
|
|
|
|
|
|
+### 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
|
|
|
|
|
|
Install Superpowers as a Hermes plugin from this repository:
|