@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.
Files changed (3) hide show
  1. package/README.md +5 -4
  2. package/README.vi.md +15 -17
  3. 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 eight first-party workflow skills:
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` | Ask clarifying questions to gather requirements and context |
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` | Initialize (`--init`) or update (`--update`) project documentation |
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 --init # or /docs --update for updating existing 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 8 workflow skill first-party:
94
-
95
- | Skill | Mô tả |
96
- | ----------------- | -------------------------------------------------------------------- |
97
- | `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` | Khởi tạo (`--init`) hoặc cập nhật (`--update`) tài liệu project |
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
 
@@ -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 --init # hoặc /docs --update để cập nhật tài liệu hiện có
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
- - [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.0",
3
+ "version": "0.6.2",
4
4
  "description": "Install AI agent workflow skills for coding assistants",
5
5
  "type": "module",
6
6
  "bin": {