Skip to content

Instantly share code, notes, and snippets.

@lucidfrontier45
Created February 13, 2026 04:21
Show Gist options
  • Select an option

  • Save lucidfrontier45/82b88fa7d8234b796f9b64c0774f6544 to your computer and use it in GitHub Desktop.

Select an option

Save lucidfrontier45/82b88fa7d8234b796f9b64c0774f6544 to your computer and use it in GitHub Desktop.
Install Superpowers to project local for OpenCode
# 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