@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.5.1
Published
Aug 4, 2026
Downloads
1,304/mo · 363/wk
Author
bacnh85
License
MIT
Types
extension, skill
Size
48.1 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

@bacnh85/pi-windows-tools

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

Install

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

Changelog

See CHANGELOG.md for release history.

License

MIT