Skip to content

Commit 32df641

Browse files
authored
chore(claude): enable obra/superpowers plugin (#14789)
Automatically add superpowers marketplace and enable the [obra/superpowers plugin](https://github.com/obra/superpowers).
1 parent a21c47b commit 32df641

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.claude/settings.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
{
2+
"extraKnownMarketplaces": {
3+
"superpowers-dev": {
4+
"source": {
5+
"source": "github",
6+
"repo": "obra/superpowers"
7+
}
8+
}
9+
},
10+
"enabledPlugins": {
11+
"superpowers@superpowers-dev": true
12+
},
213
"hooks": {
314
"PostToolUse": [
415
{
@@ -38,6 +49,15 @@
3849
"Bash(pnpm why:*)",
3950
"Bash(pwd)",
4051
"Bash(which:*)",
52+
"Skill(superpowers:brainstorming)",
53+
"Skill(superpowers:executing-plans)",
54+
"Skill(superpowers:requesting-code-review)",
55+
"Skill(superpowers:subagent-driven-development)",
56+
"Skill(superpowers:systematic-debugging)",
57+
"Skill(superpowers:testing-anti-patterns)",
58+
"Skill(superpowers:using-git-worktrees)",
59+
"Skill(superpowers:writing-plans)",
60+
"Skill(superpowers:writing-skills)",
4161
"WebFetch(domain:docs.aws.amazon.com)",
4262
"WebFetch(domain:docs.claude.com)",
4363
"WebFetch(domain:github.com)",

0 commit comments

Comments
 (0)