Bakit
BakitRuntimes

Dùng với Antigravity

Hướng dẫn cài đặt và sử dụng Bakit với Antigravity - dùng prompt tiếng Việt tự nhiên thay vì slash command.

Dùng với Antigravity

Antigravity không có slash command như Claude Code. Bạn dùng prompt tiếng Việt (hoặc tiếng Anh) tự nhiên để gọi Bakit.

Cài đặt

npm install -g @bakit-org/cli
gh auth login
ba-kit install --runtime agy

Nếu CLI hiển thị nhiều sản phẩm, chọn Bakit. CLI cài skills vào runtime root của Antigravity và ghi state để update, doctor, version, uninstall quản lý được.

Cách gọi Bakit trong Antigravity

Luôn bắt đầu prompt bằng câu yêu cầu Antigravity đọc skill tương ứng:

Router tự do (ba-start)

Đọc skills/ba-start/SKILL.md và route:
Đang làm dở SRS thì có thêm yêu cầu audit log

Lifecycle (ba-start)

Đọc skills/ba-start/SKILL.md và chạy intake cho file requirements.pdf
Đọc skills/ba-start/SKILL.md và chạy options cho slug warehouse-rfp
Đọc skills/ba-start/SKILL.md và chạy backbone cho slug warehouse-rfp
Đọc skills/ba-start/SKILL.md và chạy srs cho slug warehouse-rfp, module auth-flow
Đọc skills/ba-start/SKILL.md và chạy package cho slug warehouse-rfp
Đọc skills/ba-start/SKILL.md và chạy status cho slug warehouse-rfp
Đọc skills/ba-start/SKILL.md và chạy next cho slug warehouse-rfp
Đọc skills/ba-start/SKILL.md và chạy impact cho slug warehouse-rfp
Đọc skills/ba-start/SKILL.md và chạy reverse cho slug warehouse-rfp

Figma Make prompt lane

Đọc skill ba-figma-sync và sinh prompt Figma Make cho slug warehouse-rfp, module auth-flow

Mapping từ Claude Code sang Antigravity

Claude CodeAntigravity
/ba-startĐọc skills/ba-start/SKILL.md và chạy full BA workflow
/ba-start intake [file]Đọc skills/ba-start/SKILL.md và chạy intake cho [file]
/ba-start options --slug XĐọc skills/ba-start/SKILL.md và chạy options cho slug X
/ba-start impact --slug XĐọc skills/ba-start/SKILL.md và chạy impact cho slug X
/ba-start [text] (router)Đọc skills/ba-start/SKILL.md và route: [text]

Antigravity khác gì

  • Không có slash command - dùng prompt mô tả
  • Không có auto-delegation - agent roles mang tính reference
  • Cần nói rõ file skill trong prompt (vd "Đọc skills/ba-start/SKILL.md")
  • Cùng behavior với Claude Code và Codex - chỉ khác syntax

Ví dụ prompt thực tế

Full workflow

Đọc skills/ba-start/SKILL.md và chạy full BA workflow.
Dùng hybrid mode cho solo IT BA.
Parse yêu cầu trong docs/raw/warehouse-rfp.pdf.

Impact

Đọc skills/ba-start/SKILL.md và chạy impact cho slug warehouse-rfp.
Yêu cầu mới: Export CSV phải cần permission, ghi audit log, và hiển thị banner thành công hoặc thất bại.

Status

Đọc skills/ba-start/SKILL.md và chạy status cho slug warehouse-rfp.
Báo cáo artifact còn thiếu, trạng thái wireframe, và delegation tracker nào bị stall.

Quy tắc cần nhớ

  • Antigravity đọc GEMINI.mdAGENTS.md khi làm việc repo-native
  • Nếu Antigravity có quyền Git, local sync được phép sau plan ngắn; commit/push/PR vẫn cần approval
  • Với source lớn, đọc summary.mdchunk-index.md trước
  • Runtime parity được giữ bằng contract và artifact trên disk

Tiếp theo

On this page