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

awf-vibecoder-kit

v5.0.0

Published

AWF Vibecoder Kit — Biến AI thành đội dev ảo. Bộ công cụ vibecoding cho Antigravity IDE.

Readme

⚡ AWF Vibecoder Kit v5

Biến AI thành đội dev ảo. Bộ công cụ vibecoding cho Antigravity IDE.

Vibecoding = Bạn nói ý tưởng → AI viết code. Bạn làm "sếp", AI làm "nhân viên".

AWF (Antigravity Workflow Framework) giúp bạn "sếp" tốt hơn — ra lệnh đúng, kiểm tra đúng, ship nhanh.


✨ Highlights

🎯 16 lệnh chính — Sprint flow: Idea → Plan → Code → Review → Ship 🧠 ~50 skills ẩn — AI tự kích hoạt kiến thức chuyên môn khi cần 🇻🇳 Vietnamese-first — Viết cho người Việt, thuật ngữ dễ hiểu 📱 Mọi trình độ — Từ non-tech đến senior dev đều dùng được 🔧 Fix-first review — AI tự fix lỗi rõ ràng, chỉ hỏi khi cần judgment 📚 Docs đầy đủ — 5 file hướng dẫn từ Quick Start đến Glossary


🚀 Cài Đặt — 30 Giây

Cách 1: npm (Khuyến nghị)

npm install -g awf-vibecoder-kit

Tự động copy workflows + docs + skills vào ~/.gemini/antigravity/.

Cách 2: Git Clone

git clone https://github.com/mh/awf-vibecoder-kit.git
cd awf-vibecoder-kit
node bin/setup.js

Cách 3: Manual

Copy thủ công 3 folder vào ~/.gemini/antigravity/:

  • workflows/global_workflows/
  • docs/docs/
  • skills/skills/

📖 Quick Start

  1. Mở Antigravity
  2. /vibecoder-guide để đọc hướng dẫn
  3. /init để tạo project mới
  4. /brainstorm để khám phá ý tưởng
  5. Ship! 🚀

🗺️ Sprint Flow

/init → /brainstorm → /plan → /design → /code → /review → /test → /deploy → /canary
  ↑                                                                              ↓
  └────────────────────── /recap (mở lại project) ←──────── /save-brain (cuối buổi)

📋 16 Lệnh Chính

| Lệnh | Mô tả | Khi nào dùng | |-------|--------|-------------| | /init | ✨ Tạo dự án mới | Bắt đầu project | | /brainstorm | 💡 Khám phá ý tưởng (5 forcing questions) | Chưa rõ muốn làm gì | | /plan | 📋 Lên kế hoạch chi tiết | Đã biết muốn gì | | /design | 🎨 Thiết kế DB, API, luồng | Trước khi code | | /visualize | 🖼️ Thiết kế UI mockup | Muốn xem UI trước | | /code | 💻 Viết code (auto-test loop) | Bắt đầu code | | /review | 👀 Code review + auto-fix | Sau code, trước deploy | | /test | 🧪 Chạy test suite | Kiểm tra code | | /deploy | 🚀 Deploy lên mạng | App sẵn sàng | | /canary | 🐤 Check sức khỏe sau deploy | Vừa deploy xong | | /debug | 🐛 Tìm và sửa lỗi | App bị lỗi | | /audit | 🔒 Kiểm tra bảo mật | Trước khi public | | /freeze | 🔒 Lock edit scope | Debug tập trung | | /learn | 📚 Quản lý kiến thức | Xem bài học qua sessions | | /recap | 📖 Nhớ lại context | Mở lại project | | /save-brain | 🧠 Lưu context | Cuối buổi |


📂 Cấu Trúc Package

awf-vibecoder-kit/
├── bin/
│   ├── setup.js          # Install script
│   └── uninstall.js      # Uninstall guide
├── workflows/            # 16+ workflow .md files
│   ├── brainstorm.md     # 5 forcing questions + reframe
│   ├── review.md         # Fix-first code review
│   ├── freeze.md         # Edit scope lock
│   ├── canary.md         # Post-deploy monitoring
│   ├── learn.md          # Compound learnings
│   ├── code.md           # Phase-based coding
│   ├── plan.md           # Multi-perspective planning
│   └── ...
├── docs/                 # User guide (Vietnamese)
│   ├── README.md         # Table of contents
│   ├── quick-start.md    # 5-minute beginner guide
│   ├── commands.md       # 16 commands detailed
│   ├── skills.md         # ~50 skills explained
│   ├── scenarios.md      # 8 real-world scenarios
│   └── glossary.md       # Tech terms → plain Vietnamese
├── skills/               # Auto-activated AI skills
│   ├── awf-session-restore/
│   ├── awf-auto-save/
│   └── ...
├── package.json
├── LICENSE
└── README.md             # ← You are here

🆚 Lấy Cảm Hứng Từ

AWF v5 lấy ý tưởng hay nhất từ GStack (Garry Tan, CEO Y Combinator) và kết hợp với thế mạnh riêng:

| Feature | GStack | AWF v5 | |---------|--------|--------| | Sprint flow | ✅ | ✅ | | Fix-first review | ✅ | ✅ | | Post-deploy canary | ✅ | ✅ | | Edit scope lock | ✅ | ✅ | | Memory/learnings | ✅ | ✅ | | Real browser testing | ✅ | ❌ | | Vietnamese UX | ❌ | ✅ | | Phase-based coding | ❌ | ✅ | | Non-tech friendly | ❌ | ✅ | | Knowledge graph (GitNexus) | ❌ | ✅ | | Multi-agent orchestration | ❌ | ✅ |


📝 License

MIT — Free forever. Go build something.


🧑‍💻 Contributing

  1. Fork repo
  2. Tạo branch: git checkout -b improve/brainstorm
  3. Sửa workflow .md files
  4. PR + mô tả changes

Workflows là Markdown files — không cần biết code cũng contribute được!