Created
February 13, 2026 04:21
-
-
Save lucidfrontier45/82b88fa7d8234b796f9b64c0774f6544 to your computer and use it in GitHub Desktop.
Install Superpowers to project local for OpenCode
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 1. Remove old directories | |
| rm -rf _superpowers | |
| rm -f .opencode/plugins/superpowers.js | |
| rm -rf .opencode/skills/superpowers | |
| # 2. clone the latest version of superpowers | |
| git clone https://github.com/obra/superpowers.git _superpowers --depth 1 | |
| # 3. Create directories | |
| mkdir .opencode/plugins .opencode/skills | |
| # 4. Copy new files to the appropriate locations | |
| cp _superpowers/.opencode/plugins/superpowers.js .opencode/plugins/superpowers.js | |
| cp -r _superpowers/skills .opencode/skills/superpowers | |
| # 5. Clean up | |
| rm -rf _superpowers |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment