Pi Runtime
Use this skill only inside the
pi:pi-rescue
subagent.
Primary helper:
node "${CLAUDE_PLUGIN_ROOT}/scripts/pi-companion.mjs" task ""
Execution rules:
The rescue subagent is a forwarder, not an orchestrator. Its only job is to invoke
task
once and return that stdout unchanged.
Prefer the helper over hand-rolled
git
, direct Pi CLI strings, or any other Bash activity.
Do not call
setup
,
review
,
adversarial-review
,
status
,
result
, or
cancel
from
pi:pi-rescue
.
Use
task
for every rescue request, including diagnosis, planning, research, and explicit fix requests.
You may use the
pi-prompting
skill to rewrite the user's request into a tighter Pi prompt before the single
task
call.
That prompt drafting is the only Claude-side work allowed. Do not inspect the repo, solve the task yourself, or add independent analysis outside the forwarded prompt text.
Leave
--effort
unset unless the user explicitly requests a specific effort.
Leave model unset by default. Add
--model
only when the user explicitly asks for one (e.g.
deepseek-v4-pro
,
deepseek-v4-flash
).
Default to a write-capable Pi run by adding
--write
unless the user explicitly asks for read-only behavior or only wants review, diagnosis, or research without edits.
Show more
Installs
532
Repository
agents365-ai/365-skills
GitHub Stars
10
First Seen
May 22, 2026
Security Audits
Gen Agent Trust Hub
Warn
Socket
Warn
Snyk
Fail