ai-developer-skill-os 1.0.4 → 1.0.7

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/CHANGELOG.md CHANGED
@@ -5,6 +5,11 @@ All notable changes to the **AI Developer Skill OS** project will be documented
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [1.0.1] - 2026-07-01
9
+ ### Fixed
10
+ - Standardized Language rule across all 23 SKILL.md files for consistency.
11
+ - Updated registry version to match package.json.
12
+
8
13
  ## [1.0.0] - 2026-07-01
9
14
 
10
15
  ### Added
package/README.md CHANGED
@@ -30,12 +30,12 @@ Mở terminal tại thư mục gốc dự án của bạn và chạy:
30
30
  ```bash
31
31
  npx ai-developer-skill-os init
32
32
  ```
33
- *Lệnh này sẽ tự động tải và khởi tạo thư mục `rules-skill/` chứa toàn bộ kỹ năng vào dự án của bạn.*
33
+ *Lệnh này sẽ tự động tải và khởi tạo thư mục ẩn `.qk-ai-skill-os/` chứa toàn bộ kỹ năng vào dự án của bạn.*
34
34
 
35
35
  ### Cách 2: Sử dụng Git Submodule
36
36
  Nếu bạn không dùng Node.js, bạn có thể nhúng trực tiếp qua Git:
37
37
  ```bash
38
- git submodule add https://github.com/phamquangkhanh2999/ai-developer-skill-os.git rules-skill
38
+ git submodule add https://github.com/phamquangkhanh2999/ai-developer-skill-os.git .qk-ai-skill-os
39
39
  ```
40
40
 
41
41
  ---
@@ -52,8 +52,8 @@ Tạo file `.cursorrules` (nếu dùng Cursor) hoặc `.windsurfrules` (nếu d
52
52
  ```md
53
53
  # AI Developer Skill OS by Quang Khánh
54
54
 
55
- When answering or generating code, you MUST act as an expert engineer using the skills defined in `./rules-skill/skills.json`.
56
- Always read the relevant `SKILL.md` from `./rules-skill/skills/` before providing a solution.
55
+ When answering or generating code, you MUST act as an expert engineer using the skills defined in `./.rules-skill/skills.json`.
56
+ Always read the relevant `SKILL.md` from `./.rules-skill/skills/` before providing a solution.
57
57
  Speak to me in Vietnamese, but write all code in English.
58
58
  ```
59
59
 
@@ -61,7 +61,7 @@ Speak to me in Vietnamese, but write all code in English.
61
61
  Tạo file `.clinerules`, `.roorules` hoặc `KILO.md` ở gốc dự án và dán nội dung:
62
62
  ```md
63
63
  Bạn đang chạy bằng **AI Developer Skill OS** (Tác giả: Quang Khánh).
64
- Vui lòng tìm đọc danh sách kỹ năng tại file `./rules-skill/skills.json`. Trước khi thực hiện bất kỳ yêu cầu nào, hãy gọi file `SKILL.md` tương ứng trong thư mục `./rules-skill/skills/`.
64
+ Vui lòng tìm đọc danh sách kỹ năng tại file `./.qk-ai-skill-os/skills.json`. Trước khi thực hiện bất kỳ yêu cầu nào, hãy gọi file `SKILL.md` tương ứng trong thư mục `./.qk-ai-skill-os/skills/`.
65
65
  Luôn giao tiếp bằng tiếng Việt nhưng viết code bằng tiếng Anh.
66
66
  ```
67
67
 
@@ -80,13 +80,23 @@ Tạo file `.github/copilot-instructions.md` và dán đoạn prompt tương t
80
80
 
81
81
  ---
82
82
 
83
- ## 🚀 Cách sử dụng (Usage)
83
+ ## 🚀 Cách sử dụng & Gọi Skill (Usage)
84
84
 
85
- Giờ đây bạn chỉ cần chat với AI như giao việc cho một kỹ thật sự. Không cần viết prompt dài dòng!
85
+ AI sẽ tự động nhận diện skill qua ngữ cảnh, nhưng để chắc chắn 100%, bạn **nên gọi thẳng tên skill** trong câu lệnh (prompt) của mình.
86
86
 
87
- - **Nhờ AI lên kế hoạch:** *"Dự án này đang cần thêm tính năng Đăng nhập. Cậu lên kế hoạch giúp mình nhé."* (Kích hoạt `agent-orchestrator`)
88
- - **Fix lỗi:** *"Bị lỗi Hydration error trên Next.js rồi. Fix giúp mình."* (Kích hoạt `bug-fix` / `frontend-debug`)
89
- - **Audit Code:** *"Audit nhanh cho tôi thư mục src/components/ xem vấn đề không."* (Kích hoạt `project-audit`)
87
+ Dưới đây các dụ cụ thể để bạn copy - paste trải nghiệm ngay:
88
+
89
+ ### 1. Khi bắt đầu dự án / Nhờ AI lên kế hoạch (Planning)
90
+ > *"Hãy dùng skill **`agent-orchestrator`** để lên kế hoạch làm tính năng Giỏ Hàng cho tôi. Nhớ gọi thêm **`context-manager`** để kiểm tra thư mục hiện tại có những file gì trước nhé."*
91
+
92
+ ### 2. Khi muốn tạo Giao diện (UI)
93
+ > *"Kích hoạt skill **`ui-builder`** và **`design-system`**. Hãy tạo cho tôi một màn hình Đăng Nhập (Login) sử dụng Tailwind CSS. Hãy đọc các rule trong skill để code cho chuẩn."*
94
+
95
+ ### 3. Khi muốn làm việc với Database (Backend)
96
+ > *"Sử dụng skill **`database-engineer`**. Hãy viết cho tôi schema Prisma cho bảng Product (Sản phẩm) và User (Người dùng) có quan hệ 1-N. Làm theo đúng chuẩn kiến trúc trong skill."*
97
+
98
+ ### 4. Khi gặp Bug cứng đầu
99
+ > *"Code đang bị crash với lỗi `Hydration error`. Hãy dùng skill **`frontend-debug`** và **`bug-fix`** để tìm hiểu nguyên nhân gốc rễ và sửa nó giúp tôi."*
90
100
 
91
101
  👉 [Đọc Hướng Dẫn Sử Dụng chi tiết tại đây](docs/HUONG_DAN_SU_DUNG.md)
92
102
 
package/bin/install.js CHANGED
@@ -4,7 +4,7 @@ const fs = require('fs');
4
4
  const path = require('path');
5
5
 
6
6
  const sourceDir = path.join(__dirname, '..');
7
- let targetDir = path.join(process.cwd(), 'rules-skill');
7
+ let targetDir = path.join(process.cwd(), '.qk-ai-skill-os');
8
8
 
9
9
  // Check arguments for IDE-specific paths
10
10
  const args = process.argv.slice(2);
@@ -35,7 +35,7 @@ console.log('🚀 Đang cài đặt AI Developer Skill OS...');
35
35
  if (isGemini) {
36
36
  console.log('⚙️ Chế độ: Gemini / Antigravity IDE (Cài vào thư mục .agents/skills/)');
37
37
  } else {
38
- console.log('⚙️ Chế độ: Mặc định (Cài vào thư mục rules-skill/)');
38
+ console.log('⚙️ Chế độ: Mặc định (Cài vào thư mục .qk-ai-skill-os/)');
39
39
  }
40
40
 
41
41
  const filesAndFolders = [
@@ -64,7 +64,7 @@ try {
64
64
  });
65
65
 
66
66
  console.log(`✅ Đã cài đặt thành công vào thư mục: ${targetDir.replace(process.cwd(), '.')}`);
67
- console.log('\n💡 Tiếp theo, hãy tham khảo tài liệu trong mục docs/HUONG_DAN_SU_DUNG.md để biết cách tương tác với AI nhé!');
67
+ console.log('\n💡 Tiếp theo, hãy tham khảo tài liệu trong mục .qk-ai-skill-os/docs/HUONG_DAN_SU_DUNG.md để biết cách tương tác với AI nhé!');
68
68
  } catch (error) {
69
69
  console.error('❌ Có lỗi xảy ra trong quá trình cài đặt:', error.message);
70
70
  process.exit(1);
@@ -1,7 +1,7 @@
1
1
  # Chi Tiết 23 Skills — AI Developer Skill OS
2
2
 
3
3
  **Tác giả:** Quang Khánh
4
- **Phiên bản:** v1.0.0
4
+ **Phiên bản:** v1.0.1
5
5
 
6
6
  Tài liệu này giải thích chi tiết chức năng của từng Skill trong bộ Skill OS.
7
7
  AI sẽ đọc mô tả (description) bằng tiếng Anh để nhận diện, nhưng bạn có thể đọc tài liệu tiếng Việt này để hiểu AI có thể làm được gì.
@@ -38,7 +38,7 @@ Các công cụ này linh hoạt hơn, bạn cài đặt mặc định:
38
38
  ```bash
39
39
  npx ai-developer-skill-os init
40
40
  ```
41
- *Lệnh này sẽ tạo thư mục `rules-skill/` ở gốc dự án.*
41
+ *Lệnh này sẽ tạo thư mục `.qk-ai-skill-os/` ở gốc dự án.*
42
42
 
43
43
  ---
44
44
 
@@ -54,8 +54,8 @@ Tạo file `.cursorrules` (nếu dùng Cursor) hoặc `.windsurfrules` (nếu d
54
54
  ```md
55
55
  # AI Developer Skill OS by Quang Khánh
56
56
 
57
- When answering or generating code, you MUST act as an expert engineer using the skills defined in `./rules-skill/skills.json`.
58
- Always read the relevant `SKILL.md` from `./rules-skill/skills/` before providing a solution.
57
+ When answering or generating code, you MUST act as an expert engineer using the skills defined in `./.qk-ai-skill-os/skills.json`.
58
+ Always read the relevant `SKILL.md` from `./.qk-ai-skill-os/skills/` before providing a solution.
59
59
  Speak to me in Vietnamese, but write all code in English.
60
60
  ```
61
61
 
@@ -63,7 +63,7 @@ Speak to me in Vietnamese, but write all code in English.
63
63
  Tạo file `.clinerules`, `.roorules` hoặc `KILO.md` ở gốc dự án và dán nội dung:
64
64
  ```md
65
65
  Bạn đang chạy bằng **AI Developer Skill OS** (Tác giả: Quang Khánh).
66
- Vui lòng tìm đọc danh sách kỹ năng tại file `./rules-skill/skills.json`. Trước khi thực hiện bất kỳ yêu cầu nào, hãy gọi file `SKILL.md` tương ứng trong thư mục `./rules-skill/skills/`.
66
+ Vui lòng tìm đọc danh sách kỹ năng tại file `./.qk-ai-skill-os/skills.json`. Trước khi thực hiện bất kỳ yêu cầu nào, hãy gọi file `SKILL.md` tương ứng trong thư mục `./.qk-ai-skill-os/skills/`.
67
67
  Luôn giao tiếp bằng tiếng Việt nhưng viết code bằng tiếng Anh.
68
68
  ```
69
69
 
@@ -82,21 +82,26 @@ Tạo file `.github/copilot-instructions.md` và dán đoạn prompt tương t
82
82
 
83
83
  ---
84
84
 
85
- ## 5. Cách tương tác với AI
85
+ ## 5. Cách tương tác & Gọi Skill cụ thể
86
86
 
87
- Giờ đây bạn chỉ cần chat với AI như giao việc cho một kỹ thật sự. Không cần viết prompt dài dòng!
87
+ AI thể tự đoán ngữ cảnh, cách chuyên nghiệp nhất bạn **gọi thẳng tên skill** trong câu lệnh của mình để ép AI phải tuân thủ đúng quy trình.
88
88
 
89
- **Ví dụ 1: Nhờ AI tự lên kế hoạch (Kích hoạt `agent-orchestrator`)**
90
- > "Quang Khánh ơi, dự án này đang cần thêm tính năng Đăng nhập. Cậu lên kế hoạch giúp mình nên làm gì trước nhé."
89
+ Dưới đây các câu lệnh (prompt) mẫu cực kỳ hiệu quả mà bạn nên dùng:
91
90
 
92
- **Ví dụ 2: Sửa lỗi (Kích hoạt `bug-fix`)**
93
- > "Bị lỗi Hydration error trên Next.js rồi. Fix giúp mình."
91
+ ### 🎯 Ví dụ 1: Nhờ AI lên kế hoạch (Planning)
92
+ > *"Quang Khánh ơi, dự án này đang cần thêm tính năng Đăng nhập. Hãy dùng skill **`agent-orchestrator`** để lên kế hoạch làm tính năng này cho tôi. Nhớ gọi thêm **`context-manager`** để kiểm tra thư mục hiện tại có những file gì trước nhé."*
94
93
 
95
- **Ví dụ 3: Review Codebase (Kích hoạt `project-audit`)**
96
- > "Audit nhanh cho tôi thư mục `src/components/`, tìm xem bị vấn đề về hiệu năng hay code smell không."
94
+ ### 🎯 Ví dụ 2: Fix lỗi cứng đầu (Bug Fix)
95
+ > *"Code đang bị crash với lỗi `Hydration error`. Hãy dùng skill **`frontend-debug`** **`bug-fix`** để tìm hiểu nguyên nhân gốc rễ và sửa nó giúp tôi."*
97
96
 
98
- **Ví dụ 4: Frontend UI (Kích hoạt `ui-builder` + `design-system`)**
99
- > "Làm cho tôi cái giao diện màn hình Danh sách User. Chú ý dùng chuẩn components của thư mục `src/components/ui/` nhé."
97
+ ### 🎯 Ví dụ 3: Review Codebase (Audit)
98
+ > *"Kích hoạt skill **`project-audit`**. Hãy kiểm tra nhanh cho tôi thư mục `src/components/` xem có bị vấn đề về hiệu năng hay code smell không."*
100
99
 
101
- **Ví dụ 5: Tích hợp API (Kích hoạt `api-integration`)**
102
- > "Tích hợp cái swagger login này vào frontend giúp. Nhớ dùng React Query như chuẩn của project."
100
+ ### 🎯 Ví dụ 4: Xây dựng Giao diện Frontend (UI)
101
+ > *"Kích hoạt skill **`ui-builder`** **`design-system`**. Hãy tạo cho tôi một màn hình Danh sách User. Chú ý dùng chuẩn components của thư mục `src/components/ui/` nhé."*
102
+
103
+ ### 🎯 Ví dụ 5: Làm việc với API (Backend & Integration)
104
+ > *"Sử dụng skill **`api-integration`**. Tích hợp cái swagger login này vào frontend giúp. Nhớ dùng React Query như chuẩn của project."*
105
+
106
+ ### 🎯 Ví dụ 6: Database & Backend
107
+ > *"Sử dụng skill **`database-engineer`**. Hãy viết cho tôi schema Prisma cho bảng Product (Sản phẩm) và User (Người dùng) có quan hệ 1-N. Làm theo đúng chuẩn kiến trúc trong skill."*
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ai-developer-skill-os",
3
- "version": "1.0.4",
3
+ "version": "1.0.7",
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": {
@@ -11,8 +11,9 @@ platforms: [antigravity, claude-code, kilo-code, cursor, windsurf]
11
11
  # Auth & Security Engineer
12
12
 
13
13
  > **Language rule:**
14
- > Use **English** for: security protocols, tokens, headers, algorithms, code.
15
- > Use **the user's language** for: explanations, summaries, and questions.
14
+ > Use English for: code, identifiers, file names, architecture terms, technical decisions.
15
+ > Use the user's language for: explanations, questions, summaries, and feedback.
16
+ > The user may write in any language — detect and match it automatically.
16
17
 
17
18
  ---
18
19
 
@@ -11,8 +11,9 @@ platforms: [antigravity, claude-code, kilo-code, cursor, windsurf]
11
11
  # Backend Architecture
12
12
 
13
13
  > **Language rule:**
14
- > Use **English** for: code, folder names, pattern names, technical rules.
15
- > Use **the user's language** for: explanations, summaries, and questions.
14
+ > Use English for: code, identifiers, file names, architecture terms, technical decisions.
15
+ > Use the user's language for: explanations, questions, summaries, and feedback.
16
+ > The user may write in any language — detect and match it automatically.
16
17
 
17
18
  ---
18
19
 
@@ -11,8 +11,9 @@ platforms: [antigravity, claude-code, kilo-code, cursor, windsurf]
11
11
  # Database Engineer
12
12
 
13
13
  > **Language rule:**
14
- > Use **English** for: table names, columns, queries, ORM code, technical terms.
15
- > Use **the user's language** for: explanations, summaries, and questions.
14
+ > Use English for: code, identifiers, file names, architecture terms, technical decisions.
15
+ > Use the user's language for: explanations, questions, summaries, and feedback.
16
+ > The user may write in any language — detect and match it automatically.
16
17
 
17
18
  ---
18
19
 
@@ -11,8 +11,9 @@ platforms: [antigravity, claude-code, kilo-code, cursor, windsurf]
11
11
  # Deployment & DevOps
12
12
 
13
13
  > **Language rule:**
14
- > Use **English** for: configuration files, Docker commands, YAML syntax, technical concepts.
15
- > Use **the user's language** for: explanations, summaries, and questions.
14
+ > Use English for: code, identifiers, file names, architecture terms, technical decisions.
15
+ > Use the user's language for: explanations, questions, summaries, and feedback.
16
+ > The user may write in any language — detect and match it automatically.
16
17
 
17
18
  ---
18
19
 
@@ -11,8 +11,9 @@ platforms: [antigravity, claude-code, kilo-code, cursor, windsurf]
11
11
  # Bug Fix — Diagnose & Repair
12
12
 
13
13
  > **Language rule:**
14
- > Use **English** for: code, identifiers, error messages, file paths, technical labels.
15
- > Use **the user's language** for: explanations, questions, and fix summaries.
14
+ > Use English for: code, identifiers, file names, architecture terms, technical decisions.
15
+ > Use the user's language for: explanations, questions, summaries, and feedback.
16
+ > The user may write in any language — detect and match it automatically.
16
17
 
17
18
  ---
18
19
 
@@ -11,8 +11,9 @@ platforms: [antigravity, claude-code, kilo-code, cursor, windsurf]
11
11
  # Accessibility (A11y) Audit
12
12
 
13
13
  > **Language rule:**
14
- > Use **English** for: ARIA attributes, HTML tags, WCAG guidelines, technical terms.
15
- > Use **the user's language** for: explanations, summaries, and questions.
14
+ > Use English for: code, identifiers, file names, architecture terms, technical decisions.
15
+ > Use the user's language for: explanations, questions, summaries, and feedback.
16
+ > The user may write in any language — detect and match it automatically.
16
17
 
17
18
  ---
18
19
 
@@ -11,8 +11,9 @@ platforms: [antigravity, claude-code, kilo-code, cursor, windsurf]
11
11
  # Component Generator
12
12
 
13
13
  > **Language rule:**
14
- > Use **English** for: code, component names, prop types, technical terminology.
15
- > Use **the user's language** for: explanations, summaries, and questions.
14
+ > Use English for: code, identifiers, file names, architecture terms, technical decisions.
15
+ > Use the user's language for: explanations, questions, summaries, and feedback.
16
+ > The user may write in any language — detect and match it automatically.
16
17
 
17
18
  ---
18
19
 
@@ -11,8 +11,9 @@ platforms: [antigravity, claude-code, kilo-code, cursor, windsurf]
11
11
  # Design System Enforcer
12
12
 
13
13
  > **Language rule:**
14
- > Use **English** for: component names, CSS classes, design tokens, technical terms.
15
- > Use **the user's language** for: explanations, summaries, and questions.
14
+ > Use English for: code, identifiers, file names, architecture terms, technical decisions.
15
+ > Use the user's language for: explanations, questions, summaries, and feedback.
16
+ > The user may write in any language — detect and match it automatically.
16
17
 
17
18
  ---
18
19
 
@@ -11,8 +11,9 @@ platforms: [antigravity, claude-code, kilo-code, cursor, windsurf]
11
11
  # Form Builder
12
12
 
13
13
  > **Language rule:**
14
- > Use **English** for: field names, validation rules, code, technical concepts.
15
- > Use **the user's language** for: explanations, error message text (unless specified otherwise), and summaries.
14
+ > Use English for: code, identifiers, file names, architecture terms, technical decisions.
15
+ > Use the user's language for: explanations, questions, summaries, and feedback.
16
+ > The user may write in any language — detect and match it automatically.
16
17
 
17
18
  ---
18
19
 
@@ -11,8 +11,9 @@ platforms: [antigravity, claude-code, kilo-code, cursor, windsurf]
11
11
  # Frontend Architecture
12
12
 
13
13
  > **Language rule:**
14
- > Use **English** for: code, folder names, architecture terms, technical rules.
15
- > Use **the user's language** for: explanations, questions, and summaries.
14
+ > Use English for: code, identifiers, file names, architecture terms, technical decisions.
15
+ > Use the user's language for: explanations, questions, summaries, and feedback.
16
+ > The user may write in any language — detect and match it automatically.
16
17
 
17
18
  ---
18
19
 
@@ -11,8 +11,9 @@ platforms: [antigravity, claude-code, kilo-code, cursor, windsurf]
11
11
  # Frontend Debugger
12
12
 
13
13
  > **Language rule:**
14
- > Use **English** for: code, error messages, stack traces, technical patterns.
15
- > Use **the user's language** for: explanations, root cause summaries, and questions.
14
+ > Use English for: code, identifiers, file names, architecture terms, technical decisions.
15
+ > Use the user's language for: explanations, questions, summaries, and feedback.
16
+ > The user may write in any language — detect and match it automatically.
16
17
 
17
18
  ---
18
19
 
@@ -11,8 +11,9 @@ platforms: [antigravity, claude-code, kilo-code, cursor, windsurf]
11
11
  # Frontend Performance Optimizer
12
12
 
13
13
  > **Language rule:**
14
- > Use **English** for: code, metrics (LCP, CLS, FID), technical terms (memoization, lazy loading).
15
- > Use **the user's language** for: explanations, summaries, and questions.
14
+ > Use English for: code, identifiers, file names, architecture terms, technical decisions.
15
+ > Use the user's language for: explanations, questions, summaries, and feedback.
16
+ > The user may write in any language — detect and match it automatically.
16
17
 
17
18
  ---
18
19
 
@@ -11,8 +11,9 @@ platforms: [antigravity, claude-code, kilo-code, cursor, windsurf]
11
11
  # Frontend Testing
12
12
 
13
13
  > **Language rule:**
14
- > Use **English** for: code, test descriptions (`it('should...')`), mock data, technical terms.
15
- > Use **the user's language** for: explanations, summaries, and questions.
14
+ > Use English for: code, identifiers, file names, architecture terms, technical decisions.
15
+ > Use the user's language for: explanations, questions, summaries, and feedback.
16
+ > The user may write in any language — detect and match it automatically.
16
17
 
17
18
  ---
18
19
 
@@ -11,8 +11,9 @@ platforms: [antigravity, claude-code, kilo-code, cursor, windsurf]
11
11
  # State Management
12
12
 
13
13
  > **Language rule:**
14
- > Use **English** for: code, store names, action types, library names.
15
- > Use **the user's language** for: explanations, summaries, and questions.
14
+ > Use English for: code, identifiers, file names, architecture terms, technical decisions.
15
+ > Use the user's language for: explanations, questions, summaries, and feedback.
16
+ > The user may write in any language — detect and match it automatically.
16
17
 
17
18
  ---
18
19
 
@@ -11,8 +11,9 @@ platforms: [antigravity, claude-code, kilo-code, cursor, windsurf]
11
11
  # Table & CRUD Generator
12
12
 
13
13
  > **Language rule:**
14
- > Use **English** for: code, column names, API endpoints, technical features.
15
- > Use **the user's language** for: explanations, summaries, and table headers/UI text (if requested).
14
+ > Use English for: code, identifiers, file names, architecture terms, technical decisions.
15
+ > Use the user's language for: explanations, questions, summaries, and feedback.
16
+ > The user may write in any language — detect and match it automatically.
16
17
 
17
18
  ---
18
19
 
@@ -11,8 +11,9 @@ platforms: [antigravity, claude-code, kilo-code, cursor, windsurf]
11
11
  # UI Builder
12
12
 
13
13
  > **Language rule:**
14
- > Use **English** for: code, component names, CSS classes, technical patterns.
15
- > Use **the user's language** for: explanations, questions, and summaries.
14
+ > Use English for: code, identifiers, file names, architecture terms, technical decisions.
15
+ > Use the user's language for: explanations, questions, summaries, and feedback.
16
+ > The user may write in any language — detect and match it automatically.
16
17
 
17
18
  ---
18
19
 
package/skills.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.0.0",
2
+ "version": "1.0.1",
3
3
  "name": "AI Developer Skill OS",
4
4
  "description": "Multi-agent skill package for AI coding agents — Engineering + Frontend + Backend",
5
5
  "language": "en",