@buiducnhat/agent-skills 0.6.0 → 0.6.2
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 +5 -4
- package/README.vi.md +15 -17
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -90,16 +90,17 @@ 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
|
|
93
|
+
This repository currently defines nine 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
|
+
| `git-commit` | Create conventional commit messages from staged or unstaged changes |
|
|
103
104
|
| `quick-implement` | Rapid implementation for small, well-scoped changes |
|
|
104
105
|
| `write-plan` | Create detailed implementation plans with phases and tasks |
|
|
105
106
|
|
|
@@ -110,7 +111,7 @@ This repository currently defines eight first-party workflow skills:
|
|
|
110
111
|
#### Init documentations
|
|
111
112
|
|
|
112
113
|
```
|
|
113
|
-
/docs
|
|
114
|
+
/docs
|
|
114
115
|
```
|
|
115
116
|
|
|
116
117
|
#### Complex or ambiguous tasks
|
package/README.vi.md
CHANGED
|
@@ -90,18 +90,19 @@ 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
|
|
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
|
-
| `
|
|
104
|
-
| `
|
|
93
|
+
Repository này hiện định nghĩa 9 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
|
+
| `git-commit` | Tạo commit message theo chuẩn conventional từ thay đổi đã stage hoặc chưa stage |
|
|
104
|
+
| `quick-implement` | Triển khai nhanh cho các thay đổi nhỏ, phạm vi rõ ràng |
|
|
105
|
+
| `write-plan` | Tạo kế hoạch triển khai chi tiết theo từng giai đoạn |
|
|
105
106
|
|
|
106
107
|
### Chuỗi workflow khuyến nghị
|
|
107
108
|
|
|
@@ -110,7 +111,7 @@ Repository này hiện định nghĩa 8 workflow skill first-party:
|
|
|
110
111
|
#### Khởi tạo tài liệu
|
|
111
112
|
|
|
112
113
|
```
|
|
113
|
-
/docs
|
|
114
|
+
/docs
|
|
114
115
|
```
|
|
115
116
|
|
|
116
117
|
#### Tác vụ phức tạp hoặc chưa rõ ràng
|
|
@@ -225,7 +226,4 @@ Các tag push khớp với `v*` sẽ kích hoạt GitHub Actions workflow `.gith
|
|
|
225
226
|
|
|
226
227
|
## Tài liệu
|
|
227
228
|
|
|
228
|
-
- [
|
|
229
|
-
- [Kiến trúc](docs/architecture.md)
|
|
230
|
-
- [Bản đồ Codebase](docs/codebase.md)
|
|
231
|
-
- [Tiêu chuẩn Code](docs/code-standard.md)
|
|
229
|
+
- [Tổng quan tài liệu](docs/SUMMARY.md)
|