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

@iagentek/cli

v0.4.5

Published

npx-executable CLI for the IAgentek framework (SDD + BMAD)

Readme

@iagentek/cli

npx-executable CLI for the IAgentek framework (Spec-Driven Development + BMAD Method). Bilingual output: English / Español.

npx @iagentek/cli init my-product
cd my-product
npx @iagentek/cli cycle --idea "what you want to build"

You pick the output language at init — English (default) or Spanish — and every artifact (brief, PRD, specs, architecture, code, tests, runbook) is generated in that language.

Commands

| Command | Description | |---|---| | init [name] [--lang en\|es] [--flow greenfield\|brownfield\|bugfix\|refactor] [--provider <id>] | Bootstrap .iagentek/ with config + state | | cycle [--flow X] [--idea "..."] [--lang en\|es] | Run the full flow with checkpoints | | status | Phase state, checkpoints, next steps, configured language | | resume | Resume from the last paused phase | | agent <role> [--prompt "..."] | Invoke a BMAD agent (analyst, pm, architect, scrum-master, dev, qa, devops, debugger, refactor-architect) in isolation |

Supported providers (auto-detected)

  • claude-cli (reuses Claude Code Max/Pro auth — $0 extra)
  • anthropic (ANTHROPIC_API_KEY)
  • openai (OPENAI_API_KEY)
  • gemini (GEMINI_API_KEY)
  • deepseek (DEEPSEEK_API_KEY)
  • ollama (local on :11434)

Flows

  • greenfield — product from scratch (7 phases)
  • brownfield — on existing codebase (8 phases, with automatic code analysis)
  • bugfix — incident response (triage → repro → root cause → fix with red regression test → postmortem)
  • refactor — staged tech-debt reduction (audit → migration plan → safe execution)

Bilingual

# Interactive — choose at init
npx @iagentek/cli init my-app

# Or explicit
npx @iagentek/cli init my-app --lang es      # Spanish output
npx @iagentek/cli init my-app --lang en      # English output (default)

# Override per cycle
npx @iagentek/cli cycle --lang es

Auto-detects system locale (LANG/LC_ALL) and proposes Spanish for es_* systems.

Full docs

github.com/azulls1/iagentek-framework