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.8.1

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, including eforge_extension and eforge_extension_contribution with compact default projections, bounded shared Markdown/JSON formatting, summarized failed-invocation envelopes, and a 12,000-character host-output budget for coding-agent tool text
  • Native Pi commands for agent runtime profile management (/eforge:profile, /eforge:profile:new), config viewing (/eforge:config), status dashboards (/eforge:status), safe daemon restarts (/eforge:restart), build source review (/eforge:build), and extension contribution browsing (/eforge:extensions list/show/invoke without dumping raw manifests by default) with interactive TUI panels and selectors
  • Compact Pi host output is the default for extension management and contribution tools. Contribution lists preserve whole entries and report returned/total/next-offset continuation within the 12,000-character budget; use CLI --json or typed daemon/client HTTP APIs for intentional raw/debug inspection.
  • Slash commands for build operations (/eforge:build, /eforge:init, /eforge:update)
  • Generic contribution discovery/detail/invocation and workstation routing; when the eforge-plan extension is loaded/trusted, these can surface its planning entry, workstation deep link (for example /console/workstations/eforge-plan%3Aplanning-workstation), and SQLite store/search/maintenance actions through the same generic contribution surface
  • The /eforge:extend skill for assisted eforge TypeScript extension authoring
  • Generic extension-provided workflows are discovered and invoked through /eforge:extensions and the eforge_extension_contribution tool
  • The /eforge:recover skill for reviewing and acting on failed-PRD recovery verdicts
  • The /eforge:stack:sync skill and eforge_stack_sync tool for manually synchronizing the git-spice stack, previewing with --dry-run, interpreting sync reports (including deferred outcomes and retry-deferred triggers when active builds overlap the stack), and recovering from manual sync conflicts (requires git-spice installed and git-spice repo init run in the repository)
  • The /eforge:workflow skill for configuring the eforge workflow preset (landing action, stacking, PR settings, and daemon-owned after-build sync via stacking.sync.afterBuild) through a native Pi select-overlay wizard, including /eforge:workflow:init (initial setup) and /eforge:workflow:reconfigure (change the active preset)
  • 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 Console.

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