Focus.AI Labs / Artifact Field Notes Extensions
Fast browse / jump off / source-grounded
Extensions

skill-task

Route /skill: commands to task tool when skills opt in

Origin
seed-list
Extensibility
package
Primary interface
unknown

What this artifact is for

The quick orientation layer before you go deeper upstream.

Profile

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.

Signals

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.

Upstream skim

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 ↗

What shows up in the source

Quick topics

skill-task pi extensionBehaviorInstall into a project via ~/.pi/agent/extensions/Updating later

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.

Provenance

Discovery reason: Listed in the awesome-pi-agent README

Discovered from: pi-extensions-4

Claim confidence: medium

Surface capture kind: tree-readme