@buiducnhat/agent-skills 0.7.1 → 1.0.0

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 +14 -13
  2. package/README.vi.md +14 -13
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -99,19 +99,20 @@ Installs skills only for the listed agents. Repeat `-a` or pass multiple agent I
99
99
 
100
100
  ## Repository workflow skills
101
101
 
102
- This repository currently defines nine first-party workflow skills and also pins additional upstream skills in `skills-lock.json`:
103
-
104
- | Skill | Description |
105
- | ----------------- | -------------------------------------------------------------------- |
106
- | `as-ask` | Ask clarifying questions to gather requirements and context |
107
- | `as-fix` | Diagnose and resolve bugs with root-cause analysis and verification |
108
- | `as-review` | Review uncommitted changes with codebase context and severity levels |
109
- | `brainstorm` | Explore ideas and break down complex problems before planning |
110
- | `docs` | Create or refresh project documentation based on the current repo |
111
- | `execute-plan` | Execute written plans systematically with checkpoints |
112
- | `git-commit` | Create conventional commit messages from staged or unstaged changes |
113
- | `quick-implement` | Rapid implementation for small, well-scoped changes |
114
- | `write-plan` | Create detailed implementation plans with phases and tasks |
102
+ This repository currently defines ten first-party workflow skills and also pins additional upstream skills in `skills-lock.json`:
103
+
104
+ | Skill | Description |
105
+ | ----------------- | ------------------------------------------------------------------------------------------------------------------- |
106
+ | `as-ask` | Ask clarifying questions to gather requirements and context |
107
+ | `as-fix` | Diagnose and resolve bugs with root-cause analysis and verification |
108
+ | `as-review` | Review uncommitted changes with codebase context and severity levels |
109
+ | `brainstorm` | Explore ideas and break down complex problems before planning |
110
+ | `docs` | Create or refresh project documentation based on the current repo |
111
+ | `execute-plan` | Execute written plans systematically with checkpoints |
112
+ | `git-commit` | Create conventional commit messages from staged or unstaged changes |
113
+ | `quick-implement` | Rapid implementation for small, well-scoped changes |
114
+ | `visualize` | Create source-adjacent HTML visualizations for docs, markdown, plans, and context using fixed templates and Mermaid |
115
+ | `write-plan` | Create detailed implementation plans with phases and tasks |
115
116
 
116
117
  ### Recommended workflow sequences
117
118
 
package/README.vi.md CHANGED
@@ -99,19 +99,20 @@ Chỉ cài skill cho các agent đã liệt kê. Có thể lặp lại `-a` ho
99
99
 
100
100
  ## Workflow skill của repository
101
101
 
102
- 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`:
103
-
104
- | Skill | Mô tả |
105
- | ----------------- | ------------------------------------------------------------------------------- |
106
- | `as-ask` | Đặt câu hỏi làm rõ để thu thập yêu cầu và ngữ cảnh |
107
- | `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 |
108
- | `as-review` | Review thay đổi chưa commit với ngữ cảnh codebase và mức độ ưu tiên |
109
- | `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 |
110
- | `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 |
111
- | `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 |
112
- | `git-commit` | Tạo commit message theo chuẩn conventional từ thay đổi đã stage hoặc chưa stage |
113
- | `quick-implement` | Triển khai nhanh cho các thay đổi nhỏ, phạm vi rõ ràng |
114
- | `write-plan` | Tạo kế hoạch triển khai chi tiết theo từng giai đoạn |
102
+ Repository này hiện định nghĩa 10 workflow skill first-party và cũng pin thêm các upstream skill trong `skills-lock.json`:
103
+
104
+ | Skill | Mô tả |
105
+ | ----------------- | ----------------------------------------------------------------------------------------------------------- |
106
+ | `as-ask` | Đặt câu hỏi làm rõ để thu thập yêu cầu và ngữ cảnh |
107
+ | `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 |
108
+ | `as-review` | Review thay đổi chưa commit với ngữ cảnh codebase và mức độ ưu tiên |
109
+ | `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 |
110
+ | `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 |
111
+ | `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 |
112
+ | `git-commit` | Tạo commit message theo chuẩn conventional từ thay đổi đã stage hoặc chưa stage |
113
+ | `quick-implement` | Triển khai nhanh cho các thay đổi nhỏ, phạm vi rõ ràng |
114
+ | `visualize` | Tạo HTML visualization nằm cạnh source cho docs, markdown, plan và context bằng template cố định và Mermaid |
115
+ | `write-plan` | Tạo kế hoạch triển khai chi tiết theo từng giai đoạn |
115
116
 
116
117
  ### Chuỗi workflow khuyến nghị
117
118
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@buiducnhat/agent-skills",
3
- "version": "0.7.1",
3
+ "version": "1.0.0",
4
4
  "description": "Install AI agent workflow skills for coding assistants",
5
5
  "type": "module",
6
6
  "bin": {