-
-
Notifications
You must be signed in to change notification settings - Fork 11k
Not installing correct #76
Description
➜ commands (v22) git:(main) pwd
/Users/myuser/.claude/plugins/cache/superpowers/commands
➜ commands (v22) git:(main) ls -al
total 24
drwxr-xr-x@ 5 myuser staff 160 Oct 30 16:09 .
drwxr-xr-x@ 14 myuser staff 448 Oct 30 16:09 ..
-rw-r--r--@ 1 myuser staff 132 Oct 30 16:09 brainstorm.md
-rw-r--r--@ 1 myuser staff 119 Oct 30 16:09 execute-plan.md
-rw-r--r--@ 1 myuser staff 127 Oct 30 16:09 write-plan.md
➜ plugins (v22) pwd
/Users/myuser/.claude/plugins
➜ plugins (v22) cat installed_plugins.json
{
"version": 1,
"plugins": {
"superpowers@superpowers-marketplace": {
"version": "3.2.3",
"installedAt": "2025-10-30T23:09:40.957Z",
"lastUpdated": "2025-10-30T23:09:40.957Z",
"installPath": "/Users/myuser/.claude/plugins/cache/superpowers",
"gitCommitSha": "31fd7642854d6d3dfd65959fcefabe71ccee86d9",
"isLocal": false
}
}
}%
Claude Code v2.0.29 general commands custom-commands (tab to cycle)
Browse custom commands:
❯ /commit This will be executed just before you are going to execute a full or partial plan we have discussed. (project, gitignored)
❯ /commit This will be executed just before you are going to execute a full or partial plan we have discussed. (project)
Unknown slash command: superpowers:brainstorm
What am I missing?