ai-developer-skill-os 8.2.1 → 8.3.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.
Files changed (151) hide show
  1. package/.agents/LICENSE +21 -21
  2. package/.agents/README.md +90 -90
  3. package/.agents/docs/CHI_TIET_SKILLS.md +125 -125
  4. package/.agents/docs/MIGRATION-CLEANUP-V8.1.3.md +36 -36
  5. package/.agents/docs/MIGRATION-STATUS.md +35 -35
  6. package/.agents/docs/MIGRATION-V8.md +10 -10
  7. package/.agents/docs/V8-CERTIFICATION.md +27 -27
  8. package/.agents/docs/decisions/ADR-001-v8-migration.md +58 -58
  9. package/.agents/docs/decisions/ADR-002-workflow-separation.md +50 -50
  10. package/.agents/docs/decisions/ADR-003-registry-generated.md +54 -54
  11. package/.agents/docs/decisions/ADR-008-skill-boundary-review.md +27 -27
  12. package/.agents/registry/capability-graph.yml +67 -25
  13. package/.agents/registry/graph.json +135 -256
  14. package/.agents/registry/index.yaml +68 -95
  15. package/.agents/registry/skills-index.yml +548 -525
  16. package/.agents/rules/anti-patterns.md +45 -0
  17. package/.agents/rules/coding.md +10 -0
  18. package/.agents/rules/command-safety.md +37 -14
  19. package/.agents/rules/priorities.yml +13 -2
  20. package/.agents/rules/security.md +47 -7
  21. package/.agents/rules/skill-quality.md +32 -8
  22. package/.agents/skills/_template/SKILL.md +133 -132
  23. package/.agents/skills/_template/capability.yaml +22 -8
  24. package/.agents/skills/_template/evals/scorecard.yaml +19 -19
  25. package/.agents/skills/qk-access-policy/SKILL.md +5 -2
  26. package/.agents/skills/qk-access-policy/capability.yaml +23 -0
  27. package/.agents/skills/qk-access-policy/evals/scorecard.yaml +36 -0
  28. package/.agents/skills/qk-agent-observability/SKILL.md +112 -1
  29. package/.agents/skills/qk-agent-observability/capability.yaml +29 -0
  30. package/.agents/skills/qk-agent-observability/evals/scorecard.yaml +29 -0
  31. package/.agents/skills/qk-agent-observability/references/scorecard.yaml +80 -0
  32. package/.agents/skills/qk-ai-builder/SKILL.md +75 -6
  33. package/.agents/skills/qk-ai-builder/capability.yaml +23 -0
  34. package/.agents/skills/qk-ai-builder/evals/scorecard.yaml +30 -0
  35. package/.agents/skills/qk-api-lifecycle/SKILL.md +5 -3
  36. package/.agents/skills/qk-api-lifecycle/capability.yaml +23 -0
  37. package/.agents/skills/qk-api-lifecycle/evals/scorecard.yaml +29 -0
  38. package/.agents/skills/qk-bug-resolution/SKILL.md +4 -22
  39. package/.agents/skills/qk-bug-resolution/capability.yaml +25 -0
  40. package/.agents/skills/qk-bug-resolution/evals/scorecard.yaml +30 -0
  41. package/.agents/skills/qk-code-review/SKILL.md +188 -186
  42. package/.agents/skills/qk-code-review/capability.yaml +23 -0
  43. package/.agents/skills/qk-code-review/evals/scorecard.yaml +29 -0
  44. package/.agents/skills/qk-context-loader/SKILL.md +4 -12
  45. package/.agents/skills/qk-context-loader/capability.yaml +23 -0
  46. package/.agents/skills/qk-context-loader/evals/scorecard.yaml +28 -0
  47. package/.agents/skills/qk-data-lifecycle/SKILL.md +7 -2
  48. package/.agents/skills/qk-data-lifecycle/capability.yaml +23 -0
  49. package/.agents/skills/qk-data-lifecycle/evals/scorecard.yaml +29 -0
  50. package/.agents/skills/qk-db-optimizer/SKILL.md +4 -3
  51. package/.agents/skills/qk-db-optimizer/capability.yaml +22 -0
  52. package/.agents/skills/qk-db-optimizer/evals/scorecard.yaml +28 -0
  53. package/.agents/skills/qk-design-system-engineering/SKILL.md +235 -112
  54. package/.agents/skills/qk-design-system-engineering/capability.yaml +25 -0
  55. package/.agents/skills/qk-design-system-engineering/evals/scorecard.yaml +27 -0
  56. package/.agents/skills/qk-devops-platform/SKILL.md +241 -117
  57. package/.agents/skills/qk-devops-platform/capability.yaml +29 -0
  58. package/.agents/skills/qk-devops-platform/evals/scorecard.yaml +28 -0
  59. package/.agents/skills/qk-docs/SKILL.md +4 -2
  60. package/.agents/skills/qk-docs/capability.yaml +23 -0
  61. package/.agents/skills/qk-docs/evals/scorecard.yaml +27 -0
  62. package/.agents/skills/qk-engineering-standard/SKILL.md +5 -76
  63. package/.agents/skills/qk-engineering-standard/capability.yaml +23 -0
  64. package/.agents/skills/qk-engineering-standard/evals/scorecard.yaml +28 -0
  65. package/.agents/skills/qk-engineering-standard/references/anti-patterns.md +121 -0
  66. package/.agents/skills/qk-engineering-standard/rules/frontend.md +1 -1
  67. package/.agents/skills/qk-fe-api-integration/SKILL.md +14 -33
  68. package/.agents/skills/qk-fe-api-integration/capability.yaml +21 -0
  69. package/.agents/skills/qk-fe-api-integration/evals/scorecard.yaml +29 -0
  70. package/.agents/skills/qk-feature-delivery/SKILL.md +54 -222
  71. package/.agents/skills/qk-feature-delivery/capability.yaml +24 -0
  72. package/.agents/skills/qk-feature-delivery/evals/scorecard.yaml +28 -0
  73. package/.agents/skills/qk-frontend-architecture/SKILL.md +258 -134
  74. package/.agents/skills/qk-frontend-architecture/capability.yaml +28 -0
  75. package/.agents/skills/qk-frontend-architecture/evals/scorecard.yaml +28 -0
  76. package/.agents/skills/qk-help/SKILL.md +23 -161
  77. package/.agents/skills/qk-help/capability.yaml +20 -0
  78. package/.agents/skills/qk-help/evals/scorecard.yaml +13 -0
  79. package/.agents/skills/qk-orchestrator/SKILL.md +3 -35
  80. package/.agents/skills/qk-orchestrator/capability.yaml +22 -0
  81. package/.agents/skills/qk-orchestrator/evals/scorecard.yaml +27 -0
  82. package/.agents/skills/qk-orchestrator/references/routing-table.md +15 -3
  83. package/.agents/skills/qk-product-specification/SKILL.md +253 -130
  84. package/.agents/skills/qk-product-specification/capability.yaml +27 -0
  85. package/.agents/skills/qk-product-specification/evals/scorecard.yaml +27 -0
  86. package/.agents/skills/qk-production-release/SKILL.md +33 -68
  87. package/.agents/skills/qk-production-release/capability.yaml +27 -0
  88. package/.agents/skills/qk-production-release/evals/scorecard.yaml +28 -0
  89. package/.agents/skills/qk-project-bootstrap/SKILL.md +59 -8
  90. package/.agents/skills/qk-project-bootstrap/capability.yaml +23 -0
  91. package/.agents/skills/qk-project-bootstrap/evals/scorecard.yaml +28 -0
  92. package/.agents/skills/qk-project-health/SKILL.md +5 -3
  93. package/.agents/skills/qk-project-health/capability.yaml +23 -0
  94. package/.agents/skills/qk-project-health/evals/scorecard.yaml +27 -0
  95. package/.agents/skills/qk-project-memory/SKILL.md +4 -2
  96. package/.agents/skills/qk-project-memory/capability.yaml +23 -0
  97. package/.agents/skills/qk-project-memory/evals/scorecard.yaml +27 -0
  98. package/.agents/skills/qk-refactor/SKILL.md +117 -0
  99. package/.agents/skills/qk-refactor/capability.yaml +26 -0
  100. package/.agents/skills/qk-refactor/evals/scorecard.yaml +27 -0
  101. package/.agents/skills/qk-security-audit/SKILL.md +259 -135
  102. package/.agents/skills/qk-security-audit/capability.yaml +30 -0
  103. package/.agents/skills/qk-security-audit/evals/scorecard.yaml +27 -0
  104. package/.agents/skills/qk-system-evolution/SKILL.md +18 -68
  105. package/.agents/skills/qk-system-evolution/capability.yaml +24 -0
  106. package/.agents/skills/qk-system-evolution/evals/scorecard.yaml +26 -0
  107. package/.agents/skills/qk-test-engineering/SKILL.md +262 -139
  108. package/.agents/skills/qk-test-engineering/capability.yaml +28 -0
  109. package/.agents/skills/qk-test-engineering/evals/scorecard.yaml +26 -0
  110. package/.agents/skills/qk-ui-audit/SKILL.md +17 -90
  111. package/.agents/skills/qk-ui-audit/capability.yaml +23 -0
  112. package/.agents/skills/qk-ui-audit/evals/scorecard.yaml +26 -0
  113. package/.agents/skills/qk-ui-audit/references/anti-slop-checklist.md +2 -2
  114. package/.agents/skills/qk-ui-builder/SKILL.md +482 -509
  115. package/.agents/skills/qk-ui-builder/capability.yaml +29 -0
  116. package/.agents/skills/qk-ui-builder/references/component-cookbook.md +455 -1191
  117. package/.agents/skills/qk-ui-system-builder/SKILL.md +2 -6
  118. package/.agents/skills/qk-ui-system-builder/capability.yaml +25 -0
  119. package/.agents/skills/qk-ui-system-builder/evals/scorecard.yaml +26 -0
  120. package/.agents/skills/qk-validation-gate/SKILL.md +1 -75
  121. package/.agents/skills/qk-validation-gate/capability.yaml +23 -0
  122. package/.agents/skills/qk-validation-gate/evals/scorecard.yaml +26 -0
  123. package/.agents/skills/qk-web-quality-gate/SKILL.md +232 -114
  124. package/.agents/skills/qk-web-quality-gate/capability.yaml +24 -0
  125. package/.agents/skills/qk-web-quality-gate/evals/scorecard.yaml +26 -0
  126. package/.agents/workflows/_schema.yml +146 -109
  127. package/.agents/workflows/bug-resolution.yml +121 -101
  128. package/.agents/workflows/code-review.yml +93 -77
  129. package/.agents/workflows/documentation.yml +90 -75
  130. package/.agents/workflows/feature-delivery.yml +120 -103
  131. package/.agents/workflows/production-release.yml +173 -0
  132. package/.agents/workflows/refactor.yml +99 -81
  133. package/.agents/workflows/research.yml +75 -60
  134. package/.agents/workflows/security-audit.yml +115 -72
  135. package/.agents/workflows/skill-evolution.yml +97 -65
  136. package/.agents/workflows/spec-driven-development.yml +87 -57
  137. package/CHANGELOG.md +27 -0
  138. package/README.md +90 -90
  139. package/bin/install.js +329 -179
  140. package/package.json +4 -2
  141. package/tooling/build-registry.js +186 -186
  142. package/tooling/fix-refactor.js +8 -0
  143. package/tooling/sync-versions.js +49 -0
  144. package/tooling/validate-graph.js +87 -87
  145. package/.agents/CHANGELOG.md +0 -131
  146. package/.agents/learnings/draft/README.md +0 -37
  147. package/.agents/reports/RELEASE-CHECKLIST.md +0 -29
  148. package/.agents/reports/architecture-audit.md +0 -13
  149. package/.agents/reports/graph-health.md +0 -20
  150. package/.agents/reports/skill-audit.md +0 -215
  151. package/tooling/generate-registry.js +0 -157
@@ -1,525 +1,548 @@
1
- # registry/skills-index.yml
2
- # GENERATED FILE DO NOT EDIT MANUALLY
3
- version: 8.1.1
4
- generated_at: '2026-07-23T06:25:44.553Z'
5
- total_skills: 30
6
- skills:
7
- - name: qk-access-policy
8
- version: 8.0.0
9
- status: stable
10
- description: >-
11
- Quản lý RBAC, ABAC — định nghĩa role matrix trước, implement middleware
12
- sau.
13
- complexity: high
14
- workflow: feature-delivery
15
- triggers:
16
- - cấu hình rbac
17
- - phân quyền
18
- - bảo mật api
19
- - auth middleware
20
- intent:
21
- - access-control
22
- - security-policy
23
- - name: qk-agent-observability
24
- version: 8.1.3
25
- status: experimental
26
- description: >-
27
- Agent Observability layer for tracking decisions, routing metrics, and
28
- failure patterns.
29
- complexity: medium
30
- workflow: skill-evolution
31
- triggers:
32
- - agent observability
33
- - routing logs
34
- - skill failure
35
- intent:
36
- - observability
37
- - agent-metrics
38
- - decision-trace
39
- - name: qk-ai-builder
40
- version: 8.0.0
41
- status: stable
42
- description: >-
43
- Thiết kế AI logic, Prompts, RAG pipelines với bảo mật chống Injection
44
- structured output bắt buộc.
45
- complexity: high
46
- workflow: feature-delivery
47
- triggers:
48
- - build ai
49
- - viết prompt
50
- - thiết kế bot
51
- - ai logic
52
- - tạo skill
53
- intent:
54
- - ai-integration
55
- - agent-behavior
56
- - name: qk-api-lifecycle
57
- version: 8.0.0
58
- status: stable
59
- description: >-
60
- Thiết kế, triển khai API endpoints với Zero-Trust — contract trước, code
61
- sau.
62
- complexity: medium
63
- workflow: feature-delivery
64
- triggers:
65
- - viết api
66
- - tạo endpoint
67
- - build api
68
- - thiết kế api
69
- intent:
70
- - api-design
71
- - backend-development
72
- - name: qk-bug-resolution
73
- version: 8.0.0
74
- status: stable
75
- description: >-
76
- Sửa lỗi (bugs) bằng chu trình khép kín: Quan sát → Giả thuyết → Bằng chứng
77
- → Sửa.
78
- complexity: medium
79
- workflow: bug-resolution
80
- triggers:
81
- - fix bug
82
- - sửa lỗi
83
- - crash
84
- - error
85
- - not working
86
- intent:
87
- - bug-fixing
88
- - debugging
89
- - error-resolution
90
- - name: qk-context-loader
91
- version: 8.0.0
92
- status: stable
93
- description: >-
94
- Tải context vẽ dependency graph chính xác trước khi code ngăn
95
- hallucination kiến trúc.
96
- complexity: low
97
- workflow: research
98
- triggers:
99
- - load context
100
- - understand project
101
- - analyze architecture
102
- - vẽ dependency graph
103
- - build context
104
- intent:
105
- - context-loading
106
- - project-understanding
107
- - repository-analysis
108
- - name: qk-data-lifecycle
109
- version: 8.0.0
110
- status: stable
111
- description: >-
112
- Quản lý Schema, Migrations an toàn — schema freeze → backward-compat
113
- migration → cleanup.
114
- complexity: high
115
- workflow: feature-delivery
116
- triggers:
117
- - sửa schema
118
- - cập nhật database
119
- - tạo migration
120
- - đổi model
121
- intent:
122
- - schema-management
123
- - database-migration
124
- - name: qk-db-optimizer
125
- version: 8.0.0
126
- status: stable
127
- description: >-
128
- Tối ưu Database dựa trên bằng chứng: EXPLAIN → phân tích → index/join —
129
- không đoán mò.
130
- complexity: high
131
- workflow: refactor
132
- triggers:
133
- - tối ưu query
134
- - query chậm
135
- - optimize db
136
- - thêm index
137
- intent:
138
- - database-optimization
139
- - performance-tuning
140
- - name: qk-design-system-engineering
141
- version: 8.1.0
142
- status: experimental
143
- description: >-
144
- Governance cho Design System (Định nghĩa system rules, tokens, component
145
- variants).
146
- complexity: medium
147
- workflow: feature-delivery
148
- triggers:
149
- - định nghĩa design system
150
- - cấu trúc token
151
- - quy chuẩn ui
152
- - variants
153
- intent:
154
- - design-system
155
- - tokens
156
- - component-library
157
- - accessibility
158
- - name: qk-devops-platform
159
- version: 8.1.1
160
- status: experimental
161
- description: >-
162
- Platform engineering: CI/CD strategy, deployment architecture, environment
163
- management, and rollback strategy.
164
- complexity: high
165
- workflow: feature-delivery
166
- triggers:
167
- - cấu hình ci/cd
168
- - deployment strategy
169
- - quản lý môi trường
170
- - devops platform
171
- - dockerize
172
- intent:
173
- - devops-strategy
174
- - cicd-pipeline
175
- - deployment-architecture
176
- - environment-management
177
- - name: qk-docs
178
- version: 8.0.0
179
- status: stable
180
- description: >-
181
- Viết và duy trì tài liệu chính xác tuyệt đối — phải match code thực tế,
182
- cấm bịa đặt.
183
- complexity: low
184
- workflow: documentation
185
- triggers:
186
- - viết docs
187
- - viết tài liệu
188
- - document this
189
- - generate docs
190
- - cập nhật readme
191
- intent:
192
- - documentation
193
- - technical-writing
194
- - name: qk-engineering-standard
195
- version: 8.0.0
196
- status: stable
197
- description: >-
198
- Ép buộc SOLID, DRY, Clean Code với ngưỡng số liệu cụ thể — không có rule
199
- hồ.
200
- complexity: medium
201
- workflow: code-review
202
- triggers:
203
- - review code
204
- - clean code
205
- - check standard
206
- - refactor clean
207
- - kiểm tra chuẩn
208
- intent:
209
- - code-quality
210
- - standards-enforcement
211
- - name: qk-fe-api-integration
212
- version: 8.0.0
213
- status: stable
214
- description: >-
215
- Consume API Backend, quản lý State, bind vào UI — tuân thủ kiến trúc Base
216
- dự án
217
- complexity: medium
218
- workflow: feature-delivery
219
- triggers:
220
- - tích hợp api
221
- - gọi api
222
- - fetch data
223
- - consume api
224
- intent:
225
- - api-integration
226
- - frontend-development
227
- - name: qk-feature-delivery
228
- version: 8.0.0
229
- status: stable
230
- description: >-
231
- Phát triển tính năng mới end-to-end: Requirements → Context → Design →
232
- Implement Self-audit.
233
- complexity: high
234
- workflow: feature-delivery
235
- triggers:
236
- - add feature
237
- - build new
238
- - implement
239
- - phát triển tính năng
240
- - tạo mới
241
- intent:
242
- - feature-building
243
- - end-to-end-development
244
- - implementation
245
- - name: qk-frontend-architecture
246
- version: 8.1.0
247
- status: experimental
248
- description: >-
249
- Frontend architecture decision engine (Component strategy, state
250
- management, routing).
251
- complexity: high
252
- workflow: feature-delivery
253
- triggers:
254
- - cấu trúc frontend
255
- - thiết kế component
256
- - quản lý state
257
- - kiến trúc react
258
- intent:
259
- - frontend-architecture
260
- - component-strategy
261
- - state-management
262
- - name: qk-help
263
- version: 8.0.0
264
- status: deprecated
265
- description: Hiển thị danh sách skills V8 và hướng dẫn dùng lệnh ./qk-[skill-name].
266
- complexity: low
267
- workflow: internal
268
- triggers:
269
- - help
270
- - những skill nào
271
- - danh sách skill
272
- - làm sao để dùng
273
- - qk-help
274
- intent:
275
- - skill-discovery
276
- - command-help
277
- - name: qk-orchestrator
278
- version: 8.0.0
279
- status: stable
280
- description: >-
281
- Điều hướng yêu cầu của người dùng đến đúng skill với kỷ luật thép — kiểm
282
- tra preconditions và routing table.
283
- complexity: low
284
- workflow: research
285
- triggers:
286
- - which skill
287
- - what should i use
288
- - route this
289
- - help me choose
290
- - what skill for
291
- - help
292
- - list skills
293
- - what can you do
294
- intent:
295
- - task-routing
296
- - skill-selection
297
- - precondition-checking
298
- - name: qk-product-specification
299
- version: 8.1.0
300
- status: experimental
301
- description: >-
302
- Product thinking (Idea Requirement Acceptance criteria Technical
303
- spec).
304
- complexity: medium
305
- workflow: spec-driven-development
306
- triggers:
307
- - viết spec
308
- - phân tích yêu cầu
309
- - ý tưởng sản phẩm
310
- - acceptance criteria
311
- intent:
312
- - product-specification
313
- - requirement-analysis
314
- - acceptance-criteria
315
- - technical-spec
316
- - name: qk-production-release
317
- version: 8.0.0
318
- status: stable
319
- description: >-
320
- Chuẩn bị release production với 8-gate checklist bắt buộc — không pass
321
- gate = không deploy.
322
- complexity: high
323
- workflow: internal
324
- triggers:
325
- - release production
326
- - deploy production
327
- - chuẩn bị release
328
- - kiểm tra release
329
- intent:
330
- - release-management
331
- - production-deployment
332
- - name: qk-project-bootstrap
333
- version: 8.0.0
334
- status: stable
335
- description: >-
336
- Khởi tạo dự án mới với cấu trúc chuẩn, linters, DESIGN.md — không bao giờ
337
- thiếu foundation.
338
- complexity: high
339
- workflow: feature-delivery
340
- triggers:
341
- - khởi tạo project
342
- - tạo dự án mới
343
- - bootstrap
344
- - setup project
345
- - init repo
346
- intent:
347
- - project-initialization
348
- - setup
349
- - name: qk-project-health
350
- version: 8.0.0
351
- status: stable
352
- description: >-
353
- Kiểm toán toàn diện Code Smells, Tech Debt, Architecture — health score
354
- 0–100 với actionable roadmap.
355
- complexity: high
356
- workflow: code-review
357
- triggers:
358
- - audit code
359
- - check health
360
- - tech debt
361
- - code smell
362
- - kiểm toán
363
- intent:
364
- - project-audit
365
- - codebase-health
366
- - name: qk-project-memory
367
- version: 8.0.0
368
- status: stable
369
- description: >-
370
- Lưu trữ và truy xuất ngữ cảnh dự án dài hạn — chỉ lưu fact đã xác minh,
371
- không lưu giả thuyết.
372
- complexity: medium
373
- workflow: documentation
374
- triggers:
375
- - lưu context
376
- - nhớ lại
377
- - project memory
378
- - lưu vào bộ nhớ
379
- - tìm lại fact
380
- intent:
381
- - context-management
382
- - knowledge-retrieval
383
- - name: qk-security-audit
384
- version: 8.1.0
385
- status: experimental
386
- description: >-
387
- Security audit (OWASP, dependency security, secret detection, permission
388
- model).
389
- complexity: high
390
- workflow: security-audit
391
- triggers:
392
- - kiểm tra bảo mật
393
- - scan lỗ hổng
394
- - audit code
395
- - tìm secret leak
396
- intent:
397
- - security-audit
398
- - vulnerability-scan
399
- - secret-detection
400
- - permission-review
401
- - name: qk-system-evolution
402
- version: 8.0.0
403
- status: stable
404
- description: >-
405
- Nâng cấp thư viện/framework an toàn với rollback plan bắt buộc —
406
- incremental, không big-bang.
407
- complexity: high
408
- workflow: refactor
409
- triggers:
410
- - upgrade package
411
- - nâng cấp
412
- - update framework
413
- - migration framework
414
- - system evolution
415
- intent:
416
- - framework-upgrade
417
- - system-maintenance
418
- - name: qk-test-engineering
419
- version: 8.1.0
420
- status: experimental
421
- description: >-
422
- Testing strategy decision engine (Unit, Integration, E2E, Coverage,
423
- Regression, Mock strategy).
424
- complexity: high
425
- workflow: feature-delivery
426
- triggers:
427
- - chiến lược test
428
- - viết test
429
- - mock data
430
- - test coverage
431
- intent:
432
- - testing-strategy
433
- - unit-test
434
- - integration-test
435
- - e2e-test
436
- - mock-strategy
437
- - test-coverage
438
- - name: qk-ui-audit
439
- version: 8.0.0
440
- status: stable
441
- description: >-
442
- Kiểm toán giao diện (UI) với 57-point Anti-Slop checklist — fail nếu score
443
- < 90/100.
444
- complexity: medium
445
- workflow: code-review
446
- triggers:
447
- - audit ui
448
- - check ui
449
- - kiểm tra giao diện
450
- - ui slop
451
- - review ui
452
- intent:
453
- - ui-audit
454
- - codebase-health
455
- - name: qk-ui-builder
456
- version: 8.0.0
457
- status: stable
458
- description: >-
459
- Xây dựng, sửa, audit, và học UI — từ Figma/ảnh, map API, fix bug UI, đến
460
- redesign cấu trúc.
461
- complexity: high
462
- workflow: feature-delivery
463
- triggers:
464
- - build ui
465
- - làm giao diện
466
- - design ui
467
- - css
468
- - giao diện
469
- intent:
470
- - ui-development
471
- - frontend-design
472
- - name: qk-ui-system-builder
473
- version: 8.0.0
474
- status: stable
475
- description: >-
476
- Xây dựng Design System và token library từ DESIGN.md — không tự đặt ra
477
- token ngoài contract.
478
- complexity: medium
479
- workflow: feature-delivery
480
- triggers:
481
- - tạo design system
482
- - build token
483
- - ui system
484
- - setup css
485
- intent:
486
- - ui-system-design
487
- - frontend-development
488
- - name: qk-validation-gate
489
- version: 8.0.0
490
- status: stable
491
- description: >-
492
- Cổng kiểm tra chất lượng bắt buộc với ngưỡng pass/fail cụ thể — chặn đứng
493
- mọi mã nguồn lỗi.
494
- complexity: low
495
- workflow: code-review
496
- triggers:
497
- - verify
498
- - kiểm tra
499
- - lint
500
- - test
501
- - run checks
502
- intent:
503
- - quality-assurance
504
- - verification
505
- - code-review
506
- - name: qk-web-quality-gate
507
- version: 8.1.0
508
- status: experimental
509
- description: >-
510
- Kiểm toán tổng thể chất lượng Web: Accessibility (A11y), SEO, Web
511
- Performance, Security, UX Heuristics.
512
- complexity: high
513
- workflow: feature-delivery
514
- triggers:
515
- - kiểm tra web
516
- - tối ưu web
517
- - lighthouse
518
- - audit ui
519
- - core web vitals
520
- intent:
521
- - web-performance
522
- - accessibility
523
- - seo
524
- - lighthouse
525
- - ux-audit
1
+ # registry/skills-index.yml
2
+ # GENERATED FILE - DO NOT EDIT MANUALLY.
3
+ version: 8.1.1
4
+ generated_at: '2026-07-29T07:30:07.984Z'
5
+ total_skills: 31
6
+ skills:
7
+ - name: qk-access-policy
8
+ version: 8.0.0
9
+ status: stable
10
+ description: >-
11
+ Quản lý RBAC, ABAC — định nghĩa role matrix trước, implement middleware
12
+ sau.
13
+ complexity: high
14
+ workflow: feature-delivery
15
+ triggers:
16
+ - cấu hình rbac
17
+ - phân quyền
18
+ - bảo mật api
19
+ - auth middleware
20
+ intent:
21
+ - access-control
22
+ - security-policy
23
+ - name: qk-agent-observability
24
+ version: 8.1.3
25
+ status: experimental
26
+ description: >-
27
+ Lớp theo dõi (Observability) cho phép giám sát quyết định, luân chuyển và
28
+ các mô hình lỗi.
29
+ complexity: medium
30
+ workflow: skill-evolution
31
+ triggers:
32
+ - agent observability
33
+ - routing logs
34
+ - skill failure
35
+ intent:
36
+ - observability
37
+ - agent-metrics
38
+ - decision-trace
39
+ - name: qk-ai-builder
40
+ version: 8.2.0
41
+ status: stable
42
+ description: >-
43
+ Thiết kế Governed AI Agent & RAG pipelines theo chuẩn V8.2 Đóng gói bằng
44
+ capability.yaml, data discipline 4-folder và Eval Pipeline.
45
+ complexity: high
46
+ workflow: feature-delivery
47
+ triggers:
48
+ - build ai
49
+ - viết prompt
50
+ - thiết kế bot
51
+ - ai logic
52
+ - tạo skill
53
+ intent:
54
+ - ai-integration
55
+ - agent-behavior
56
+ - name: qk-api-lifecycle
57
+ version: 8.0.0
58
+ status: stable
59
+ description: >-
60
+ Thiết kế, triển khai API endpoints với Zero-Trust — contract trước, code
61
+ sau.
62
+ complexity: medium
63
+ workflow: feature-delivery
64
+ triggers:
65
+ - viết api
66
+ - tạo endpoint
67
+ - build api
68
+ - thiết kế api
69
+ intent:
70
+ - api-design
71
+ - backend-development
72
+ - name: qk-bug-resolution
73
+ version: 8.0.0
74
+ status: stable
75
+ description: >-
76
+ Sửa lỗi (bugs) bằng chu trình khép kín: Quan sát → Giả thuyết → Bằng chứng
77
+ → Sửa.
78
+ complexity: medium
79
+ workflow: bug-resolution
80
+ triggers:
81
+ - fix bug
82
+ - sửa lỗi
83
+ - crash
84
+ - error
85
+ - not working
86
+ intent:
87
+ - bug-fixing
88
+ - debugging
89
+ - error-resolution
90
+ - name: qk-code-review
91
+ version: 8.0.0
92
+ status: stable
93
+ description: >-
94
+ Elite AI/Code Review System: Kiểm toán, Review code cấu hình AI với tư
95
+ duy Architect, áp dụng 4-Phase Review.
96
+ complexity: high
97
+ workflow: code-review
98
+ triggers:
99
+ - review code
100
+ - code review
101
+ - kiểm tra code
102
+ - đánh giá code
103
+ - review skin
104
+ - review rule
105
+ - review ai
106
+ intent:
107
+ - code-review
108
+ - quality-assurance
109
+ - architecture-review
110
+ - ai-config-audit
111
+ - name: qk-context-loader
112
+ version: 8.0.0
113
+ status: stable
114
+ description: >-
115
+ Tải context và vẽ dependency graph chính xác trước khi code — ngăn
116
+ hallucination kiến trúc.
117
+ complexity: low
118
+ workflow: research
119
+ triggers:
120
+ - load context
121
+ - understand project
122
+ - analyze architecture
123
+ - vẽ dependency graph
124
+ - build context
125
+ intent:
126
+ - context-loading
127
+ - project-understanding
128
+ - repository-analysis
129
+ - name: qk-data-lifecycle
130
+ version: 8.0.0
131
+ status: stable
132
+ description: >-
133
+ Quản Schema, Migrations an toàn — schema freeze → backward-compat
134
+ migration cleanup.
135
+ complexity: high
136
+ workflow: feature-delivery
137
+ triggers:
138
+ - sửa schema
139
+ - cập nhật database
140
+ - tạo migration
141
+ - đổi model
142
+ intent:
143
+ - schema-management
144
+ - database-migration
145
+ - name: qk-db-optimizer
146
+ version: 8.0.0
147
+ status: stable
148
+ description: >-
149
+ Tối ưu Database dựa trên bằng chứng: EXPLAIN → phân tích → index/join —
150
+ không đoán mò.
151
+ complexity: high
152
+ workflow: refactor
153
+ triggers:
154
+ - tối ưu query
155
+ - query chậm
156
+ - optimize db
157
+ - thêm index
158
+ intent:
159
+ - database-optimization
160
+ - performance-tuning
161
+ - name: qk-design-system-engineering
162
+ version: 8.1.0
163
+ status: experimental
164
+ description: >-
165
+ Quản trị hệ thống thiết kế (Định nghĩa quy tắc hệ thống, tokens, các biến
166
+ thể component).
167
+ complexity: medium
168
+ workflow: feature-delivery
169
+ triggers:
170
+ - định nghĩa design system
171
+ - cấu trúc token
172
+ - quy chuẩn ui
173
+ - variants
174
+ intent:
175
+ - design-system
176
+ - tokens
177
+ - component-library
178
+ - accessibility
179
+ - name: qk-devops-platform
180
+ version: 8.1.1
181
+ status: experimental
182
+ description: >-
183
+ Kỹ sư nền tảng: Chiến lược CI/CD, kiến trúc triển khai, quản lý môi trường
184
+ chiến lược rollback.
185
+ complexity: high
186
+ workflow: feature-delivery
187
+ triggers:
188
+ - cấu hình ci/cd
189
+ - deployment strategy
190
+ - quản môi trường
191
+ - devops platform
192
+ - dockerize
193
+ intent:
194
+ - devops-strategy
195
+ - cicd-pipeline
196
+ - deployment-architecture
197
+ - environment-management
198
+ - name: qk-docs
199
+ version: 8.0.0
200
+ status: stable
201
+ description: >-
202
+ Viết và duy trì tài liệu chính xác tuyệt đối — phải match code thực tế,
203
+ cấm bịa đặt.
204
+ complexity: low
205
+ workflow: documentation
206
+ triggers:
207
+ - viết docs
208
+ - viết tài liệu
209
+ - document this
210
+ - generate docs
211
+ - cập nhật readme
212
+ intent:
213
+ - documentation
214
+ - technical-writing
215
+ - name: qk-engineering-standard
216
+ version: 8.0.0
217
+ status: stable
218
+ description: >-
219
+ Ép buộc SOLID, DRY, Clean Code với ngưỡng số liệu cụ thể — không có rule
220
+ hồ.
221
+ complexity: medium
222
+ workflow: code-review
223
+ triggers:
224
+ - review code
225
+ - clean code
226
+ - check standard
227
+ - refactor clean
228
+ - kiểm tra chuẩn
229
+ intent:
230
+ - code-quality
231
+ - standards-enforcement
232
+ - name: qk-fe-api-integration
233
+ version: 8.0.0
234
+ status: stable
235
+ description: >-
236
+ Consume API Backend, quản lý State, bind vào UI — tuân thủ kiến trúc Base
237
+ dự án
238
+ complexity: medium
239
+ workflow: feature-delivery
240
+ triggers:
241
+ - tích hợp api
242
+ - gọi api
243
+ - fetch data
244
+ - consume api
245
+ intent:
246
+ - api-integration
247
+ - frontend-development
248
+ - name: qk-feature-delivery
249
+ version: 8.0.0
250
+ status: stable
251
+ description: >-
252
+ Phát triển tính năng mới end-to-end: Requirements → Context → Design →
253
+ Implement → Self-audit.
254
+ complexity: high
255
+ workflow: feature-delivery
256
+ triggers:
257
+ - add feature
258
+ - build new
259
+ - implement
260
+ - phát triển tính năng
261
+ - tạo mới
262
+ intent:
263
+ - feature-building
264
+ - end-to-end-development
265
+ - implementation
266
+ - name: qk-frontend-architecture
267
+ version: 8.1.0
268
+ status: experimental
269
+ description: >-
270
+ Công cụ quyết định kiến trúc Frontend (Chiến lược component, quản lý
271
+ state, định tuyến).
272
+ complexity: high
273
+ workflow: feature-delivery
274
+ triggers:
275
+ - cấu trúc frontend
276
+ - thiết kế component
277
+ - quản lý state
278
+ - kiến trúc react
279
+ intent:
280
+ - frontend-architecture
281
+ - component-strategy
282
+ - state-management
283
+ - name: qk-help
284
+ version: 8.0.0
285
+ status: deprecated
286
+ description: Hiển thị danh sách skills V8 và hướng dẫn dùng lệnh ./qk-[skill-name].
287
+ complexity: low
288
+ workflow: documentation
289
+ triggers:
290
+ - help
291
+ - có những skill nào
292
+ - danh sách skill
293
+ - làm sao để dùng
294
+ - qk-help
295
+ intent:
296
+ - skill-discovery
297
+ - command-help
298
+ - name: qk-orchestrator
299
+ version: 8.0.0
300
+ status: stable
301
+ description: >-
302
+ Điều hướng yêu cầu của người dùng đến đúng skill với kỷ luật thép — kiểm
303
+ tra preconditions và routing table.
304
+ complexity: low
305
+ workflow: research
306
+ triggers:
307
+ - which skill
308
+ - what should i use
309
+ - route this
310
+ - help me choose
311
+ - what skill for
312
+ - help
313
+ - list skills
314
+ - what can you do
315
+ intent:
316
+ - task-routing
317
+ - skill-selection
318
+ - precondition-checking
319
+ - name: qk-product-specification
320
+ version: 8.1.0
321
+ status: experimental
322
+ description: >-
323
+ Product thinking (Idea → Requirement → Acceptance criteria → Technical
324
+ spec).
325
+ complexity: medium
326
+ workflow: spec-driven-development
327
+ triggers:
328
+ - viết spec
329
+ - phân tích yêu cầu
330
+ - ý tưởng sản phẩm
331
+ - acceptance criteria
332
+ intent:
333
+ - product-specification
334
+ - requirement-analysis
335
+ - acceptance-criteria
336
+ - technical-spec
337
+ - name: qk-production-release
338
+ version: 8.0.0
339
+ status: stable
340
+ description: >-
341
+ Chuẩn bị release production với 8-gate checklist bắt buộc — không pass
342
+ gate = không deploy.
343
+ complexity: high
344
+ workflow: production-release
345
+ triggers:
346
+ - release production
347
+ - deploy production
348
+ - chuẩn bị release
349
+ - kiểm tra release
350
+ intent:
351
+ - release-management
352
+ - production-deployment
353
+ - name: qk-project-bootstrap
354
+ version: 8.2.0
355
+ status: stable
356
+ description: >-
357
+ Khởi tạo dự án mới theo chuẩn V8.2 Blueprint Plugin Generator
358
+ (project.yaml, 4-folder AI RAG hoặc Coding) với cấu trúc kiên cường.
359
+ complexity: high
360
+ workflow: feature-delivery
361
+ triggers:
362
+ - khởi tạo project
363
+ - tạo dự án mới
364
+ - bootstrap
365
+ - setup project
366
+ - init repo
367
+ intent:
368
+ - project-initialization
369
+ - setup
370
+ - name: qk-project-health
371
+ version: 8.0.0
372
+ status: stable
373
+ description: >-
374
+ Kiểm toán toàn diện Code Smells, Tech Debt, Architecture — health score
375
+ 0–100 với actionable roadmap.
376
+ complexity: high
377
+ workflow: code-review
378
+ triggers:
379
+ - audit code
380
+ - check health
381
+ - tech debt
382
+ - code smell
383
+ - kiểm toán
384
+ intent:
385
+ - project-audit
386
+ - codebase-health
387
+ - name: qk-project-memory
388
+ version: 8.0.0
389
+ status: stable
390
+ description: >-
391
+ Lưu trữ và truy xuất ngữ cảnh dự án dài hạn — chỉ lưu fact đã xác minh,
392
+ không lưu giả thuyết.
393
+ complexity: medium
394
+ workflow: documentation
395
+ triggers:
396
+ - lưu context
397
+ - nhớ lại
398
+ - project memory
399
+ - lưu vào bộ nhớ
400
+ - tìm lại fact
401
+ intent:
402
+ - context-management
403
+ - knowledge-retrieval
404
+ - name: qk-refactor
405
+ version: 8.0.0
406
+ status: stable
407
+ description: >-
408
+ Tái cấu trúc và dọn dẹp mã nguồn để dễ bảo trì hơn mà không làm thay đổi
409
+ logic hoạt động bên ngoài.
410
+ complexity: medium
411
+ workflow: refactor
412
+ triggers:
413
+ - refactor
414
+ - tái cấu trúc
415
+ - clean up this code
416
+ - simplify
417
+ - reduce complexity
418
+ - dẫn cấu trúc code
419
+ intent:
420
+ - refactoring
421
+ - code-cleanup
422
+ - complexity-reduction
423
+ - name: qk-security-audit
424
+ version: 8.1.0
425
+ status: experimental
426
+ description: >-
427
+ Security audit (OWASP, dependency security, secret detection, permission
428
+ model).
429
+ complexity: high
430
+ workflow: security-audit
431
+ triggers:
432
+ - kiểm tra bảo mật
433
+ - scan lỗ hổng
434
+ - audit code
435
+ - tìm secret leak
436
+ intent:
437
+ - security-audit
438
+ - vulnerability-scan
439
+ - secret-detection
440
+ - permission-review
441
+ - name: qk-system-evolution
442
+ version: 8.0.0
443
+ status: stable
444
+ description: >-
445
+ Nâng cấp thư viện/framework an toàn với rollback plan bắt buộc —
446
+ incremental, không big-bang.
447
+ complexity: high
448
+ workflow: refactor
449
+ triggers:
450
+ - upgrade package
451
+ - nâng cấp
452
+ - update framework
453
+ - migration framework
454
+ - system evolution
455
+ intent:
456
+ - framework-upgrade
457
+ - system-maintenance
458
+ - name: qk-test-engineering
459
+ version: 8.1.0
460
+ status: experimental
461
+ description: >-
462
+ Công cụ quyết định chiến lược kiểm thử (Unit, Integration, E2E, Coverage,
463
+ Regression, Mock).
464
+ complexity: high
465
+ workflow: feature-delivery
466
+ triggers:
467
+ - chiến lược test
468
+ - viết test
469
+ - mock data
470
+ - test coverage
471
+ intent:
472
+ - testing-strategy
473
+ - unit-test-strategy
474
+ - integration-test-strategy
475
+ - e2e-test-strategy
476
+ - mock-strategy
477
+ - test-coverage-planning
478
+ - name: qk-ui-audit
479
+ version: 8.0.0
480
+ status: stable
481
+ description: >-
482
+ Kiểm toán giao diện (UI) với 57-check Anti-Slop checklist — fail nếu score
483
+ < 76/85 base.
484
+ complexity: medium
485
+ workflow: code-review
486
+ triggers:
487
+ - audit ui
488
+ - check ui
489
+ - kiểm tra giao diện
490
+ - ui slop
491
+ - review ui
492
+ intent:
493
+ - ui-audit
494
+ - codebase-health
495
+ - name: qk-ui-system-builder
496
+ version: 8.0.0
497
+ status: stable
498
+ description: >-
499
+ Xây dựng Design System và token library từ DESIGN.md — không tự đặt ra
500
+ token ngoài contract.
501
+ complexity: medium
502
+ workflow: feature-delivery
503
+ triggers:
504
+ - tạo design system
505
+ - build token
506
+ - ui system
507
+ - setup css
508
+ intent:
509
+ - ui-system-design
510
+ - frontend-development
511
+ - name: qk-validation-gate
512
+ version: 8.2.0
513
+ status: stable
514
+ description: >-
515
+ Cổng kiểm tra chất lượng & Eval Pipeline bắt buộc — chạy linters, tests,
516
+ đánh giá scorecard.yaml định lượng cho AI Agent.
517
+ complexity: low
518
+ workflow: code-review
519
+ triggers:
520
+ - verify
521
+ - kiểm tra
522
+ - lint
523
+ - test
524
+ - run checks
525
+ intent:
526
+ - quality-assurance
527
+ - verification
528
+ - code-review
529
+ - name: qk-web-quality-gate
530
+ version: 8.1.0
531
+ status: experimental
532
+ description: >-
533
+ Kiểm toán tổng thể chất lượng Web: Accessibility (A11y), SEO, Web
534
+ Performance, Security, UX Heuristics.
535
+ complexity: high
536
+ workflow: feature-delivery
537
+ triggers:
538
+ - kiểm tra web
539
+ - tối ưu web
540
+ - lighthouse
541
+ - audit ui
542
+ - core web vitals
543
+ intent:
544
+ - web-performance
545
+ - accessibility
546
+ - seo
547
+ - lighthouse
548
+ - ux-audit