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

openmoneta-dev-kit

v2.2.1

Published

OpenMoneta Dev Kit — Biến Cursor IDE / OpenCode thành team developer hoàn chỉnh với quy trình 6 bước, adaptive planning, hooks enforcement, và token-aware doc routing

Readme

OpenMoneta Dev Kit

Biến Cursor IDE / OpenCode thành một team developer hoàn chỉnh với quy trình 6 bước (Lean Mode), adaptive planning, hooks enforcement, token-aware doc routing và sub-agents on-demand.

version docs platform npm

Cài đặt nhanh (npm)

npm install -g openmoneta-dev-kit && openmoneta install

1 lệnh cài cho cả Cursor + OpenCode. Sau đó khởi tạo project:

cd /path/to/project
openmoneta init

| Lệnh mới | Tương đương lệnh cũ | |---|---| | openmoneta install | install.sh + install-opencode.sh | | openmoneta init | init-project.sh . | | openmoneta check | update.sh --check | | openmoneta update --yes | update.sh --yes | | openmoneta uninstall | uninstall.sh |

Khởi tạo project

cd /path/to/project
openmoneta init

Update

openmoneta update              # global + sync project hiện tại
openmoneta update --yes        # auto-sync, skip nếu đã latest
openmoneta check               # chỉ kiểm tra version mới
openmoneta docs                # audit module README thiếu/lỗi thời + sync INDEX

Cài đặt thủ công (git clone)

Dành cho máy không có Node.js hoặc muốn tự quản lý:

git clone https://github.com/rapperkey/OpenMoneta-Dev-Kit ~/OpenMoneta-Dev-Kit
bash ~/OpenMoneta-Dev-Kit/install.sh

Có gì trong này?

  • 11 skills (4 core + 1 core conditional + 6 on-demand) — phân tích yêu cầu, thiết kế module, plan, systematic debugging, safe push, test, security, bảo trì docs
  • openmoneta docs — audit module README thiếu/lỗi thời (stale) + skill docs-maintenance backfill docs cho dự án cũ
  • 4 sub-agents — 1 core + 3 on-demand (security-auditor, qa-autonomous, ui-tester)
  • 4 hooks + plugin — enforce token-aware reading, adaptive plan scope, và verify cuối phiên (module README + close plan); OpenCode đạt parity qua plugin guard session.idle
  • Token Routing — bảng map keyword → module giúp AI giảm 70-90% token đọc
  • npm packagenpm install -g openmoneta-dev-kit, không cần git, không cần clone
  • Auto-update check — notify khi có version mới (cache 24h)
  • Adaptive Planning — task nhỏ không cần plan; task lớn/rủi ro tạo plan Draft, user review
  • Safe Push — sync remote trước push, không đè code người khác
  • OpenCode Support — global rules/skills/agents + plugin guard

Đóng góp

Xem docs/09-customize-va-dong-gop.md:

  • Quy trình PR.
  • Thêm skill / sub-agent / hook / template.
  • Bumping version + CHANGELOG.

Liên hệ

  • Issues: GitHub repo của tổ chức.
  • Slack: #openmoneta-dev-kit.
  • Maintainer: .

License

MIT (xem LICENSE).