@bacnh85/pi-windows-tools

Pi extension for Windows-native tool manipulation — shell profiles, path conversion, command execution, WSL bridge, safety policy, and developer tool discovery.

Packages

Package details

extensionskill

Install @bacnh85/pi-windows-tools from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:@bacnh85/pi-windows-tools
Package
@bacnh85/pi-windows-tools
Version
0.4.0
Published
Jul 17, 2026
Downloads
673/mo · 673/wk
Author
bacnh85
License
MIT
Types
extension, skill
Size
39.3 KB
Dependencies
0 dependencies · 2 peers
Pi manifest JSON
{
  "extensions": [
    "./extensions/index.ts"
  ],
  "skills": [
    "./skills"
  ]
}

Security note

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

README

pi-windows-tools

Pi extension for Windows-native shell execution, paths, WSL, safety checks, and developer-tool discovery.

Installation

pi install npm:@bacnh85/pi-windows-tools

Environment overrides

PI_WINDOWS_TOOLS_ENABLED=false
PI_WINDOWS_SHELL=pwsh|powershell|cmd|git-bash|wsl
PI_GIT_BASH_PATH=C:\Program Files\Git\bin\bash.exe
PI_WSL_DISTRO=Ubuntu-24.04

Commands

  • /windows-doctor — detect installed developer tools and system state.
  • /windows-shell [shell] — show or set the default shell.

Shell priority

  1. pwsh (PowerShell 7+)
  2. powershell (Windows PowerShell 5.1)
  3. Git Bash
  4. cmd
  5. WSL