@ngockhoale/ukit 1.1.6

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 (344) hide show
  1. package/CHANGELOG.md +179 -0
  2. package/LICENSE +21 -0
  3. package/README.md +189 -0
  4. package/bin/ukit +30 -0
  5. package/manifests/platform.full.yaml +1194 -0
  6. package/package.json +71 -0
  7. package/scripts/bug/triage.mjs +37 -0
  8. package/scripts/index/build-index.mjs +35 -0
  9. package/scripts/index/query-index.mjs +92 -0
  10. package/scripts/index/refresh-index.mjs +85 -0
  11. package/scripts/release/verify-release.mjs +56 -0
  12. package/src/bug/triageBug.js +123 -0
  13. package/src/cli/adapters.js +148 -0
  14. package/src/cli/commands/diff.js +51 -0
  15. package/src/cli/commands/doctor.js +125 -0
  16. package/src/cli/commands/indexArgs.js +73 -0
  17. package/src/cli/commands/indexTools.js +509 -0
  18. package/src/cli/commands/install.js +293 -0
  19. package/src/cli/commands/memory.js +126 -0
  20. package/src/cli/commands/status.js +8 -0
  21. package/src/cli/commands/uninstall.js +51 -0
  22. package/src/cli/index.js +109 -0
  23. package/src/context/detectProjectContext.js +49 -0
  24. package/src/context/detectProviders.js +12 -0
  25. package/src/core/applyPlan.js +89 -0
  26. package/src/core/buildPlan.js +228 -0
  27. package/src/core/compact/index.js +294 -0
  28. package/src/core/compact/threshold.js +936 -0
  29. package/src/core/diffPlan.js +73 -0
  30. package/src/core/ensureGitignore.js +117 -0
  31. package/src/core/fileOps.js +188 -0
  32. package/src/core/memory/hygiene.js +160 -0
  33. package/src/core/memory/index.js +2 -0
  34. package/src/core/memory/retrieval.js +476 -0
  35. package/src/core/memory/store.js +202 -0
  36. package/src/core/metadata.js +132 -0
  37. package/src/core/migrateLegacy.js +139 -0
  38. package/src/core/output/index.js +1309 -0
  39. package/src/core/paths.js +13 -0
  40. package/src/core/report.js +17 -0
  41. package/src/core/router/advisor.js +42 -0
  42. package/src/core/router/index.js +2 -0
  43. package/src/core/router/router.js +164 -0
  44. package/src/core/runInstallPipeline.js +365 -0
  45. package/src/core/runtimeConfig.js +190 -0
  46. package/src/core/runtimePaths.js +24 -0
  47. package/src/core/status.js +186 -0
  48. package/src/core/token/index.js +328 -0
  49. package/src/core/uninstall.js +246 -0
  50. package/src/core/validation/confidence.js +89 -0
  51. package/src/core/validation/index.js +2 -0
  52. package/src/core/validation/validator.js +165 -0
  53. package/src/index/buildIndex.js +1392 -0
  54. package/src/index/gitHooks.js +109 -0
  55. package/src/index/importResolution.js +377 -0
  56. package/src/index/languageTools.js +127 -0
  57. package/src/index/paths.js +27 -0
  58. package/src/index/queryIndex.js +637 -0
  59. package/src/index/relatedTests.js +237 -0
  60. package/src/index/resolveContext.js +345 -0
  61. package/src/index/routeCatalog.js +258 -0
  62. package/src/index/taskRouting.js +677 -0
  63. package/src/index/verificationPlan.js +437 -0
  64. package/src/manifest/loadManifest.js +22 -0
  65. package/src/manifest/selectItems.js +78 -0
  66. package/src/manifest/validateManifest.js +115 -0
  67. package/src/render/buildVariables.js +39 -0
  68. package/src/render/renderTemplate.js +44 -0
  69. package/src/stack/detectStack.js +213 -0
  70. package/templates/.claude/agents/bug-debugger.md +57 -0
  71. package/templates/.claude/agents/feature-implementer.md +55 -0
  72. package/templates/.claude/config/providers.md +25 -0
  73. package/templates/.claude/hooks/auto-allow-bash.sh +155 -0
  74. package/templates/.claude/hooks/auto-prune-bash.sh +75 -0
  75. package/templates/.claude/hooks/block-dangerous.sh +54 -0
  76. package/templates/.claude/hooks/compress-output.sh +17 -0
  77. package/templates/.claude/hooks/protect-files.sh +37 -0
  78. package/templates/.claude/hooks/reinject-context.sh +28 -0
  79. package/templates/.claude/hooks/session-start.md +13 -0
  80. package/templates/.claude/hooks/skill-router.sh +1681 -0
  81. package/templates/.claude/hooks/verification-guard.sh +271 -0
  82. package/templates/.claude/settings.json +144 -0
  83. package/templates/.claude/skills/_shared/ooxml/schemas/ISO-IEC29500-4_2016/dml-chart.xsd +1499 -0
  84. package/templates/.claude/skills/_shared/ooxml/schemas/ISO-IEC29500-4_2016/dml-chartDrawing.xsd +146 -0
  85. package/templates/.claude/skills/_shared/ooxml/schemas/ISO-IEC29500-4_2016/dml-diagram.xsd +1085 -0
  86. package/templates/.claude/skills/_shared/ooxml/schemas/ISO-IEC29500-4_2016/dml-lockedCanvas.xsd +11 -0
  87. package/templates/.claude/skills/_shared/ooxml/schemas/ISO-IEC29500-4_2016/dml-main.xsd +3081 -0
  88. package/templates/.claude/skills/_shared/ooxml/schemas/ISO-IEC29500-4_2016/dml-picture.xsd +23 -0
  89. package/templates/.claude/skills/_shared/ooxml/schemas/ISO-IEC29500-4_2016/dml-spreadsheetDrawing.xsd +185 -0
  90. package/templates/.claude/skills/_shared/ooxml/schemas/ISO-IEC29500-4_2016/dml-wordprocessingDrawing.xsd +287 -0
  91. package/templates/.claude/skills/_shared/ooxml/schemas/ISO-IEC29500-4_2016/pml.xsd +1676 -0
  92. package/templates/.claude/skills/_shared/ooxml/schemas/ISO-IEC29500-4_2016/shared-additionalCharacteristics.xsd +28 -0
  93. package/templates/.claude/skills/_shared/ooxml/schemas/ISO-IEC29500-4_2016/shared-bibliography.xsd +144 -0
  94. package/templates/.claude/skills/_shared/ooxml/schemas/ISO-IEC29500-4_2016/shared-commonSimpleTypes.xsd +174 -0
  95. package/templates/.claude/skills/_shared/ooxml/schemas/ISO-IEC29500-4_2016/shared-customXmlDataProperties.xsd +25 -0
  96. package/templates/.claude/skills/_shared/ooxml/schemas/ISO-IEC29500-4_2016/shared-customXmlSchemaProperties.xsd +18 -0
  97. package/templates/.claude/skills/_shared/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesCustom.xsd +59 -0
  98. package/templates/.claude/skills/_shared/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesExtended.xsd +56 -0
  99. package/templates/.claude/skills/_shared/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesVariantTypes.xsd +195 -0
  100. package/templates/.claude/skills/_shared/ooxml/schemas/ISO-IEC29500-4_2016/shared-math.xsd +582 -0
  101. package/templates/.claude/skills/_shared/ooxml/schemas/ISO-IEC29500-4_2016/shared-relationshipReference.xsd +25 -0
  102. package/templates/.claude/skills/_shared/ooxml/schemas/ISO-IEC29500-4_2016/sml.xsd +4439 -0
  103. package/templates/.claude/skills/_shared/ooxml/schemas/ISO-IEC29500-4_2016/vml-main.xsd +570 -0
  104. package/templates/.claude/skills/_shared/ooxml/schemas/ISO-IEC29500-4_2016/vml-officeDrawing.xsd +509 -0
  105. package/templates/.claude/skills/_shared/ooxml/schemas/ISO-IEC29500-4_2016/vml-presentationDrawing.xsd +12 -0
  106. package/templates/.claude/skills/_shared/ooxml/schemas/ISO-IEC29500-4_2016/vml-spreadsheetDrawing.xsd +108 -0
  107. package/templates/.claude/skills/_shared/ooxml/schemas/ISO-IEC29500-4_2016/vml-wordprocessingDrawing.xsd +96 -0
  108. package/templates/.claude/skills/_shared/ooxml/schemas/ISO-IEC29500-4_2016/wml.xsd +3646 -0
  109. package/templates/.claude/skills/_shared/ooxml/schemas/ISO-IEC29500-4_2016/xml.xsd +116 -0
  110. package/templates/.claude/skills/_shared/ooxml/schemas/ecma/fouth-edition/opc-contentTypes.xsd +42 -0
  111. package/templates/.claude/skills/_shared/ooxml/schemas/ecma/fouth-edition/opc-coreProperties.xsd +50 -0
  112. package/templates/.claude/skills/_shared/ooxml/schemas/ecma/fouth-edition/opc-digSig.xsd +49 -0
  113. package/templates/.claude/skills/_shared/ooxml/schemas/ecma/fouth-edition/opc-relationships.xsd +33 -0
  114. package/templates/.claude/skills/_shared/ooxml/schemas/mce/mc.xsd +75 -0
  115. package/templates/.claude/skills/_shared/ooxml/schemas/microsoft/wml-2010.xsd +560 -0
  116. package/templates/.claude/skills/_shared/ooxml/schemas/microsoft/wml-2012.xsd +67 -0
  117. package/templates/.claude/skills/_shared/ooxml/schemas/microsoft/wml-2018.xsd +14 -0
  118. package/templates/.claude/skills/_shared/ooxml/schemas/microsoft/wml-cex-2018.xsd +20 -0
  119. package/templates/.claude/skills/_shared/ooxml/schemas/microsoft/wml-cid-2016.xsd +13 -0
  120. package/templates/.claude/skills/_shared/ooxml/schemas/microsoft/wml-sdtdatahash-2020.xsd +4 -0
  121. package/templates/.claude/skills/_shared/ooxml/schemas/microsoft/wml-symex-2015.xsd +8 -0
  122. package/templates/.claude/skills/_shared/ooxml/scripts/pack.py +159 -0
  123. package/templates/.claude/skills/_shared/ooxml/scripts/unpack.py +29 -0
  124. package/templates/.claude/skills/_shared/ooxml/scripts/validate.py +69 -0
  125. package/templates/.claude/skills/_shared/ooxml/scripts/validation/__init__.py +15 -0
  126. package/templates/.claude/skills/_shared/ooxml/scripts/validation/base.py +951 -0
  127. package/templates/.claude/skills/_shared/ooxml/scripts/validation/docx.py +274 -0
  128. package/templates/.claude/skills/_shared/ooxml/scripts/validation/pptx.py +315 -0
  129. package/templates/.claude/skills/_shared/ooxml/scripts/validation/redlining.py +279 -0
  130. package/templates/.claude/skills/backend-api/SKILL.md +26 -0
  131. package/templates/.claude/skills/canvas-design/LICENSE.txt +202 -0
  132. package/templates/.claude/skills/canvas-design/SKILL.md +130 -0
  133. package/templates/.claude/skills/canvas-design/canvas-fonts/BricolageGrotesque-Bold.ttf +0 -0
  134. package/templates/.claude/skills/canvas-design/canvas-fonts/BricolageGrotesque-OFL.txt +93 -0
  135. package/templates/.claude/skills/canvas-design/canvas-fonts/BricolageGrotesque-Regular.ttf +0 -0
  136. package/templates/.claude/skills/canvas-design/canvas-fonts/InstrumentSans-Bold.ttf +0 -0
  137. package/templates/.claude/skills/canvas-design/canvas-fonts/InstrumentSans-BoldItalic.ttf +0 -0
  138. package/templates/.claude/skills/canvas-design/canvas-fonts/InstrumentSans-Italic.ttf +0 -0
  139. package/templates/.claude/skills/canvas-design/canvas-fonts/InstrumentSans-OFL.txt +93 -0
  140. package/templates/.claude/skills/canvas-design/canvas-fonts/InstrumentSans-Regular.ttf +0 -0
  141. package/templates/.claude/skills/canvas-design/canvas-fonts/InstrumentSerif-Italic.ttf +0 -0
  142. package/templates/.claude/skills/canvas-design/canvas-fonts/InstrumentSerif-Regular.ttf +0 -0
  143. package/templates/.claude/skills/canvas-design/canvas-fonts/JetBrainsMono-Bold.ttf +0 -0
  144. package/templates/.claude/skills/canvas-design/canvas-fonts/JetBrainsMono-OFL.txt +93 -0
  145. package/templates/.claude/skills/canvas-design/canvas-fonts/JetBrainsMono-Regular.ttf +0 -0
  146. package/templates/.claude/skills/canvas-design/canvas-fonts/Lora-Bold.ttf +0 -0
  147. package/templates/.claude/skills/canvas-design/canvas-fonts/Lora-BoldItalic.ttf +0 -0
  148. package/templates/.claude/skills/canvas-design/canvas-fonts/Lora-Italic.ttf +0 -0
  149. package/templates/.claude/skills/canvas-design/canvas-fonts/Lora-OFL.txt +93 -0
  150. package/templates/.claude/skills/canvas-design/canvas-fonts/Lora-Regular.ttf +0 -0
  151. package/templates/.claude/skills/canvas-design/canvas-fonts/NothingYouCouldDo-OFL.txt +93 -0
  152. package/templates/.claude/skills/canvas-design/canvas-fonts/NothingYouCouldDo-Regular.ttf +0 -0
  153. package/templates/.claude/skills/canvas-design/canvas-fonts/Outfit-Bold.ttf +0 -0
  154. package/templates/.claude/skills/canvas-design/canvas-fonts/Outfit-OFL.txt +93 -0
  155. package/templates/.claude/skills/canvas-design/canvas-fonts/Outfit-Regular.ttf +0 -0
  156. package/templates/.claude/skills/canvas-design/canvas-fonts/Tektur-Medium.ttf +0 -0
  157. package/templates/.claude/skills/canvas-design/canvas-fonts/Tektur-OFL.txt +93 -0
  158. package/templates/.claude/skills/canvas-design/canvas-fonts/Tektur-Regular.ttf +0 -0
  159. package/templates/.claude/skills/canvas-design/canvas-fonts/YoungSerif-OFL.txt +93 -0
  160. package/templates/.claude/skills/canvas-design/canvas-fonts/YoungSerif-Regular.ttf +0 -0
  161. package/templates/.claude/skills/code-review/SKILL.md +97 -0
  162. package/templates/.claude/skills/debugging-toolkit/SKILL.md +156 -0
  163. package/templates/.claude/skills/delivery/SKILL.md +92 -0
  164. package/templates/.claude/skills/discover-security/SKILL.md +86 -0
  165. package/templates/.claude/skills/docker-packaging/SKILL.md +60 -0
  166. package/templates/.claude/skills/docs-manager/SKILL.md +465 -0
  167. package/templates/.claude/skills/docs-manager/init-project-docs.sh +70 -0
  168. package/templates/.claude/skills/docs-manager/templates/README.md.template +50 -0
  169. package/templates/.claude/skills/docs-manager/templates/agent-roles.md.template +24 -0
  170. package/templates/.claude/skills/docs-manager/templates/coding-conventions.md.template +28 -0
  171. package/templates/.claude/skills/docs-manager/templates/memory.md.template +30 -0
  172. package/templates/.claude/skills/docs-manager/templates/onboarding.md.template +20 -0
  173. package/templates/.claude/skills/docs-manager/templates/project.md.template +26 -0
  174. package/templates/.claude/skills/docs-quality/SKILL.md +148 -0
  175. package/templates/.claude/skills/docx/LICENSE.txt +30 -0
  176. package/templates/.claude/skills/docx/SKILL.md +197 -0
  177. package/templates/.claude/skills/docx/docx-js.md +350 -0
  178. package/templates/.claude/skills/docx/ooxml.md +610 -0
  179. package/templates/.claude/skills/docx/scripts/__init__.py +1 -0
  180. package/templates/.claude/skills/docx/scripts/document.py +1276 -0
  181. package/templates/.claude/skills/docx/scripts/templates/comments.xml +3 -0
  182. package/templates/.claude/skills/docx/scripts/templates/commentsExtended.xml +3 -0
  183. package/templates/.claude/skills/docx/scripts/templates/commentsExtensible.xml +3 -0
  184. package/templates/.claude/skills/docx/scripts/templates/commentsIds.xml +3 -0
  185. package/templates/.claude/skills/docx/scripts/templates/people.xml +3 -0
  186. package/templates/.claude/skills/docx/scripts/utilities.py +374 -0
  187. package/templates/.claude/skills/duraone/SKILL.md +204 -0
  188. package/templates/.claude/skills/duraone/references/backend.md +636 -0
  189. package/templates/.claude/skills/duraone/references/frontend.md +1506 -0
  190. package/templates/.claude/skills/duraone/references/sql.md +631 -0
  191. package/templates/.claude/skills/duraone/references/workflow.md +520 -0
  192. package/templates/.claude/skills/executing-plans/SKILL.md +76 -0
  193. package/templates/.claude/skills/file-organizer/SKILL.md +433 -0
  194. package/templates/.claude/skills/frontend/SKILL.md +26 -0
  195. package/templates/.claude/skills/frontend-design/LICENSE.txt +177 -0
  196. package/templates/.claude/skills/frontend-design/SKILL.md +42 -0
  197. package/templates/.claude/skills/frontend-vue/SKILL.md +127 -0
  198. package/templates/.claude/skills/frontend-vue/components/Control/Box.vue +137 -0
  199. package/templates/.claude/skills/frontend-vue/components/Control/Button.vue +93 -0
  200. package/templates/.claude/skills/frontend-vue/components/Control/ButtonBar.vue +29 -0
  201. package/templates/.claude/skills/frontend-vue/components/Control/ButtonFloat.vue +62 -0
  202. package/templates/.claude/skills/frontend-vue/components/Control/CheckButton.vue +75 -0
  203. package/templates/.claude/skills/frontend-vue/components/Control/Checkbox.vue +58 -0
  204. package/templates/.claude/skills/frontend-vue/components/Control/Datetime.vue +148 -0
  205. package/templates/.claude/skills/frontend-vue/components/Control/Dropdownlist.vue +156 -0
  206. package/templates/.claude/skills/frontend-vue/components/Control/Input.vue +106 -0
  207. package/templates/.claude/skills/frontend-vue/components/Control/Label.vue +38 -0
  208. package/templates/.claude/skills/frontend-vue/components/Control/Master/BoxColumn.vue +24 -0
  209. package/templates/.claude/skills/frontend-vue/components/Control/Popup/Confirm.vue +33 -0
  210. package/templates/.claude/skills/frontend-vue/components/Control/Popup/Info.vue +32 -0
  211. package/templates/.claude/skills/frontend-vue/components/Control/Popup/ModalInfo.vue +39 -0
  212. package/templates/.claude/skills/frontend-vue/components/Control/Popup/Reject.vue +64 -0
  213. package/templates/.claude/skills/frontend-vue/components/Control/Tag.vue +82 -0
  214. package/templates/.claude/skills/frontend-vue/components/Control/Upload.vue +61 -0
  215. package/templates/.claude/skills/frontend-vue/components/ControlMobile/Dropdownlist.vue +103 -0
  216. package/templates/.claude/skills/frontend-vue/components/ControlMobile/PagingBar.vue +108 -0
  217. package/templates/.claude/skills/frontend-vue/components/ControlMobile/UploadImage.vue +137 -0
  218. package/templates/.claude/skills/frontend-vue/components/Grid/AG.vue +806 -0
  219. package/templates/.claude/skills/frontend-vue/components/Grid/AntTable.vue +253 -0
  220. package/templates/.claude/skills/frontend-vue/components/Grid/CustomDropdownEditor.vue +43 -0
  221. package/templates/.claude/skills/frontend-vue/components/Grid/CustomDropdownEditorEnable.vue +55 -0
  222. package/templates/.claude/skills/frontend-vue/components/Grid/HtmlTable.vue +40 -0
  223. package/templates/.claude/skills/frontend-vue/components/PDFViewer.vue +25 -0
  224. package/templates/.claude/skills/frontend-vue/components/Panel/FormView.vue +309 -0
  225. package/templates/.claude/skills/frontend-vue/components/Partial/Footer.vue +23 -0
  226. package/templates/.claude/skills/frontend-vue/components/Partial/Header.vue +265 -0
  227. package/templates/.claude/skills/frontend-vue/components/Partial/Sidebar.vue +122 -0
  228. package/templates/.claude/skills/frontend-vue/components/Template.vue +16 -0
  229. package/templates/.claude/skills/frontend-vue/components/View/Form.vue +89 -0
  230. package/templates/.claude/skills/frontend-vue/composables/indexDBStore.js +140 -0
  231. package/templates/.claude/skills/frontend-vue/composables/masterApi.js +362 -0
  232. package/templates/.claude/skills/frontend-vue/composables/state.js +578 -0
  233. package/templates/.claude/skills/frontend-vue/composables/useRequest.js +221 -0
  234. package/templates/.claude/skills/frontend-vue/composables/useSession.js +179 -0
  235. package/templates/.claude/skills/frontend-vue/composables/useTranslation.js +54 -0
  236. package/templates/.claude/skills/frontend-vue/composables/useWebSocket.js +257 -0
  237. package/templates/.claude/skills/frontend-vue/composables/userObj.js +111 -0
  238. package/templates/.claude/skills/frontend-vue/composables/utils.js +322 -0
  239. package/templates/.claude/skills/frontend-vue/reference/composables-example.vue +320 -0
  240. package/templates/.claude/skills/frontend-vue/reference/form-example.vue +183 -0
  241. package/templates/.claude/skills/frontend-vue/reference/grid-example.vue +147 -0
  242. package/templates/.claude/skills/frontend-vue/reference/masterdata-example/[id].vue +106 -0
  243. package/templates/.claude/skills/frontend-vue/reference/masterdata-example/index.vue +58 -0
  244. package/templates/.claude/skills/frontend-vue/reference/popup-example.vue +159 -0
  245. package/templates/.claude/skills/pdf/LICENSE.txt +30 -0
  246. package/templates/.claude/skills/pdf/SKILL.md +294 -0
  247. package/templates/.claude/skills/pdf/forms.md +205 -0
  248. package/templates/.claude/skills/pdf/reference.md +612 -0
  249. package/templates/.claude/skills/pdf/scripts/check_bounding_boxes.py +70 -0
  250. package/templates/.claude/skills/pdf/scripts/check_bounding_boxes_test.py +226 -0
  251. package/templates/.claude/skills/pdf/scripts/check_fillable_fields.py +12 -0
  252. package/templates/.claude/skills/pdf/scripts/convert_pdf_to_images.py +35 -0
  253. package/templates/.claude/skills/pdf/scripts/create_validation_image.py +41 -0
  254. package/templates/.claude/skills/pdf/scripts/extract_form_field_info.py +152 -0
  255. package/templates/.claude/skills/pdf/scripts/fill_fillable_fields.py +114 -0
  256. package/templates/.claude/skills/pdf/scripts/fill_pdf_form_with_annotations.py +108 -0
  257. package/templates/.claude/skills/pdf-processing/SKILL.md +107 -0
  258. package/templates/.claude/skills/pdf-processing-pro/FORMS.md +610 -0
  259. package/templates/.claude/skills/pdf-processing-pro/OCR.md +137 -0
  260. package/templates/.claude/skills/pdf-processing-pro/SKILL.md +296 -0
  261. package/templates/.claude/skills/pdf-processing-pro/TABLES.md +626 -0
  262. package/templates/.claude/skills/pdf-processing-pro/scripts/analyze_form.py +307 -0
  263. package/templates/.claude/skills/postgres/SKILL.md +69 -0
  264. package/templates/.claude/skills/postgres/reference/fn_get_examples.sql +208 -0
  265. package/templates/.claude/skills/postgres/reference/fn_rpt_examples.sql +239 -0
  266. package/templates/.claude/skills/postgres/reference/utility_functions.sql +94 -0
  267. package/templates/.claude/skills/pptx/LICENSE.txt +30 -0
  268. package/templates/.claude/skills/pptx/SKILL.md +484 -0
  269. package/templates/.claude/skills/pptx/html2pptx.md +625 -0
  270. package/templates/.claude/skills/pptx/ooxml.md +427 -0
  271. package/templates/.claude/skills/pptx/scripts/html2pptx.js +979 -0
  272. package/templates/.claude/skills/pptx/scripts/inventory.py +1020 -0
  273. package/templates/.claude/skills/pptx/scripts/rearrange.py +231 -0
  274. package/templates/.claude/skills/pptx/scripts/replace.py +385 -0
  275. package/templates/.claude/skills/pptx/scripts/thumbnail.py +450 -0
  276. package/templates/.claude/skills/repo-maintenance/SKILL.md +97 -0
  277. package/templates/.claude/skills/research/EXAMPLES.md +434 -0
  278. package/templates/.claude/skills/research/REFERENCE.md +399 -0
  279. package/templates/.claude/skills/research/SKILL.md +136 -0
  280. package/templates/.claude/skills/root-cause-tracing/SKILL.md +174 -0
  281. package/templates/.claude/skills/root-cause-tracing/find-polluter.sh +63 -0
  282. package/templates/.claude/skills/sharing-skills/SKILL.md +194 -0
  283. package/templates/.claude/skills/sql-optimization-patterns/SKILL.md +493 -0
  284. package/templates/.claude/skills/subagent-driven-development/SKILL.md +189 -0
  285. package/templates/.claude/skills/systematic-debugging/CREATION-LOG.md +119 -0
  286. package/templates/.claude/skills/systematic-debugging/SKILL.md +295 -0
  287. package/templates/.claude/skills/systematic-debugging/test-academic.md +14 -0
  288. package/templates/.claude/skills/systematic-debugging/test-pressure-1.md +58 -0
  289. package/templates/.claude/skills/systematic-debugging/test-pressure-2.md +68 -0
  290. package/templates/.claude/skills/systematic-debugging/test-pressure-3.md +69 -0
  291. package/templates/.claude/skills/test-driven-development/SKILL.md +364 -0
  292. package/templates/.claude/skills/testing-anti-patterns/SKILL.md +302 -0
  293. package/templates/.claude/skills/testing-quality/SKILL.md +97 -0
  294. package/templates/.claude/skills/verification-before-completion/SKILL.md +139 -0
  295. package/templates/.claude/skills/webapp-testing/LICENSE.txt +202 -0
  296. package/templates/.claude/skills/webapp-testing/SKILL.md +96 -0
  297. package/templates/.claude/skills/webapp-testing/examples/console_logging.py +35 -0
  298. package/templates/.claude/skills/webapp-testing/examples/element_discovery.py +40 -0
  299. package/templates/.claude/skills/webapp-testing/examples/static_html_automation.py +33 -0
  300. package/templates/.claude/skills/webapp-testing/scripts/with_server.py +106 -0
  301. package/templates/.claude/ukit/index/build-index.mjs +28 -0
  302. package/templates/.claude/ukit/index/cache-utils.mjs +140 -0
  303. package/templates/.claude/ukit/index/lib/index-core.mjs +2800 -0
  304. package/templates/.claude/ukit/index/query-index.mjs +150 -0
  305. package/templates/.claude/ukit/index/refresh-index.mjs +57 -0
  306. package/templates/.claude/ukit/index/reset-auto-permissions.mjs +76 -0
  307. package/templates/.claude/ukit/index/resolve-context.mjs +279 -0
  308. package/templates/.claude/ukit/index/route-catalog.mjs +258 -0
  309. package/templates/.claude/ukit/index/route-task.mjs +1994 -0
  310. package/templates/.claude/ukit/index/triage.mjs +133 -0
  311. package/templates/.claude/ukit/index/verify-context.mjs +689 -0
  312. package/templates/.claude/ukit/runtime/compact-threshold.mjs +1013 -0
  313. package/templates/.claude/ukit/runtime/output-compression.mjs +1340 -0
  314. package/templates/.claude/ukit/runtime/reinject-context.mjs +874 -0
  315. package/templates/.claude/ukit/runtime/token-utils.mjs +500 -0
  316. package/templates/.codex/README.md +83 -0
  317. package/templates/.codex/settings.json +187 -0
  318. package/templates/.gitignore +75 -0
  319. package/templates/AGENTS.md +116 -0
  320. package/templates/CLAUDE.md +93 -0
  321. package/templates/adapter-presets/antigravity/README.md +22 -0
  322. package/templates/adapter-presets/antigravity/rules.md +49 -0
  323. package/templates/adapter-presets/claude/settings.local.json +42 -0
  324. package/templates/adapter-presets/codex/settings.local.json +6 -0
  325. package/templates/adapter-presets/opencode/opencode.template.json +1 -0
  326. package/templates/docs/BUGFIX.md +20 -0
  327. package/templates/docs/BUG_INDEX.md +12 -0
  328. package/templates/docs/BUG_METRICS.md +7 -0
  329. package/templates/docs/BUG_TEMPLATE.md +13 -0
  330. package/templates/docs/CODE_MAP.md +35 -0
  331. package/templates/docs/INSTALL.md +113 -0
  332. package/templates/docs/MEMORY.md +49 -0
  333. package/templates/docs/PROJECT.md +50 -0
  334. package/templates/docs/UKIT_USAGE_GUIDE.md +147 -0
  335. package/templates/docs/WORKLOG.md +10 -0
  336. package/templates/ukit/README.md +14 -0
  337. package/templates/ukit/storage/cache/compact-history.json +3 -0
  338. package/templates/ukit/storage/cache/compact-pressure.json +1 -0
  339. package/templates/ukit/storage/cache/output-history.json +3 -0
  340. package/templates/ukit/storage/cache/prompt-cache.json +3 -0
  341. package/templates/ukit/storage/config.json +37 -0
  342. package/templates/ukit/storage/memory/projects/.gitkeep +2 -0
  343. package/templates/ukit/storage/memory/sessions/.gitkeep +0 -0
  344. package/templates/ukit/storage/memory/user.json +5 -0
@@ -0,0 +1,148 @@
1
+ <template>
2
+ <div>
3
+ <div><ControlLabel :required="required" :name="name" :classes="classes" /></div>
4
+ <div>
5
+ <a-date-picker
6
+ :disabled="disabled"
7
+ size="large"
8
+ style="width: 100%"
9
+ :class="classes"
10
+ :show-time="show_time"
11
+ :format="format"
12
+ v-model:value="value"
13
+ :picker="type"
14
+ :disabled-date="disabledDate"
15
+ />
16
+ </div>
17
+ </div>
18
+ </template>
19
+
20
+ <script>
21
+ import dayjs from "dayjs";
22
+ import { v4 as uuidv4 } from "uuid";
23
+
24
+ export default {
25
+ props: {
26
+ modelValue: {
27
+ type: [String, Date],
28
+ default: "",
29
+ },
30
+ name: {
31
+ type: String,
32
+ default: "",
33
+ },
34
+ type: {
35
+ type: String,
36
+ default: "date",
37
+ },
38
+ show_time: {
39
+ type: Boolean,
40
+ default: false,
41
+ },
42
+ required: {
43
+ type: Boolean,
44
+ default: false,
45
+ },
46
+ id: {
47
+ type: String,
48
+ default: () => {
49
+ return uuidv4();
50
+ },
51
+ },
52
+ classes: {
53
+ type: String,
54
+ default: "",
55
+ },
56
+ disabled: {
57
+ type: Boolean,
58
+ default: false,
59
+ },
60
+ minDate: {
61
+ type: [String, Date],
62
+ default: null,
63
+ },
64
+ maxDate: {
65
+ type: [String, Date],
66
+ default: null,
67
+ },
68
+ },
69
+ data() {
70
+ return {
71
+ value: "",
72
+ format: "DD-MM-YYYY",
73
+ };
74
+ },
75
+ methods: {
76
+ disabledDate(current) {
77
+ if (!current) return false;
78
+
79
+ const currentDate = dayjs(current).startOf('day');
80
+ let isDisabled = false;
81
+
82
+ if (this.minDate) {
83
+ const minDate = dayjs(this.minDate).startOf('day');
84
+ isDisabled = currentDate.isBefore(minDate);
85
+ }
86
+
87
+ if (this.maxDate && !isDisabled) {
88
+ const maxDate = dayjs(this.maxDate).endOf('day');
89
+ isDisabled = currentDate.isAfter(maxDate);
90
+ }
91
+
92
+ return isDisabled;
93
+ },
94
+ setFormat() {
95
+ if (this.type === "date") {
96
+ this.format = "DD-MM-YYYY";
97
+ }
98
+ if (this.type === "month") {
99
+ this.format = "MM-YYYY";
100
+ }
101
+ if (this.type === "year") {
102
+ this.format = "YYYY";
103
+ }
104
+ },
105
+ set_value() {
106
+ if (this.modelValue == null || this.modelValue == "") {
107
+ this.value = null;
108
+ } else {
109
+ if (!check_is_null_or_blank(this.modelValue)) {
110
+ if (this.modelValue.toLowerCase().includes("invalid")) {
111
+ this.value = dayjs(dayjs(), "YYYY-MM-DD");
112
+ } else {
113
+ this.value = dayjs(this.modelValue, "YYYY-MM-DD");
114
+ }
115
+ } else {
116
+ this.value = dayjs(dayjs(), "YYYY-MM-DD");
117
+ }
118
+ }
119
+ },
120
+ },
121
+ mounted() {
122
+ this.set_value();
123
+ this.setFormat();
124
+ },
125
+ watch: {
126
+ modelValue() {
127
+ this.set_value();
128
+ },
129
+ value() {
130
+ if (this.value == null) {
131
+ this.$emit("update:modelValue", null);
132
+ } else {
133
+ this.$emit("update:modelValue", this.value.format("YYYY-MM-DD"));
134
+ }
135
+ },
136
+ type() {
137
+ this.setFormat();
138
+ },
139
+ },
140
+ };
141
+ </script>
142
+
143
+ <style>
144
+ .ant-picker-body table {
145
+ box-shadow: none !important;
146
+ border-radius: 0;
147
+ }
148
+ </style>
@@ -0,0 +1,156 @@
1
+ <template>
2
+ <div>
3
+ <ControlLabel :icon="icon" :required="required" :name="name" :classes="classes" />
4
+ <client-only>
5
+ <a-select
6
+ :disabled="disabled"
7
+ v-if="multiple"
8
+ size="large"
9
+ v-model:value="value"
10
+ :id="id"
11
+ :dropdownStyle="{ zIndex: 10000 }"
12
+ mode="multiple"
13
+ remove-icon=" X"
14
+ show-search
15
+ :filter-option="filterOption"
16
+ :options="option_list"
17
+ :placeholder="placeholder"
18
+ style="width: 100%"
19
+ allow-clear></a-select>
20
+ <a-select :disabled="disabled" v-if="!multiple" size="large" v-model:value="value" :dropdownStyle="{ zIndex: 10000 }" show-search :filter-option="filterOption" :options="option_list" :placeholder="placeholder" style="width: 100%" allow-clear></a-select>
21
+ </client-only>
22
+ </div>
23
+ </template>
24
+ <script>
25
+ // list shoud have value and label { value: 'jack', label: 'Jack' }
26
+ import { v4 as uuidv4 } from "uuid";
27
+ export default {
28
+ setup() {
29
+ const filterOption = (input, option) => {
30
+ return option.label.toLowerCase().trim().includes(input.toLowerCase().trim()) || option.value.toLowerCase().trim().includes(input.toLowerCase().trim());
31
+ };
32
+ return {
33
+ filterOption,
34
+ };
35
+ },
36
+ props: {
37
+ modelValue: {
38
+ type: [String, Array, Number],
39
+ default: "",
40
+ },
41
+ name: {
42
+ type: String,
43
+ default: "",
44
+ },
45
+ show_key: {
46
+ type: Boolean,
47
+ default: false,
48
+ },
49
+ required: {
50
+ type: Boolean,
51
+ default: false,
52
+ },
53
+ id: {
54
+ type: String,
55
+ default: () => {
56
+ return uuidv4();
57
+ },
58
+ },
59
+ classes: {
60
+ type: String,
61
+ default: "",
62
+ },
63
+ placeholder: {
64
+ type: String,
65
+ default: "",
66
+ },
67
+ icon: {
68
+ type: String,
69
+ default: "",
70
+ },
71
+ multiple: {
72
+ type: Boolean,
73
+ default: false,
74
+ },
75
+ list: {
76
+ type: Array,
77
+ default: () => {
78
+ return [];
79
+ },
80
+ },
81
+ disabled: {
82
+ type: Boolean,
83
+ default: false,
84
+ },
85
+ },
86
+ computed: {
87
+ value: {
88
+ get() {
89
+ if (this.multiple) {
90
+ if (this.modelValue === "") {
91
+ return [];
92
+ }
93
+ if (typeof this.modelValue === "string") {
94
+ if (this.modelValue.charAt(0) === "[") {
95
+ return JSON.parse(this.modelValue);
96
+ } else {
97
+ return [this.modelValue];
98
+ }
99
+ }
100
+ if (typeof this.modelValue === "object") {
101
+ return this.modelValue;
102
+ }
103
+ } else {
104
+ return this.modelValue;
105
+ }
106
+ },
107
+ set(value) {
108
+ this.$emit("update:modelValue", value);
109
+ },
110
+ },
111
+ },
112
+ data() {
113
+ return {
114
+ option_list: [{ value: "jack", label: "Jack" }],
115
+ };
116
+ },
117
+ methods: {
118
+ set_value() {
119
+ if (this.show_key) {
120
+ this.option_list = this.list.map((item) => {
121
+ return {
122
+ value: item.value,
123
+ label: item.value + " - " + item.label,
124
+ };
125
+ });
126
+ } else {
127
+ this.option_list = this.list;
128
+ }
129
+ },
130
+ },
131
+ mounted() {
132
+ this.set_value();
133
+ },
134
+ watch: {
135
+ value() {
136
+ this.$emit("update:modelValue", this.value);
137
+ },
138
+ list() {
139
+ this.set_value();
140
+ },
141
+ show_key() {
142
+ this.set_value();
143
+ },
144
+ },
145
+ };
146
+ </script>
147
+ <style>
148
+ .ant-select-disabled > .ant-select-selector {
149
+ color: black !important;
150
+ }
151
+ label {
152
+ margin-bottom: 2px;
153
+ margin-top: 2px;
154
+ font-weight: 600;
155
+ }
156
+ </style>
@@ -0,0 +1,106 @@
1
+ <!-- Example Hard code -->
2
+ <!--
3
+ <ControlInput
4
+ type="text"
5
+ v-model="vairiable"
6
+ :required="true"
7
+ placeholder="Name"
8
+ :id="this_id"
9
+ :name="this_name"
10
+ />
11
+ -->
12
+ <template>
13
+ <ControlLabel :required="required" :name="name" :classes="label_classes" />
14
+ <a-input-password size="large" :disabled="disabled" v-if="type === 'password'" v-model:value="value" :id="id" :name="name" :class="classes" :placeholder="placeholder" allow-clear />
15
+ <a-input-search size="large" :disabled="disabled" v-if="type === 'search'" v-model:value="value" :placeholder="placeholder" allow-clear :id="id" :name="name" :class="classes" enter-button @search="onSearch" />
16
+ <a-textarea :disabled="disabled" v-if="type === 'textarea'" v-model:value="value" :placeholder="placeholder" allow-clear :id="id" :name="name" :class="classes" :rows="parseInt(rows)" />
17
+ <ClientOnly>
18
+ <a-input-number
19
+ size="large"
20
+ v-if="type === 'number'"
21
+ :disabled="disabled"
22
+ v-model:value="value"
23
+ :formatter="(value) => `${value}`.replace(/\B(?=(\d{3})+(?!\d))/g, ',')"
24
+ :parser="(value) => value.replace(/\$\s?|(,*)/g, '')"
25
+ :id="id"
26
+ :name="name"
27
+ allow-clear
28
+ style="width: 100%"
29
+ :class="classes" />
30
+ </ClientOnly>
31
+ <a-input size="large" :disabled="disabled" v-if="!['password', 'search', 'textarea', 'number'].includes(type)" v-model:value="value" :id="id" :name="name" :class="classes" :placeholder="placeholder" allow-clear />
32
+ </template>
33
+ <style>
34
+ input[disabled] {
35
+ color: black !important;
36
+ }
37
+ textarea[disabled] {
38
+ color: black !important;
39
+ }
40
+ </style>
41
+
42
+ <script>
43
+ import { v4 as uuidv4 } from "uuid";
44
+ export default {
45
+ props: {
46
+ modelValue: {
47
+ type: [String, Number],
48
+ default: "",
49
+ },
50
+ required: {
51
+ type: Boolean,
52
+ default: false,
53
+ },
54
+ type: {
55
+ type: String,
56
+ default: "text",
57
+ },
58
+ placeholder: {
59
+ type: String,
60
+ default: "",
61
+ },
62
+ id: {
63
+ type: String,
64
+ default: () => {
65
+ return uuidv4();
66
+ },
67
+ },
68
+ name: {
69
+ type: String,
70
+ default: "",
71
+ },
72
+ classes: {
73
+ type: String,
74
+ default: "",
75
+ },
76
+ label_classes: {
77
+ type: String,
78
+ default: "",
79
+ },
80
+ rows: {
81
+ type: String,
82
+ default: "3",
83
+ },
84
+ disabled: {
85
+ type: Boolean,
86
+ default: false,
87
+ },
88
+ },
89
+ emits: ["update:modelValue", "onSearch"],
90
+ computed: {
91
+ value: {
92
+ get() {
93
+ return this.modelValue;
94
+ },
95
+ set(value) {
96
+ this.$emit("update:modelValue", value);
97
+ },
98
+ },
99
+ },
100
+ methods: {
101
+ onSearch() {
102
+ this.$emit("onSearch", this.value);
103
+ },
104
+ },
105
+ };
106
+ </script>
@@ -0,0 +1,38 @@
1
+ <template>
2
+ <label :class="classes">
3
+ <span v-if="icon !== ''" class="icon-style">
4
+ <i style="color: white" :class="icon"></i>
5
+ </span>
6
+ {{ name }} <span v-if="required" style="color: red">*</span>
7
+ </label>
8
+ </template>
9
+ <script>
10
+ export default {
11
+ props: {
12
+ required: {
13
+ type: Boolean,
14
+ default: false,
15
+ },
16
+ classes: {
17
+ type: String,
18
+ default: "",
19
+ },
20
+ name: {
21
+ type: String,
22
+ default: "",
23
+ },
24
+ icon: {
25
+ type: String,
26
+ default: "",
27
+ },
28
+ },
29
+ };
30
+ </script>
31
+
32
+ <style>
33
+ .icon-style {
34
+ background-color: #2d82b5 !important;
35
+ border-radius: 50% !important;
36
+ padding: 3px 5px !important;
37
+ }
38
+ </style>
@@ -0,0 +1,24 @@
1
+ <template>
2
+ <div class="col-md-12" v-if="item['position'].length === 1">
3
+ <slot />
4
+ </div>
5
+ <div class="col-md-6" v-if="item['position'].length === 2">
6
+ <slot />
7
+ </div>
8
+ <div class="col-md-4" v-if="item['position'].length === 3">
9
+ <slot />
10
+ </div>
11
+ <div class="col-md-3" v-if="item['position'].length === 4">
12
+ <slot />
13
+ </div>
14
+ </template>
15
+ <script>
16
+ export default {
17
+ props: {
18
+ item: {
19
+ type: Object,
20
+ default: {},
21
+ },
22
+ },
23
+ };
24
+ </script>
@@ -0,0 +1,33 @@
1
+ <template>
2
+ <ClientOnly>
3
+ <a-modal :visible="visible" :title="title" :ok-text="t('Confirm')" :cancel-text="t('Cancel')" @ok="confirmAction" @cancel="close">
4
+ <p v-html="message"></p>
5
+ </a-modal>
6
+ </ClientOnly>
7
+ </template>
8
+ <script>
9
+ export default {
10
+ props: {
11
+ visible: {
12
+ type: Boolean,
13
+ default: true,
14
+ },
15
+ message: {
16
+ type: String,
17
+ default: true,
18
+ },
19
+ title: {
20
+ type: String,
21
+ default: true,
22
+ },
23
+ },
24
+ methods: {
25
+ confirmAction() {
26
+ this.$emit("onConfirm");
27
+ },
28
+ close() {
29
+ this.$emit("onClose");
30
+ },
31
+ },
32
+ };
33
+ </script>
@@ -0,0 +1,32 @@
1
+ <template>
2
+ <a-modal v-model:visible="is_show_info">
3
+ <a-result :status="status" :title="title"></a-result>
4
+ <template #footer>
5
+ <a-button @click="onClose()" type="primary">Close</a-button>
6
+ </template>
7
+ </a-modal>
8
+ </template>
9
+
10
+ <script>
11
+ export default {
12
+ props: ["status", "title", "visible"],
13
+ data() {
14
+ return {
15
+ is_show_info: false,
16
+ };
17
+ },
18
+ methods: {
19
+ onClose() {
20
+ this.is_show_info = false;
21
+ },
22
+ },
23
+ mounted() {
24
+ this.is_show_info = this.visible;
25
+ },
26
+ watch: {
27
+ visible() {
28
+ this.is_show_info = this.visible;
29
+ },
30
+ },
31
+ };
32
+ </script>
@@ -0,0 +1,39 @@
1
+ <template>
2
+ <!-- Modal -->
3
+ <div class="modal fade" id="ControlPopupModalInfo" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true">
4
+ <div class="modal-dialog">
5
+ <div class="modal-content">
6
+ <div class="modal-header">
7
+ <h5 class="modal-title">{{ t(title) }}</h5>
8
+ <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
9
+ </div>
10
+ <div class="modal-body">
11
+ <div>
12
+ <ClientOnly>
13
+ <GridAG
14
+ id="gridagmodal"
15
+ ref="gridagmodal"
16
+ :columns="columns"
17
+ :rows="rows"
18
+ :can_add="false"
19
+ :can_edit="false"
20
+ :can_delete="false"
21
+ :can_sync="false"
22
+ :can_upload="false"
23
+ :height="screen_height() - 125"
24
+ />
25
+ </ClientOnly>
26
+ </div>
27
+ </div>
28
+ <div class="modal-footer">
29
+ <button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Close</button>
30
+ </div>
31
+ </div>
32
+ </div>
33
+ </div>
34
+ </template>
35
+ <script>
36
+ export default {
37
+ props: ["rows", "columns", "title"],
38
+ };
39
+ </script>
@@ -0,0 +1,64 @@
1
+ <template>
2
+ <ClientOnly>
3
+ <a-modal :visible="visible" :title="title" :ok-text="t('Confirm')" :cancel-text="t('Cancel')" @ok="confirmAction" @cancel="close">
4
+ <div class="col-12">
5
+ <div class="col-12">
6
+ {{ t('Please confirm this Agreement is Adhoc or On Plan') }}
7
+ </div>
8
+ <div class="col-6">
9
+ <ControlCheckbox :label="t('Is Adhoc')" v-model="is_adhoc" />
10
+ </div>
11
+ <div class="col-6">
12
+ <ControlCheckbox :label="t('Is On Plan')" v-model="is_onplan" />
13
+ </div>
14
+ </div>
15
+ <ControlInput type="text" v-model="rejectReason" :name="t(message)" />
16
+ </a-modal>
17
+ </ClientOnly>
18
+ </template>
19
+ <script>
20
+ export default {
21
+ props: {
22
+ visible: {
23
+ type: Boolean,
24
+ default: true,
25
+ },
26
+ message: {
27
+ type: String,
28
+ default: true,
29
+ },
30
+ title: {
31
+ type: String,
32
+ default: true,
33
+ },
34
+ },
35
+ data() {
36
+ return {
37
+ rejectReason: "",
38
+ is_adhoc: false,
39
+ is_onplan: true,
40
+ };
41
+ },
42
+ methods: {
43
+ confirmAction() {
44
+ if(!this.is_adhoc && !this.is_onplan) return;
45
+ this.$emit("onConfirm", this.rejectReason, this.is_adhoc, this.is_onplan);
46
+ },
47
+ close() {
48
+ this.$emit("onClose");
49
+ },
50
+ },
51
+ watch: {
52
+ is_adhoc() {
53
+ if(this.is_adhoc){
54
+ this.is_onplan = false;
55
+ }
56
+ },
57
+ is_onplan() {
58
+ if(this.is_onplan){
59
+ this.is_adhoc = false;
60
+ }
61
+ },
62
+ },
63
+ };
64
+ </script>