What this artifact is for
The quick orientation layer before you go deeper upstream.
Summary
Route /skill: commands to task tool when skills opt in
Seed description: Route /skill: commands to task tool when skills opt in
Category: Extensions
Best for: Not yet synthesized.
How to read this page
Workflow tags: none captured
Integrations: none captured
Caveats: No caveats captured yet
Maturity: No maturity signals captured
Directory README excerpt
More of the actual upstream surface so you can skim here before deciding to open the repo.
Route /skill: commands and skill file reads to the task tool when the skill frontmatter opts in.
--- name: code-review description: ... metadata: pi: subProcess: true subProcessContext: fresh model: openai-codex/gpt-5.2 thinkingLevel: xhigh ---
Create a project-local extension wrapper:
Preview source: captured upstream text ↗
Quick topics
Skim bullets
- Reads skill frontmatter and checks metadata.pi.subProcess.
- Requires the task-tool extension to be loaded (tool name: task).
- If subProcess: true, blocks in-session skill expansion and invokes the task tool using subProcessContext.
- subProcessContext accepts fork (default) or fresh (mapped to task-tool fork: false / stateless).
- If subProcess is false or omitted, keeps the skill in-session and applies model/thinkingLevel overrides to the current session.
- Optional overrides: metadata.pi.model, metadata.pi.thinkingLevel.
Sources and provenance
Everything on this page should be traceable back to the list seed or an upstream surface.
Discovery reason: Listed in the awesome-pi-agent README
Discovered from: pi-extensions-4
Claim confidence: medium
Surface capture kind: tree-readme