ai-developer-skill-os 3.1.5 → 5.0.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.
- package/README.md +15 -19
- package/_template/SKILL.md +37 -133
- package/framework/KERNEL.md +58 -0
- package/framework/bias-library/cosmetic-refactor.md +21 -0
- package/framework/bias-library/enterprise-crud.md +21 -0
- package/framework/bias-library/fake-ui-slop.md +20 -0
- package/framework/bias-library/hallucinated-tools.md +20 -0
- package/framework/bias-library/missing-ui-states.md +19 -0
- package/framework/bias-library/over-indexing.md +20 -0
- package/framework/bias-library/swallow-errors.md +19 -0
- package/framework/bias-library/ui-only-security.md +17 -0
- package/framework/dial-library/complexity-budget.md +13 -0
- package/framework/dial-library/granularity.md +13 -0
- package/framework/dial-library/optimization-strategy.md +13 -0
- package/framework/dial-library/strictness.md +13 -0
- package/framework/rule-library/delegation-only.md +9 -0
- package/framework/rule-library/minimal-diff.md +9 -0
- package/package.json +1 -1
- package/skills/qk-access-policy/SKILL.md +40 -30
- package/skills/qk-ai-builder/SKILL.md +39 -30
- package/skills/qk-api-lifecycle/SKILL.md +39 -54
- package/skills/qk-bug-resolution/SKILL.md +39 -58
- package/skills/qk-context-loader/SKILL.md +36 -35
- package/skills/qk-data-lifecycle/SKILL.md +37 -49
- package/skills/qk-db-optimizer/SKILL.md +37 -44
- package/skills/qk-design-to-code/SKILL.md +40 -35
- package/skills/qk-docs/SKILL.md +37 -43
- package/skills/qk-engineering-standard/SKILL.md +39 -51
- package/skills/qk-feature-delivery/SKILL.md +39 -56
- package/skills/qk-help/SKILL.md +36 -28
- package/skills/qk-orchestrator/SKILL.md +40 -43
- package/skills/qk-policy-engine/SKILL.md +36 -41
- package/skills/qk-production-release/SKILL.md +40 -36
- package/skills/qk-project-bootstrap/SKILL.md +39 -32
- package/skills/qk-project-health/SKILL.md +36 -44
- package/skills/qk-project-memory/SKILL.md +38 -24
- package/skills/qk-system-evolution/SKILL.md +36 -51
- package/skills/qk-ui-audit/SKILL.md +37 -46
- package/skills/qk-ui-system-builder/SKILL.md +38 -29
- package/skills/qk-validation-gate/SKILL.md +34 -47
- package/taste-skill/.claude-plugin/marketplace.json +20 -0
- package/taste-skill/.claude-plugin/plugin.json +19 -0
- package/taste-skill/.github/FUNDING.yml +1 -0
- package/taste-skill/.github/copilot-instructions.md +11 -0
- package/taste-skill/CHANGELOG.md +111 -0
- package/taste-skill/LICENSE +21 -0
- package/taste-skill/README.md +212 -0
- package/taste-skill/assets/.gitkeep +0 -0
- package/taste-skill/assets/readme-banner.webp +0 -0
- package/taste-skill/assets/readme-buttons/btn-agent-skills.webp +0 -0
- package/taste-skill/assets/readme-buttons/btn-changelog.webp +0 -0
- package/taste-skill/assets/readme-buttons/btn-mit.webp +0 -0
- package/taste-skill/assets/readme-buttons/btn-site.webp +0 -0
- package/taste-skill/assets/readme-buttons/btn-tools.webp +0 -0
- package/taste-skill/assets/readme-cta-tasteskill.svg +5 -0
- package/taste-skill/assets/sponsors/animations-dev.webp +0 -0
- package/taste-skill/assets/sponsors/emil-animations-dev.webp +0 -0
- package/taste-skill/assets/taste-skill-logo.png +0 -0
- package/taste-skill/assets/taste-skill-logo.webp +0 -0
- package/taste-skill/assets/vercel-oss-program-badge.svg +44 -0
- package/taste-skill/examples/floria-bottom.webp +0 -0
- package/taste-skill/examples/floria-full.webp +0 -0
- package/taste-skill/examples/floria-top.webp +0 -0
- package/taste-skill/research/README.md +8 -0
- package/taste-skill/research/laziness/README.md +25 -0
- package/taste-skill/research/laziness/findings/empirical-results.md +58 -0
- package/taste-skill/research/laziness/findings/references.md +20 -0
- package/taste-skill/research/laziness/remediation/architectural-patterns.md +55 -0
- package/taste-skill/research/laziness/remediation/parameter-tuning.md +44 -0
- package/taste-skill/research/laziness/remediation/prompt-engineering.md +52 -0
- package/taste-skill/research/laziness/remediation/reference-prompts.md +79 -0
- package/taste-skill/research/laziness/root-causes/cognitive-shortcuts.md +23 -0
- package/taste-skill/research/laziness/root-causes/output-limits.md +39 -0
- package/taste-skill/research/laziness/root-causes/rlhf-and-compute.md +27 -0
- package/taste-skill/research/laziness/root-causes/training-data-bias.md +28 -0
- package/taste-skill/scripts/build-emil-sponsor-row.mjs +41 -0
- package/taste-skill/scripts/convert-readme-assets-webp.mjs +142 -0
- package/taste-skill/scripts/process-readme-buttons.mjs +108 -0
- package/taste-skill/scripts/process-sponsor-badge.mjs +83 -0
- package/taste-skill/skill.sh +25 -0
- package/taste-skill/skills/brandkit/SKILL.md +798 -0
- package/taste-skill/skills/brutalist-skill/SKILL.md +92 -0
- package/taste-skill/skills/gpt-tasteskill/SKILL.md +74 -0
- package/taste-skill/skills/image-to-code-skill/SKILL.md +1228 -0
- package/taste-skill/skills/imagegen-frontend-mobile/SKILL.md +1465 -0
- package/taste-skill/skills/imagegen-frontend-web/SKILL.md +987 -0
- package/taste-skill/skills/llms.txt +13 -0
- package/taste-skill/skills/minimalist-skill/SKILL.md +85 -0
- package/taste-skill/skills/output-skill/SKILL.md +49 -0
- package/taste-skill/skills/redesign-skill/SKILL.md +178 -0
- package/taste-skill/skills/soft-skill/SKILL.md +98 -0
- package/taste-skill/skills/stitch-skill/DESIGN.md +121 -0
- package/taste-skill/skills/stitch-skill/SKILL.md +184 -0
- package/taste-skill/skills/taste-skill/SKILL.md +1206 -0
- package/taste-skill/skills/taste-skill-v1/SKILL.md +226 -0
|
@@ -1,53 +1,58 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: qk-design-to-code
|
|
3
|
-
version:
|
|
4
|
-
updated: 2026-07-
|
|
3
|
+
version: 5.0.0
|
|
4
|
+
updated: 2026-07-03
|
|
5
5
|
description: Chuyển đổi thiết kế từ Figma/Images thành các UI component hoàn chỉnh, chuẩn pixel.
|
|
6
6
|
category: frontend
|
|
7
|
-
behavior: development
|
|
8
|
-
intent: implement-feature
|
|
9
|
-
priority: high
|
|
10
7
|
tags: [ui, figma, frontend, styling, css]
|
|
11
8
|
platforms: [claude-code, cursor, windsurf, gemini-cli]
|
|
12
|
-
trigger: User uploads an image mockup or provides a design requirement for a UI component.
|
|
13
|
-
inputs: [Image/Mockup, Framework choice]
|
|
14
|
-
outputs: [Code component, CSS/Tailwind classes]
|
|
15
|
-
allowed_tools: [write_to_file, read_file]
|
|
16
|
-
pipeline: [analyze, implement, engineering-standard, validate, complete]
|
|
17
9
|
---
|
|
18
10
|
|
|
19
|
-
# 🛠️ qk-design-to-code
|
|
11
|
+
# 🛠️ qk-design-to-code
|
|
20
12
|
|
|
21
|
-
> **
|
|
13
|
+
> **Inheritance:** Kỹ năng này tuân thủ Kiến trúc v5.0 của `framework/KERNEL.md`.
|
|
14
|
+
> Output bắt buộc là Decision Summary.
|
|
22
15
|
|
|
23
|
-
|
|
16
|
+
---
|
|
17
|
+
|
|
18
|
+
## 🎯 Mission (Scope)
|
|
19
|
+
- ✅ Dịch thiết kế thành mã nguồn pixel-perfect.
|
|
20
|
+
- ❌ Do NOT lạm dụng thẻ `<div>` thay cho Semantic HTML.
|
|
24
21
|
|
|
25
|
-
|
|
26
|
-
- Look at the provided mockup.
|
|
27
|
-
- Break it down from Outside-In (Container -> Rows -> Columns -> Elements).
|
|
28
|
-
2. **Plan (Token Mapping):**
|
|
29
|
-
- Map colors, fonts, and spacings to existing Design System Tokens (e.g., Tailwind classes `text-primary-500`, `gap-4`).
|
|
30
|
-
3. **Implement (Code Construction):**
|
|
31
|
-
- Write the semantic HTML (`<article>`, `<section>`, `<nav>`).
|
|
32
|
-
- Apply styling.
|
|
33
|
-
4. **Validate (Responsive Check):**
|
|
34
|
-
- Ensure the component uses relative units where necessary and scales on mobile.
|
|
22
|
+
---
|
|
35
23
|
|
|
36
|
-
##
|
|
24
|
+
## ⚙️ Capabilities (Cognitive Pipeline)
|
|
25
|
+
```yaml
|
|
26
|
+
Pipeline:
|
|
27
|
+
- inference
|
|
28
|
+
- planning
|
|
29
|
+
- execution
|
|
30
|
+
- bias-review
|
|
31
|
+
- ship-check
|
|
32
|
+
```
|
|
37
33
|
|
|
38
|
-
|
|
39
|
-
- **Accessibility:** Always include `alt` for images and `aria-label` for icon-only buttons.
|
|
34
|
+
---
|
|
40
35
|
|
|
41
|
-
##
|
|
36
|
+
## 🎛️ Dials (Hành vi)
|
|
37
|
+
```yaml
|
|
38
|
+
Dials:
|
|
39
|
+
- id: aesthetic-vibe
|
|
40
|
+
- id: strictness
|
|
41
|
+
```
|
|
42
42
|
|
|
43
|
-
|
|
44
|
-
2. `validate`: Trigger `qk-ui-audit` checks.
|
|
45
|
-
3. `complete`: Generate the UI Component Report.
|
|
43
|
+
---
|
|
46
44
|
|
|
47
|
-
##
|
|
45
|
+
## 🛡️ Biases (Sửa lỗi mặc định)
|
|
46
|
+
```yaml
|
|
47
|
+
Biases:
|
|
48
|
+
- id: fake-ui-slop # (Vẽ UI giả mạo không dùng ảnh placeholder thật)
|
|
49
|
+
- id: missing-ui-states # (Bỏ quên :active, :hover)
|
|
50
|
+
```
|
|
48
51
|
|
|
49
|
-
|
|
52
|
+
---
|
|
50
53
|
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
+
## 🛫 Ship Criteria
|
|
55
|
+
```yaml
|
|
56
|
+
Rules:
|
|
57
|
+
- id: end-to-end-validation
|
|
58
|
+
```
|
package/skills/qk-docs/SKILL.md
CHANGED
|
@@ -1,62 +1,56 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: qk-docs
|
|
3
|
-
version:
|
|
4
|
-
updated: 2026-07-
|
|
3
|
+
version: 5.0.0
|
|
4
|
+
updated: 2026-07-03
|
|
5
5
|
description: Viết và duy trì tài liệu dự án để con người có thể dễ dàng đọc hiểu.
|
|
6
6
|
category: documentation
|
|
7
|
-
|
|
8
|
-
intent: maintain
|
|
9
|
-
priority: low
|
|
10
|
-
tags: [docs, markdown, jsdoc, readme, architecture, mermaid]
|
|
7
|
+
tags: [documentation, readme, comments]
|
|
11
8
|
platforms: [claude-code, cursor, windsurf, gemini-cli]
|
|
12
|
-
trigger: User asks to write docs, generate architecture diagrams, update README, or write JSDoc.
|
|
13
|
-
inputs: [Source code, Task context]
|
|
14
|
-
outputs: [Markdown Documentation, JSDoc]
|
|
15
|
-
allowed_tools: [read_file, write_to_file]
|
|
16
|
-
pipeline: [analyze, implement, validate, complete]
|
|
17
9
|
---
|
|
18
10
|
|
|
19
|
-
# 🛠️ qk-docs
|
|
11
|
+
# 🛠️ qk-docs
|
|
20
12
|
|
|
21
|
-
> **
|
|
13
|
+
> **Inheritance:** Kỹ năng này tuân thủ Kiến trúc v5.0 của `framework/KERNEL.md`.
|
|
14
|
+
> Output bắt buộc là Decision Summary.
|
|
22
15
|
|
|
23
|
-
|
|
16
|
+
---
|
|
24
17
|
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
- Write Markdown or JSDoc comments.
|
|
29
|
-
- Structure: Description -> Parameters -> Returns -> Warnings/Notes.
|
|
30
|
-
3. **Validate (Review Examples):**
|
|
31
|
-
- ALWAYS provide 1-2 real-world code examples demonstrating how to use the function/API.
|
|
32
|
-
4. **Complete (Format):**
|
|
33
|
-
- Ensure proper Markdown syntax (bolding, code blocks with languages).
|
|
18
|
+
## 🎯 Mission (Scope)
|
|
19
|
+
- ✅ Dịch logic phức tạp thành giải thích tiếng Việt trong sáng cho con người.
|
|
20
|
+
- ❌ Do NOT dịch nguyên xi các thuật ngữ chuyên ngành (Props, Hook, Cache).
|
|
34
21
|
|
|
35
|
-
|
|
22
|
+
---
|
|
36
23
|
|
|
37
|
-
|
|
38
|
-
|
|
24
|
+
## ⚙️ Capabilities (Cognitive Pipeline)
|
|
25
|
+
```yaml
|
|
26
|
+
Pipeline:
|
|
27
|
+
- inference
|
|
28
|
+
- planning
|
|
29
|
+
- execution
|
|
30
|
+
- bias-review
|
|
31
|
+
- ship-check
|
|
32
|
+
```
|
|
39
33
|
|
|
40
|
-
|
|
34
|
+
---
|
|
41
35
|
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
├── YES → Use standard REST/GraphQL documentation layout (Endpoint, Method, Body, Response).
|
|
47
|
-
└── NO → Is it a Component Documentation?
|
|
48
|
-
├── YES → Document the Props interface and usage examples.
|
|
49
|
-
└── NO → Write standard JSDoc or update README.
|
|
36
|
+
## 🎛️ Dials (Hành vi)
|
|
37
|
+
```yaml
|
|
38
|
+
Dials:
|
|
39
|
+
- id: strictness
|
|
50
40
|
```
|
|
51
41
|
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
1. `complete`: Generate the Docs and save them to the project files.
|
|
42
|
+
---
|
|
55
43
|
|
|
56
|
-
##
|
|
44
|
+
## 🛡️ Biases (Sửa lỗi mặc định)
|
|
45
|
+
```yaml
|
|
46
|
+
Biases:
|
|
47
|
+
- id: hallucinated-tools # (Tự bịa ra các step hướng dẫn không tồn tại)
|
|
48
|
+
```
|
|
57
49
|
|
|
58
|
-
|
|
50
|
+
---
|
|
59
51
|
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
52
|
+
## 🛫 Ship Criteria
|
|
53
|
+
```yaml
|
|
54
|
+
Rules:
|
|
55
|
+
- id: minimal-diff
|
|
56
|
+
```
|
|
@@ -1,69 +1,57 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: qk-engineering-standard
|
|
3
|
-
version:
|
|
4
|
-
updated: 2026-07-
|
|
3
|
+
version: 5.0.0
|
|
4
|
+
updated: 2026-07-03
|
|
5
5
|
description: Ép buộc áp dụng SOLID, DRY, Clean Code, và các quy tắc đặt tên.
|
|
6
|
-
category:
|
|
7
|
-
|
|
8
|
-
intent: review-code
|
|
9
|
-
priority: critical
|
|
10
|
-
tags: [clean-code, architecture, refactoring, solid]
|
|
6
|
+
category: conventions
|
|
7
|
+
tags: [clean-code, solid, refactoring, conventions]
|
|
11
8
|
platforms: [claude-code, cursor, windsurf, gemini-cli]
|
|
12
|
-
trigger: User asks to review code, refactor code, or as part of the pipeline before validation.
|
|
13
|
-
inputs: [Source Code, Target Directory]
|
|
14
|
-
outputs: [Refactored Code, Code Review Report]
|
|
15
|
-
allowed_tools: [grep_search, read_file, write_to_file]
|
|
16
|
-
pipeline: [analyze, review, implement, validate, complete]
|
|
17
9
|
---
|
|
18
10
|
|
|
19
|
-
# 🛠️ qk-engineering-standard
|
|
11
|
+
# 🛠️ qk-engineering-standard
|
|
20
12
|
|
|
21
|
-
> **
|
|
13
|
+
> **Inheritance:** Kỹ năng này tuân thủ Kiến trúc v5.0 của `framework/KERNEL.md`.
|
|
14
|
+
> Output bắt buộc là Decision Summary.
|
|
22
15
|
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
1. **Analyze (Context Review):**
|
|
26
|
-
- Scan the target file(s) and determine their role (UI, Logic, API, Config).
|
|
27
|
-
2. **Review (Smell Detection):**
|
|
28
|
-
- Check for Naming violations (e.g., `temp`, `data`, `res` instead of `userData`).
|
|
29
|
-
- Check for Magic Numbers/Strings.
|
|
30
|
-
- Check for God Components (Files > 300 lines or > 3 responsibilities).
|
|
31
|
-
3. **Implement (Refactoring):**
|
|
32
|
-
- Extract inline styles or raw strings into constants.
|
|
33
|
-
- Split large components into smaller, pure components.
|
|
34
|
-
- Separate UI rendering from Business Logic (Custom Hooks).
|
|
35
|
-
4. **Verify (Validation):**
|
|
36
|
-
- Ensure the refactoring did NOT change the business logic or behavior of the app (Regression check).
|
|
16
|
+
---
|
|
37
17
|
|
|
38
|
-
##
|
|
18
|
+
## 🎯 Mission (Scope)
|
|
19
|
+
- ✅ Refactor code để áp dụng Clean Architecture.
|
|
20
|
+
- ❌ Do NOT thay đổi logic nghiệp vụ (business logic).
|
|
39
21
|
|
|
40
|
-
|
|
41
|
-
- **Scope Limit:** Do NOT refactor the entire project if the user only asked to review one file. Limit the scope to the current task context.
|
|
42
|
-
- **Preserve Behavior:** Refactoring must strictly preserve backward compatibility.
|
|
22
|
+
---
|
|
43
23
|
|
|
44
|
-
##
|
|
24
|
+
## ⚙️ Capabilities (Cognitive Pipeline)
|
|
25
|
+
```yaml
|
|
26
|
+
Pipeline:
|
|
27
|
+
- inference
|
|
28
|
+
- planning
|
|
29
|
+
- execution
|
|
30
|
+
- bias-review
|
|
31
|
+
- ship-check
|
|
32
|
+
```
|
|
45
33
|
|
|
46
|
-
|
|
47
|
-
Is the file larger than 300 lines?
|
|
48
|
-
├── YES → Propose splitting the file into sub-components or moving logic to hooks.
|
|
49
|
-
└── NO → Continue normal inspection.
|
|
34
|
+
---
|
|
50
35
|
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
36
|
+
## 🎛️ Dials (Hành vi)
|
|
37
|
+
```yaml
|
|
38
|
+
Dials:
|
|
39
|
+
- id: strictness
|
|
54
40
|
```
|
|
55
41
|
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
1. `validate`: Run static analysis (Linters, TypeScript compiler) to ensure the refactored code has no syntax errors.
|
|
59
|
-
2. `complete`: Generate the review report.
|
|
42
|
+
---
|
|
60
43
|
|
|
61
|
-
##
|
|
44
|
+
## 🛡️ Biases (Sửa lỗi mặc định)
|
|
45
|
+
```yaml
|
|
46
|
+
Biases:
|
|
47
|
+
- id: cosmetic-refactor
|
|
48
|
+
- id: premature-abstraction
|
|
49
|
+
```
|
|
62
50
|
|
|
63
|
-
|
|
51
|
+
---
|
|
64
52
|
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
-
|
|
69
|
-
|
|
53
|
+
## 🛫 Ship Criteria
|
|
54
|
+
```yaml
|
|
55
|
+
Rules:
|
|
56
|
+
- id: minimal-diff
|
|
57
|
+
```
|
|
@@ -1,74 +1,57 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: qk-feature-delivery
|
|
3
|
-
version:
|
|
4
|
-
updated: 2026-07-
|
|
3
|
+
version: 5.0.0
|
|
4
|
+
updated: 2026-07-03
|
|
5
5
|
description: Phát triển tính năng mới hoàn chỉnh từ Frontend đến Backend.
|
|
6
|
-
category:
|
|
7
|
-
|
|
8
|
-
intent: implement-feature
|
|
9
|
-
priority: high
|
|
10
|
-
tags: [feature, development, e2e, ui, api]
|
|
6
|
+
category: fullstack
|
|
7
|
+
tags: [feature, frontend, backend, implementation]
|
|
11
8
|
platforms: [claude-code, cursor, windsurf, gemini-cli]
|
|
12
|
-
trigger: User asks to create a new page, component, or endpoint.
|
|
13
|
-
inputs: [Feature requirements, Design/Mockup (optional)]
|
|
14
|
-
outputs: [Implemented code, Test cases]
|
|
15
|
-
allowed_tools: [run_command, read_file, write_to_file, grep_search]
|
|
16
|
-
pipeline: [analyze, implement, engineering-standard, validate, complete]
|
|
17
9
|
---
|
|
18
10
|
|
|
19
|
-
# 🛠️ qk-feature-delivery
|
|
11
|
+
# 🛠️ qk-feature-delivery
|
|
20
12
|
|
|
21
|
-
> **
|
|
13
|
+
> **Inheritance:** Kỹ năng này tuân thủ Kiến trúc v5.0 của `framework/KERNEL.md`.
|
|
14
|
+
> Output bắt buộc là Decision Summary.
|
|
22
15
|
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
1. **Analyze (Requirements Gathering):**
|
|
26
|
-
- Read the user's requirements.
|
|
27
|
-
- Break down the feature into sub-tasks (e.g., Schema -> API -> UI Component -> Integration).
|
|
28
|
-
2. **Plan (Architecture & Design):**
|
|
29
|
-
- Identify if you need to load specific knowledge files (e.g., `knowledge/frontend/react.md`).
|
|
30
|
-
- Define data interfaces (TypeScript Types/Interfaces) first.
|
|
31
|
-
3. **Execute (Implementation):**
|
|
32
|
-
- Build the backend/API mock first (if applicable).
|
|
33
|
-
- Build the UI component and bind the data.
|
|
34
|
-
4. **Verify (Validation):**
|
|
35
|
-
- **4 UI States:** Implement all 4 UI states: `Loading` (Skeleton/Spinner), `Success` (Data), `Error` (Fallback UI/Retry), and `Empty` (No data).
|
|
36
|
-
- Check if the UI is responsive (works well on Mobile & Desktop).
|
|
37
|
-
|
|
38
|
-
## 🛡️ 3. Constraints & Rules
|
|
16
|
+
---
|
|
39
17
|
|
|
40
|
-
|
|
41
|
-
-
|
|
42
|
-
-
|
|
43
|
-
- **DRY (Don't Repeat Yourself):** Extract inline styles or duplicate logic into hooks/utilities.
|
|
18
|
+
## 🎯 Mission (Scope)
|
|
19
|
+
- ✅ Code tính năng end-to-end (API, DB, UI).
|
|
20
|
+
- ❌ Do NOT dùng lại các thư viện quá cũ hoặc deprecated.
|
|
44
21
|
|
|
45
|
-
|
|
22
|
+
---
|
|
46
23
|
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
24
|
+
## ⚙️ Capabilities (Cognitive Pipeline)
|
|
25
|
+
```yaml
|
|
26
|
+
Pipeline:
|
|
27
|
+
- inference
|
|
28
|
+
- planning
|
|
29
|
+
- execution
|
|
30
|
+
- bias-review
|
|
31
|
+
- ship-check
|
|
53
32
|
```
|
|
54
33
|
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
After implementing the feature, map to the pipeline:
|
|
34
|
+
---
|
|
58
35
|
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
36
|
+
## 🎛️ Dials (Hành vi)
|
|
37
|
+
```yaml
|
|
38
|
+
Dials:
|
|
39
|
+
- id: complexity-budget
|
|
40
|
+
```
|
|
62
41
|
|
|
63
|
-
|
|
42
|
+
---
|
|
64
43
|
|
|
65
|
-
|
|
44
|
+
## 🛡️ Biases (Sửa lỗi mặc định)
|
|
45
|
+
```yaml
|
|
46
|
+
Biases:
|
|
47
|
+
- id: enterprise-crud
|
|
48
|
+
- id: missing-ui-states
|
|
49
|
+
```
|
|
66
50
|
|
|
67
|
-
|
|
51
|
+
---
|
|
68
52
|
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
-
|
|
73
|
-
|
|
74
|
-
- **Hành động tiếp (Next Action):** ...
|
|
53
|
+
## 🛫 Ship Criteria
|
|
54
|
+
```yaml
|
|
55
|
+
Rules:
|
|
56
|
+
- id: end-to-end-validation
|
|
57
|
+
```
|
package/skills/qk-help/SKILL.md
CHANGED
|
@@ -1,44 +1,52 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: qk-help
|
|
3
|
-
version:
|
|
4
|
-
updated: 2026-07-
|
|
3
|
+
version: 5.0.0
|
|
4
|
+
updated: 2026-07-03
|
|
5
5
|
description: Hiển thị danh sách các kỹ năng hiện có và các mẹo sử dụng.
|
|
6
|
-
category:
|
|
7
|
-
|
|
8
|
-
intent: review-code
|
|
9
|
-
priority: low
|
|
10
|
-
tags: [help, manual, list, tutorial]
|
|
6
|
+
category: utility
|
|
7
|
+
tags: [help, menu, list]
|
|
11
8
|
platforms: [claude-code, cursor, windsurf, gemini-cli]
|
|
12
|
-
trigger: User types 'help', asks for a list of skills, or doesn't know how to use the agent.
|
|
13
|
-
inputs: [Help query]
|
|
14
|
-
outputs: [List of skills, Tips]
|
|
15
|
-
allowed_tools: [read_file, list_dir]
|
|
16
|
-
pipeline: [analyze, complete]
|
|
17
9
|
---
|
|
18
10
|
|
|
19
|
-
# 🛠️ qk-help
|
|
11
|
+
# 🛠️ qk-help
|
|
20
12
|
|
|
21
|
-
> **
|
|
13
|
+
> **Inheritance:** Kỹ năng này tuân thủ Kiến trúc v5.0 của `framework/KERNEL.md`.
|
|
14
|
+
> Output bắt buộc là Decision Summary.
|
|
22
15
|
|
|
23
|
-
|
|
16
|
+
---
|
|
17
|
+
|
|
18
|
+
## 🎯 Mission (Scope)
|
|
19
|
+
- ✅ Trình bày bảng hướng dẫn sử dụng nhanh gọn, dễ đọc.
|
|
20
|
+
- ❌ Do NOT đưa ra những tường chữ dài dòng.
|
|
24
21
|
|
|
25
|
-
|
|
26
|
-
- Read the skills directory to list all available tools.
|
|
27
|
-
2. **Complete (Format):**
|
|
28
|
-
- Format the skills into a neat Markdown table.
|
|
22
|
+
---
|
|
29
23
|
|
|
30
|
-
##
|
|
24
|
+
## ⚙️ Capabilities (Cognitive Pipeline)
|
|
25
|
+
```yaml
|
|
26
|
+
Pipeline:
|
|
27
|
+
- execution # Bỏ qua Inference và Planning vì đây là skill cung cấp thông tin.
|
|
28
|
+
- ship-check
|
|
29
|
+
```
|
|
31
30
|
|
|
32
|
-
|
|
31
|
+
---
|
|
33
32
|
|
|
34
|
-
##
|
|
33
|
+
## 🎛️ Dials (Hành vi)
|
|
34
|
+
```yaml
|
|
35
|
+
Dials:
|
|
36
|
+
- id: strictness
|
|
37
|
+
```
|
|
35
38
|
|
|
36
|
-
|
|
39
|
+
---
|
|
37
40
|
|
|
38
|
-
##
|
|
41
|
+
## 🛡️ Biases (Sửa lỗi mặc định)
|
|
42
|
+
```yaml
|
|
43
|
+
Biases: []
|
|
44
|
+
```
|
|
39
45
|
|
|
40
|
-
|
|
46
|
+
---
|
|
41
47
|
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
48
|
+
## 🛫 Ship Criteria
|
|
49
|
+
```yaml
|
|
50
|
+
Rules:
|
|
51
|
+
- id: delegation-only
|
|
52
|
+
```
|
|
@@ -1,61 +1,58 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: qk-orchestrator
|
|
3
|
-
version:
|
|
4
|
-
updated: 2026-07-
|
|
3
|
+
version: 5.0.0
|
|
4
|
+
updated: 2026-07-03
|
|
5
5
|
description: Điều hướng yêu cầu của người dùng, phân tích ý định và ủy quyền cho các sub-skills phù hợp.
|
|
6
|
-
category:
|
|
7
|
-
|
|
8
|
-
intent: review-code
|
|
9
|
-
priority: critical
|
|
10
|
-
tags: [router, orchestrator, delegation, ai-manager]
|
|
6
|
+
category: core
|
|
7
|
+
tags: [orchestrator, routing, dispatch, core]
|
|
11
8
|
platforms: [claude-code, cursor, windsurf, gemini-cli]
|
|
12
|
-
trigger: Triggered initially when the user provides a vague or complex multi-step request.
|
|
13
|
-
inputs: [User intent, Raw Context]
|
|
14
|
-
outputs: [Workflow routing, Sub-skill delegation]
|
|
15
|
-
allowed_tools: [grep_search, read_file]
|
|
16
|
-
pipeline: [analyze, plan, delegate]
|
|
17
9
|
---
|
|
18
10
|
|
|
19
|
-
# 🛠️ qk-orchestrator
|
|
11
|
+
# 🛠️ qk-orchestrator
|
|
20
12
|
|
|
21
|
-
> **
|
|
13
|
+
> **Inheritance:** Kỹ năng này tuân thủ Kiến trúc v5.0 của `framework/KERNEL.md`.
|
|
14
|
+
> Output bắt buộc là Decision Summary.
|
|
22
15
|
|
|
23
|
-
|
|
16
|
+
---
|
|
24
17
|
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
- Determine which specific files are needed.
|
|
29
|
-
- Select the most appropriate Skill (e.g., `qk-feature-delivery` for new UI, `qk-bug-resolution` for fixing errors).
|
|
30
|
-
3. **Delegate (Handoff):**
|
|
31
|
-
- Handoff the gathered context to the selected Skill.
|
|
18
|
+
## 🎯 Mission (Scope)
|
|
19
|
+
- ✅ Phân tích yêu cầu và điều phối cho đúng Skill con.
|
|
20
|
+
- ❌ Do NOT tự tay viết code hoặc thực hiện thay đổi hệ thống.
|
|
32
21
|
|
|
33
|
-
|
|
22
|
+
---
|
|
34
23
|
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
24
|
+
## ⚙️ Capabilities (Cognitive Pipeline)
|
|
25
|
+
```yaml
|
|
26
|
+
Pipeline:
|
|
27
|
+
- inference
|
|
28
|
+
- planning
|
|
29
|
+
- delegation # <-- Core capability
|
|
30
|
+
- bias-review
|
|
31
|
+
- ship-check
|
|
32
|
+
```
|
|
38
33
|
|
|
39
|
-
|
|
34
|
+
---
|
|
40
35
|
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
│ 3. `qk-api-lifecycle` (Endpoints)
|
|
47
|
-
│ 4. `qk-feature-delivery` (UI).
|
|
48
|
-
└── NO → Delegate to the single most appropriate skill.
|
|
36
|
+
## 🎛️ Dials (Hành vi)
|
|
37
|
+
```yaml
|
|
38
|
+
Dials:
|
|
39
|
+
- id: autonomy # (Tự động quyết định hay chờ lệnh)
|
|
40
|
+
- id: strictness
|
|
49
41
|
```
|
|
50
42
|
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
1. `delegate`: Call the target Skill.
|
|
43
|
+
---
|
|
54
44
|
|
|
55
|
-
##
|
|
45
|
+
## 🛡️ Biases (Sửa lỗi mặc định)
|
|
46
|
+
```yaml
|
|
47
|
+
Biases:
|
|
48
|
+
- id: hallucinated-tools # (Tự bịa ra các tool/skill không tồn tại)
|
|
49
|
+
- id: absent-delegation # (Tự nhảy vào code thay vì giao việc)
|
|
50
|
+
```
|
|
56
51
|
|
|
57
|
-
|
|
52
|
+
---
|
|
58
53
|
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
54
|
+
## 🛫 Ship Criteria
|
|
55
|
+
```yaml
|
|
56
|
+
Rules:
|
|
57
|
+
- id: delegation-only
|
|
58
|
+
```
|