npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

pi-startup-picker

v0.2.2

Published

Pi extension that lets power users choose provider and model at startup before the session begins.

Readme

Pi Startup Picker

CI Publish npm version npm downloads License: MIT Pi package Trusted Publishing

Choose your provider and model at Pi startup, before the session begins.

What this is

Pi Startup Picker is a Pi extension for power users who switch models often and want that choice up front instead of launching Pi and then detouring to /model.

On normal startup, the extension shows a provider/model picker before the session begins, remembers your last three combinations, and falls back to your existing default provider/model when you cancel or selection fails.

The package intentionally targets normal startup only: it runs on session_start when the reason is startup, no-ops cleanly for other session reasons such as resume, fork, reload, and new, and skips when UI is unavailable. See ROADMAP.md for current non-goals and follow-up ideas.

Features

  • Show a provider and model picker on session_start for normal startup only.
  • Surface recent provider/model combinations so repeated launches are faster.
  • Fall back to the user's existing default provider/model when the picker is canceled or selection fails.
  • Persist recent combinations in a small global JSON file across launches.
  • Recover cleanly from malformed recent-store files by treating them as empty and rewriting on the next save.

Install

Install the published npm package with Pi:

pi install npm:pi-startup-picker

Pin a specific version when you want reproducible installs:

pi install npm:[email protected]

Install into the current project instead of your user Pi settings:

pi install npm:pi-startup-picker -l

Or install from GitHub:

pi install git:github.com/eiei114/pi-startup-picker

Try it without permanently installing:

pi -e npm:pi-startup-picker

Quick start

Try this package locally:

pi -e .

Then run:

/startup-picker:about

The main behavior is automatic on normal Pi startup.

Recent combinations are stored at:

~/.pi/agent/pi-startup-picker-recents.json

Package contents

| Path | Purpose | |---|---| | extensions/ | Pi extension entrypoint and smoke command | | lib/ | Startup picker flow and recent-store helpers | | docs/ | Release notes and supporting maintainer docs | | skills/ | Agent Skills placeholders (Pi package manifest) | | prompts/ | Prompt template placeholders (Pi package manifest) | | themes/ | Theme placeholders (Pi package manifest) |

Development

npm install
npm run ci

Release

This package is set up for npm Trusted Publishing, so no NPM_TOKEN is required.

npm version patch
git push --follow-tags

See docs/release.md for setup details.

Security

Pi packages can execute code with your local permissions. Review extensions before installing third-party packages.

For vulnerability reporting, see SECURITY.md.

Links

  • npm: https://www.npmjs.com/package/pi-startup-picker
  • GitHub: https://github.com/eiei114/pi-startup-picker
  • Issues: https://github.com/eiei114/pi-startup-picker/issues
  • Roadmap: ROADMAP.md

License

MIT