@shuv1337/pi-shuv

Pi package with Shuv's generic extensions, slash commands, skills, and themes.

Packages

Package details

extensionskilltheme

Install @shuv1337/pi-shuv from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:@shuv1337/pi-shuv
Package
@shuv1337/pi-shuv
Version
1.0.0
Published
Jun 1, 2026
Downloads
not available
Author
shuvtemp
License
unknown
Types
extension, skill, theme
Size
394.3 KB
Dependencies
0 dependencies · 5 peers
Pi manifest JSON
{
  "extensions": [
    "./index.ts"
  ],
  "skills": [
    "./skills"
  ],
  "themes": [
    "./themes"
  ]
}

Security note

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

README

@shuv1337/pi-shuv

Generic Pi package with Shuv's default extension bundle, /head command, skills, and Night Owl themes.

Install it with Pi:

pi install npm:@shuv1337/pi-shuv

Or try it for a single run:

pi -e npm:@shuv1337/pi-shuv

Included

  • ask-questions
  • diff-renderer
  • image-gen
  • pi-context
  • pi-skill-palette
  • pi-open-in-editor
  • pi-web-search
  • powerline-footer
  • pi-tool-policy
  • pi-bionic-reading
  • pi-auto-trees
  • /head, adapted from https://github.com/omerxx/pi-head
  • themes/nightowl.json and themes/nightowl-light.json
  • skills/context-management

Configuration

Some modules are inert until their environment is configured:

  • PI_WEB_SEARCH_DIR: required for pi-web-search; set it to a directory that contains search.js and content.js.
  • Image provider API keys: required only when using the image generation tools.

Not Included In The First Public Package

The local /workflow command, pi-dynamic-workflows, and pi-cursor-sdk are not published in this package. They depend on personal workflow/model configuration and need a separate configurable package before they are suitable for public npm distribution.

Use /reload in a running Pi session after changing an installed local checkout.