ma-agents 2.20.0 → 2.20.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 (370) hide show
  1. package/package.json +1 -1
  2. package/.cline/clinerules.md +0 -14
  3. package/.cline/skills/.ma-agents.json +0 -199
  4. package/.cline/skills/MANIFEST.yaml +0 -204
  5. package/.cline/skills/ai-audit-trail/SKILL.md +0 -23
  6. package/.cline/skills/cmake-best-practices/SKILL.md +0 -64
  7. package/.cline/skills/cmake-best-practices/examples/cmake.md +0 -59
  8. package/.cline/skills/code-documentation/SKILL.md +0 -57
  9. package/.cline/skills/code-documentation/examples/cpp.md +0 -29
  10. package/.cline/skills/code-documentation/examples/csharp.md +0 -28
  11. package/.cline/skills/code-documentation/examples/javascript_typescript.md +0 -28
  12. package/.cline/skills/code-documentation/examples/python.md +0 -57
  13. package/.cline/skills/code-review/SKILL.md +0 -59
  14. package/.cline/skills/commit-message/SKILL.md +0 -79
  15. package/.cline/skills/cpp-concurrency-safety/SKILL.md +0 -60
  16. package/.cline/skills/cpp-concurrency-safety/examples/concurrency.md +0 -73
  17. package/.cline/skills/cpp-const-correctness/SKILL.md +0 -63
  18. package/.cline/skills/cpp-const-correctness/examples/const_correctness.md +0 -54
  19. package/.cline/skills/cpp-memory-handling/SKILL.md +0 -42
  20. package/.cline/skills/cpp-memory-handling/examples/modern-cpp.md +0 -49
  21. package/.cline/skills/cpp-memory-handling/examples/smart-pointers.md +0 -46
  22. package/.cline/skills/cpp-modern-composition/SKILL.md +0 -64
  23. package/.cline/skills/cpp-modern-composition/examples/composition.md +0 -51
  24. package/.cline/skills/cpp-robust-interfaces/SKILL.md +0 -55
  25. package/.cline/skills/cpp-robust-interfaces/examples/interfaces.md +0 -56
  26. package/.cline/skills/create-hardened-docker-skill/SKILL.md +0 -637
  27. package/.cline/skills/create-hardened-docker-skill/scripts/create-all.sh +0 -489
  28. package/.cline/skills/docker-hardening-verification/SKILL.md +0 -28
  29. package/.cline/skills/docker-hardening-verification/scripts/verify-hardening.sh +0 -39
  30. package/.cline/skills/docker-image-signing/SKILL.md +0 -28
  31. package/.cline/skills/docker-image-signing/scripts/sign-image.sh +0 -33
  32. package/.cline/skills/document-revision-history/SKILL.md +0 -104
  33. package/.cline/skills/git-workflow-skill/SKILL.md +0 -194
  34. package/.cline/skills/git-workflow-skill/hooks/commit-msg +0 -61
  35. package/.cline/skills/git-workflow-skill/hooks/pre-commit +0 -38
  36. package/.cline/skills/git-workflow-skill/hooks/prepare-commit-msg +0 -56
  37. package/.cline/skills/git-workflow-skill/scripts/finish-feature.sh +0 -192
  38. package/.cline/skills/git-workflow-skill/scripts/install-hooks.sh +0 -55
  39. package/.cline/skills/git-workflow-skill/scripts/start-feature.sh +0 -110
  40. package/.cline/skills/git-workflow-skill/scripts/validate-workflow.sh +0 -229
  41. package/.cline/skills/js-ts-dependency-mgmt/SKILL.md +0 -49
  42. package/.cline/skills/js-ts-dependency-mgmt/examples/dependency_mgmt.md +0 -60
  43. package/.cline/skills/js-ts-security-skill/SKILL.md +0 -64
  44. package/.cline/skills/js-ts-security-skill/scripts/verify-security.sh +0 -136
  45. package/.cline/skills/logging-best-practices/SKILL.md +0 -50
  46. package/.cline/skills/logging-best-practices/docs/logging-standards.md +0 -29
  47. package/.cline/skills/logging-best-practices/examples/cpp.md +0 -36
  48. package/.cline/skills/logging-best-practices/examples/csharp.md +0 -49
  49. package/.cline/skills/logging-best-practices/examples/javascript.md +0 -77
  50. package/.cline/skills/logging-best-practices/examples/python.md +0 -57
  51. package/.cline/skills/opentelemetry-best-practices/SKILL.md +0 -34
  52. package/.cline/skills/opentelemetry-best-practices/docs/otel-standards.md +0 -37
  53. package/.cline/skills/opentelemetry-best-practices/examples/go.md +0 -32
  54. package/.cline/skills/opentelemetry-best-practices/examples/javascript.md +0 -58
  55. package/.cline/skills/opentelemetry-best-practices/examples/python.md +0 -37
  56. package/.cline/skills/python-dependency-mgmt/SKILL.md +0 -42
  57. package/.cline/skills/python-dependency-mgmt/examples/dependency_mgmt.md +0 -67
  58. package/.cline/skills/python-security-skill/SKILL.md +0 -56
  59. package/.cline/skills/python-security-skill/examples/security.md +0 -56
  60. package/.cline/skills/self-signed-cert/SKILL.md +0 -42
  61. package/.cline/skills/self-signed-cert/scripts/generate-cert.ps1 +0 -45
  62. package/.cline/skills/self-signed-cert/scripts/generate-cert.sh +0 -43
  63. package/.cline/skills/skill-creator/SKILL.md +0 -196
  64. package/.cline/skills/skill-creator/docs/output-patterns.md +0 -82
  65. package/.cline/skills/skill-creator/docs/workflows.md +0 -28
  66. package/.cline/skills/skill-creator/scripts/init_skill.py +0 -208
  67. package/.cline/skills/skill-creator/scripts/package_skill.py +0 -99
  68. package/.cline/skills/skill-creator/scripts/quick_validate.py +0 -113
  69. package/.cline/skills/test-accompanied-development/SKILL.md +0 -50
  70. package/.cline/skills/test-generator/SKILL.md +0 -73
  71. package/.cline/skills/vercel-react-best-practices/SKILL.md +0 -109
  72. package/.cline/skills/verify-hardened-docker-skill/SKILL.md +0 -442
  73. package/.cline/skills/verify-hardened-docker-skill/scripts/verify-docker-hardening.sh +0 -439
  74. package/.clinerules +0 -14
  75. package/.cursor/cursor.md +0 -14
  76. package/.cursor/skills/.ma-agents.json +0 -199
  77. package/.cursor/skills/MANIFEST.yaml +0 -204
  78. package/.cursor/skills/ai-audit-trail/SKILL.md +0 -23
  79. package/.cursor/skills/cmake-best-practices/SKILL.md +0 -64
  80. package/.cursor/skills/cmake-best-practices/examples/cmake.md +0 -59
  81. package/.cursor/skills/code-documentation/SKILL.md +0 -57
  82. package/.cursor/skills/code-documentation/examples/cpp.md +0 -29
  83. package/.cursor/skills/code-documentation/examples/csharp.md +0 -28
  84. package/.cursor/skills/code-documentation/examples/javascript_typescript.md +0 -28
  85. package/.cursor/skills/code-documentation/examples/python.md +0 -57
  86. package/.cursor/skills/code-review/SKILL.md +0 -43
  87. package/.cursor/skills/commit-message/SKILL.md +0 -79
  88. package/.cursor/skills/cpp-concurrency-safety/SKILL.md +0 -60
  89. package/.cursor/skills/cpp-concurrency-safety/examples/concurrency.md +0 -73
  90. package/.cursor/skills/cpp-const-correctness/SKILL.md +0 -63
  91. package/.cursor/skills/cpp-const-correctness/examples/const_correctness.md +0 -54
  92. package/.cursor/skills/cpp-memory-handling/SKILL.md +0 -42
  93. package/.cursor/skills/cpp-memory-handling/examples/modern-cpp.md +0 -49
  94. package/.cursor/skills/cpp-memory-handling/examples/smart-pointers.md +0 -46
  95. package/.cursor/skills/cpp-modern-composition/SKILL.md +0 -64
  96. package/.cursor/skills/cpp-modern-composition/examples/composition.md +0 -51
  97. package/.cursor/skills/cpp-robust-interfaces/SKILL.md +0 -55
  98. package/.cursor/skills/cpp-robust-interfaces/examples/interfaces.md +0 -56
  99. package/.cursor/skills/create-hardened-docker-skill/SKILL.md +0 -637
  100. package/.cursor/skills/create-hardened-docker-skill/scripts/create-all.sh +0 -489
  101. package/.cursor/skills/docker-hardening-verification/SKILL.md +0 -28
  102. package/.cursor/skills/docker-hardening-verification/scripts/verify-hardening.sh +0 -39
  103. package/.cursor/skills/docker-image-signing/SKILL.md +0 -28
  104. package/.cursor/skills/docker-image-signing/scripts/sign-image.sh +0 -33
  105. package/.cursor/skills/document-revision-history/SKILL.md +0 -104
  106. package/.cursor/skills/git-workflow-skill/SKILL.md +0 -194
  107. package/.cursor/skills/git-workflow-skill/hooks/commit-msg +0 -61
  108. package/.cursor/skills/git-workflow-skill/hooks/pre-commit +0 -38
  109. package/.cursor/skills/git-workflow-skill/hooks/prepare-commit-msg +0 -56
  110. package/.cursor/skills/git-workflow-skill/scripts/finish-feature.sh +0 -192
  111. package/.cursor/skills/git-workflow-skill/scripts/install-hooks.sh +0 -55
  112. package/.cursor/skills/git-workflow-skill/scripts/start-feature.sh +0 -110
  113. package/.cursor/skills/git-workflow-skill/scripts/validate-workflow.sh +0 -229
  114. package/.cursor/skills/js-ts-dependency-mgmt/SKILL.md +0 -49
  115. package/.cursor/skills/js-ts-dependency-mgmt/examples/dependency_mgmt.md +0 -60
  116. package/.cursor/skills/js-ts-security-skill/SKILL.md +0 -64
  117. package/.cursor/skills/js-ts-security-skill/scripts/verify-security.sh +0 -136
  118. package/.cursor/skills/logging-best-practices/SKILL.md +0 -50
  119. package/.cursor/skills/logging-best-practices/examples/cpp.md +0 -36
  120. package/.cursor/skills/logging-best-practices/examples/csharp.md +0 -49
  121. package/.cursor/skills/logging-best-practices/examples/javascript.md +0 -77
  122. package/.cursor/skills/logging-best-practices/examples/python.md +0 -57
  123. package/.cursor/skills/logging-best-practices/references/logging-standards.md +0 -29
  124. package/.cursor/skills/opentelemetry-best-practices/SKILL.md +0 -34
  125. package/.cursor/skills/opentelemetry-best-practices/examples/go.md +0 -32
  126. package/.cursor/skills/opentelemetry-best-practices/examples/javascript.md +0 -58
  127. package/.cursor/skills/opentelemetry-best-practices/examples/python.md +0 -37
  128. package/.cursor/skills/opentelemetry-best-practices/references/otel-standards.md +0 -37
  129. package/.cursor/skills/python-dependency-mgmt/SKILL.md +0 -42
  130. package/.cursor/skills/python-dependency-mgmt/examples/dependency_mgmt.md +0 -67
  131. package/.cursor/skills/python-security-skill/SKILL.md +0 -56
  132. package/.cursor/skills/python-security-skill/examples/security.md +0 -56
  133. package/.cursor/skills/self-signed-cert/SKILL.md +0 -42
  134. package/.cursor/skills/self-signed-cert/scripts/generate-cert.ps1 +0 -45
  135. package/.cursor/skills/self-signed-cert/scripts/generate-cert.sh +0 -43
  136. package/.cursor/skills/skill-creator/SKILL.md +0 -196
  137. package/.cursor/skills/skill-creator/references/output-patterns.md +0 -82
  138. package/.cursor/skills/skill-creator/references/workflows.md +0 -28
  139. package/.cursor/skills/skill-creator/scripts/init_skill.py +0 -208
  140. package/.cursor/skills/skill-creator/scripts/package_skill.py +0 -99
  141. package/.cursor/skills/skill-creator/scripts/quick_validate.py +0 -113
  142. package/.cursor/skills/test-accompanied-development/SKILL.md +0 -50
  143. package/.cursor/skills/test-generator/SKILL.md +0 -65
  144. package/.cursor/skills/vercel-react-best-practices/SKILL.md +0 -109
  145. package/.cursor/skills/verify-hardened-docker-skill/SKILL.md +0 -442
  146. package/.cursor/skills/verify-hardened-docker-skill/scripts/verify-docker-hardening.sh +0 -439
  147. package/.gemini/gemini.md +0 -14
  148. package/.gemini/skills/.ma-agents.json +0 -199
  149. package/.gemini/skills/MANIFEST.yaml +0 -204
  150. package/.gemini/skills/ai-audit-trail/SKILL.md +0 -23
  151. package/.gemini/skills/cmake-best-practices/SKILL.md +0 -64
  152. package/.gemini/skills/cmake-best-practices/examples/cmake.md +0 -59
  153. package/.gemini/skills/code-documentation/SKILL.md +0 -57
  154. package/.gemini/skills/code-documentation/examples/cpp.md +0 -29
  155. package/.gemini/skills/code-documentation/examples/csharp.md +0 -28
  156. package/.gemini/skills/code-documentation/examples/javascript_typescript.md +0 -28
  157. package/.gemini/skills/code-documentation/examples/python.md +0 -57
  158. package/.gemini/skills/code-review/SKILL.md +0 -43
  159. package/.gemini/skills/commit-message/SKILL.md +0 -79
  160. package/.gemini/skills/cpp-concurrency-safety/SKILL.md +0 -60
  161. package/.gemini/skills/cpp-concurrency-safety/examples/concurrency.md +0 -73
  162. package/.gemini/skills/cpp-const-correctness/SKILL.md +0 -63
  163. package/.gemini/skills/cpp-const-correctness/examples/const_correctness.md +0 -54
  164. package/.gemini/skills/cpp-memory-handling/SKILL.md +0 -42
  165. package/.gemini/skills/cpp-memory-handling/examples/modern-cpp.md +0 -49
  166. package/.gemini/skills/cpp-memory-handling/examples/smart-pointers.md +0 -46
  167. package/.gemini/skills/cpp-modern-composition/SKILL.md +0 -64
  168. package/.gemini/skills/cpp-modern-composition/examples/composition.md +0 -51
  169. package/.gemini/skills/cpp-robust-interfaces/SKILL.md +0 -55
  170. package/.gemini/skills/cpp-robust-interfaces/examples/interfaces.md +0 -56
  171. package/.gemini/skills/create-hardened-docker-skill/SKILL.md +0 -637
  172. package/.gemini/skills/create-hardened-docker-skill/scripts/create-all.sh +0 -489
  173. package/.gemini/skills/docker-hardening-verification/SKILL.md +0 -28
  174. package/.gemini/skills/docker-hardening-verification/scripts/verify-hardening.sh +0 -39
  175. package/.gemini/skills/docker-image-signing/SKILL.md +0 -28
  176. package/.gemini/skills/docker-image-signing/scripts/sign-image.sh +0 -33
  177. package/.gemini/skills/document-revision-history/SKILL.md +0 -104
  178. package/.gemini/skills/git-workflow-skill/SKILL.md +0 -194
  179. package/.gemini/skills/git-workflow-skill/hooks/commit-msg +0 -61
  180. package/.gemini/skills/git-workflow-skill/hooks/pre-commit +0 -38
  181. package/.gemini/skills/git-workflow-skill/hooks/prepare-commit-msg +0 -56
  182. package/.gemini/skills/git-workflow-skill/scripts/finish-feature.sh +0 -192
  183. package/.gemini/skills/git-workflow-skill/scripts/install-hooks.sh +0 -55
  184. package/.gemini/skills/git-workflow-skill/scripts/start-feature.sh +0 -110
  185. package/.gemini/skills/git-workflow-skill/scripts/validate-workflow.sh +0 -229
  186. package/.gemini/skills/js-ts-dependency-mgmt/SKILL.md +0 -49
  187. package/.gemini/skills/js-ts-dependency-mgmt/examples/dependency_mgmt.md +0 -60
  188. package/.gemini/skills/js-ts-security-skill/SKILL.md +0 -64
  189. package/.gemini/skills/js-ts-security-skill/scripts/verify-security.sh +0 -136
  190. package/.gemini/skills/logging-best-practices/SKILL.md +0 -50
  191. package/.gemini/skills/logging-best-practices/examples/cpp.md +0 -36
  192. package/.gemini/skills/logging-best-practices/examples/csharp.md +0 -49
  193. package/.gemini/skills/logging-best-practices/examples/javascript.md +0 -77
  194. package/.gemini/skills/logging-best-practices/examples/python.md +0 -57
  195. package/.gemini/skills/logging-best-practices/references/logging-standards.md +0 -29
  196. package/.gemini/skills/opentelemetry-best-practices/SKILL.md +0 -34
  197. package/.gemini/skills/opentelemetry-best-practices/examples/go.md +0 -32
  198. package/.gemini/skills/opentelemetry-best-practices/examples/javascript.md +0 -58
  199. package/.gemini/skills/opentelemetry-best-practices/examples/python.md +0 -37
  200. package/.gemini/skills/opentelemetry-best-practices/references/otel-standards.md +0 -37
  201. package/.gemini/skills/python-dependency-mgmt/SKILL.md +0 -42
  202. package/.gemini/skills/python-dependency-mgmt/examples/dependency_mgmt.md +0 -67
  203. package/.gemini/skills/python-security-skill/SKILL.md +0 -56
  204. package/.gemini/skills/python-security-skill/examples/security.md +0 -56
  205. package/.gemini/skills/self-signed-cert/SKILL.md +0 -42
  206. package/.gemini/skills/self-signed-cert/scripts/generate-cert.ps1 +0 -45
  207. package/.gemini/skills/self-signed-cert/scripts/generate-cert.sh +0 -43
  208. package/.gemini/skills/skill-creator/SKILL.md +0 -196
  209. package/.gemini/skills/skill-creator/references/output-patterns.md +0 -82
  210. package/.gemini/skills/skill-creator/references/workflows.md +0 -28
  211. package/.gemini/skills/skill-creator/scripts/init_skill.py +0 -208
  212. package/.gemini/skills/skill-creator/scripts/package_skill.py +0 -99
  213. package/.gemini/skills/skill-creator/scripts/quick_validate.py +0 -113
  214. package/.gemini/skills/test-accompanied-development/SKILL.md +0 -50
  215. package/.gemini/skills/test-generator/SKILL.md +0 -65
  216. package/.gemini/skills/vercel-react-best-practices/SKILL.md +0 -109
  217. package/.gemini/skills/verify-hardened-docker-skill/SKILL.md +0 -442
  218. package/.gemini/skills/verify-hardened-docker-skill/scripts/verify-docker-hardening.sh +0 -439
  219. package/.github/copilot/copilot.md +0 -14
  220. package/.github/copilot/skills/.ma-agents.json +0 -199
  221. package/.github/copilot/skills/MANIFEST.yaml +0 -204
  222. package/.github/copilot/skills/ai-audit-trail/SKILL.md +0 -23
  223. package/.github/copilot/skills/cmake-best-practices/SKILL.md +0 -64
  224. package/.github/copilot/skills/cmake-best-practices/examples/cmake.md +0 -59
  225. package/.github/copilot/skills/code-documentation/SKILL.md +0 -57
  226. package/.github/copilot/skills/code-documentation/examples/cpp.md +0 -29
  227. package/.github/copilot/skills/code-documentation/examples/csharp.md +0 -28
  228. package/.github/copilot/skills/code-documentation/examples/javascript_typescript.md +0 -28
  229. package/.github/copilot/skills/code-documentation/examples/python.md +0 -57
  230. package/.github/copilot/skills/code-review/SKILL.md +0 -43
  231. package/.github/copilot/skills/commit-message/SKILL.md +0 -79
  232. package/.github/copilot/skills/cpp-concurrency-safety/SKILL.md +0 -60
  233. package/.github/copilot/skills/cpp-concurrency-safety/examples/concurrency.md +0 -73
  234. package/.github/copilot/skills/cpp-const-correctness/SKILL.md +0 -63
  235. package/.github/copilot/skills/cpp-const-correctness/examples/const_correctness.md +0 -54
  236. package/.github/copilot/skills/cpp-memory-handling/SKILL.md +0 -42
  237. package/.github/copilot/skills/cpp-memory-handling/examples/modern-cpp.md +0 -49
  238. package/.github/copilot/skills/cpp-memory-handling/examples/smart-pointers.md +0 -46
  239. package/.github/copilot/skills/cpp-modern-composition/SKILL.md +0 -64
  240. package/.github/copilot/skills/cpp-modern-composition/examples/composition.md +0 -51
  241. package/.github/copilot/skills/cpp-robust-interfaces/SKILL.md +0 -55
  242. package/.github/copilot/skills/cpp-robust-interfaces/examples/interfaces.md +0 -56
  243. package/.github/copilot/skills/create-hardened-docker-skill/SKILL.md +0 -637
  244. package/.github/copilot/skills/create-hardened-docker-skill/scripts/create-all.sh +0 -489
  245. package/.github/copilot/skills/docker-hardening-verification/SKILL.md +0 -28
  246. package/.github/copilot/skills/docker-hardening-verification/scripts/verify-hardening.sh +0 -39
  247. package/.github/copilot/skills/docker-image-signing/SKILL.md +0 -28
  248. package/.github/copilot/skills/docker-image-signing/scripts/sign-image.sh +0 -33
  249. package/.github/copilot/skills/document-revision-history/SKILL.md +0 -104
  250. package/.github/copilot/skills/git-workflow-skill/SKILL.md +0 -194
  251. package/.github/copilot/skills/git-workflow-skill/hooks/commit-msg +0 -61
  252. package/.github/copilot/skills/git-workflow-skill/hooks/pre-commit +0 -38
  253. package/.github/copilot/skills/git-workflow-skill/hooks/prepare-commit-msg +0 -56
  254. package/.github/copilot/skills/git-workflow-skill/scripts/finish-feature.sh +0 -192
  255. package/.github/copilot/skills/git-workflow-skill/scripts/install-hooks.sh +0 -55
  256. package/.github/copilot/skills/git-workflow-skill/scripts/start-feature.sh +0 -110
  257. package/.github/copilot/skills/git-workflow-skill/scripts/validate-workflow.sh +0 -229
  258. package/.github/copilot/skills/js-ts-dependency-mgmt/SKILL.md +0 -49
  259. package/.github/copilot/skills/js-ts-dependency-mgmt/examples/dependency_mgmt.md +0 -60
  260. package/.github/copilot/skills/js-ts-security-skill/SKILL.md +0 -64
  261. package/.github/copilot/skills/js-ts-security-skill/scripts/verify-security.sh +0 -136
  262. package/.github/copilot/skills/logging-best-practices/SKILL.md +0 -50
  263. package/.github/copilot/skills/logging-best-practices/examples/cpp.md +0 -36
  264. package/.github/copilot/skills/logging-best-practices/examples/csharp.md +0 -49
  265. package/.github/copilot/skills/logging-best-practices/examples/javascript.md +0 -77
  266. package/.github/copilot/skills/logging-best-practices/examples/python.md +0 -57
  267. package/.github/copilot/skills/logging-best-practices/references/logging-standards.md +0 -29
  268. package/.github/copilot/skills/opentelemetry-best-practices/SKILL.md +0 -34
  269. package/.github/copilot/skills/opentelemetry-best-practices/examples/go.md +0 -32
  270. package/.github/copilot/skills/opentelemetry-best-practices/examples/javascript.md +0 -58
  271. package/.github/copilot/skills/opentelemetry-best-practices/examples/python.md +0 -37
  272. package/.github/copilot/skills/opentelemetry-best-practices/references/otel-standards.md +0 -37
  273. package/.github/copilot/skills/python-dependency-mgmt/SKILL.md +0 -42
  274. package/.github/copilot/skills/python-dependency-mgmt/examples/dependency_mgmt.md +0 -67
  275. package/.github/copilot/skills/python-security-skill/SKILL.md +0 -56
  276. package/.github/copilot/skills/python-security-skill/examples/security.md +0 -56
  277. package/.github/copilot/skills/self-signed-cert/SKILL.md +0 -42
  278. package/.github/copilot/skills/self-signed-cert/scripts/generate-cert.ps1 +0 -45
  279. package/.github/copilot/skills/self-signed-cert/scripts/generate-cert.sh +0 -43
  280. package/.github/copilot/skills/skill-creator/SKILL.md +0 -196
  281. package/.github/copilot/skills/skill-creator/references/output-patterns.md +0 -82
  282. package/.github/copilot/skills/skill-creator/references/workflows.md +0 -28
  283. package/.github/copilot/skills/skill-creator/scripts/init_skill.py +0 -208
  284. package/.github/copilot/skills/skill-creator/scripts/package_skill.py +0 -99
  285. package/.github/copilot/skills/skill-creator/scripts/quick_validate.py +0 -113
  286. package/.github/copilot/skills/test-accompanied-development/SKILL.md +0 -50
  287. package/.github/copilot/skills/test-generator/SKILL.md +0 -65
  288. package/.github/copilot/skills/vercel-react-best-practices/SKILL.md +0 -109
  289. package/.github/copilot/skills/verify-hardened-docker-skill/SKILL.md +0 -442
  290. package/.github/copilot/skills/verify-hardened-docker-skill/scripts/verify-docker-hardening.sh +0 -439
  291. package/.kilocode/kilocode.md +0 -14
  292. package/.kilocode/skills/.ma-agents.json +0 -199
  293. package/.kilocode/skills/MANIFEST.yaml +0 -204
  294. package/.kilocode/skills/ai-audit-trail/SKILL.md +0 -23
  295. package/.kilocode/skills/cmake-best-practices/SKILL.md +0 -64
  296. package/.kilocode/skills/cmake-best-practices/examples/cmake.md +0 -59
  297. package/.kilocode/skills/code-documentation/SKILL.md +0 -57
  298. package/.kilocode/skills/code-documentation/examples/cpp.md +0 -29
  299. package/.kilocode/skills/code-documentation/examples/csharp.md +0 -28
  300. package/.kilocode/skills/code-documentation/examples/javascript_typescript.md +0 -28
  301. package/.kilocode/skills/code-documentation/examples/python.md +0 -57
  302. package/.kilocode/skills/code-review/SKILL.md +0 -43
  303. package/.kilocode/skills/commit-message/SKILL.md +0 -79
  304. package/.kilocode/skills/cpp-concurrency-safety/SKILL.md +0 -60
  305. package/.kilocode/skills/cpp-concurrency-safety/examples/concurrency.md +0 -73
  306. package/.kilocode/skills/cpp-const-correctness/SKILL.md +0 -63
  307. package/.kilocode/skills/cpp-const-correctness/examples/const_correctness.md +0 -54
  308. package/.kilocode/skills/cpp-memory-handling/SKILL.md +0 -42
  309. package/.kilocode/skills/cpp-memory-handling/examples/modern-cpp.md +0 -49
  310. package/.kilocode/skills/cpp-memory-handling/examples/smart-pointers.md +0 -46
  311. package/.kilocode/skills/cpp-modern-composition/SKILL.md +0 -64
  312. package/.kilocode/skills/cpp-modern-composition/examples/composition.md +0 -51
  313. package/.kilocode/skills/cpp-robust-interfaces/SKILL.md +0 -55
  314. package/.kilocode/skills/cpp-robust-interfaces/examples/interfaces.md +0 -56
  315. package/.kilocode/skills/create-hardened-docker-skill/SKILL.md +0 -637
  316. package/.kilocode/skills/create-hardened-docker-skill/scripts/create-all.sh +0 -489
  317. package/.kilocode/skills/docker-hardening-verification/SKILL.md +0 -28
  318. package/.kilocode/skills/docker-hardening-verification/scripts/verify-hardening.sh +0 -39
  319. package/.kilocode/skills/docker-image-signing/SKILL.md +0 -28
  320. package/.kilocode/skills/docker-image-signing/scripts/sign-image.sh +0 -33
  321. package/.kilocode/skills/document-revision-history/SKILL.md +0 -104
  322. package/.kilocode/skills/git-workflow-skill/SKILL.md +0 -194
  323. package/.kilocode/skills/git-workflow-skill/hooks/commit-msg +0 -61
  324. package/.kilocode/skills/git-workflow-skill/hooks/pre-commit +0 -38
  325. package/.kilocode/skills/git-workflow-skill/hooks/prepare-commit-msg +0 -56
  326. package/.kilocode/skills/git-workflow-skill/scripts/finish-feature.sh +0 -192
  327. package/.kilocode/skills/git-workflow-skill/scripts/install-hooks.sh +0 -55
  328. package/.kilocode/skills/git-workflow-skill/scripts/start-feature.sh +0 -110
  329. package/.kilocode/skills/git-workflow-skill/scripts/validate-workflow.sh +0 -229
  330. package/.kilocode/skills/js-ts-dependency-mgmt/SKILL.md +0 -49
  331. package/.kilocode/skills/js-ts-dependency-mgmt/examples/dependency_mgmt.md +0 -60
  332. package/.kilocode/skills/js-ts-security-skill/SKILL.md +0 -64
  333. package/.kilocode/skills/js-ts-security-skill/scripts/verify-security.sh +0 -136
  334. package/.kilocode/skills/logging-best-practices/SKILL.md +0 -50
  335. package/.kilocode/skills/logging-best-practices/examples/cpp.md +0 -36
  336. package/.kilocode/skills/logging-best-practices/examples/csharp.md +0 -49
  337. package/.kilocode/skills/logging-best-practices/examples/javascript.md +0 -77
  338. package/.kilocode/skills/logging-best-practices/examples/python.md +0 -57
  339. package/.kilocode/skills/logging-best-practices/references/logging-standards.md +0 -29
  340. package/.kilocode/skills/opentelemetry-best-practices/SKILL.md +0 -34
  341. package/.kilocode/skills/opentelemetry-best-practices/examples/go.md +0 -32
  342. package/.kilocode/skills/opentelemetry-best-practices/examples/javascript.md +0 -58
  343. package/.kilocode/skills/opentelemetry-best-practices/examples/python.md +0 -37
  344. package/.kilocode/skills/opentelemetry-best-practices/references/otel-standards.md +0 -37
  345. package/.kilocode/skills/python-dependency-mgmt/SKILL.md +0 -42
  346. package/.kilocode/skills/python-dependency-mgmt/examples/dependency_mgmt.md +0 -67
  347. package/.kilocode/skills/python-security-skill/SKILL.md +0 -56
  348. package/.kilocode/skills/python-security-skill/examples/security.md +0 -56
  349. package/.kilocode/skills/self-signed-cert/SKILL.md +0 -42
  350. package/.kilocode/skills/self-signed-cert/scripts/generate-cert.ps1 +0 -45
  351. package/.kilocode/skills/self-signed-cert/scripts/generate-cert.sh +0 -43
  352. package/.kilocode/skills/skill-creator/SKILL.md +0 -196
  353. package/.kilocode/skills/skill-creator/references/output-patterns.md +0 -82
  354. package/.kilocode/skills/skill-creator/references/workflows.md +0 -28
  355. package/.kilocode/skills/skill-creator/scripts/init_skill.py +0 -208
  356. package/.kilocode/skills/skill-creator/scripts/package_skill.py +0 -99
  357. package/.kilocode/skills/skill-creator/scripts/quick_validate.py +0 -113
  358. package/.kilocode/skills/test-accompanied-development/SKILL.md +0 -50
  359. package/.kilocode/skills/test-generator/SKILL.md +0 -65
  360. package/.kilocode/skills/vercel-react-best-practices/SKILL.md +0 -109
  361. package/.kilocode/skills/verify-hardened-docker-skill/SKILL.md +0 -442
  362. package/.kilocode/skills/verify-hardened-docker-skill/scripts/verify-docker-hardening.sh +0 -439
  363. package/lib/bmad-cache/tea/.github/CODE_OF_CONDUCT.md +0 -128
  364. package/lib/bmad-cache/tea/.github/FUNDING.yaml +0 -15
  365. package/lib/bmad-cache/tea/.github/ISSUE_TEMPLATE/config.yaml +0 -11
  366. package/lib/bmad-cache/tea/.github/ISSUE_TEMPLATE/feature_request.md +0 -70
  367. package/lib/bmad-cache/tea/.github/ISSUE_TEMPLATE/issue.md +0 -61
  368. package/lib/bmad-cache/tea/.github/workflows/docs.yaml +0 -66
  369. package/lib/bmad-cache/tea/.github/workflows/manual-release.yaml +0 -195
  370. package/lib/bmad-cache/tea/.github/workflows/quality.yaml +0 -114
@@ -1,55 +0,0 @@
1
- #!/bin/bash
2
- # install-hooks.sh - Install git hooks for workflow enforcement
3
- # Usage: install-hooks.sh [hooks-source-dir]
4
-
5
- set -e
6
-
7
- RED='\033[0;31m'
8
- GREEN='\033[0;32m'
9
- YELLOW='\033[1;33m'
10
- NC='\033[0m'
11
-
12
- error() { echo -e "${RED}ERROR: $1${NC}" >&2; exit 1; }
13
- success() { echo -e "${GREEN}✓ $1${NC}"; }
14
- warn() { echo -e "${YELLOW}WARNING: $1${NC}"; }
15
-
16
- # Check we're in a git repo
17
- git rev-parse --git-dir > /dev/null 2>&1 || error "Not in a git repository"
18
-
19
- # Find hooks source directory
20
- SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
21
- HOOKS_SOURCE="${1:-$SCRIPT_DIR/../hooks}"
22
-
23
- if [[ ! -d "$HOOKS_SOURCE" ]]; then
24
- error "Hooks source directory not found: $HOOKS_SOURCE"
25
- fi
26
-
27
- # Get git hooks directory
28
- GIT_DIR=$(git rev-parse --git-dir)
29
- HOOKS_DEST="$GIT_DIR/hooks"
30
-
31
- echo "Installing git hooks..."
32
- echo "Source: $HOOKS_SOURCE"
33
- echo "Destination: $HOOKS_DEST"
34
- echo ""
35
-
36
- # Install each hook
37
- for hook in pre-commit commit-msg prepare-commit-msg; do
38
- if [[ -f "$HOOKS_SOURCE/$hook" ]]; then
39
- if [[ -f "$HOOKS_DEST/$hook" ]]; then
40
- warn "Hook '$hook' already exists, backing up to ${hook}.backup"
41
- cp "$HOOKS_DEST/$hook" "$HOOKS_DEST/${hook}.backup"
42
- fi
43
- cp "$HOOKS_SOURCE/$hook" "$HOOKS_DEST/$hook"
44
- chmod +x "$HOOKS_DEST/$hook"
45
- success "Installed: $hook"
46
- fi
47
- done
48
-
49
- echo ""
50
- success "Git hooks installed successfully"
51
- echo ""
52
- echo "Installed hooks:"
53
- echo " - pre-commit: Blocks commits on dev/main branches"
54
- echo " - commit-msg: Validates conventional commit format"
55
- echo " - prepare-commit-msg: Adds commit template"
@@ -1,110 +0,0 @@
1
- #!/bin/bash
2
- # start-feature.sh - Create a new feature branch in an isolated worktree
3
- # Usage: start-feature.sh <branch-type> <description>
4
- # Example: start-feature.sh feature add-oauth-support
5
- #
6
- # Creates a git worktree so multiple agents can work in parallel
7
- # without interfering with each other's working directories.
8
-
9
- set -e
10
-
11
- RED='\033[0;31m'
12
- GREEN='\033[0;32m'
13
- YELLOW='\033[1;33m'
14
- CYAN='\033[0;36m'
15
- NC='\033[0m'
16
-
17
- error() { echo -e "${RED}ERROR: $1${NC}" >&2; exit 1; }
18
- warn() { echo -e "${YELLOW}WARNING: $1${NC}" >&2; }
19
- success() { echo -e "${GREEN}$1${NC}"; }
20
- info() { echo -e "${CYAN}$1${NC}"; }
21
-
22
- # Validate arguments
23
- BRANCH_TYPE="$1"
24
- DESCRIPTION="$2"
25
-
26
- if [[ -z "$BRANCH_TYPE" || -z "$DESCRIPTION" ]]; then
27
- echo "Usage: $0 <branch-type> <description>"
28
- echo "Branch types: feature, bugfix, hotfix, chore"
29
- echo "Example: $0 feature add-oauth-support"
30
- echo ""
31
- echo "Creates an isolated worktree for parallel multi-agent development."
32
- exit 1
33
- fi
34
-
35
- # Validate branch type
36
- case "$BRANCH_TYPE" in
37
- feature|bugfix|hotfix|chore) ;;
38
- *) error "Invalid branch type '$BRANCH_TYPE'. Use: feature, bugfix, hotfix, chore" ;;
39
- esac
40
-
41
- # Sanitize description (replace spaces with dashes, lowercase)
42
- DESCRIPTION=$(echo "$DESCRIPTION" | tr '[:upper:]' '[:lower:]' | tr ' ' '-' | tr -cd '[:alnum:]-')
43
- BRANCH_NAME="${BRANCH_TYPE}/${DESCRIPTION}"
44
-
45
- # Check we're in a git repo
46
- git rev-parse --git-dir > /dev/null 2>&1 || error "Not in a git repository"
47
-
48
- # Resolve the main repo root (works from inside a worktree too)
49
- GIT_COMMON=$(git rev-parse --git-common-dir 2>/dev/null)
50
- GIT_DIR=$(git rev-parse --git-dir 2>/dev/null)
51
-
52
- if [[ "$GIT_COMMON" != "$GIT_DIR" && "$GIT_COMMON" != "." ]]; then
53
- # We're inside a worktree — resolve main repo from .git/worktrees/xxx/../../..
54
- MAIN_REPO=$(cd "$GIT_COMMON/.." && pwd)
55
- else
56
- MAIN_REPO=$(git rev-parse --show-toplevel)
57
- fi
58
-
59
- WORKTREE_DIR="${MAIN_REPO}/.worktrees/${DESCRIPTION}"
60
-
61
- # Fetch latest from remote
62
- echo "Fetching from remote..."
63
- git fetch origin
64
-
65
- # Verify dev branch exists
66
- if ! git branch -a | grep -qE '(^|\s)origin/dev$'; then
67
- error "Branch 'dev' does not exist on remote. Please create it first."
68
- fi
69
-
70
- # Check if branch already exists
71
- if git show-ref --verify --quiet "refs/heads/${BRANCH_NAME}" 2>/dev/null || \
72
- git show-ref --verify --quiet "refs/remotes/origin/${BRANCH_NAME}" 2>/dev/null; then
73
- error "Branch '${BRANCH_NAME}' already exists. Use a different description or clean up the old branch."
74
- fi
75
-
76
- # Check if worktree directory already exists
77
- if [[ -d "$WORKTREE_DIR" ]]; then
78
- error "Worktree directory already exists: ${WORKTREE_DIR}
79
- To remove it: git worktree remove ${WORKTREE_DIR}"
80
- fi
81
-
82
- # Ensure .worktrees directory exists and is gitignored
83
- mkdir -p "${MAIN_REPO}/.worktrees"
84
- if [[ -f "${MAIN_REPO}/.gitignore" ]]; then
85
- if ! grep -q '^\.worktrees' "${MAIN_REPO}/.gitignore" 2>/dev/null; then
86
- echo ".worktrees/" >> "${MAIN_REPO}/.gitignore"
87
- info "Added .worktrees/ to .gitignore"
88
- fi
89
- else
90
- echo ".worktrees/" > "${MAIN_REPO}/.gitignore"
91
- info "Created .gitignore with .worktrees/"
92
- fi
93
-
94
- # Create worktree with new branch based on origin/dev
95
- echo "Creating worktree for '${BRANCH_NAME}'..."
96
- git worktree add -b "$BRANCH_NAME" "$WORKTREE_DIR" origin/dev
97
-
98
- success "Worktree created successfully"
99
- echo ""
100
- info " Branch: ${BRANCH_NAME}"
101
- info " Directory: ${WORKTREE_DIR}"
102
- echo ""
103
- echo "Next steps:"
104
- echo " 1. cd ${WORKTREE_DIR}"
105
- echo " 2. Make your changes in this isolated directory"
106
- echo " 3. Commit: git commit -m 'type(scope): description'"
107
- echo " 4. Finish: run finish-feature.sh from inside the worktree"
108
- echo ""
109
- echo "Active worktrees:"
110
- git worktree list
@@ -1,229 +0,0 @@
1
- #!/bin/bash
2
- # validate-workflow.sh - Check if current state follows git workflow rules
3
- # Usage: validate-workflow.sh [--list]
4
- #
5
- # Worktree-aware: detects whether you're in a worktree or main repo
6
- # and validates accordingly.
7
-
8
- set -e
9
-
10
- RED='\033[0;31m'
11
- GREEN='\033[0;32m'
12
- YELLOW='\033[1;33m'
13
- CYAN='\033[0;36m'
14
- NC='\033[0m'
15
-
16
- ERRORS=0
17
- WARNINGS=0
18
-
19
- error() { echo -e "${RED}x ERROR: $1${NC}"; ERRORS=$((ERRORS + 1)); }
20
- warn() { echo -e "${YELLOW}! WARNING: $1${NC}"; WARNINGS=$((WARNINGS + 1)); }
21
- ok() { echo -e "${GREEN}+ $1${NC}"; }
22
- info() { echo -e " $1"; }
23
-
24
- # Handle --list flag to show active worktrees
25
- if [[ "$1" == "--list" ]]; then
26
- echo "Active Worktrees"
27
- echo "================"
28
- git worktree list 2>/dev/null || echo "Not in a git repository"
29
- exit 0
30
- fi
31
-
32
- echo "Git Workflow Validation (Worktree-Aware)"
33
- echo "========================================="
34
- echo ""
35
-
36
- # Check we're in a git repo
37
- if ! git rev-parse --git-dir > /dev/null 2>&1; then
38
- error "Not in a git repository"
39
- exit 1
40
- fi
41
-
42
- # Detect worktree status
43
- GIT_COMMON=$(git rev-parse --git-common-dir 2>/dev/null)
44
- GIT_DIR=$(git rev-parse --git-dir 2>/dev/null)
45
- CURRENT_DIR=$(git rev-parse --show-toplevel)
46
-
47
- IS_WORKTREE=false
48
- if [[ "$GIT_COMMON" != "$GIT_DIR" && "$GIT_COMMON" != "." ]]; then
49
- IS_WORKTREE=true
50
- MAIN_REPO=$(cd "$GIT_COMMON/.." && pwd)
51
- echo -e "${CYAN}Context: Inside worktree${NC}"
52
- info "Worktree: $CURRENT_DIR"
53
- info "Main repo: $MAIN_REPO"
54
- else
55
- MAIN_REPO="$CURRENT_DIR"
56
- echo -e "${CYAN}Context: Main repository${NC}"
57
- info "Repo: $MAIN_REPO"
58
- fi
59
-
60
- # Get current branch
61
- CURRENT_BRANCH=$(git rev-parse --abbrev-ref HEAD)
62
- echo "Branch: $CURRENT_BRANCH"
63
- echo ""
64
-
65
- # Check 1: Not on protected branch
66
- echo "Checking branch..."
67
- if [[ "$CURRENT_BRANCH" == "dev" || "$CURRENT_BRANCH" == "main" || "$CURRENT_BRANCH" == "master" ]]; then
68
- if [[ "$IS_WORKTREE" == true ]]; then
69
- error "Worktree is on protected branch '$CURRENT_BRANCH'. Worktrees should be on feature branches."
70
- else
71
- # Main repo on dev is fine — that's the expected state
72
- ok "Main repo is on '$CURRENT_BRANCH' (expected)"
73
- fi
74
- else
75
- ok "On feature branch '$CURRENT_BRANCH'"
76
- fi
77
-
78
- # Check 2: Branch naming convention (only for feature branches)
79
- if [[ "$CURRENT_BRANCH" != "dev" && "$CURRENT_BRANCH" != "main" && "$CURRENT_BRANCH" != "master" ]]; then
80
- if echo "$CURRENT_BRANCH" | grep -qE '^(feature|bugfix|hotfix|chore)/[a-z0-9-]+$'; then
81
- ok "Branch name follows convention"
82
- else
83
- warn "Branch name '$CURRENT_BRANCH' doesn't follow convention: <type>/<description>"
84
- info "Expected: feature|bugfix|hotfix|chore followed by lowercase alphanumeric with dashes"
85
- fi
86
- fi
87
-
88
- # Check 3: dev branch exists
89
- echo ""
90
- echo "Checking repository setup..."
91
- git fetch origin 2>/dev/null || warn "Could not fetch from origin"
92
-
93
- if git branch -a | grep -qE '(^|\s)origin/dev$'; then
94
- ok "Remote 'dev' branch exists"
95
- else
96
- error "Remote 'dev' branch not found. Create it before using this workflow."
97
- fi
98
-
99
- # Check 4: Up to date with dev (for feature branches)
100
- echo ""
101
- echo "Checking sync status..."
102
- if [[ "$CURRENT_BRANCH" != "dev" && "$CURRENT_BRANCH" != "main" && "$CURRENT_BRANCH" != "master" ]]; then
103
- if git branch -a | grep -qE '(^|\s)origin/dev$'; then
104
- BEHIND=$(git rev-list --count HEAD..origin/dev 2>/dev/null || echo "0")
105
- if [[ "$BEHIND" == "0" ]]; then
106
- ok "Branch is up to date with dev"
107
- else
108
- warn "Branch is $BEHIND commit(s) behind dev. Consider rebasing."
109
- info "Run: git fetch origin dev && git rebase origin/dev"
110
- fi
111
- fi
112
- else
113
- ok "On base branch — sync check not needed"
114
- fi
115
-
116
- # Check 5: Uncommitted changes
117
- echo ""
118
- echo "Checking working directory..."
119
- if git diff-index --quiet HEAD -- 2>/dev/null; then
120
- ok "No uncommitted changes"
121
- else
122
- warn "Uncommitted changes detected"
123
- info "Run: git status"
124
- fi
125
-
126
- # Check 6: Untracked files (that aren't ignored)
127
- UNTRACKED=$(git ls-files --others --exclude-standard | wc -l)
128
- if [[ "$UNTRACKED" -gt 0 ]]; then
129
- warn "$UNTRACKED untracked file(s) found"
130
- info "Run: git status"
131
- else
132
- ok "No untracked files"
133
- fi
134
-
135
- # Check 7: Validate recent commit messages (for feature branches)
136
- echo ""
137
- echo "Checking commit messages..."
138
- if [[ "$CURRENT_BRANCH" != "dev" && "$CURRENT_BRANCH" != "main" && "$CURRENT_BRANCH" != "master" ]]; then
139
- COMMITS=$(git rev-list --count origin/dev..HEAD 2>/dev/null || echo "0")
140
- if [[ "$COMMITS" -gt 0 ]]; then
141
- INVALID=0
142
- while IFS= read -r msg; do
143
- if ! echo "$msg" | grep -qE '^(feat|fix|chore|docs|refactor|test)(\([^)]+\))?: .+'; then
144
- INVALID=$((INVALID + 1))
145
- fi
146
- done < <(git log origin/dev..HEAD --pretty=format:"%s" 2>/dev/null)
147
-
148
- if [[ "$INVALID" -eq 0 ]]; then
149
- ok "All $COMMITS commit(s) follow conventional format"
150
- else
151
- warn "$INVALID of $COMMITS commit(s) don't follow conventional format"
152
- info "Format: <type>(<scope>): <description>"
153
- info "Types: feat, fix, chore, docs, refactor, test"
154
- fi
155
- else
156
- info "No commits ahead of dev yet"
157
- fi
158
- else
159
- info "On base branch — commit check not needed"
160
- fi
161
-
162
- # Check 8: Git hooks installed
163
- echo ""
164
- echo "Checking git hooks..."
165
- HOOKS_DIR="${GIT_COMMON}/hooks"
166
- if [[ "$IS_WORKTREE" == true ]]; then
167
- # Worktrees share hooks with the main repo
168
- HOOKS_DIR="${GIT_COMMON}/hooks"
169
- fi
170
-
171
- if [[ -f "$HOOKS_DIR/pre-commit" && -x "$HOOKS_DIR/pre-commit" ]]; then
172
- ok "pre-commit hook installed"
173
- else
174
- warn "pre-commit hook not installed"
175
- info "Run: ./scripts/install-hooks.sh"
176
- fi
177
-
178
- if [[ -f "$HOOKS_DIR/commit-msg" && -x "$HOOKS_DIR/commit-msg" ]]; then
179
- ok "commit-msg hook installed"
180
- else
181
- warn "commit-msg hook not installed"
182
- info "Run: ./scripts/install-hooks.sh"
183
- fi
184
-
185
- # Check 9: Worktree health
186
- echo ""
187
- echo "Checking worktrees..."
188
- WORKTREE_COUNT=$(git worktree list | wc -l)
189
- ok "$WORKTREE_COUNT worktree(s) registered"
190
-
191
- # Check for stale worktrees
192
- STALE_COUNT=$(git worktree list --porcelain | grep -c "^prunable" 2>/dev/null || echo "0")
193
- if [[ "$STALE_COUNT" -gt 0 ]]; then
194
- warn "$STALE_COUNT stale worktree(s) found"
195
- info "Run: git worktree prune"
196
- else
197
- ok "No stale worktrees"
198
- fi
199
-
200
- # Check .worktrees in .gitignore
201
- if [[ -f "${MAIN_REPO}/.gitignore" ]]; then
202
- if grep -q '^\.worktrees' "${MAIN_REPO}/.gitignore" 2>/dev/null; then
203
- ok ".worktrees/ is in .gitignore"
204
- else
205
- warn ".worktrees/ is NOT in .gitignore"
206
- info "Add '.worktrees/' to your .gitignore"
207
- fi
208
- fi
209
-
210
- # List active worktrees
211
- echo ""
212
- echo "Active worktrees:"
213
- git worktree list | while IFS= read -r line; do
214
- echo " $line"
215
- done
216
-
217
- # Summary
218
- echo ""
219
- echo "========================================="
220
- if [[ $ERRORS -gt 0 ]]; then
221
- echo -e "${RED}Validation failed: $ERRORS error(s), $WARNINGS warning(s)${NC}"
222
- exit 1
223
- elif [[ $WARNINGS -gt 0 ]]; then
224
- echo -e "${YELLOW}Validation passed with $WARNINGS warning(s)${NC}"
225
- exit 0
226
- else
227
- echo -e "${GREEN}Validation passed: All checks OK${NC}"
228
- exit 0
229
- fi
@@ -1,49 +0,0 @@
1
- ---
2
- name: JS/TS Dependency Management
3
- description: Standardize package management and security across NPM, Yarn, and PNPM.
4
- ---
5
- # JS/TS Dependency Management (NPM, Yarn, PNPM)
6
-
7
- This skill enforces best practices for managing dependencies in the JS/TS ecosystem, focusing on build stability, supply chain security, and environment hygiene.
8
-
9
- ## Policies
10
-
11
- ### 1. Build Stability & Reproducibility
12
- * **Rule**: Always use a lockfile (`package-lock.json`, `yarn.lock`, or `pnpm-lock.yaml`) and pin versions.
13
- * **Action**:
14
- - Use specific versions in `package.json` (prefer `1.2.3` over `^1.2.3` for critical production apps).
15
- - NEVER use `*` or `latest`.
16
- - Always commit the lockfile to version control.
17
-
18
- ### 2. Supply Chain Security (OWASP A03:2025)
19
- * **Rule**: Mandatory scanning for known vulnerabilities in dependencies.
20
- * **Action**:
21
- - Consistently run `npm audit` or `yarn audit`.
22
- - Ban insecure registry URLs (use HTTPS only).
23
- - Avoid Git-based dependencies (`"pkg": "git+https://..."`) unless from an internal/verified source.
24
- - Be cautious of "Typosquatting"—double-check package names before installation.
25
-
26
- ### 3. Dependency Categorization
27
- * **Rule**: Correctly distinguish between runtime and development dependencies.
28
- * **Action**:
29
- - **dependencies**: Packages needed for the app to run (e.g., `express`, `react`).
30
- - **devDependencies**: Packages needed only for building/testing (e.g., `typescript`, `jest`, `eslint`).
31
- - **peerDependencies**: Libraries intended to be used with other specific versions of a host package.
32
-
33
- ### 4. Registry Hygiene
34
- * **Rule**: Standardize configuration via `.npmrc`.
35
- * **Action**:
36
- - Define `save-exact=true` if pinning is the default project policy.
37
- - Set up scoped registries for private packages correctly.
38
-
39
- ### 5. Automated Updates
40
- * **Rule**: Keep dependencies current while maintaining safety.
41
- * **Action**: Use tools like `npm-check-updates` (ncu) to audit updates, but verify them in separate PRs/branches.
42
-
43
- ## Process Reference
44
-
45
- | Tool | Lockfile | Installation | Audit |
46
- | :--- | :--- | :--- | :--- |
47
- | **NPM** | `package-lock.json` | `npm install` | `npm audit` |
48
- | **Yarn** | `yarn.lock` | `yarn install` | `yarn audit` |
49
- | **PNPM** | `pnpm-lock.yaml` | `pnpm install` | `pnpm audit` |
@@ -1,60 +0,0 @@
1
- # JS/TS Dependency Management Examples
2
-
3
- ### 1. Secure `package.json` Structure
4
- **Good Pattern:**
5
- ```json
6
- {
7
- "name": "secure-app",
8
- "version": "1.0.0",
9
- "dependencies": {
10
- "axios": "1.6.2", // Pinned version
11
- "express": "4.18.2" // Pinned version
12
- },
13
- "devDependencies": {
14
- "typescript": "5.3.2",
15
- "jest": "29.7.0",
16
- "eslint": "8.54.0"
17
- }
18
- }
19
- ```
20
-
21
- ### 2. Standardized `.npmrc`
22
- ```text
23
- # Enforce exact version saving by default
24
- save-exact=true
25
-
26
- # Ensure every developer uses the same registry
27
- registry=https://registry.npmjs.org/
28
-
29
- # Forbid scrips for security during install if possible
30
- # ignore-scripts=true
31
- ```
32
-
33
- ### 3. Managing Scoped/Private Packages
34
- If you use a private registry (like Artifactory or GitHub Packages):
35
- ```text
36
- @my-org:registry=https://npm.pkg.github.com
37
- //npm.pkg.github.com/:_authToken=${NODE_AUTH_TOKEN}
38
- ```
39
-
40
- ### 4. Dependency Auditing Workflow
41
- **Routine Check:**
42
- ```bash
43
- # Check for vulnerabilities
44
- npm audit
45
-
46
- # Fix minor issues automatically
47
- npm audit fix
48
-
49
- # Check for outdated packages without installing
50
- npx npm-check-updates
51
- ```
52
-
53
- ### 5. Cleaning up Node Modules
54
- ```bash
55
- # Remove unused dependencies
56
- npm prune
57
-
58
- # Clean install (deletes node_modules and installs from lockfile)
59
- npm ci
60
- ```
@@ -1,64 +0,0 @@
1
- ---
2
- name: JS/TS Security
3
- description: Verify security of JavaScript and TypeScript codebases against OWASP Top 10 2025 standards
4
- ---
5
-
6
- # JS/TS Security Skill
7
-
8
- This skill provides a set of tools and best practices to ensure that JavaScript and TypeScript code (both client-side and server-side) is secure and compliant with the latest security standards, specifically the **OWASP Top 10 2025**.
9
-
10
- ## When to Use
11
- - Before committing code to a repository.
12
- - During a security audit of an existing codebase.
13
- - When adding new dependencies or updating CI/CD pipelines.
14
- - When implementing critical features like authentication, authorization, or error handling.
15
-
16
- ## Security Checks (OWASP 2025 Mapping)
17
-
18
- ### A01:2025 - Broken Access Control
19
- - Verification of authorization logic.
20
- - **SSRF (Server-Side Request Forgery)**: Detecting unvalidated URL fetching in `fetch`, `axios`, `http.get`.
21
-
22
- ### A02:2025 - Security Misconfiguration
23
- - Auditing configuration files (`.env`, `docker-compose.yml`).
24
- - Checking for insecure defaults and exposed debug endpoints.
25
-
26
- ### A03:2025 - Software Supply Chain Failures
27
- - **NEW**: Focusing on dependency integrity.
28
- - Verification of lockfiles (`package-lock.json`, `yarn.lock`).
29
- - Checking for insecure registry URLs (HTTP).
30
-
31
- ### A04:2025 - Cryptographic Failures
32
- - Detecting weak hashing (MD5, SHA1).
33
- - Checking for insecure randomness (`Math.random()`).
34
-
35
- ### A05:2025 - Injection
36
- - Expanded detection for OS commands (`child_process.exec`), SQL injection, and NoSQL injection.
37
-
38
- ### A06:2025 - Insecure Design
39
- - Documentation on secure design principles (e.g., Fail Secure, Least Privilege).
40
-
41
- ### A07:2025 - Authentication Failures
42
- - Checking for insecure cookies (`httpOnly: false`).
43
- - Hardcoded credentials and weak session management.
44
-
45
- ### A08:2025 - Software or Data Integrity Failures
46
- - Detecting unsafe deserialization (`unserialize`, `JSON.parse` of untrusted input).
47
-
48
- ### A09:2025 - Logging & Alerting Failures
49
- - Identifying lack of security logging.
50
- - Empty catch blocks that swallow security errors.
51
-
52
- ### A10:2025 - Mishandling of Exceptional Conditions
53
- - **NEW**: Identifying insecure error handling.
54
- - Detecting empty `catch` blocks and `console.log(err)` in critical paths.
55
-
56
- ## Usage
57
-
58
- ### Run OWASP 2025 Security Scan
59
- The primary method for automated security verification is the `verify-security.sh` script. This script executes multiple scanning phases (SAST, Audit, Secret Scanning) and maps all findings directly to OWASP 2025 categories.
60
-
61
- Run the scan from the project root:
62
- ```bash
63
- /d/Code/agents/skills/js-ts-security-skill/scripts/verify-security.sh
64
- ```