pi-handoff

Handoff command extension package for pi coding agent

Package details

extension

Install pi-handoff from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:pi-handoff
Package
pi-handoff
Version
1.1.8
Published
Apr 23, 2026
Downloads
467/mo · 239/wk
Author
akuzmenko
License
Apache-2.0
Types
extension
Size
19.5 KB
Dependencies
0 dependencies · 1 peer
Pi manifest JSON
{
  "extensions": [
    "./extensions/handoff.ts"
  ]
}

Security note

Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.

README

pi-handoff

Handoff command extension package for pi.

Installation

From npm (after publish):

pi install npm:pi-handoff

From git:

pi install git:github.com/default-anton/pi-handoff

Or use without installing:

pi -e npm:pi-handoff
# or
pi -e git:github.com/default-anton/pi-handoff

What it does

  • Registers a /handoff command.
  • Generates a concise handoff note from current session context.
  • Creates a new session linked to the current session.
  • Sends handoff context plus task into the new session immediately.

Command usage

/handoff <goal or task for new thread>

Examples:

/handoff now implement this for teams as well
/handoff execute phase one of the plan
/handoff check other places that need this fix

Requirements

  • pi coding agent with extension loading enabled.

License

Apache-2.0