Skip to content

Commit 3081ee6

Browse files
Install some more pi features
1 parent 8fac6b8 commit 3081ee6

3 files changed

Lines changed: 32 additions & 2 deletions

File tree

pi/settings.json

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,26 @@
3535
"themes": [],
3636
"prompts": []
3737
},
38+
{
39+
"source": "git:github.com/obra/superpowers",
40+
"skills": [
41+
"skills/test-driven-development",
42+
"skills/writing-plans",
43+
"skills/writing-skills"
44+
],
45+
"extensions": [],
46+
"themes": [],
47+
"prompts": []
48+
},
49+
{
50+
"source": "git:github.com/prateekmedia/pi-hooks",
51+
"extensions": [
52+
"permission/permission.ts"
53+
],
54+
"skills": [],
55+
"themes": [],
56+
"prompts": []
57+
},
3858
{
3959
"source": "git:github.com/badlogic/pi-skills",
4060
"skills": [
@@ -48,4 +68,4 @@
4868
"defaultProvider": "anthropic",
4969
"defaultModel": "claude-haiku-4-5",
5070
"defaultThinkingLevel": "medium"
51-
}
71+
}

setups/common.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ mkdir -p ~/.config/nushell/scripts
4242
mkdir -p ~/.config/glide/
4343

4444
# Pi
45-
mkdir -p ~/.pi/agent/extensions/
45+
mkdir -p ~/.pi/agent/{extensions,skills}/
4646

4747
# Nushell <https://www.nushell.sh/book/installation.html#pre-built-binaries>
4848
echo "[gemfury-nushell]

tools/tools.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,3 +242,13 @@
242242
description: Some security pi extensions
243243
id: git:github.com/michalvavra/agents
244244
manager: pi
245+
246+
- cmd: superpowers
247+
description: Skills writing skills and code writing skills
248+
id: git:github.com/obra/superpowers
249+
manager: pi
250+
251+
- cmd: pi-hooks
252+
description: Permmission pi extension
253+
id: git:github.com/prateekmedia/pi-hooks
254+
manager: pi

0 commit comments

Comments
 (0)