You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> Bản hướng dẫn tiếng Việt dành cho người dùng văn phòng. Xem [README.md](README.md) để biết chi tiết đầy đủ.
4
+
5
+
---
6
+
7
+
## CodexKit là gì?
8
+
9
+
CodexKit là bộ quy trình (skills) giúp bạn sử dụng AI hiệu quả hơn trong công việc hàng ngày — viết email, tóm tắt báo cáo, quản lý dự án, phân tích tài chính, và nhiều hơn nữa.
10
+
11
+
**Không cần biết lập trình.** Bạn chỉ cần copy–paste prompt vào Codex hoặc ChatGPT.
12
+
13
+
---
14
+
15
+
## Cài đặt nhanh (3 phút)
16
+
17
+
### Cách 1: Tải bản release (đơn giản nhất)
18
+
19
+
1. Vào [Releases](https://github.com/your-org/codexkit/releases) → tải file `.zip` mới nhất
20
+
2. Giải nén vào thư mục dự án của bạn
21
+
3. Xong! Mở file `skill-finder.md` để bắt đầu
22
+
23
+
### Cách 2: Chạy script cài đặt
24
+
25
+
**Windows (PowerShell):**
26
+
```powershell
27
+
.\scripts\install-skills.ps1
28
+
```
29
+
30
+
**macOS / Linux:**
31
+
```bash
32
+
./scripts/install-skills.sh
33
+
```
34
+
35
+
---
36
+
37
+
## Bắt đầu từ đâu?
38
+
39
+
### Bước 1: Xem bảng tra cứu
40
+
41
+
Mở file **[skill-finder.md](skill-finder.md)** — tìm tình huống công việc của bạn → biết dùng skill nào.
42
+
43
+
### Bước 2: Chọn workspace phù hợp
44
+
45
+
| Bộ phận | Workspace |
46
+
|---------|-----------|
47
+
| Quản lý dự án (PMO) |`workspaces/project-management-office/`|
48
+
| Tài chính |`workspaces/finance/`|
49
+
| Nhân sự |`workspaces/hr/`|
50
+
| Pháp lý |`workspaces/legal/`|
51
+
| Marketing |`workspaces/marketing/`|
52
+
| Vận hành |`workspaces/operations/`|
53
+
54
+
### Bước 3: Dùng playbook để bắt đầu ngay
55
+
56
+
Playbooks là các prompt mẫu bạn có thể copy–paste trực tiếp:
57
+
58
+
| Tôi cần… | Playbook |
59
+
|-----------|----------|
60
+
| Viết recap cuộc họp |`playbooks/meeting-to-actions.md`|
61
+
| Tổng hợp status |`playbooks/status-synthesis.md`|
62
+
| Viết memo quyết định |`playbooks/write-decision-memo.md`|
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "codexkit",
3
-
"version": "0.3.1",
3
+
"version": "0.4.0",
4
4
"private": true,
5
5
"description": "Open-source operating kit for people using OpenAI Codex and ChatGPT across engineering, high-reasoning work, and repeatable office operations.",
0 commit comments