What this artifact is for
The quick orientation layer before you go deeper upstream.
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.
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.
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 ↗
Quick topics
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.
Discovery reason: Listed in the awesome-pi-agent README
Discovered from: seed artifact
Claim confidence: medium
Surface capture kind: repo-readme