@nklisch/pi-background-tasks

Pi-native runtime tools — background a long command and get woken on exit, poll a command until a condition holds, and manage the job registry.

Packages

Package details

extensionskill

Install @nklisch/pi-background-tasks from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:@nklisch/pi-background-tasks
Package
@nklisch/pi-background-tasks
Version
0.1.8
Published
Sep 8, 2026
Downloads
248/mo · 22/wk
Author
nklisch
License
MIT
Types
extension, skill
Size
101.9 KB
Dependencies
0 dependencies · 0 peers
Pi manifest JSON
{
  "skills": [
    "./skills"
  ],
  "extensions": [
    "./extensions/background-tasks.ts"
  ]
}

Security note

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

README

background-tasks

Pi-native tools for running long commands without blocking the session, polling commands until a condition holds, and inspecting or cancelling background jobs.

Install

pi install npm:@nklisch/pi-background-tasks

# Local checkout/development install from this monorepo
pi install -l ./packages/pi-background-tasks

This is a Pi-only package. It provides the runtime extension and the portable background-tasks skill; it has no Claude Code or Codex plugin surface.

License

MIT