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
Maintainers
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.
Cài đặt nhanh (npm)
npm install -g openmoneta-dev-kit && openmoneta install1 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 initUpdate
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 INDEXCà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.shCó 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) + skilldocs-maintenancebackfill 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 package —
npm 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).
