From 96c005307e6f3825b8b77e5eeca77edb1a250d0b Mon Sep 17 00:00:00 2001 From: Drew Ritter Date: Fri, 7 Aug 2026 16:02:02 -0700 Subject: [PATCH] docs: add Qwen Code install instructions to README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Qwen Code installs Claude Code marketplace plugins natively (qwen extensions install obra/superpowers) and loads the extension's GEMINI.md context and skills, so no integration work is needed — only install docs. Co-Authored-By: Claude Fable 5 --- README.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 652819a9..fc622e3a 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ Superpowers is a complete software development methodology for your coding agent - [Kimi Code](#kimi-code) - [OpenCode](#opencode) - [Pi](#pi) + - [Qwen Code](#qwen-code) - [The Basic Workflow](#the-basic-workflow) - [Community](#community) - [What's Inside](#whats-inside) @@ -32,7 +33,7 @@ Superpowers is a complete software development methodology for your coding agent ## Quickstart -Give your agent Superpowers: [Claude Code](#claude-code), [Antigravity](#antigravity), [Codex App](#codex-app), [Codex CLI](#codex-cli), [Cursor](#cursor), [Devin CLI](#devin-cli), [Factory Droid](#factory-droid), [Gemini CLI](#gemini-cli), [GitHub Copilot CLI](#github-copilot-cli), [Grok Build CLI](#grok-build-cli), [Hermes Agent](#hermes-agent), [Kimi Code](#kimi-code), [OpenCode](#opencode), [Pi](#pi). +Give your agent Superpowers: [Claude Code](#claude-code), [Antigravity](#antigravity), [Codex App](#codex-app), [Codex CLI](#codex-cli), [Cursor](#cursor), [Devin CLI](#devin-cli), [Factory Droid](#factory-droid), [Gemini CLI](#gemini-cli), [GitHub Copilot CLI](#github-copilot-cli), [Grok Build CLI](#grok-build-cli), [Hermes Agent](#hermes-agent), [Kimi Code](#kimi-code), [OpenCode](#opencode), [Pi](#pi), [Qwen Code](#qwen-code). ## How it works @@ -250,6 +251,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: