ai-developer-skill-os 3.1.4 → 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.
Files changed (97) hide show
  1. package/README.md +15 -19
  2. package/_template/SKILL.md +37 -133
  3. package/framework/KERNEL.md +58 -0
  4. package/framework/bias-library/cosmetic-refactor.md +21 -0
  5. package/framework/bias-library/enterprise-crud.md +21 -0
  6. package/framework/bias-library/fake-ui-slop.md +20 -0
  7. package/framework/bias-library/hallucinated-tools.md +20 -0
  8. package/framework/bias-library/missing-ui-states.md +19 -0
  9. package/framework/bias-library/over-indexing.md +20 -0
  10. package/framework/bias-library/swallow-errors.md +19 -0
  11. package/framework/bias-library/ui-only-security.md +17 -0
  12. package/framework/dial-library/complexity-budget.md +13 -0
  13. package/framework/dial-library/granularity.md +13 -0
  14. package/framework/dial-library/optimization-strategy.md +13 -0
  15. package/framework/dial-library/strictness.md +13 -0
  16. package/framework/rule-library/delegation-only.md +9 -0
  17. package/framework/rule-library/minimal-diff.md +9 -0
  18. package/package.json +1 -1
  19. package/skills/qk-access-policy/SKILL.md +41 -31
  20. package/skills/qk-ai-builder/SKILL.md +40 -31
  21. package/skills/qk-api-lifecycle/SKILL.md +40 -53
  22. package/skills/qk-bug-resolution/SKILL.md +40 -57
  23. package/skills/qk-context-loader/SKILL.md +37 -36
  24. package/skills/qk-data-lifecycle/SKILL.md +38 -50
  25. package/skills/qk-db-optimizer/SKILL.md +56 -0
  26. package/skills/qk-design-to-code/SKILL.md +41 -36
  27. package/skills/qk-docs/SKILL.md +38 -42
  28. package/skills/qk-engineering-standard/SKILL.md +40 -52
  29. package/skills/qk-feature-delivery/SKILL.md +40 -56
  30. package/skills/qk-help/SKILL.md +37 -29
  31. package/skills/qk-orchestrator/SKILL.md +41 -43
  32. package/skills/qk-policy-engine/SKILL.md +37 -42
  33. package/skills/qk-production-release/SKILL.md +41 -37
  34. package/skills/qk-project-bootstrap/SKILL.md +40 -33
  35. package/skills/qk-project-health/SKILL.md +37 -45
  36. package/skills/qk-project-memory/SKILL.md +39 -25
  37. package/skills/qk-system-evolution/SKILL.md +37 -52
  38. package/skills/qk-ui-audit/SKILL.md +38 -47
  39. package/skills/qk-ui-system-builder/SKILL.md +39 -30
  40. package/skills/qk-validation-gate/SKILL.md +35 -48
  41. package/skills.json +313 -86
  42. package/taste-skill/.claude-plugin/marketplace.json +20 -0
  43. package/taste-skill/.claude-plugin/plugin.json +19 -0
  44. package/taste-skill/.github/FUNDING.yml +1 -0
  45. package/taste-skill/.github/copilot-instructions.md +11 -0
  46. package/taste-skill/CHANGELOG.md +111 -0
  47. package/taste-skill/LICENSE +21 -0
  48. package/taste-skill/README.md +212 -0
  49. package/taste-skill/assets/.gitkeep +0 -0
  50. package/taste-skill/assets/readme-banner.webp +0 -0
  51. package/taste-skill/assets/readme-buttons/btn-agent-skills.webp +0 -0
  52. package/taste-skill/assets/readme-buttons/btn-changelog.webp +0 -0
  53. package/taste-skill/assets/readme-buttons/btn-mit.webp +0 -0
  54. package/taste-skill/assets/readme-buttons/btn-site.webp +0 -0
  55. package/taste-skill/assets/readme-buttons/btn-tools.webp +0 -0
  56. package/taste-skill/assets/readme-cta-tasteskill.svg +5 -0
  57. package/taste-skill/assets/sponsors/animations-dev.webp +0 -0
  58. package/taste-skill/assets/sponsors/emil-animations-dev.webp +0 -0
  59. package/taste-skill/assets/taste-skill-logo.png +0 -0
  60. package/taste-skill/assets/taste-skill-logo.webp +0 -0
  61. package/taste-skill/assets/vercel-oss-program-badge.svg +44 -0
  62. package/taste-skill/examples/floria-bottom.webp +0 -0
  63. package/taste-skill/examples/floria-full.webp +0 -0
  64. package/taste-skill/examples/floria-top.webp +0 -0
  65. package/taste-skill/research/README.md +8 -0
  66. package/taste-skill/research/laziness/README.md +25 -0
  67. package/taste-skill/research/laziness/findings/empirical-results.md +58 -0
  68. package/taste-skill/research/laziness/findings/references.md +20 -0
  69. package/taste-skill/research/laziness/remediation/architectural-patterns.md +55 -0
  70. package/taste-skill/research/laziness/remediation/parameter-tuning.md +44 -0
  71. package/taste-skill/research/laziness/remediation/prompt-engineering.md +52 -0
  72. package/taste-skill/research/laziness/remediation/reference-prompts.md +79 -0
  73. package/taste-skill/research/laziness/root-causes/cognitive-shortcuts.md +23 -0
  74. package/taste-skill/research/laziness/root-causes/output-limits.md +39 -0
  75. package/taste-skill/research/laziness/root-causes/rlhf-and-compute.md +27 -0
  76. package/taste-skill/research/laziness/root-causes/training-data-bias.md +28 -0
  77. package/taste-skill/scripts/build-emil-sponsor-row.mjs +41 -0
  78. package/taste-skill/scripts/convert-readme-assets-webp.mjs +142 -0
  79. package/taste-skill/scripts/process-readme-buttons.mjs +108 -0
  80. package/taste-skill/scripts/process-sponsor-badge.mjs +83 -0
  81. package/taste-skill/skill.sh +25 -0
  82. package/taste-skill/skills/brandkit/SKILL.md +798 -0
  83. package/taste-skill/skills/brutalist-skill/SKILL.md +92 -0
  84. package/taste-skill/skills/gpt-tasteskill/SKILL.md +74 -0
  85. package/taste-skill/skills/image-to-code-skill/SKILL.md +1228 -0
  86. package/taste-skill/skills/imagegen-frontend-mobile/SKILL.md +1465 -0
  87. package/taste-skill/skills/imagegen-frontend-web/SKILL.md +987 -0
  88. package/taste-skill/skills/llms.txt +13 -0
  89. package/taste-skill/skills/minimalist-skill/SKILL.md +85 -0
  90. package/taste-skill/skills/output-skill/SKILL.md +49 -0
  91. package/taste-skill/skills/redesign-skill/SKILL.md +178 -0
  92. package/taste-skill/skills/soft-skill/SKILL.md +98 -0
  93. package/taste-skill/skills/stitch-skill/DESIGN.md +121 -0
  94. package/taste-skill/skills/stitch-skill/SKILL.md +184 -0
  95. package/taste-skill/skills/taste-skill/SKILL.md +1206 -0
  96. package/taste-skill/skills/taste-skill-v1/SKILL.md +226 -0
  97. package/skills/qk-documentation-system/SKILL.md +0 -45
@@ -1,67 +1,54 @@
1
1
  ---
2
2
  name: qk-validation-gate
3
- version: 3.1.4
4
- updated: 2026-07-02
5
- description: Mandatory Quality Gate (Test, Lint, Security).
3
+ version: 5.0.0
4
+ updated: 2026-07-03
5
+ description: Cổng kiểm tra chất lượng bắt buộc (Test, Lint, Security).
6
6
  category: validation
7
- behavior: validation
8
- intent: validate
9
- priority: critical
10
7
  tags: [ci, testing, linting, security, gatekeeper]
11
8
  platforms: [claude-code, cursor, windsurf, gemini-cli]
12
- trigger: Triggered automatically as the final step in a pipeline, or manually when the user asks to "check the code".
13
- inputs: [Modified files]
14
- outputs: [Validation Report (Pass/Fail)]
15
- allowed_tools: [run_command, grep_search]
16
- pipeline: [analyze, validate, complete]
17
9
  ---
18
10
 
19
- # 🛠️ qk-validation-gate - Standard Operating Procedure
11
+ # 🛠️ qk-validation-gate
20
12
 
21
- > **Goal:** Hoạt động như một "Người Gác Cổng" (Gatekeeper). Đảm bảo không có lỗi cú pháp, vi phạm bảo mật, hoặc code rác nào lọt qua trước khi báo cáo hoàn thành.
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
- ## 🔄 1. Chain of Thought (SOP)
24
-
25
- 1. **Analyze (Static Sweep):**
26
- - Use `grep_search` to scan modified files for garbage code: `console.log(`, `debugger;`, `// TODO`, `@ts-ignore`.
27
- - Scan for hardcoded secrets: `API_KEY=`, `Bearer ey...`.
28
- 2. **Validate (Automated Checks):**
29
- - Run the Linter: `npm run lint` or `eslint .`.
30
- - Run the Type Checker: `tsc --noEmit`.
31
- - Run the Tests: `npm run test` (if applicable).
32
- 3. **Complete (Report & Auto-fix):**
33
- - If minor lint errors exist, attempt an auto-fix (`npm run lint --fix`).
34
- - If tests fail, report the exact failure to the user. Do NOT pretend it passed.
16
+ ---
35
17
 
36
- ## 🛡️ 3. Constraints & Rules
18
+ ## 🎯 Mission (Scope)
19
+ - ✅ Chạy các lệnh kiểm định (Test, Lint) thực tế.
20
+ - ❌ Do NOT giả vờ là test đã pass mà không gọi tool CLI.
37
21
 
38
- - **Zero Tolerance:** A failed test or a TypeScript error means the Gate is FAILED. Do not ignore errors.
39
- - **No Force:** Never use `--force` or `--no-verify` flags.
40
- - **Real Execution:** You MUST run the actual CLI commands using `run_command` and wait for the output.
22
+ ---
41
23
 
42
- ## 🌳 3. Decision Tree
24
+ ## ⚙️ Capabilities (Cognitive Pipeline)
25
+ ```yaml
26
+ Pipeline:
27
+ - inference
28
+ - execution
29
+ - ship-check
30
+ ```
43
31
 
44
- ```text
45
- Did `npm run lint` return errors?
46
- ├── YES → Are they auto-fixable?
47
- │ ├── YES → Run `npm run lint --fix`.
48
- │ └── NO → Manually fix the file and re-run.
49
- └── NO → Proceed to Type Checking.
32
+ ---
50
33
 
51
- Did `tsc --noEmit` return errors?
52
- ├── YES → Fix the TypeScript types. Do NOT use `any` as a shortcut.
53
- └── NO → GATE PASSED.
34
+ ## 🎛️ Dials (Hành vi)
35
+ ```yaml
36
+ Dials:
37
+ - id: strictness
54
38
  ```
55
39
 
56
- ## 🤝 4. Handoff Pipeline
57
-
58
- 1. `complete`: Once all checks pass, output the Validation Report.
40
+ ---
59
41
 
60
- ## 📝 5. Output Format
42
+ ## 🛡️ Biases (Sửa lỗi mặc định)
43
+ ```yaml
44
+ Biases:
45
+ - id: hallucinated-tools
46
+ ```
61
47
 
62
- Vui lòng trả kết quả bằng Tiếng Việt.
48
+ ---
63
49
 
64
- - **Tóm tắt (Summary):** 🛡️ Đã chạy các cổng kiểm định (Lint, Test, Type).
65
- - **Chi tiết (Changes):** Liệt kê các lệnh đã chạy và kết quả.
66
- - **Xác thực (Verification):** Ghi rõ PASS (Xanh) hoặc FAIL (Đỏ).
67
- - **Rủi ro (Risks):** Có phát hiện code rác / comment tạm thời không.
50
+ ## 🛫 Ship Criteria
51
+ ```yaml
52
+ Rules:
53
+ - id: end-to-end-validation
54
+ ```