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

@naxodev/pi-apnea

v0.2.1

Published

Pi adapter for the Apnea multi-role workflow

Readme

@naxodev/pi-apnea

Pi adapter for the Apnea workflow engine. It registers Apnea tools, slash commands, skills, and prompts while @naxodev/apnea provides the shared workflow and standalone CLI.

Requirements

  • Node.js 22.19 or later
  • Pi 0.83.x or 0.84.x
  • Bun 1.3.7 or later for the transitive apnea executable
  • Herdr and at least one supported agent CLI, as documented by @naxodev/apnea

Install

pi install npm:@naxodev/pi-apnea

The normal @naxodev/apnea dependency installs transitively, including the apnea executable. Pi loads this package's extension, skills, and prompts resources.

Pi role panes use a dedicated PI_CODING_AGENT_DIR without pi-vimmode. The user's orchestrator session remains unchanged.

Quickstart

Run these commands inside Pi:

/apnea setup
/apnea start describe the implementation goal
/apnea status

setup creates global profiles in ~/.config/apnea/config.json. start begins one workflow against the current working copy. status reports the current step and next legal operation.

The shorter /apnea-start and /apnea-status aliases are also available. See the Apnea CLI and operation reference for the shared command surface and exit behavior.

Verify

Run /apnea status before starting a workflow. A clean installation reports no active run and identifies workflow_start as a legal next operation. If Pi does not register the commands, run /reload and inspect Pi's package-loading output.

Apnea executes repository-controlled text through configured agent CLIs and can execute planner-authored verification commands. Read the trust model before using it with an untrusted repository.

Versioning

This incompatible adapter line requires core ^0.2.0. Compatible core patch releases flow through that range. Future incompatible host interface changes require coordinated minor releases of both packages.

Contributing

Use the workspace contribution guide for setup, checks, and release policy. Use GitHub Discussions for usage questions and the workspace security policy for private vulnerability reports.

License

MIT. See LICENSE.