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

@homedesk/wwg

v0.6.1

Published

WWG turns project knowledge into an agent-ready operating system.

Readme

WWG

WWG is a CLI for creating agent-ready repositories where project truth, agent operating context, and validation guardrails stay separate but connected.

WWG means Wiki, Workspace, Governance. It helps new and existing projects capture durable truth, prepare implementation agents, and keep validation evidence close to the work.

Install

Recommended for most users and teams:

npm install -g @homedesk/wwg
wwg --help

Try without installing:

npx @homedesk/wwg --help

Pin WWG to a project or CI workflow:

npm install --save-dev @homedesk/wwg

A global install is the simplest way to use WWG as a workspace CLI. A dev dependency is useful when a team wants the same WWG version in a repo or CI. npx is best for one-time trial, adoption, or inspection.

When WWG is installed as a dev dependency, you can run npx wwg status, or add a package script such as "wwg": "wwg" and run npm run wwg -- status.

Start a New Project

wwg start my-project --profile saas-app
cd my-project
wwg status
wwg brief

wwg start creates the WWG operating structure first. It does not scaffold application source code.

Adopt an Existing Project

cd existing-repo
wwg adopt
wwg status
wwg brief

Adoption preserves application source code, creates or completes WWG structure, records project truth with review markers where needed, and prepares the project for agent handoff.

Existing WWG Project

wwg status
wwg maintain
wwg brief

Most existing-workspace commands find the nearest parent .wwg/ automatically. Use --target <path> when you intentionally want to operate on a workspace from outside it.

For Vorter planning, run wwg vorter candidates before vorter plan; WWG generates candidate metadata only, and Vorter decides runtime activation at runtime.

How WWG Works

  • Wiki = what is true
  • Workspace = what agents should do now
  • Governance = what must be checked
  • AGENTS.md = how agents operate
  • CHANGELOG.md = what meaningfully changed

Agent-First Workflow

wwg brief creates the handoff an implementation agent should read before changing the project. wwg status shows Must Have readiness, relevant Other Features, and one scoped Next action so humans and agents can see what to do next without learning every lower-level command.

For Agents

Before changing a WWG project, read AGENTS.md, the latest wwg brief output, Project Truth, Terminology, Current Task, and Drift Guard.

Documentation

Developing WWG Itself

If you are modifying the WWG package or running commands from this repository, see Developing WWG.

Current Status

Status: active template CLI and local Wizard, version 0.6.1. WWG supports public lifecycle commands, CI automation commands, generated-project setup, evidence-backed adoption, source intake, infrastructure readiness, planning, workspace/governance generation, validation, audit, status checks, maintenance review, changelog governance, README governance, certification, local Wizard setup, explicit GitHub publish readiness, agent readiness checks, human-led agent team governance templates, Vorter runtime skill candidate handoffs, generated-project upgrade review/apply workflows, and implementation-agent briefs.

Hosted services, app source scaffolding, destructive migrations, automatic installs, cloud provisioning, deployment, automatic report cleanup, and automatic rollback remain intentionally deferred.

License

See LICENSE.