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

@wazir-dev/cli

v1.5.0

Published

Host-native engineering OS kit for AI coding agents — roles, phases, expertise modules, quality gates for Claude, Codex, Gemini & Cursor

Readme

AI agents degrade on long tasks — context rots, reviews get rubber-stamped, verification is an honor system. Wazir is the operating model that's missing.

$ /wazir Build a REST API with authentication

[clarify]     3 questions asked, answers collected
[specify]     47 acceptance criteria written
[spec-gate]   APPROVED
[plan]        6 implementation tasks
[plan-gate]   APPROVED
[execute]     6/6 tasks complete, 43 tests passing
[verify]      0 lint errors, proof artifact generated
[review]      2 findings, both resolved
[learn]       3 learnings captured

Pipeline complete. 3/3 gates passed.

Quick Start

Requires Claude Code and Node.js 20+.

npm install -g @wazir-dev/cli

Then in Claude Code:

/plugin marketplace add MohamedAbdallah-14/Wazir
/plugin install wazir

Run a task:

/wazir Build a REST API for task management with authentication

Control the depth: /wazir quick ... for fast fixes, /wazir deep ... for full pipeline, /wazir audit ... for dedicated audits.


What Makes This Different

clarify → specify → [gate] → design → [gate] → plan → [gate] → execute → verify → review → learn

  • Mandatory research phase. Before any code is written, a researcher fetches live API docs, changelogs, and prior art. Not optional — a pipeline phase.

  • Adversarial review. The reviewer is never the author. Three gates reject work back until quality passes.

  • AI writing detection and removal. Strips AI patterns from specs, comments, and commit messages. Output reads like a human wrote it.

  • Published compliance data. Every run scores itself across five dimensions. Numbers in SQLite, not marketing.

  • 324 expertise modules, deterministic composition. Modules compose based on project context across 13 domains. Same input, same composition, every time.

  • Export compiler: one source, four host-native packages. Write the process once, compile to Claude, Codex, Gemini, and Cursor.

  • Fresh agent per step. Each pipeline phase gets a clean context window. No carryover. No contamination between research, implementation, and review.


Wazir vs. Alternatives

| Dimension | Wazir | Claude Code (bare) | Superpowers | Spec-Kit | Raw Prompting | |---|:---:|:---:|:---:|:---:|:---:| | Enforced delivery pipeline | 14 phases, 3 gates | — | — | Spec-first | — | | Mandatory pre-coding research | ✓ | — | — | — | — | | Adversarial review (reviewer ≠ author) | ✓ | — | — | — | — | | Expertise composition per task | 324 modules | — | ~15 skills | Extensions | — | | Published compliance measurement | ✓ | — | — | — | — | | AI writing detection + removal | ✓ | — | — | — | — | | Export compiler (one source → host-native) | 4 hosts | — | 5 hosts (per-host install) | 3 hosts | — |

Wazir is not competing with these tools — it learned from all of them. See Acknowledgments.


Documentation

| Section | What You'll Find | |---|---| | Architecture | System design, component interactions, context tiers | | Roles & Workflows | 10 roles, 14 phases, gate mechanics | | Composition Engine | How 324 modules are assembled per task | | Pipeline Vision | Every design decision with research citations | | Research Index | 122 research files across 14 categories |


Wazir (وزير): Arabic for advisor.

Active development. The pipeline works. Rough edges remain.

| Project | What Wazir Learned | |---|---| | superpowers | Skill system architecture, bootstrap injection pattern | | spec-kit | Specification-driven development patterns |

Full acknowledgments · Contributing · Security · MIT License