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

@sayoriqwq/prelude

v0.4.0

Published

Effect v4 multi-Harness convergence host for pnpm targets

Readme

@sayoriqwq/prelude CLI

This package contains Prelude's Effect v4 multi-Harness convergence host.

Public Surface

V1 exposes only:

  • prelude plan: load every configured Harness Module, compose declarations, compare current state, and emit one Plan Document and execution hash;
  • prelude apply: replan under the Target write boundary and materialize only an exact approved hash;
  • prelude check: require structural convergence and execute all composed target command Checks.

Configuration is the root prelude.config.jsonc. Prelude and every Harness Artifact are direct root devDependencies selected by the Target lockfile. Modules implement the separately published @sayoriqwq/prelude-contract.

Agent Skills

The Target-selected Artifact provides version-matched skills at node_modules/@sayoriqwq/prelude/skills/<name>/SKILL.md:

  • prelude-bootstrap prepares exact root package selection and minimal Integration config; it does not approve or apply a plan.
  • prelude-repair handles plan blockers and target-owned executable-config preparation after a concrete, authorized diff; it does not edit managed Outputs.
  • prelude-upgrade compares temporary old/new Plans around a package update and separates any residue cleanup from that update for its own authorization.

Implementation Constraint

The runtime is a new Effect v4 implementation using Effect Schema and @effect/platform. Exact service and file names follow Effect-native module design; preserving the old imperative helper graph is not a goal.

V1 has no create, init, maintain, provider, remove, TUI, generic confirmation, or .prelude/ product surface.

Read the active docs and the rebuild plan before editing production code.

Local Development

pnpm install
pnpm --filter @sayoriqwq/prelude build
pnpm verify

pnpm acceptance:installed packs the CLI and Contract, installs two synthetic Harness Artifacts into a temporary pnpm Target, and exercises plan, stale-hash rejection, apply, and check across root and workspace Integration scopes.