@buiducnhat/agent-skills 0.6.1 → 0.6.3

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.
Files changed (3) hide show
  1. package/README.md +2 -1
  2. package/README.vi.md +14 -16
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -90,7 +90,7 @@ 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 and also pins additional upstream skills in `skills-lock.json`:
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
  | ----------------- | -------------------------------------------------------------------- |
@@ -100,6 +100,7 @@ This repository currently defines eight first-party workflow skills and also pin
100
100
  | `brainstorm` | Explore ideas and break down complex problems before planning |
101
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
 
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 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à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 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
 
@@ -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
- - [Product PDR](docs/project-pdr.md)
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)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@buiducnhat/agent-skills",
3
- "version": "0.6.1",
3
+ "version": "0.6.3",
4
4
  "description": "Install AI agent workflow skills for coding assistants",
5
5
  "type": "module",
6
6
  "bin": {