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

pi-prompt-template-model

Prompt templates with model/skill/thinking frontmatter and auto-restore

Origin
seed-list
Extensibility
package
Primary interface
unknown

What this artifact is for

The quick orientation layer before you go deeper upstream.

Profile

Summary

Prompt templates with model/skill/thinking frontmatter and auto-restore

Seed description: Prompt templates with model/skill/thinking frontmatter and auto-restore

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

README excerpt

More of the actual upstream surface so you can skim here before deciding to open the repo.

Upstream skim

Adds model, skill, and thinking frontmatter to pi prompt templates. Define slash commands that switch to the right model, set a thinking level, inject skill context, and auto-restore your session when done.

/debug-python my code crashes → switches to Sonnet, loads tmux skill, agent responds → restores your previous model when finished

Each prompt template becomes a self-contained agent mode. /quick-debug spins up a cheap model with REPL skills. /deep-analysis brings in extended thinking with refactoring expertise. When the command finishes, you're…

Preview source: captured upstream text ↗

What shows up in the source

Quick topics

Prompt Template Model ExtensionWhy?InstallationQuick StartFrontmatter ReferenceCore FieldsExecution ControlDelegation

Skim bullets

  • Registered skill commands from pi.getCommands() (source: "skill")
  • /.pi/skills/ /SKILL.md or /.pi/skills/ .md
  • .agents/skills in the current directory and ancestors (up to the git root)
  • ~/.pi/agent/skills/ /SKILL.md or ~/.pi/agent/skills/ .md
  • ~/.agents/skills/ /SKILL.md or ~/.agents/skills/ .md
  • --model=provider/model-id — override the template's model for this invocation. Works with single execution, loops, and delegation.
  • --fork — run with inheritContext (forked context). Implies --subagent if not already set.
  • --workers= / --reviewers= replace the corresponding frontmatter lineup.

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: seed artifact

Claim confidence: medium

Surface capture kind: repo-readme