@zeldrisho/pi-vite-plus

Pi extension that guides agents to use Vite+ development workflows

Packages

Package details

extension

Install @zeldrisho/pi-vite-plus from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:@zeldrisho/pi-vite-plus
Package
@zeldrisho/pi-vite-plus
Version
0.5.2
Published
Jul 30, 2026
Downloads
946/mo · 353/wk
Author
zeldrisho
License
MIT
Types
extension
Size
6.9 KB
Dependencies
0 dependencies · 1 peer
Pi manifest JSON
{
  "extensions": [
    "./src/index.ts"
  ]
}

Security note

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

README

@zeldrisho/pi-vite-plus

Pi extension that guides coding agents to use Vite+, a unified toolchain built on Vite, Rolldown, Vitest, tsdown, Oxlint, Oxfmt, and Vite Task.

Install

pi install npm:@zeldrisho/pi-vite-plus

Install only for the current project:

pi install -l npm:@zeldrisho/pi-vite-plus

To try it for one session without installing it:

pi -e npm:@zeldrisho/pi-vite-plus

When Pi's bash tool is active, the extension injects complete Vite+ CLI agent guidance. It explains the unified vp CLI, distinguishes built-in commands from package.json scripts and vite.config.ts tasks, points agents to the Vite+ documentation, and provides a review checklist covering installation, checks, tests, project tasks, and environment diagnostics.

The extension provides prompt guidance only. It does not intercept or block tool calls.

Uninstall

pi remove npm:@zeldrisho/pi-vite-plus

For a project-local installation:

pi remove -l npm:@zeldrisho/pi-vite-plus

License

MIT