Configure Pi subagents and planning skill

This commit is contained in:
Tobias Ostner 2026-07-29 13:07:00 +02:00
parent 89ff2436a7
commit f1fc7fa840
2 changed files with 7 additions and 5 deletions

8
flake.lock generated
View file

@ -3,11 +3,11 @@
"agent-skills": { "agent-skills": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1785234559, "lastModified": 1785322008,
"narHash": "sha256-9aejq9o5rNQkMZve8GHKkV1lz6v2kmotDgacBb25bes=", "narHash": "sha256-1NmnD25Q9wgDa1IsSKE8Ky7S9J9wt0KSKDsVZekLbQY=",
"ref": "main", "ref": "main",
"rev": "d35f1642a58b3725957361a789ad30c02deed5be", "rev": "5960c925868f3eb5d1721d75c6bf31457228bab0",
"revCount": 4, "revCount": 6,
"type": "git", "type": "git",
"url": "https://codeberg.org/oibot/agent-skills.git" "url": "https://codeberg.org/oibot/agent-skills.git"
}, },

View file

@ -107,6 +107,7 @@
pi.coding-agent = { pi.coding-agent = {
enable = true; enable = true;
skills = [ skills = [
(inputs.agent-skills + "/create-plan")
(inputs.agent-skills + "/create-skill") (inputs.agent-skills + "/create-skill")
]; ];
environment = { environment = {
@ -119,7 +120,8 @@
packages = [ packages = [
"npm:pi-web-access@0.15.0" "npm:pi-web-access@0.15.0"
"npm:pi-mcp-adapter@2.10.0" "npm:pi-mcp-adapter@2.15.0"
"npm:pi-subagents@0.37.2"
]; ];
}; };
}; };