| name | install-superpowers-for-opencode |
| description | Use when installing, migrating, or configuring the Superpowers workflow for OpenCode, or when project-level workflow templates are needed alongside the plugin. |
Install Superpowers for OpenCode
This skill installs the Superpowers workflow system for OpenCode. Superpowers enforces best practices such as TDD, systematic debugging, structured planning, and subagent-driven development.
Install
Add this plugin to opencode.json (global or project-level):
{
"plugin": ["superpowers@git+https://github.com/awdemos/opencode-superpowers.git"]
}
Restart OpenCode. The plugin registers the Superpowers skills and injects a lean per-session bootstrap.
Verify by asking: "Tell me about your superpowers."
Optional: Project-Level Templates
To add a project config and a per-project reminder in addition to the plugin:
-
Copy the config template and set your stack:
cp /path/to/opencode-superpowers/templates/PROJECT_CONFIG.yaml your-project/PROJECT_CONFIG.yaml
-
Copy the reminder into your project root:
cp /path/to/opencode-superpowers/prompts/AGENTS.md.template your-project/AGENTS.md
Then replace PROJECT_NAME with your project name.
Uninstall
Remove the plugin line from opencode.json and restart OpenCode. Also remove any project-level AGENTS.md files you added.
For AI Assistants
When this skill is invoked, install via the plugin. After installation, guide the user to invoke Superpowers skills via OpenCode's skill tool, and copy templates/PROJECT_CONFIG.yaml and prompts/AGENTS.md.template if they want project-level enforcement.
Skill Version: 3.0 | OpenCode plugin-first, compressed