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

vibe-engineer

v0.3.1

Published

v0.2 deterministic CLI primitives, starter generator, and public runtime assets for vibe-engineer.

Downloads

177

Readme

vibe-engineer

vibe-engineer is a domain-neutral harness for agent-native TypeScript work: CLI primitives, starter generation, schematics, verification, evidence, and preserved project context.

It is not "vibe coding." It is the system around the work.

Usage

Recommended one-off creation:

npx vibe-engineer@latest create --target-root ./my-project --project-name my-project --agentic-harness pi --non-interactive

Inside a generated project, use the project-local CLI that create adds automatically:

cd my-project
pnpm install
pnpm exec vibe-engineer help

Global install is optional for power users:

npm install -g vibe-engineer
vibe-engineer help

Create a starter

npx vibe-engineer@latest create --target-root ./my-project --project-name my-project --agentic-harness pi --non-interactive

The generated starter includes:

  • NestJS API;
  • React web app;
  • React Native mobile app;
  • shared domain/contracts/api-client/config/testing/ui packages;
  • TypeScript strictness, pnpm, Turborepo, lint/format/test/build scripts;
  • .vibe/** context/work/evidence/registry scaffolding;
  • pi-native skills and prompts for brainstorm, grill-me, task, plan, build, and ship.

CLI commands

The v0.1 public CLI exposes deterministic primitives only:

help
version
create
import
doctor
config
verify
security
schematic

The six user-facing skills are installed as harness-native assets, not as CLI commands.

Packages

Most users start with npx vibe-engineer@latest create ... or an optional global install. Generated projects include project-local pnpm exec vibe-engineer ... access automatically.

The main package depends on public runtime packages under the @vibe-engineer/* scope. npm installs those automatically.

Documentation

Release boundary

v0.1 local proof covers package build, install smoke, CLI primitives, create, generated starter project-local pnpm exec vibe-engineer usage, local install/typecheck/lint/test/build/quality, pi asset generation, live pi runtime loading, provider-agnostic Pulumi Cloud preview/up, web visual baselines, and iOS Maestro+Detox mobile smoke.

Hosted harness CI and hosted generated-starter CI are tracked separately from npm package contents.

License

MIT © 2026 Ismail