feat(installer): improve cursor and opencode skill handling
This commit is contained in:
+12
-5
@@ -28,13 +28,21 @@ chmod +x ~/.config/opencode/skills/reviewer-runtime/*.sh
|
||||
|
||||
## Superpowers
|
||||
|
||||
OpenCode variants expect Superpowers at:
|
||||
OpenCode can discover Superpowers from the shared agents skill root or the
|
||||
OpenCode-specific skills root:
|
||||
|
||||
```bash
|
||||
~/.agents/skills/superpowers
|
||||
~/.config/opencode/skills/superpowers
|
||||
```
|
||||
|
||||
Example:
|
||||
OpenCode's native setup commonly exposes the shared agents root:
|
||||
|
||||
```bash
|
||||
ln -s /absolute/path/to/obra/superpowers/skills ~/.agents/skills/superpowers
|
||||
```
|
||||
|
||||
OpenCode-specific setup is also supported:
|
||||
|
||||
```bash
|
||||
ln -s /absolute/path/to/obra/superpowers/skills ~/.config/opencode/skills/superpowers
|
||||
@@ -43,9 +51,8 @@ ln -s /absolute/path/to/obra/superpowers/skills ~/.config/opencode/skills/superp
|
||||
Verify:
|
||||
|
||||
```bash
|
||||
ls -l ~/.config/opencode/skills/superpowers
|
||||
test -f ~/.config/opencode/skills/superpowers/brainstorming/SKILL.md
|
||||
test -f ~/.config/opencode/skills/superpowers/verification-before-completion/SKILL.md
|
||||
test -f ~/.agents/skills/superpowers/brainstorming/SKILL.md || test -f ~/.config/opencode/skills/superpowers/brainstorming/SKILL.md
|
||||
test -f ~/.agents/skills/superpowers/verification-before-completion/SKILL.md || test -f ~/.config/opencode/skills/superpowers/verification-before-completion/SKILL.md
|
||||
```
|
||||
|
||||
## OpenCode Reviewer Notes
|
||||
|
||||
Reference in New Issue
Block a user