@musashishao/agent-kit 1.6.2 → 1.7.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.
@@ -1,9 +1,12 @@
1
1
  ---
2
- description: Autonomous Self-Healing Loop to fix failing commands
2
+ description: Vòng lặp tự sửa lỗi autonomous cho các lệnh thất bại
3
3
  ---
4
4
 
5
5
  # /autofix - Autonomous Self-Healing Loop
6
6
 
7
+ $ARGUMENTS
8
+
9
+
7
10
  ## Purpose
8
11
  Attempts to automatically fix a failing command (test, build, or script) by entering a "Run -> Analyze -> Fix -> Verify" loop. This workflow leverages the Agent's ability to read error logs and edit code autonomously.
9
12
 
@@ -1,5 +1,5 @@
1
1
  ---
2
- description: Structured brainstorming for projects and features. Explores multiple options before implementation.
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.
3
3
  ---
4
4
 
5
5
  # /brainstorm - Structured Idea Exploration
@@ -1,9 +1,11 @@
1
1
  ---
2
- description: Auto-generate optimized context for complex tasks using Context Engineering strategies.
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.
3
3
  ---
4
4
 
5
5
  # Context Optimization Workflow
6
6
 
7
+ $ARGUMENTS
8
+
7
9
  This workflow automates the "Context Engineering" process. It analyzes your request, maps the project structure, summarizes relevant files, and wraps everything in a high-performance XML prompt structure for the AI.
8
10
 
9
11
  **Trigger:** `/context [your task description]`
@@ -1,5 +1,5 @@
1
1
  ---
2
- description: Create new application command. Triggers App Builder skill and starts interactive dialogue with user.
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.
3
3
  ---
4
4
 
5
5
  # /create - Create Application
@@ -1,9 +1,12 @@
1
1
  ---
2
- description: Generate and view the visual project dashboard
2
+ description: Tạo xem dashboard trực quan của dự án
3
3
  ---
4
4
 
5
5
  # /dashboard - Visual Project Overview
6
6
 
7
+ $ARGUMENTS
8
+
9
+
7
10
  ## Purpose
8
11
  Generates a rich, interactive HTML dashboard that visualizes the project's status, agents, active plans, and dependency graphs. Provides a high-level view for "Vibe Coders" and stakeholders.
9
12
 
@@ -1,5 +1,5 @@
1
1
  ---
2
- description: Debugging command. Activates DEBUG mode for systematic problem investigation.
2
+ description: Lệnh debug. Kích hoạt chế độ DEBUG để điều tra vấn đề có hệ thống.
3
3
  ---
4
4
 
5
5
  # /debug - Systematic Problem Investigation
@@ -1,5 +1,5 @@
1
1
  ---
2
- description: Deployment command for production releases. Pre-flight checks and deployment execution.
2
+ description: Lệnh deploy cho production. Kiểm tra pre-flight thực thi deployment.
3
3
  ---
4
4
 
5
5
  # /deploy - Production Deployment
@@ -1,5 +1,5 @@
1
1
  ---
2
- description: Add or update features in existing application. Used for iterative development.
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.
3
3
  ---
4
4
 
5
5
  # /enhance - Update Application
@@ -1,9 +1,12 @@
1
1
  ---
2
- description: Suggest the immediate next step for the developer
2
+ description: Đề xuất bước tiếp theo cho developer
3
3
  ---
4
4
 
5
5
  # /next - What Should I Do Next?
6
6
 
7
+ $ARGUMENTS
8
+
9
+
7
10
  ## Purpose
8
11
  This command analyzes the current project state, active plans, and recent context to determine the most impactful immediate next step. Use this when you are stuck, returning to a project after a break, or unsure of the priority.
9
12
 
@@ -1,5 +1,5 @@
1
1
  ---
2
- description: Coordinate multiple agents for complex tasks. Use for multi-perspective analysis, comprehensive reviews, or tasks requiring different domain expertise.
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.
3
3
  ---
4
4
 
5
5
  # Multi-Agent Orchestration
@@ -1,5 +1,5 @@
1
1
  ---
2
- description: Create project plan using project-planner agent. No code writing - only plan file generation.
2
+ description: Tạo project plan sử dụng project-planner agent. Chỉ tạo file plan - không viết code.
3
3
  ---
4
4
 
5
5
  # /plan - Project Planning Mode
@@ -1,5 +1,5 @@
1
1
  ---
2
- description: Preview server start, stop, and status check. Local development server management.
2
+ description: Quản lý preview server: start, stop, kiểm tra trạng thái. Quản lý local development server.
3
3
  ---
4
4
 
5
5
  # /preview - Preview Management
@@ -1,5 +1,5 @@
1
1
  ---
2
- description: Optimize context and output quality for Codex CLI. Use for complex tasks requiring high-quality results.
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.
3
3
  ---
4
4
 
5
5
  # /quality - Quality Optimization Workflow
@@ -1,5 +1,5 @@
1
1
  ---
2
- description: Generate specification document before planning. Use for complex features requiring clear requirements before implementation.
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.
3
3
  ---
4
4
 
5
5
  # /spec - Specification Writing Mode
@@ -1,5 +1,5 @@
1
1
  ---
2
- description: Display agent and project status. Progress tracking and status board.
2
+ description: Hiển thị trạng thái project và agent. Theo dõi tiến độ và bảng trạng thái.
3
3
  ---
4
4
 
5
5
  # /status - Show Status
@@ -1,5 +1,5 @@
1
1
  ---
2
- description: Test generation and test running command. Creates and executes tests for code.
2
+ description: Tạo test chạy test. Tạo thực thi các test cho code.
3
3
  ---
4
4
 
5
5
  # /test - Test Generation and Execution
@@ -1,5 +1,5 @@
1
1
  ---
2
- description: Plan and implement UI
2
+ description: Lập kế hoạch và triển khai UI/UX chuyên nghiệp
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.6.2",
3
+ "version": "1.7.0",
4
4
  "description": "AI Agent templates - Skills, Agents, Workflows, and AI-Ready Data Infrastructure Gateway",
5
5
  "main": "index.js",
6
6
  "bin": {