@musashishao/agent-kit 1.8.0 → 1.8.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.
@@ -1,5 +1,5 @@
1
1
  ---
2
- description: Vòng lặp tự sửa lỗi autonomous cho các lệnh thất bại
2
+ description: Autonomous self-healing loop for failed commands.
3
3
  ---
4
4
 
5
5
  # /autofix - Autonomous Self-Healing Loop
@@ -1,5 +1,5 @@
1
1
  ---
2
- description: Brainstorming cấu trúc cho dự án và tính năng. Khám phá nhiều phương án trước khi triển khai.
2
+ description: Structured brainstorming for projects and features. Explore multiple options before implementation.
3
3
  ---
4
4
 
5
5
  # /brainstorm - Structured Idea Exploration
@@ -1,5 +1,5 @@
1
1
  ---
2
- description: Tự động tạo context tối ưu cho các tác vụ phức tạp sử dụng chiến lược Context Engineering.
2
+ description: Automatically generate optimal context for complex tasks using Context Engineering strategies.
3
3
  ---
4
4
 
5
5
  # Context Optimization Workflow
@@ -1,5 +1,5 @@
1
1
  ---
2
- description: Lệnh tạo ứng dụng mới. Kích hoạt skill App Builder bắt đầu đối thoại với người dùng.
2
+ description: Command to create a new application. Activates the App Builder skill and initiates user dialogue.
3
3
  ---
4
4
 
5
5
  # /create - Create Application
@@ -1,5 +1,5 @@
1
1
  ---
2
- description: Tạo xem dashboard trực quan của dự án
2
+ description: Create and view visual project dashboards.
3
3
  ---
4
4
 
5
5
  # /dashboard - Visual Project Overview
@@ -1,5 +1,5 @@
1
1
  ---
2
- description: Lệnh debug. Kích hoạt chế độ DEBUG để điều tra vấn đề có hệ thống.
2
+ description: Debug command. Activates DEBUG mode to systematically investigate issues.
3
3
  ---
4
4
 
5
5
  # /debug - Systematic Problem Investigation
@@ -1,5 +1,5 @@
1
1
  ---
2
- description: Lệnh deploy cho production. Kiểm tra pre-flight thực thi deployment.
2
+ description: Production deployment command. Performs pre-flight checks and executes deployment.
3
3
  ---
4
4
 
5
5
  # /deploy - Production Deployment
@@ -1,5 +1,5 @@
1
1
  ---
2
- description: Thêm hoặc cập nhật tính năng trong ứng dụng hiện có. Dùng cho phát triển lặp.
2
+ description: Add or update features in an existing application. Used for iterative development.
3
3
  ---
4
4
 
5
5
  # /enhance - Update Application
@@ -1,5 +1,5 @@
1
1
  ---
2
- description: Đề xuất bước tiếp theo cho developer
2
+ description: Suggest the next steps for the developer.
3
3
  ---
4
4
 
5
5
  # /next - What Should I Do Next?
@@ -1,5 +1,5 @@
1
1
  ---
2
- description: Điều phối nhiều agents cho các tác vụ phức tạp. Dùng cho phân tích đa góc nhìn, review toàn diện, hoặc các tác vụ cần nhiều chuyên môn khác nhau.
2
+ description: Coordinate multiple agents for complex tasks. Used for multi-perspective analysis, comprehensive reviews, or tasks requiring different expertise.
3
3
  ---
4
4
 
5
5
  # Multi-Agent Orchestration
@@ -1,5 +1,5 @@
1
1
  ---
2
- description: Tạo project plan sử dụng project-planner agent. Chỉ tạo file plan - không viết code.
2
+ description: Create a project plan using the project-planner agent. Only creates plan files - does not write code.
3
3
  ---
4
4
 
5
5
  # /plan - Project Planning Mode
@@ -1,5 +1,5 @@
1
1
  ---
2
- description: Quản preview server: start, stop, kiểm tra trạng thái. Quản local development server.
2
+ description: Manage preview server: start, stop, and status check. Manages local development server.
3
3
  ---
4
4
 
5
5
  # /preview - Preview Management
@@ -1,5 +1,5 @@
1
1
  ---
2
- description: Tối ưu hóa context chất lượng output cho Codex CLI. Dùng cho các tác vụ phức tạp cần kết quả chất lượng cao.
2
+ description: Optimize context and output quality for Codex CLI. Used for complex tasks requiring high-quality results.
3
3
  ---
4
4
 
5
5
  # /quality - Quality Optimization Workflow
@@ -1,5 +1,5 @@
1
1
  ---
2
- description: Tạo tài liệu đặc tả (specification) trước khi lập kế hoạch. Dùng cho các tính năng phức tạp cần yêu cầu rõ ràng trước khi triển khai.
2
+ description: Create specification documents before planning. Used for complex features requiring clear requirements before implementation.
3
3
  ---
4
4
 
5
5
  # /spec - Specification Writing Mode
@@ -1,5 +1,5 @@
1
1
  ---
2
- description: Hiển thị trạng thái project agent. Theo dõi tiến độ và bảng trạng thái.
2
+ description: Display project and agent status. Track progress and status boards.
3
3
  ---
4
4
 
5
5
  # /status - Show Status
@@ -1,5 +1,5 @@
1
1
  ---
2
- description: Tạo test chạy test. Tạo thực thi các test cho code.
2
+ description: Create and run tests. Create and execute tests for the code.
3
3
  ---
4
4
 
5
5
  # /test - Test Generation and Execution
@@ -1,5 +1,5 @@
1
1
  ---
2
- description: Lập kế hoạch và triển khai UI/UX chuyên nghiệp
2
+ description: Professional UI/UX planning and implementation.
3
3
  ---
4
4
 
5
5
  # UI/UX Pro Max - Design Intelligence
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@musashishao/agent-kit",
3
- "version": "1.8.0",
3
+ "version": "1.8.1",
4
4
  "description": "AI Agent templates - Skills, Agents, Workflows, and AI-Ready Data Infrastructure Gateway",
5
5
  "main": "index.js",
6
6
  "bin": {