ai-developer-skill-os 2.0.1 → 2.1.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ai-developer-skill-os",
3
- "version": "2.0.1",
3
+ "version": "2.1.1",
4
4
  "description": "Multi-agent skill package cho AI coding agents (Claude, Cursor, Windsurf, Antigravity) với 23 skills chuyên nghiệp.",
5
5
  "main": "bin/install.js",
6
6
  "bin": {
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: qk-access-policy
3
- purpose: Quản lý chính sách bảo mật, phân quyền RBAC và ranh giới truy cập.
3
+ description: Quản lý chính sách bảo mật, phân quyền RBAC và ranh giới truy cập.
4
4
  mode_supported: [enterprise]
5
5
  input: [Access rules]
6
6
  output: [Access policies]
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: qk-ai-builder
3
- purpose: Thiết kế hệ thống AI App (RAG, Agent, Prompt, Logic AI).
3
+ description: Thiết kế hệ thống AI App (RAG, Agent, Prompt, Logic AI).
4
4
  mode_supported: [enterprise]
5
5
  input: [AI Requirement]
6
6
  output: [AI Architecture, Agents]
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: qk-api-lifecycle
3
- purpose: Thiết kế Spec, Code Service, Types, Test, Docs cho API.
3
+ description: Thiết kế Spec, Code Service, Types, Test, Docs cho API.
4
4
  mode_supported: [standard]
5
5
  input: [API requirement]
6
6
  output: [API Service, Routes, Docs]
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: qk-bug-resolution
3
- purpose: Tái hiện lỗi, tìm root cause, sửa lỗi và chống hồi quy (Regression check).
3
+ description: Tái hiện lỗi, tìm root cause, sửa lỗi và chống hồi quy (Regression check).
4
4
  mode_supported: [standard]
5
5
  input: [Bug report]
6
6
  output: [Fixed code, Regression test]
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: qk-context-loader
3
- purpose: Load ngữ cảnh thực tại (file, folder, logic) liên quan trực tiếp đến task.
3
+ description: Load ngữ cảnh thực tại (file, folder, logic) liên quan trực tiếp đến task.
4
4
  mode_supported: [standard]
5
5
  input: [Workflow task]
6
6
  output: [Context summaries, loaded files]
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: qk-data-lifecycle
3
- purpose: Quản lý Schema, Migration, Repository, Query Tuning.
3
+ description: Quản lý Schema, Migration, Repository, Query Tuning.
4
4
  mode_supported: [enterprise]
5
5
  input: [Data requirement]
6
6
  output: [Schema, Migration files]
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: qk-design-to-code
3
- purpose: Chuyển đổi Figma/Screenshot thành Code UI tuân thủ hệ thống.
3
+ description: Chuyển đổi Figma/Screenshot thành Code UI tuân thủ hệ thống.
4
4
  mode_supported: [standard]
5
5
  input: [Image/Figma]
6
6
  output: [UI Code]
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: qk-docs
3
- purpose: Viết và duy trì tài liệu dự án dễ hiểu cho con người (Human-readable Docs).
3
+ description: Viết và duy trì tài liệu dự án dễ hiểu cho con người (Human-readable Docs).
4
4
  mode_supported: [standard]
5
5
  input: [Code changes]
6
6
  output: [Updated README, API Docs, Changelog]
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: qk-documentation-system
3
- purpose: Hệ thống tri thức AI: Rút trích Pattern/Decision và cập nhật AI Memory.
3
+ description: Hệ thống tri thức AI: Rút trích Pattern/Decision và cập nhật AI Memory.
4
4
  mode_supported: [enterprise]
5
5
  input: [Docs & Code]
6
6
  output: [Updated project memory (ADR, patterns)]
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: qk-engineering-standard
3
- purpose: Rút trích các bộ luật thép (Folder, Naming, State, Boundary) cần tuân thủ cho task.
3
+ description: Rút trích các bộ luật thép (Folder, Naming, State, Boundary) cần tuân thủ cho task.
4
4
  mode_supported: [enterprise]
5
5
  input: [Context]
6
6
  output: [Validated Context + Rules]
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: qk-feature-delivery
3
- purpose: Phân tích, Code và Test tính năng mới hoàn chỉnh (E2E).
3
+ description: Phân tích, Code và Test tính năng mới hoàn chỉnh (E2E).
4
4
  mode_supported: [quick, standard, enterprise]
5
5
  input: [Feature requirement]
6
6
  output: [Completed feature code, tests]
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: qk-help
3
- purpose: Tra cứu danh sách toàn bộ kỹ năng (skills) hiện có và đọc các mẹo (pro-tips) kết hợp kỹ năng.
3
+ description: Tra cứu danh sách toàn bộ kỹ năng (skills) hiện có và đọc các mẹo (pro-tips) kết hợp kỹ năng.
4
4
  mode_supported: [quick, standard]
5
5
  input: [User query]
6
6
  output: [Skill list, guides]
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: qk-orchestrator
3
- purpose: Điều hướng request, phân tích ý đồ và chọn workflow phù hợp nhất.
3
+ description: Điều hướng request, phân tích ý đồ và chọn workflow phù hợp nhất.
4
4
  mode_supported: [standard]
5
5
  input: [User request]
6
6
  output: [Workflow được chọn và bàn giao cho skill tương ứng]
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: qk-policy-engine
3
- purpose: Động cơ xét duyệt chính sách, đảm bảo tác vụ hợp lệ trước khi thực thi.
3
+ description: Động cơ xét duyệt chính sách, đảm bảo tác vụ hợp lệ trước khi thực thi.
4
4
  mode_supported: [enterprise]
5
5
  input: [Task request]
6
6
  output: [Policy validation result]
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: qk-production-release
3
- purpose: Build, CI/CD, Deploy, Observability, Security Release.
3
+ description: Build, CI/CD, Deploy, Observability, Security Release.
4
4
  mode_supported: [enterprise]
5
5
  input: [Release candidate]
6
6
  output: [Production deployment]
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: qk-project-bootstrap
3
- purpose: Khởi tạo hệ thống, setup dự án chuẩn từ con số 0.
3
+ description: Khởi tạo hệ thống, setup dự án chuẩn từ con số 0.
4
4
  mode_supported: [enterprise]
5
5
  input: [Project specs]
6
6
  output: [Scaffolded project]
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: qk-project-health
3
- purpose: Kiểm toán Code Smell, Tech Debt, Architecture (Audit Only).
3
+ description: Kiểm toán Code Smell, Tech Debt, Architecture (Audit Only).
4
4
  mode_supported: [enterprise]
5
5
  input: [Codebase]
6
6
  output: [Health Report]
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: qk-project-memory
3
- purpose: Trí nhớ dài hạn: quyết định kiến trúc, rule, convention, ui-patterns.
3
+ description: Trí nhớ dài hạn: quyết định kiến trúc, rule, convention, ui-patterns.
4
4
  mode_supported: [enterprise]
5
5
  input: [Query about architecture/rules]
6
6
  output: [Relevant project DNA context]
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: qk-system-evolution
3
- purpose: Nâng cấp version, Impact Analysis, dry-run, apply và rollback.
3
+ description: Nâng cấp version, Impact Analysis, dry-run, apply và rollback.
4
4
  mode_supported: [enterprise]
5
5
  input: [Upgrade target]
6
6
  output: [Upgraded system]
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: qk-ui-audit
3
- purpose: Kiểm toán giao diện (Consistency, Accessibility, Responsive).
3
+ description: Kiểm toán giao diện (Consistency, Accessibility, Responsive).
4
4
  mode_supported: [standard]
5
5
  input: [UI Code]
6
6
  output: [Audit Report]
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: qk-ui-system-builder
3
- purpose: Quản lý Design System, Component Library, Consistency.
3
+ description: Quản lý Design System, Component Library, Consistency.
4
4
  mode_supported: [standard, enterprise]
5
5
  input: [UI constraints]
6
6
  output: [Reusable UI components/Tokens]
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: qk-validation-gate
3
- purpose: Cổng kiểm định chất lượng bắt buộc (Test, Lint, Security) trước khi hoàn tất.
3
+ description: Cổng kiểm định chất lượng bắt buộc (Test, Lint, Security) trước khi hoàn tất.
4
4
  mode_supported: [standard]
5
5
  input: [Completed code]
6
6
  output: [Validation pass/fail]