Bộ cấu hình AI dùng chung cho team — agents, skills, MCP servers cho Claude Code & Cursor.
Windows (PowerShell):
irm https://raw.githubusercontent.com/cuongnm-dev/ai-kit/main/bootstrap.ps1 | iexMac / Linux:
curl -sL https://raw.githubusercontent.com/cuongnm-dev/ai-kit/main/bootstrap.sh | bashBootstrap tự kiểm tra môi trường (git, node ≥ 18, docker), clone repo + cài Node deps + deploy agents/skills vào ~/.claude & ~/.cursor, kéo MCP image.
| Lệnh | Mô tả |
|---|---|
ai-kit update |
Cập nhật agents/skills/MCP image lên phiên bản team mới nhất |
ai-kit status |
Xem phiên bản đã deploy + tình trạng MCP container |
ai-kit doctor |
Kiểm tra môi trường (git, docker, node, paths) |
ai-kit doc |
Mở mục lục tài liệu sử dụng |
ai-kit doc <topic> |
Mở 1 trang tài liệu cụ thể |
ai-kit mcp <verb> |
Điều khiển MCP container (start / stop / restart / logs / status) |
ai-kit help |
Danh sách đầy đủ |
- Git ≥ 2.32
- Node.js ≥ 18
- Docker Desktop (chạy MCP container)
- PowerShell 5.1+ (Windows) hoặc Bash (Mac/Linux)
ai-kit update sẽ overwrite agents/skills về đúng phiên bản team. Nếu bạn cần thay đổi quy trình hoặc agent — phản hồi với maintainer của team thay vì sửa file local (sẽ bị overwrite ở lần update kế).
Báo lỗi / yêu cầu tính năng: liên hệ maintainer của team.