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

umadev

v1.0.50

Published

UmaDev: A coding agent that works like a real dev team, commanding the Claude Code / Codex / OpenCode you already use — PM, architect, designer, frontend, backend, QA, security, DevOps — borrowing that logged-in base as the brain to turn one requirement i

Readme

UmaDev

UmaDev: A coding agent that works like a real dev team, commanding the Claude Code / Codex / OpenCode you already use — product manager, architect, UI/UX designer, frontend, backend, QA, security, and DevOps, each doing its own specialty on a shared blackboard, borrowing that logged-in base as the brain. A coordinator seat schedules the team and enforces the gates (it routes, plans, and gates — it is not the headline); the base writes the code. You don't hire a director — you hire the whole team. No API key needed.

Install

npm install -g umadev

Use

umadev                            # launch the interactive TUI
                                     # (auto-detects logged-in claude / codex)

umadev init                       # write umadev.yaml spec manifest

umadev run "做一个登录系统" \
            --backend claude-code    # scripted form, no TUI
umadev continue                   # approve the active gate
umadev revise "去掉 OAuth"        # request a revision

umadev verify                     # workspace conformance report
umadev doctor                     # self-test
umadev spec [--clauses]           # print UMADEV_HOST_SPEC_V1
umadev report                     # emit UD-EVID-004 compliance map

Why this exists

UmaDev is not an LLM client. It does not call any AI API. Instead it convenes a development team — eight role specialists that plan, build, review, and sign off like a real team — over one of the three first-class base CLIs you already use (claude, codex, opencode); the brain stays in the base. Wider model coverage is the base's job (route it to a third-party / local model), not a new UmaDev driver.

The coordinator routes each request: a chat stays chat, a one-line edit takes the fast path, and only a full product requirement expands into the team's deepest play — the deterministic commercial delivery chain:

research → docs → ⏸ docs_confirm → spec → frontend → ⏸ preview_confirm → backend → quality → delivery

At each ⏸ gate, UmaDev pauses and surfaces the artifacts (PRD, architecture, UIUX, …) for you to review. After every code-producing phase it runs the project's build / test command (e.g. cargo check, npm install) and records the outcome in .umadev/audit/verify.jsonl so a non-technical user can ship stable code without writing any.

The result is a release/proof-pack-*.zip containing every artifact, every gate decision, and every audit row.

Documentation

Full docs, design rationale, and the UMADEV_HOST_SPEC_V1 spec: https://github.com/umacloud/umadev

License

MIT