@buiducnhat/agent-skills 0.6.0 → 0.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -4
- package/README.vi.md +13 -13
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -90,15 +90,15 @@ Installs skills to your home directory (`~/<agent>/skills/`) so they are availab
|
|
|
90
90
|
|
|
91
91
|
## Repository workflow skills
|
|
92
92
|
|
|
93
|
-
This repository currently defines eight first-party workflow skills
|
|
93
|
+
This repository currently defines eight first-party workflow skills and also pins additional upstream skills in `skills-lock.json`:
|
|
94
94
|
|
|
95
95
|
| Skill | Description |
|
|
96
96
|
| ----------------- | -------------------------------------------------------------------- |
|
|
97
|
-
| `ask`
|
|
97
|
+
| `as-ask` | Ask clarifying questions to gather requirements and context |
|
|
98
98
|
| `as-fix` | Diagnose and resolve bugs with root-cause analysis and verification |
|
|
99
99
|
| `as-review` | Review uncommitted changes with codebase context and severity levels |
|
|
100
100
|
| `brainstorm` | Explore ideas and break down complex problems before planning |
|
|
101
|
-
| `docs` |
|
|
101
|
+
| `docs` | Create or refresh project documentation based on the current repo |
|
|
102
102
|
| `execute-plan` | Execute written plans systematically with checkpoints |
|
|
103
103
|
| `quick-implement` | Rapid implementation for small, well-scoped changes |
|
|
104
104
|
| `write-plan` | Create detailed implementation plans with phases and tasks |
|
|
@@ -110,7 +110,7 @@ This repository currently defines eight first-party workflow skills:
|
|
|
110
110
|
#### Init documentations
|
|
111
111
|
|
|
112
112
|
```
|
|
113
|
-
/docs
|
|
113
|
+
/docs
|
|
114
114
|
```
|
|
115
115
|
|
|
116
116
|
#### Complex or ambiguous tasks
|
package/README.vi.md
CHANGED
|
@@ -90,18 +90,18 @@ Cài đặt skill vào thư mục home (`~/<agent>/skills/`) để dùng đượ
|
|
|
90
90
|
|
|
91
91
|
## Workflow skill của repository
|
|
92
92
|
|
|
93
|
-
Repository này hiện định nghĩa 8 workflow skill first-party
|
|
94
|
-
|
|
95
|
-
| Skill | Mô tả
|
|
96
|
-
| ----------------- |
|
|
97
|
-
| `ask`
|
|
98
|
-
| `as-fix` | Chẩn đoán và sửa lỗi với phân tích nguyên nhân gốc và bước xác minh
|
|
99
|
-
| `as-review` | Review thay đổi chưa commit với ngữ cảnh codebase và mức độ ưu tiên
|
|
100
|
-
| `brainstorm` | Khám phá ý tưởng và phân tích vấn đề phức tạp trước khi lên kế hoạch
|
|
101
|
-
| `docs` |
|
|
102
|
-
| `execute-plan` | Thực thi kế hoạch đã viết theo từng giai đoạn với các điểm kiểm tra
|
|
103
|
-
| `quick-implement` | Triển khai nhanh cho các thay đổi nhỏ, phạm vi rõ ràng
|
|
104
|
-
| `write-plan` | Tạo kế hoạch triển khai chi tiết theo từng giai đoạn
|
|
93
|
+
Repository này hiện định nghĩa 8 workflow skill first-party và cũng pin thêm các upstream skill trong `skills-lock.json`:
|
|
94
|
+
|
|
95
|
+
| Skill | Mô tả |
|
|
96
|
+
| ----------------- | ----------------------------------------------------------------------- |
|
|
97
|
+
| `as-ask` | Đặt câu hỏi làm rõ để thu thập yêu cầu và ngữ cảnh |
|
|
98
|
+
| `as-fix` | Chẩn đoán và sửa lỗi với phân tích nguyên nhân gốc và bước xác minh |
|
|
99
|
+
| `as-review` | Review thay đổi chưa commit với ngữ cảnh codebase và mức độ ưu tiên |
|
|
100
|
+
| `brainstorm` | Khám phá ý tưởng và phân tích vấn đề phức tạp trước khi lên kế hoạch |
|
|
101
|
+
| `docs` | Tạo mới hoặc làm mới tài liệu project dựa trên trạng thái repo hiện tại |
|
|
102
|
+
| `execute-plan` | Thực thi kế hoạch đã viết theo từng giai đoạn với các điểm kiểm tra |
|
|
103
|
+
| `quick-implement` | Triển khai nhanh cho các thay đổi nhỏ, phạm vi rõ ràng |
|
|
104
|
+
| `write-plan` | Tạo kế hoạch triển khai chi tiết theo từng giai đoạn |
|
|
105
105
|
|
|
106
106
|
### Chuỗi workflow khuyến nghị
|
|
107
107
|
|
|
@@ -110,7 +110,7 @@ Repository này hiện định nghĩa 8 workflow skill first-party:
|
|
|
110
110
|
#### Khởi tạo tài liệu
|
|
111
111
|
|
|
112
112
|
```
|
|
113
|
-
/docs
|
|
113
|
+
/docs
|
|
114
114
|
```
|
|
115
115
|
|
|
116
116
|
#### Tác vụ phức tạp hoặc chưa rõ ràng
|