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

@eforge-build/pi-eforge

v0.7.21

Published

eforge integration for Pi - enqueue, run, and monitor builds from within Pi

Readme

@eforge-build/pi-eforge

Pi package for eforge.

Install in Pi:

pi install npm:@eforge-build/pi-eforge

Or install for the current project only:

pi install -l npm:@eforge-build/pi-eforge

Then, in your project:

/eforge:init

What this package provides

  • Native Pi tools for eforge daemon operations
  • Native Pi commands for agent runtime profile management (/eforge:profile, /eforge:profile-new), config viewing (/eforge:config), status dashboards (/eforge:status), and safe daemon restarts (/eforge:restart) with interactive overlay UX
  • Slash commands for build operations (/eforge:build, /eforge:init, /eforge:update)
  • The /eforge:plan skill for structured handoff planning before build execution
  • The /eforge:extend skill for assisted eforge TypeScript extension authoring
  • The /eforge:playbook skill for creating, editing, running, and managing reusable automation playbooks
  • The /eforge:recover skill for reviewing and acting on failed-PRD recovery verdicts
  • Ambient status display showing active profile, queue count, and build progress (passive — does not start the daemon)
  • Orchestrator decision events (plan:build:decision) flow through the daemon event stream unchanged. Rich live rendering (timeline track, decision detail, and build activity) lives in the monitor UI.

Requirements

  • Node.js 22+
  • Pi
  • An LLM provider credential supported by your chosen eforge harness

Relationship to the @eforge-build/eforge npm package

@eforge-build/pi-eforge is the Pi integration package.

The main @eforge-build/eforge npm package is the standalone CLI and daemon runtime that this Pi package invokes via npx -y @eforge-build/eforge.

For project docs and full setup guidance, see the main repository:

  • GitHub: https://github.com/eforge-build/eforge
  • Docs: https://eforge.build