@alanwang-merit/meritdata-platform-skill-package 1.0.9 → 1.0.10

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 (659) hide show
  1. package/package.json +1 -1
  2. package/rules/api-design-rules.md +0 -7
  3. package/rules/code-dev-rules.md +0 -70
  4. package/rules/coding-standards-rules.md +0 -99
  5. package/rules/data-boundary-rules.md +32 -0
  6. package/rules/frontend-coding-rules.md +0 -6
  7. package/rules/frontend-component-rules.md +0 -6
  8. package/rules/git-workflow-rules.md +0 -6
  9. package/rules/nacos-rules.md +0 -6
  10. package/rules/naming-conventions-rules.md +0 -6
  11. package/rules/performance-rules.md +0 -6
  12. package/rules/security-rules.md +0 -6
  13. package/rules/sql-naming-rules.md +0 -6
  14. package/rules/sql-script-rules.md +0 -6
  15. package/skills/api-design/SKILL.md +523 -0
  16. package/skills/architecture-readiness-check/SKILL.md +80 -0
  17. package/skills/architecture-readiness-check/references//346/236/266/346/236/204/350/256/276/350/256/241/345/207/206/345/244/207/345/272/246/346/243/200/346/237/245/346/212/245/345/221/212/346/250/241/346/235/277.md +129 -0
  18. package/skills/architecture-readiness-check/references//346/236/266/346/236/204/350/256/276/350/256/241/345/207/206/345/244/207/345/272/246/346/243/200/346/237/245/346/270/205/345/215/225.md +251 -0
  19. package/skills/ask-matt/SKILL.md +78 -0
  20. package/skills/ask-matt/agents/openai.yaml +5 -0
  21. package/skills/backend-code-review/SKILL.md +168 -0
  22. package/skills/backend-code-review/references/architecture-rule.md +91 -0
  23. package/skills/backend-code-review/references/db-schema-rule.md +157 -0
  24. package/skills/backend-code-review/references/repositories-rule.md +61 -0
  25. package/skills/backend-code-review/references/sqlalchemy-rule.md +139 -0
  26. package/skills/backend-patterns/SKILL.md +597 -0
  27. package/skills/backend-patterns/agents/openai.yaml +7 -0
  28. package/skills/brainstorming/SKILL.md +151 -0
  29. package/skills/brainstorming/scripts/frame-template.html +213 -0
  30. package/skills/brainstorming/scripts/helper.js +167 -0
  31. package/skills/brainstorming/scripts/server.cjs +723 -0
  32. package/skills/brainstorming/scripts/server.js +338 -0
  33. package/skills/brainstorming/scripts/start-server.sh +209 -0
  34. package/skills/brainstorming/scripts/stop-server.sh +120 -0
  35. package/skills/brainstorming/spec-document-reviewer-prompt.md +49 -0
  36. package/skills/brainstorming/visual-companion.md +298 -0
  37. package/skills/code-design-consistency-check/SKILL.md +142 -0
  38. package/skills/code-design-consistency-check/references//344/273/243/347/240/201/344/270/216/350/256/276/350/256/241/344/270/200/350/207/264/346/200/247/346/243/200/346/237/245/346/212/245/345/221/212/346/250/241/346/235/277.md +242 -0
  39. package/skills/code-design-consistency-check/references//344/273/243/347/240/201/344/270/216/350/256/276/350/256/241/344/270/200/350/207/264/346/200/247/346/243/200/346/237/245/346/270/205/345/215/225.md +314 -0
  40. package/skills/code-low-level-check/SKILL.md +159 -0
  41. package/skills/code-low-level-check/references//344/273/243/347/240/201/344/275/216/347/272/247/351/227/256/351/242/230/346/243/200/346/237/245/346/212/245/345/221/212/346/250/241/346/235/277.md +242 -0
  42. package/skills/code-low-level-check/references//344/273/243/347/240/201/344/275/216/347/272/247/351/227/256/351/242/230/346/243/200/346/237/245/346/270/205/345/215/225.md +353 -0
  43. package/skills/code-low-level-check/references//345/211/215/347/253/257UI/345/212/237/350/203/275/344/275/216/347/272/247/351/227/256/351/242/230/346/243/200/346/237/245/346/270/205/345/215/225.md +338 -0
  44. package/skills/code-review/SKILL.md +89 -0
  45. package/skills/code-review/agents/openai.yaml +3 -0
  46. package/skills/codebase-design/DEEPENING.md +37 -0
  47. package/skills/codebase-design/DESIGN-IT-TWICE.md +44 -0
  48. package/skills/codebase-design/SKILL.md +114 -0
  49. package/skills/codebase-design/agents/openai.yaml +3 -0
  50. package/skills/design-architect-review/SKILL.md +81 -0
  51. package/skills/design-architect-review/references//346/236/266/346/236/204/345/270/210/350/257/204/345/256/241/346/212/245/345/221/212/346/250/241/346/235/277.md +264 -0
  52. package/skills/design-low-level-check/SKILL.md +95 -0
  53. package/skills/design-low-level-check/references//346/212/200/346/234/257/350/256/276/350/256/241/344/275/216/347/272/247/351/227/256/351/242/230/346/243/200/346/237/245/346/212/245/345/221/212/346/250/241/346/235/277.md +125 -0
  54. package/skills/design-low-level-check/references//346/212/200/346/234/257/350/256/276/350/256/241/344/275/216/347/272/247/351/227/256/351/242/230/346/243/200/346/237/245/346/270/205/345/215/225.md +342 -0
  55. package/skills/design-review/SKILL.md +225 -0
  56. package/skills/design-review/references//350/256/276/350/256/241/350/257/204/345/256/241/346/243/200/346/237/245/345/215/225.md +64 -0
  57. package/skills/design-review-report/SKILL.md +150 -0
  58. package/skills/design-review-report/references//350/256/276/350/256/241/350/257/204/345/256/241/346/212/245/345/221/212/346/250/241/346/235/277.md +224 -0
  59. package/skills/design-taste-frontend/SKILL.md +226 -0
  60. package/skills/developer-testcase-review/SKILL.md +191 -0
  61. package/skills/developer-testcase-review/references//345/274/200/345/217/221/350/200/205/346/265/213/350/257/225/347/224/250/344/276/213/346/243/200/346/237/245/345/215/225.md +40 -0
  62. package/skills/development-code-review/SKILL.md +138 -0
  63. package/skills/development-code-review/references//345/274/200/345/217/221/344/273/243/347/240/201/350/257/204/345/256/241/346/212/245/345/221/212/346/250/241/346/235/277.md +260 -0
  64. package/skills/development-code-review/references//345/274/200/345/217/221/344/273/243/347/240/201/350/257/204/345/256/241/346/243/200/346/237/245/345/215/225.md +82 -0
  65. package/skills/development-expert-review/SKILL.md +150 -0
  66. package/skills/development-expert-review/references//345/211/215/345/220/216/347/253/257/344/270/223/345/256/266/350/257/204/345/256/241/346/212/245/345/221/212/346/250/241/346/235/277.md +338 -0
  67. package/skills/diagnosing-bugs/SKILL.md +134 -0
  68. package/skills/diagnosing-bugs/agents/openai.yaml +3 -0
  69. package/skills/diagnosing-bugs/scripts/hitl-loop.template.sh +41 -0
  70. package/skills/dispatching-parallel-agents/SKILL.md +167 -0
  71. package/skills/domain-modeling/ADR-FORMAT.md +47 -0
  72. package/skills/domain-modeling/CONTEXT-FORMAT.md +60 -0
  73. package/skills/domain-modeling/SKILL.md +74 -0
  74. package/skills/domain-modeling/agents/openai.yaml +3 -0
  75. package/skills/executing-plans/SKILL.md +64 -0
  76. package/skills/finishing-a-development-branch/SKILL.md +201 -0
  77. package/skills/frontend-patterns/SKILL.md +642 -0
  78. package/skills/generate-developer-testcase/SKILL.md +70 -0
  79. package/skills/generate-developer-testcase/references//345/274/200/345/217/221/350/200/205/346/265/213/350/257/225/347/224/250/344/276/213/346/250/241/346/235/277.md +157 -0
  80. package/skills/git-guardrails-claude-code/SKILL.md +95 -0
  81. package/skills/git-guardrails-claude-code/agents/openai.yaml +3 -0
  82. package/skills/git-guardrails-claude-code/scripts/block-dangerous-git.sh +25 -0
  83. package/skills/grill-me/SKILL.md +7 -0
  84. package/skills/grill-me/agents/openai.yaml +5 -0
  85. package/skills/grill-with-docs/SKILL.md +7 -0
  86. package/skills/grill-with-docs/agents/openai.yaml +5 -0
  87. package/skills/grilling/SKILL.md +12 -0
  88. package/skills/grilling/agents/openai.yaml +3 -0
  89. package/skills/handoff/SKILL.md +16 -0
  90. package/skills/handoff/agents/openai.yaml +5 -0
  91. package/skills/implement/SKILL.md +15 -0
  92. package/skills/implement/agents/openai.yaml +5 -0
  93. package/skills/improve-codebase-architecture/HTML-REPORT.md +123 -0
  94. package/skills/improve-codebase-architecture/SKILL.md +71 -0
  95. package/skills/improve-codebase-architecture/agents/openai.yaml +5 -0
  96. package/skills/init-deep-claude/SKILL.md +270 -0
  97. package/skills/init-deep-claude/_meta.json +14 -0
  98. package/skills/init-deep-claude/evals/evals.json +60 -0
  99. package/skills/init-deep-claude/references/code-project-template.md +57 -0
  100. package/skills/init-deep-claude/references/error-handling.md +118 -0
  101. package/skills/init-deep-claude/references/monorepo-strategy.md +100 -0
  102. package/skills/init-deep-claude/references/plain-directory-template.md +62 -0
  103. package/skills/java-architect/SKILL.md +132 -0
  104. package/skills/java-architect/references/jpa-optimization.md +393 -0
  105. package/skills/java-architect/references/reactive-webflux.md +356 -0
  106. package/skills/java-architect/references/spring-boot-setup.md +269 -0
  107. package/skills/java-architect/references/spring-security.md +445 -0
  108. package/skills/java-architect/references/testing-patterns.md +500 -0
  109. package/skills/java-coding-standards/SKILL.md +147 -0
  110. package/skills/java-testing/SKILL.md +34 -0
  111. package/skills/java-testing/evals/evals.json +46 -0
  112. package/skills/java-testing/references/junit-template.md +58 -0
  113. package/skills/meritdata-platform-2nd-dev-check/README.md +196 -0
  114. package/skills/meritdata-platform-2nd-dev-check/SKILL.md +209 -23
  115. package/skills/meritdata-platform-2nd-dev-check/agents/openai.yaml +33 -0
  116. package/skills/meritdata-platform-2nd-dev-check/checklists/checks.schema.json +22 -0
  117. package/skills/meritdata-platform-2nd-dev-check/checklists/dependency.chk.json +96 -0
  118. package/skills/meritdata-platform-2nd-dev-check/checklists/frontend.chk.json +69 -0
  119. package/skills/meritdata-platform-2nd-dev-check/checklists/integration.chk.json +78 -0
  120. package/skills/meritdata-platform-2nd-dev-check/checklists/naming.chk.json +78 -0
  121. package/skills/meritdata-platform-2nd-dev-check/checklists/package-structure.chk.json +87 -0
  122. package/skills/meritdata-platform-2nd-dev-check/checklists/security.chk.json +87 -0
  123. package/skills/meritdata-platform-2nd-dev-check/references/checklist.md +322 -0
  124. package/skills/meritdata-platform-2nd-dev-check/references/env-vars.md +232 -0
  125. package/skills/meritdata-platform-2nd-dev-check/references/fix-guide.md +433 -0
  126. package/skills/meritdata-platform-2nd-dev-check/scripts/apply-to-files.sh +238 -0
  127. package/skills/meritdata-platform-2nd-dev-check/scripts/check-backend.sh +171 -0
  128. package/skills/meritdata-platform-2nd-dev-check/scripts/check-conventions.sh +188 -0
  129. package/skills/meritdata-platform-2nd-dev-check/scripts/check-database.sh +128 -0
  130. package/skills/meritdata-platform-2nd-dev-check/scripts/check-frontend.sh +225 -0
  131. package/skills/meritdata-platform-2nd-dev-check/scripts/check-lib-version.sh +289 -0
  132. package/skills/meritdata-platform-2nd-dev-check/scripts/check-platform.sh +212 -0
  133. package/skills/meritdata-platform-2nd-dev-check/scripts/load-config.sh +189 -0
  134. package/skills/meritdata-platform-2nd-dev-check/scripts/run-all.sh +168 -0
  135. package/skills/meritdata-platform-2nd-dev-check/scripts/write-env.sh +147 -0
  136. package/skills/meritdata-platform-bootstrap-2nd-dev/SKILL.md +77 -0
  137. package/skills/meritdata-platform-bootstrap-2nd-dev/agents/openai.yaml +23 -0
  138. package/skills/meritdata-platform-bootstrap-2nd-dev/bundled/back-end/application.java.vm +32 -0
  139. package/skills/meritdata-platform-bootstrap-2nd-dev/bundled/back-end/banner.txt.vm +9 -0
  140. package/skills/meritdata-platform-bootstrap-2nd-dev/bundled/back-end/bootstrap.properties.vm +20 -0
  141. package/skills/meritdata-platform-bootstrap-2nd-dev/bundled/back-end/pom.xml.vm +202 -0
  142. package/skills/meritdata-platform-bootstrap-2nd-dev/bundled/back-end-common/common/entity/ProcTrackDTOApproval.java +36 -0
  143. package/skills/meritdata-platform-bootstrap-2nd-dev/bundled/back-end-common/common/imp/checker/Checker.java +39 -0
  144. package/skills/meritdata-platform-bootstrap-2nd-dev/bundled/back-end-common/common/imp/checker/impl/LengthChecker.java +51 -0
  145. package/skills/meritdata-platform-bootstrap-2nd-dev/bundled/back-end-common/common/imp/checker/impl/NumberChecker.java +49 -0
  146. package/skills/meritdata-platform-bootstrap-2nd-dev/bundled/back-end-common/common/imp/checker/impl/RequiredChecker.java +39 -0
  147. package/skills/meritdata-platform-bootstrap-2nd-dev/bundled/back-end-common/common/imp/checker/impl/SortNoChecker.java +31 -0
  148. package/skills/meritdata-platform-bootstrap-2nd-dev/bundled/back-end-common/common/imp/checker/impl/SpecialCharChecker.java +47 -0
  149. package/skills/meritdata-platform-bootstrap-2nd-dev/bundled/back-end-common/common/imp/checker/impl/UniqueChecker.java +30 -0
  150. package/skills/meritdata-platform-bootstrap-2nd-dev/bundled/back-end-common/common/imp/config/Column.java +81 -0
  151. package/skills/meritdata-platform-bootstrap-2nd-dev/bundled/back-end-common/common/imp/config/ImpConfig.java +126 -0
  152. package/skills/meritdata-platform-bootstrap-2nd-dev/bundled/back-end-common/common/imp/config/RowData.java +68 -0
  153. package/skills/meritdata-platform-bootstrap-2nd-dev/bundled/back-end-common/common/imp/converter/Converter.java +28 -0
  154. package/skills/meritdata-platform-bootstrap-2nd-dev/bundled/back-end-common/common/imp/converter/converter/DateConverter.java +31 -0
  155. package/skills/meritdata-platform-bootstrap-2nd-dev/bundled/back-end-common/common/imp/converter/converter/LookUpConverter.java +53 -0
  156. package/skills/meritdata-platform-bootstrap-2nd-dev/bundled/back-end-common/common/imp/converter/converter/SexConverter.java +45 -0
  157. package/skills/meritdata-platform-bootstrap-2nd-dev/bundled/back-end-common/common/imp/dataloader/RowDataLoader.java +158 -0
  158. package/skills/meritdata-platform-bootstrap-2nd-dev/bundled/back-end-common/common/imp/dataloader/impl/BeanRowDataLoader.java +18 -0
  159. package/skills/meritdata-platform-bootstrap-2nd-dev/bundled/back-end-common/common/imp/dataloader/impl/MapRowDataLoader.java +41 -0
  160. package/skills/meritdata-platform-bootstrap-2nd-dev/bundled/back-end-common/common/imp/feign/MangeFeignClient.java +21 -0
  161. package/skills/meritdata-platform-bootstrap-2nd-dev/bundled/back-end-common/common/imp/handler/IImportHandler.java +24 -0
  162. package/skills/meritdata-platform-bootstrap-2nd-dev/bundled/back-end-common/common/imp/handler/impl/AbstractImportHandler.java +172 -0
  163. package/skills/meritdata-platform-bootstrap-2nd-dev/bundled/back-end-common/common/imp/handler/impl/BaseImportHandler.java +50 -0
  164. package/skills/meritdata-platform-bootstrap-2nd-dev/bundled/back-end-common/common/imp/handler/impl/ImpCallable.java +53 -0
  165. package/skills/meritdata-platform-bootstrap-2nd-dev/bundled/back-end-common/common/imp/importcommon/config/ConfigLoader.java +97 -0
  166. package/skills/meritdata-platform-bootstrap-2nd-dev/bundled/back-end-common/common/imp/importcommon/util/ImportUtils.java +46 -0
  167. package/skills/meritdata-platform-bootstrap-2nd-dev/bundled/front-end/yourapp/App.vue +12 -0
  168. package/skills/meritdata-platform-bootstrap-2nd-dev/bundled/front-end/yourapp/Index.vue +18 -0
  169. package/skills/meritdata-platform-bootstrap-2nd-dev/bundled/front-end/yourapp/i18n/i18n.js +13 -0
  170. package/skills/meritdata-platform-bootstrap-2nd-dev/bundled/front-end/yourapp/i18n/langs/en_US.js +36 -0
  171. package/skills/meritdata-platform-bootstrap-2nd-dev/bundled/front-end/yourapp/i18n/langs/zh_CN.js +36 -0
  172. package/skills/meritdata-platform-bootstrap-2nd-dev/bundled/front-end/yourapp/index.js +14 -0
  173. package/skills/meritdata-platform-bootstrap-2nd-dev/bundled/front-end/yourapp/main.js +21 -0
  174. package/skills/meritdata-platform-bootstrap-2nd-dev/bundled/front-end/yourapp/router.js +16 -0
  175. package/skills/meritdata-platform-bootstrap-2nd-dev/bundled/front-end/yourapp/store.js +20 -0
  176. package/skills/meritdata-platform-bootstrap-2nd-dev/bundled/front-end/yourapp/view/Add.vue +43 -0
  177. package/skills/meritdata-platform-bootstrap-2nd-dev/bundled/front-end/yourapp/view/Detail.vue +31 -0
  178. package/skills/meritdata-platform-bootstrap-2nd-dev/bundled/front-end/yourapp/view/Grid.vue +44 -0
  179. package/skills/meritdata-platform-bootstrap-2nd-dev/references/README.md +9 -0
  180. package/skills/meritdata-platform-bootstrap-2nd-dev/scripts/bootstrap.ps1 +353 -0
  181. package/skills/meritdata-platform-bootstrap-2nd-dev/scripts/bootstrap.sh +350 -0
  182. package/skills/meritdata-platform-bpm/SKILL.md +94 -30
  183. package/skills/meritdata-platform-bpm/agents/openai.yaml +36 -0
  184. package/skills/meritdata-platform-bpm/examples/leave-flow/README.md +151 -0
  185. package/skills/meritdata-platform-bpm/references/api//346/224/273/347/225/245-01-/346/265/201/347/250/213API-/347/253/240/350/212/20201_/345/211/215/347/275/256/346/235/241/344/273/266.md +11 -0
  186. package/skills/meritdata-platform-bpm/references/api//346/224/273/347/225/245-01-/346/265/201/347/250/213API-/347/253/240/350/212/20202_/350/247/204/345/210/231/345/274/225/346/223/216/345/210/235/345/247/213/345/214/226/346/216/245/345/217/243.md +263 -0
  187. package/skills/meritdata-platform-bpm/references/api//346/224/273/347/225/245-01-/346/265/201/347/250/213API-/347/253/240/350/212/20203_/345/220/257/345/212/250/346/265/201/347/250/213/345/256/236/344/276/213/346/216/245/345/217/243.md +187 -0
  188. package/skills/meritdata-platform-bpm/references/api//346/224/273/347/225/245-01-/346/265/201/347/250/213API-/347/253/240/350/212/20204_/350/277/220/350/241/214/350/247/204/345/210/231/345/274/225/346/223/216.md +449 -0
  189. package/skills/meritdata-platform-bpm/references/api//346/224/273/347/225/245-01-/346/265/201/347/250/213API-/347/253/240/350/212/20205_/345/256/214/346/210/220/344/273/273/345/212/241/346/216/245/345/217/243.md +232 -0
  190. package/skills/meritdata-platform-bpm/references/api//346/224/273/347/225/245-01-/346/265/201/347/250/213API-/347/253/240/350/212/20206_/345/241/253/345/206/231/346/204/217/350/247/201/346/216/245/345/217/243.md +192 -0
  191. package/skills/meritdata-platform-bpm/references/api//346/224/273/347/225/245-01-/346/265/201/347/250/213API-/347/253/240/350/212/20207_/346/240/271/346/215/256/344/273/273/345/212/241/350/212/202/347/202/271/350/216/267/345/217/226/346/204/217/350/247/201/345/206/205/345/256/271.md +212 -0
  192. package/skills/meritdata-platform-bpm/references/api//346/224/273/347/225/245-01-/346/265/201/347/250/213API-/347/253/240/350/212/20208_/346/237/245/347/234/213/350/277/275/350/270/252/346/216/245/345/217/243.md +492 -0
  193. package/skills/meritdata-platform-bpm/references/api//346/224/273/347/225/245-01-/346/265/201/347/250/213API-/347/253/240/350/212/20209_/351/200/200/345/233/236/346/213/237/347/250/277/344/272/272/346/216/245/345/217/243.md +187 -0
  194. package/skills/meritdata-platform-bpm/references/api//346/224/273/347/225/245-01-/346/265/201/347/250/213API-/347/253/240/350/212/20210_/351/200/200/345/233/236/344/270/212/344/270/200/347/216/257/350/212/202/345/244/204/347/220/206/344/272/272/346/216/245/345/217/243.md +183 -0
  195. package/skills/meritdata-platform-bpm/references/api//346/224/273/347/225/245-01-/346/265/201/347/250/213API-/347/253/240/350/212/20211_/346/265/201/347/250/213/350/256/276/350/256/241/345/231/250/345/210/227/350/241/250/346/237/245/350/257/242.md +314 -0
  196. package/skills/meritdata-platform-bpm/references/api//346/224/273/347/225/245-01-/346/265/201/347/250/213API-/347/253/240/350/212/20212_/344/270/252/344/272/272/345/276/205/345/212/236.md +261 -0
  197. package/skills/meritdata-platform-bpm/references/api//346/224/273/347/225/245-01-/346/265/201/347/250/213API-/347/253/240/350/212/20213_/351/230/205/347/237/245.md +306 -0
  198. package/skills/meritdata-platform-bpm/references/api//346/224/273/347/225/245-01-/346/265/201/347/250/213API-/347/253/240/350/212/20214_/346/265/201/347/250/213/346/234/200/346/226/260/345/256/232/344/271/211ID.md +100 -0
  199. package/skills/meritdata-platform-bpm/references/api//346/224/273/347/225/245-01-/346/265/201/347/250/213API-/347/253/240/350/212/20215_/344/270/232/345/212/241/347/233/270/345/205/263/346/216/245/345/217/243.md +637 -0
  200. package/skills/meritdata-platform-bpm/references/api//346/224/273/347/225/245-01-/346/265/201/347/250/213API-/347/253/240/350/212/20216_/346/265/201/347/250/213/345/210/206/347/261/273/347/233/270/345/205/263.md +176 -0
  201. package/skills/meritdata-platform-bpm/references/api-reference.md +2779 -0
  202. package/skills/meritdata-platform-bpm/references/bpm-engine-complete-methods.md +150 -0
  203. package/skills/meritdata-platform-bpm/references/bpm-engine-detail/12_/345/233/233/344/270/232/345/212/241/347/273/204/344/273/266-4.1/345/267/245/344/275/234/346/265/201BpmEngine.md +86 -0
  204. package/skills/meritdata-platform-bpm/references/components-ref//346/224/273/347/225/245-08-/346/265/201/347/250/213/345/211/215/347/253/257/347/273/204/344/273/266-00_/346/200/273/350/247/210.md +66 -0
  205. package/skills/meritdata-platform-bpm/references/components-ref//346/224/273/347/225/245-08-/346/265/201/347/250/213/345/211/215/347/253/257/347/273/204/344/273/266-/347/253/240/350/212/20201_/346/246/202/350/277/260.md +165 -0
  206. package/skills/meritdata-platform-bpm/references/components-ref//346/224/273/347/225/245-08-/346/265/201/347/250/213/345/211/215/347/253/257/347/273/204/344/273/266-/347/253/240/350/212/20202_/347/273/204/344/273/266/344/270/216/346/226/271/346/263/225/346/246/202/350/247/210/350/241/250.md +45 -0
  207. package/skills/meritdata-platform-bpm/references/components-ref//346/224/273/347/225/245-08-/346/265/201/347/250/213/345/211/215/347/253/257/347/273/204/344/273/266-/347/253/240/350/212/20203_BpmFormTools_-_BPM/350/241/250/345/215/225/345/267/245/345/205/267/347/273/204/344/273/266.md +145 -0
  208. package/skills/meritdata-platform-bpm/references/components-ref//346/224/273/347/225/245-08-/346/265/201/347/250/213/345/211/215/347/253/257/347/273/204/344/273/266-/347/253/240/350/212/20204_BpmGridButtonsNew_-_BPM/350/241/250/346/240/274/346/214/211/351/222/256/347/273/204/344/273/266.md +239 -0
  209. package/skills/meritdata-platform-bpm/references/components-ref//346/224/273/347/225/245-08-/346/265/201/347/250/213/345/211/215/347/253/257/347/273/204/344/273/266-/347/253/240/350/212/20205_/345/220/216/347/253/257BpmEngine/346/240/270/345/277/203/346/216/245/345/217/243.md +135 -0
  210. package/skills/meritdata-platform-bpm/references/components-ref//346/224/273/347/225/245-08-/346/265/201/347/250/213/345/211/215/347/253/257/347/273/204/344/273/266-/347/253/240/350/212/20206_/351/231/204/345/275/225.md +43 -0
  211. package/skills/meritdata-platform-bpm/references/components.md +618 -0
  212. package/skills/meritdata-platform-bpm/references/custom-assignee.md +28 -0
  213. package/skills/meritdata-platform-bpm/references/listener//346/224/273/347/225/245-03-/347/233/221/345/220/254/350/241/250/350/276/276/345/274/217-00_/346/200/273/350/247/210.md +51 -0
  214. package/skills/meritdata-platform-bpm/references/listener//346/224/273/347/225/245-03-/347/233/221/345/220/254/350/241/250/350/276/276/345/274/217-/347/253/240/350/212/20201_/345/256/236/347/216/260/347/255/226/347/225/245.md +30 -0
  215. package/skills/meritdata-platform-bpm/references/listener//346/224/273/347/225/245-03-/347/233/221/345/220/254/350/241/250/350/276/276/345/274/217-/347/253/240/350/212/20202_/350/207/252/345/256/232/344/271/211_jar_/345/214/205/347/232/204/345/256/236/347/216/260/346/265/201/347/250/213.md +242 -0
  216. package/skills/meritdata-platform-bpm/references/listener//346/224/273/347/225/245-03-/347/233/221/345/220/254/350/241/250/350/276/276/345/274/217-/347/253/240/350/212/20203_/350/207/252/345/256/232/344/271/211/346/234/215/345/212/241/346/220/255/345/273/272/357/274/210/350/213/245/345/267/262/345/255/230/345/234/250/345/267/245/347/250/213/345/222/214/346/216/245/345/217/243/357/274/214/346/255/244/346/255/245/351/252/244/345/217/257/347/234/201/347/225/245/357/274/211.md +150 -0
  217. package/skills/meritdata-platform-bpm/references/listener//346/224/273/347/225/245-03-/347/233/221/345/220/254/350/241/250/350/276/276/345/274/217-/347/253/240/350/212/20204_/346/265/201/347/250/213/350/256/276/350/256/241/344/270/255/350/256/276/347/275/256_listener_/345/217/202/346/225/260.md +44 -0
  218. package/skills/meritdata-platform-bpm/references/listener//346/224/273/347/225/245-03-/347/233/221/345/220/254/350/241/250/350/276/276/345/274/217-/347/253/240/350/212/20205_/346/265/213/350/257/225/350/247/246/345/217/221/346/265/201/347/250/213/347/233/221/345/220/254/344/272/213/344/273/266/346/230/257/345/220/246/347/224/237/346/225/210.md +42 -0
  219. package/skills/meritdata-platform-bpm/references/listener//346/224/273/347/225/245-03-/347/233/221/345/220/254/350/241/250/350/276/276/345/274/217-/347/253/240/350/212/20206_/345/244/207/346/263/250/357/274/232.md +26 -0
  220. package/skills/meritdata-platform-bpm/references/listener-expression.md +304 -0
  221. package/skills/meritdata-platform-bpm/references/module-design-ref//346/224/273/347/225/245-07-/346/265/201/347/250/213/346/250/241/345/235/227/350/256/276/350/256/241-00_/346/200/273/350/247/210.md +25 -0
  222. package/skills/meritdata-platform-bpm/references/module-design-ref//346/224/273/347/225/245-07-/346/265/201/347/250/213/346/250/241/345/235/227/350/256/276/350/256/241-/347/253/240/350/212/20201_/350/203/214/346/231/257.md +12 -0
  223. package/skills/meritdata-platform-bpm/references/module-design-ref//346/224/273/347/225/245-07-/346/265/201/347/250/213/346/250/241/345/235/227/350/256/276/350/256/241-/347/253/240/350/212/20202_/345/267/245/344/275/234/346/265/201/347/233/270/345/205/263/344/273/213/347/273/215.md +28 -0
  224. package/skills/meritdata-platform-bpm/references/module-design-ref//346/224/273/347/225/245-07-/346/265/201/347/250/213/346/250/241/345/235/227/350/256/276/350/256/241-/347/253/240/350/212/20203_/345/272/224/347/224/250/345/274/200/345/217/221/345/271/263/345/217/260/346/265/201/347/250/213/345/214/205/345/220/253/346/250/241/345/235/227.md +18 -0
  225. package/skills/meritdata-platform-bpm/references/module-design-ref//346/224/273/347/225/245-07-/346/265/201/347/250/213/346/250/241/345/235/227/350/256/276/350/256/241-/347/253/240/350/212/20204_/346/265/201/347/250/213/345/212/237/350/203/275/346/250/241/345/235/227/344/273/213/347/273/215.md +284 -0
  226. package/skills/meritdata-platform-bpm/references/module-design-ref//346/224/273/347/225/245-07-/346/265/201/347/250/213/346/250/241/345/235/227/350/256/276/350/256/241-/347/253/240/350/212/20205_/346/265/201/347/250/213/345/220/216/347/253/257/350/256/276/350/256/241.md +226 -0
  227. package/skills/meritdata-platform-bpm/references/module-design-ref//346/224/273/347/225/245-07-/346/265/201/347/250/213/346/250/241/345/235/227/350/256/276/350/256/241-/347/253/240/350/212/20206_/346/265/201/347/250/213/345/211/215/347/253/257/350/256/276/350/256/241.md +80 -0
  228. package/skills/meritdata-platform-bpm/references/module-design-ref//346/224/273/347/225/245-07-/346/265/201/347/250/213/346/250/241/345/235/227/350/256/276/350/256/241-/347/253/240/350/212/20207_/344/272/214/346/254/241/345/274/200/345/217/221.md +38 -0
  229. package/skills/meritdata-platform-bpm/references/module-design-ref//346/224/273/347/225/245-07-/346/265/201/347/250/213/346/250/241/345/235/227/350/256/276/350/256/241-/347/253/240/350/212/20208_/344/270/252/344/272/272/346/240/267/344/276/213/346/265/201/347/250/213/347/232/204/351/205/215/347/275/256.md +92 -0
  230. package/skills/meritdata-platform-bpm/references/module-design.md +342 -0
  231. package/skills/meritdata-platform-bpm/references/process-track.md +172 -0
  232. package/skills/meritdata-platform-bpm/references/todo-portal.md +239 -0
  233. package/skills/meritdata-platform-bpm/references/workflow//346/224/273/347/225/245-02-/345/267/245/344/275/234/346/265/201/347/250/213-00_/346/200/273/350/247/210.md +84 -0
  234. package/skills/meritdata-platform-bpm/references/workflow//346/224/273/347/225/245-02-/345/267/245/344/275/234/346/265/201/347/250/213-/347/253/240/350/212/20201_/346/240/267/344/276/213/350/257/264/346/230/216.md +37 -0
  235. package/skills/meritdata-platform-bpm/references/workflow//346/224/273/347/225/245-02-/345/267/245/344/275/234/346/265/201/347/250/213-/347/253/240/350/212/20202_/345/220/216/347/253/257/345/267/245/347/250/213/345/210/233/345/273/272.md +39 -0
  236. package/skills/meritdata-platform-bpm/references/workflow//346/224/273/347/225/245-02-/345/267/245/344/275/234/346/265/201/347/250/213-/347/253/240/350/212/20203_/345/220/216/347/253/257/345/267/245/347/250/213/351/205/215/347/275/256.md +234 -0
  237. package/skills/meritdata-platform-bpm/references/workflow//346/224/273/347/225/245-02-/345/267/245/344/275/234/346/265/201/347/250/213-/347/253/240/350/212/20204_/345/220/216/347/253/257/345/267/245/347/250/213/344/270/232/345/212/241/347/261/273/345/210/233/345/273/272.md +549 -0
  238. package/skills/meritdata-platform-bpm/references/workflow//346/224/273/347/225/245-02-/345/267/245/344/275/234/346/265/201/347/250/213-/347/253/240/350/212/20205_/345/220/257/345/212/250/345/220/216/347/253/257/345/272/224/347/224/250/345/267/245/347/250/213.md +49 -0
  239. package/skills/meritdata-platform-bpm/references/workflow//346/224/273/347/225/245-02-/345/267/245/344/275/234/346/265/201/347/250/213-/347/253/240/350/212/20206_/346/265/201/347/250/213/345/272/224/347/224/250/345/211/215/347/253/257/345/274/200/345/217/221.md +1443 -0
  240. package/skills/meritdata-platform-bpm/references/workflow//346/224/273/347/225/245-02-/345/267/245/344/275/234/346/265/201/347/250/213-/347/253/240/350/212/20207_/345/220/257/345/212/250/345/211/215/347/253/257/345/272/224/347/224/250/345/267/245/347/250/213.md +78 -0
  241. package/skills/meritdata-platform-bpm/references/workflow//346/224/273/347/225/245-02-/345/267/245/344/275/234/346/265/201/347/250/213-/347/253/240/350/212/20208_/346/265/201/347/250/213/350/256/276/350/256/241.md +98 -0
  242. package/skills/meritdata-platform-bpm/references/workflow-dev.md +2037 -0
  243. package/skills/meritdata-platform-cache/SKILL.md +47 -36
  244. package/skills/meritdata-platform-cache/agents/openai.yaml +21 -0
  245. package/skills/meritdata-platform-cache/references/api-quick-ref.md +69 -0
  246. package/skills/meritdata-platform-cache/references/cache.md +226 -0
  247. package/skills/meritdata-platform-cloud-dev/SKILL.md +192 -74
  248. package/skills/meritdata-platform-cloud-dev/agents/openai.yaml +40 -0
  249. package/skills/meritdata-platform-cloud-dev/references/modules/bpm.md +39 -0
  250. package/skills/meritdata-platform-cloud-dev/references/modules/cache.md +28 -0
  251. package/skills/meritdata-platform-cloud-dev/references/modules/config.md +31 -0
  252. package/skills/meritdata-platform-cloud-dev/references/modules/data-boundary.md +44 -0
  253. package/skills/meritdata-platform-cloud-dev/references/modules/datasource.md +30 -0
  254. package/skills/meritdata-platform-cloud-dev/references/modules/domain-model.md +40 -0
  255. package/skills/meritdata-platform-cloud-dev/references/modules/feign-api.md +41 -0
  256. package/skills/meritdata-platform-cloud-dev/references/modules/file.md +30 -0
  257. package/skills/meritdata-platform-cloud-dev/references/modules/gen.md +215 -0
  258. package/skills/meritdata-platform-cloud-dev/references/modules/governance.md +51 -0
  259. package/skills/meritdata-platform-cloud-dev/references/modules/http-client.md +40 -0
  260. package/skills/meritdata-platform-cloud-dev/references/modules/impexp.md +26 -0
  261. package/skills/meritdata-platform-cloud-dev/references/modules/logging.md +29 -0
  262. package/skills/meritdata-platform-cloud-dev/references/modules/masterdata-sync.md +36 -0
  263. package/skills/meritdata-platform-cloud-dev/references/modules/msg-job.md +27 -0
  264. package/skills/meritdata-platform-cloud-dev/references/modules/platform-entities.md +40 -0
  265. package/skills/meritdata-platform-cloud-dev/references/modules/platform.md +62 -0
  266. package/skills/meritdata-platform-cloud-dev/references/modules/services.md +37 -0
  267. package/skills/meritdata-platform-cloud-dev/references/modules/spec.md +47 -0
  268. package/skills/meritdata-platform-cloud-dev/references/modules/ui.md +51 -0
  269. package/skills/meritdata-platform-cloud-dev/references/modules/utils.md +31 -0
  270. package/skills/meritdata-platform-cloud-dev/references/modules/webapi.md +35 -0
  271. package/skills/meritdata-platform-code-review-by-rules/SKILL.md +174 -0
  272. package/skills/meritdata-platform-code-review-by-rules/agents/openai.yaml +13 -0
  273. package/skills/meritdata-platform-config-item/SKILL.md +55 -0
  274. package/skills/meritdata-platform-config-item/agents/openai.yaml +14 -0
  275. package/skills/meritdata-platform-config-item/references/nacos-config//346/224/273/347/225/245-11-/351/205/215/347/275/256/351/241/271-00_/346/200/273/350/247/210.md +49 -0
  276. package/skills/meritdata-platform-config-item/references/nacos-config//346/224/273/347/225/245-11-/351/205/215/347/275/256/351/241/271-/347/253/240/350/212/20201_/345/272/224/347/224/250/351/205/215/347/275/256/351/241/271/347/233/270/345/205/263.md +28 -0
  277. package/skills/meritdata-platform-config-item/references/nacos-config//346/224/273/347/225/245-11-/351/205/215/347/275/256/351/241/271-/347/253/240/350/212/20202_/351/205/215/347/275/256/344/270/255/345/277/203/351/205/215/347/275/256/351/241/271/350/257/264/346/230/216.md +876 -0
  278. package/skills/meritdata-platform-config-item/references/nacos-config//346/224/273/347/225/245-11-/351/205/215/347/275/256/351/241/271-/347/253/240/350/212/20203_/351/205/215/347/275/256/351/241/271/347/232/204/344/275/277/347/224/250.md +45 -0
  279. package/skills/meritdata-platform-config-item/references/nacos-utils-api.md +76 -0
  280. package/skills/meritdata-platform-config-item/references/nacos.md +140 -0
  281. package/skills/meritdata-platform-core/SKILL.md +77 -0
  282. package/skills/meritdata-platform-core/agents/openai.yaml +37 -0
  283. package/skills/meritdata-platform-core/references/assets/02_/344/270/200/345/237/272/347/241/200/350/256/276/346/226/275-1.1/347/274/223/345/255/230/346/223/215/344/275/234-SysCacheServiceFacade.md +423 -0
  284. package/skills/meritdata-platform-core/references/assets/03_/344/270/200/345/237/272/347/241/200/350/256/276/346/226/275-1.1/347/274/223/345/255/230/346/223/215/344/275/234-StringCacheFacade.md +78 -0
  285. package/skills/meritdata-platform-core/references/assets/04_/344/270/200/345/237/272/347/241/200/350/256/276/346/226/275-1.2/351/205/215/347/275/256/344/270/255/345/277/203-NacosUtils.md +193 -0
  286. package/skills/meritdata-platform-core/references/assets/17_/351/231/204/345/275/225-/347/273/237/350/256/241/346/261/207/346/200/273-Maven/344/276/235/350/265/226-/346/263/250/346/204/217/344/272/213/351/241/271.md +131 -0
  287. package/skills/meritdata-platform-core/references/cache.md +237 -0
  288. package/skills/meritdata-platform-core/references/crypto.md +82 -0
  289. package/skills/meritdata-platform-core/references/data-secret.md +49 -0
  290. package/skills/meritdata-platform-core/references/logging.md +256 -0
  291. package/skills/meritdata-platform-core/references/nacos.md +140 -0
  292. package/skills/meritdata-platform-core/references/session.md +125 -0
  293. package/skills/meritdata-platform-crypto-gm/SKILL.md +62 -0
  294. package/skills/meritdata-platform-crypto-gm/agents/openai.yaml +15 -0
  295. package/skills/meritdata-platform-crypto-gm/references/api-quick-ref.md +39 -0
  296. package/skills/meritdata-platform-crypto-gm/references/assets/05_/344/272/214/351/200/232/347/224/250/345/267/245/345/205/267-2.1/345/212/240/350/247/243/345/257/206-SM2-SM3-SM4.md +176 -0
  297. package/skills/meritdata-platform-crypto-gm/references/contract-signing.md +60 -0
  298. package/skills/meritdata-platform-crypto-gm/references/crypto.md +144 -0
  299. package/skills/meritdata-platform-crypto-gm/references/key-management.md +48 -0
  300. package/skills/meritdata-platform-data-secret/SKILL.md +49 -0
  301. package/skills/meritdata-platform-data-secret/agents/openai.yaml +13 -0
  302. package/skills/meritdata-platform-data-secret/references/assets/10_/344/270/211/345/271/263/345/217/260/346/234/215/345/212/241-3.4/345/244/232/347/263/273/347/273/237/351/233/206/346/210/220+3.5/346/225/260/346/215/256/345/257/206/347/272/247.md +91 -0
  303. package/skills/meritdata-platform-data-secret/references/data-secret.md +89 -0
  304. package/skills/meritdata-platform-data-secret/references/secret-api.md +35 -0
  305. package/skills/meritdata-platform-data-secret/references/secret-level-spec.md +231 -0
  306. package/skills/meritdata-platform-deploy/SKILL.md +73 -0
  307. package/skills/meritdata-platform-deploy/agents/openai.yaml +27 -0
  308. package/skills/meritdata-platform-entities/SKILL.md +81 -0
  309. package/skills/meritdata-platform-entities/agents/openai.yaml +34 -0
  310. package/skills/meritdata-platform-entities/references/entity-catalog.md +194 -0
  311. package/skills/meritdata-platform-frontend/SKILL.md +73 -38
  312. package/skills/meritdata-platform-frontend/agents/openai.yaml +31 -0
  313. package/skills/meritdata-platform-frontend/examples/user-list-page/README.md +331 -0
  314. package/skills/meritdata-platform-frontend/references/components.md +424 -283
  315. package/skills/meritdata-platform-frontend/references/utils.md +176 -0
  316. package/skills/meritdata-platform-impexp/SKILL.md +65 -30
  317. package/skills/meritdata-platform-impexp/agents/openai.yaml +33 -0
  318. package/skills/meritdata-platform-impexp/examples/excel-export/README.md +146 -0
  319. package/skills/meritdata-platform-impexp/examples/excel-import/README.md +246 -0
  320. package/skills/meritdata-platform-integration/SKILL.md +102 -0
  321. package/skills/meritdata-platform-integration/agents/openai.yaml +33 -0
  322. package/skills/meritdata-platform-integration/references/external-api/full/19_1.1-1.6/345/237/272/347/241/200/351/205/215/347/275/256-/345/271/263/345/217/260/344/277/241/346/201/257/347/261/273.md +371 -0
  323. package/skills/meritdata-platform-integration/references/external-api/full/20_1.7-1.10/345/237/272/347/241/200/351/205/215/347/275/256-/351/241/265/351/235/242/344/270/216/346/266/210/346/201/257/347/261/273.md +344 -0
  324. package/skills/meritdata-platform-integration/references/external-api/full/21_1.11-1.15/345/237/272/347/241/200/351/205/215/347/275/256-/346/266/210/346/201/257/344/270/216/351/205/215/347/275/256/347/261/273.md +302 -0
  325. package/skills/meritdata-platform-integration/references/external-api/full/22_1.16/347/273/204/347/273/207/344/272/272/345/221/230/345/220/214/346/255/245.md +326 -0
  326. package/skills/meritdata-platform-integration/references/external-api/full/23_1.17/350/265/204/346/272/220/346/225/260/346/215/256/345/257/206/347/272/247-/344/270/212/345/215/212.md +303 -0
  327. package/skills/meritdata-platform-integration/references/external-api/full/24_1.17/350/265/204/346/272/220/346/225/260/346/215/256/345/257/206/347/272/247-/344/270/213/345/215/212.md +355 -0
  328. package/skills/meritdata-platform-integration/references/external-api/full/25_2.1/347/273/204/347/273/207/347/273/264/346/212/244-/344/270/212/345/215/212.md +459 -0
  329. package/skills/meritdata-platform-integration/references/external-api/full/26_2.1/347/273/204/347/273/207/347/273/264/346/212/244-/344/270/213/345/215/212.md +567 -0
  330. package/skills/meritdata-platform-integration/references/external-api/full/27_2.2/344/272/272/345/221/230/347/273/264/346/212/244-/344/270/212/345/215/212.md +838 -0
  331. package/skills/meritdata-platform-integration/references/external-api/full/28_2.2/344/272/272/345/221/230/347/273/264/346/212/244-/344/270/213/345/215/212.md +585 -0
  332. package/skills/meritdata-platform-integration/references/external-api/full/29_2.3/350/247/222/350/211/262/347/273/264/346/212/244-/344/270/212/345/215/212.md +576 -0
  333. package/skills/meritdata-platform-integration/references/external-api/full/30_2.3/350/247/222/350/211/262/347/273/264/346/212/244-/344/270/213/345/215/212.md +597 -0
  334. package/skills/meritdata-platform-integration/references/external-api/full/31_2.4/347/224/250/346/210/267/347/273/264/346/212/244-/344/270/212/345/215/212.md +490 -0
  335. package/skills/meritdata-platform-integration/references/external-api/full/32_2.4/347/224/250/346/210/267/347/273/264/346/212/244-/344/270/213/345/215/212.md +560 -0
  336. package/skills/meritdata-platform-integration/references/external-api/full/33_2.5/345/267/245/344/275/234/347/273/204/347/273/264/346/212/244.md +209 -0
  337. package/skills/meritdata-platform-integration/references/external-api/full/34_2.6/345/205/266/344/273/226/346/216/245/345/217/243-/344/270/212/345/215/212.md +653 -0
  338. package/skills/meritdata-platform-integration/references/external-api/full/35_2.6/345/205/266/344/273/226/346/216/245/345/217/243-/344/270/213/345/215/212.md +591 -0
  339. package/skills/meritdata-platform-integration/references/external-api/full/36_3.1-3.7/350/265/204/346/272/220/346/216/210/346/235/203/345/237/272/347/241/200.md +827 -0
  340. package/skills/meritdata-platform-integration/references/external-api/full/37_3.8-3.10/350/265/204/346/272/220/346/216/210/346/235/203/350/277/233/351/230/266.md +458 -0
  341. package/skills/meritdata-platform-integration/references/external-api/full/38_3.11/345/237/272/347/241/200/346/225/260/346/215/256.md +210 -0
  342. package/skills/meritdata-platform-integration/references/external-api/full/39_3.12/346/225/260/346/215/256/346/272/220/347/273/264/346/212/244.md +281 -0
  343. package/skills/meritdata-platform-integration/references/external-api/full/40_3.13/347/254/254/344/270/211/346/226/271/350/265/204/346/272/220/347/273/264/346/212/244.md +310 -0
  344. package/skills/meritdata-platform-integration/references/external-api/full/41_3.14/346/234/215/345/212/241/347/256/241/347/220/206.md +521 -0
  345. package/skills/meritdata-platform-integration/references/external-api/full/42_3.15/350/265/204/346/272/220/347/273/264/346/212/244-/344/270/212/345/215/212.md +767 -0
  346. package/skills/meritdata-platform-integration/references/external-api/full/43_3.15/350/265/204/346/272/220/347/273/264/346/212/244-/344/270/213/345/215/212.md +378 -0
  347. package/skills/meritdata-platform-integration/references/external-api/full/44_3.16/344/272/272/345/221/230/351/200/211/346/213/251/345/231/250-/344/270/212/345/215/212.md +311 -0
  348. package/skills/meritdata-platform-integration/references/external-api/full/45_3.16/344/272/272/345/221/230/351/200/211/346/213/251/345/231/250-/344/270/213/345/215/212.md +242 -0
  349. package/skills/meritdata-platform-integration/references/external-api/full/46_3.17/345/241/253/346/212/245/346/212/245/350/241/250+3.18/351/252/214/350/257/201/347/240/201.md +178 -0
  350. package/skills/meritdata-platform-integration/references/external-api/full/47_3.19/345/267/245/344/275/234/345/217/260/347/273/264/346/212/244.md +196 -0
  351. package/skills/meritdata-platform-integration/references/external-api/full/48_3.20/350/260/203/345/272/246/347/274/226/346/216/222.md +106 -0
  352. package/skills/meritdata-platform-integration/references/external-api/full/49_/351/231/204/345/275/225-4.1-4.3/350/277/224/345/233/236/347/240/201/344/270/216/347/211/210/346/234/254/346/270/205/345/215/225.md +43 -0
  353. package/skills/meritdata-platform-integration/references/external-api.md +260 -0
  354. package/skills/meritdata-platform-integration/references/notification-detail/11_/344/270/211/345/271/263/345/217/260/346/234/215/345/212/241-3.6/346/234/215/345/212/241/351/200/232/347/237/245-CloudFeignMessageClient.md +467 -0
  355. package/skills/meritdata-platform-integration/references/org-user-sync.md +121 -0
  356. package/skills/meritdata-platform-integration/references/service-notification.md +168 -0
  357. package/skills/meritdata-platform-job/SKILL.md +76 -30
  358. package/skills/meritdata-platform-job/agents/openai.yaml +30 -0
  359. package/skills/meritdata-platform-job/references/iclient-detail/13_/345/233/233/344/270/232/345/212/241/347/273/204/344/273/266-4.2/350/260/203/345/272/246/347/273/204/344/273/266ICloudClient.md +92 -0
  360. package/skills/meritdata-platform-job/references/ijobapi-detail/14_/345/233/233/344/270/232/345/212/241/347/273/204/344/273/266-4.3/345/256/232/346/227/266/344/273/273/345/212/241IJobApi.md +59 -0
  361. package/skills/meritdata-platform-job/references/scheduler-ref//346/224/273/347/225/245-10-/345/256/232/346/227/266/350/260/203/345/272/246-00_/346/200/273/350/247/210.md +49 -0
  362. package/skills/meritdata-platform-job/references/scheduler-ref//346/224/273/347/225/245-10-/345/256/232/346/227/266/350/260/203/345/272/246-/347/253/240/350/212/20201_/344/275/277/347/224/250/350/203/214/346/231/257.md +12 -0
  363. package/skills/meritdata-platform-job/references/scheduler-ref//346/224/273/347/225/245-10-/345/256/232/346/227/266/350/260/203/345/272/246-/347/253/240/350/212/20202_/346/233/264/346/226/260/350/256/260/345/275/225.md +14 -0
  364. package/skills/meritdata-platform-job/references/scheduler-ref//346/224/273/347/225/245-10-/345/256/232/346/227/266/350/260/203/345/272/246-/347/253/240/350/212/20203_/350/260/203/345/272/246/347/233/270/345/205/263/345/272/224/347/224/250/345/214/205.md +15 -0
  365. package/skills/meritdata-platform-job/references/scheduler-ref//346/224/273/347/225/245-10-/345/256/232/346/227/266/350/260/203/345/272/246-/347/253/240/350/212/20204_/351/205/215/347/275/256/351/241/271/347/233/270/345/205/263.md +23 -0
  366. package/skills/meritdata-platform-job/references/scheduler-ref//346/224/273/347/225/245-10-/345/256/232/346/227/266/350/260/203/345/272/246-/347/253/240/350/212/20205_/350/260/203/345/272/246/345/212/237/350/203/275/344/275/277/347/224/250.md +132 -0
  367. package/skills/meritdata-platform-job/references/scheduler-ref//346/224/273/347/225/245-10-/345/256/232/346/227/266/350/260/203/345/272/246-/347/253/240/350/212/20206_/350/260/203/345/272/246/344/273/273/345/212/241_API_/346/216/245/345/217/243.md +14 -0
  368. package/skills/meritdata-platform-job/references/scheduler-ref//346/224/273/347/225/245-10-/345/256/232/346/227/266/350/260/203/345/272/246-/347/253/240/350/212/20207_/345/257/271/345/244/226/350/260/203/345/272/246/344/273/273/345/212/241_API_/346/216/245/345/217/243.md +245 -0
  369. package/skills/meritdata-platform-job/references/scheduler.md +13 -0
  370. package/skills/meritdata-platform-job/references/xxl-job.md +30 -0
  371. package/skills/meritdata-platform-logging/SKILL.md +54 -0
  372. package/skills/meritdata-platform-logging/agents/openai.yaml +16 -0
  373. package/skills/meritdata-platform-logging/references/api-quick-ref.md +90 -0
  374. package/skills/meritdata-platform-logging/references/assets/06_/344/270/211/345/271/263/345/217/260/346/234/215/345/212/241-3.1/346/227/245/345/277/227/346/234/215/345/212/241-ILogPostService.md +323 -0
  375. package/skills/meritdata-platform-logging/references/assets/07_/344/270/211/345/271/263/345/217/260/346/234/215/345/212/241-3.1/346/227/245/345/277/227/346/263/250/350/247/243-LogDesc-LogOperation.md +210 -0
  376. package/skills/meritdata-platform-logging/references/logging.md +256 -0
  377. package/skills/meritdata-platform-menu-config/SKILL.md +218 -39
  378. package/skills/meritdata-platform-menu-config/agents/openai.yaml +22 -0
  379. package/skills/meritdata-platform-menu-config/references/README.md +10 -0
  380. package/skills/meritdata-platform-menu-config/references/environment.md +32 -0
  381. package/skills/meritdata-platform-menu-config/references/field-mapping.md +64 -0
  382. package/skills/meritdata-platform-menu-config/references/insert-menu-template.sql +89 -0
  383. package/skills/meritdata-platform-menu-config/references/troubleshooting.md +177 -0
  384. package/skills/meritdata-platform-messaging/SKILL.md +56 -0
  385. package/skills/meritdata-platform-messaging/agents/openai.yaml +15 -0
  386. package/skills/meritdata-platform-messaging/references/announcement-api.md +258 -0
  387. package/skills/meritdata-platform-messaging/references/feign-client.md +83 -0
  388. package/skills/meritdata-platform-messaging/references/msg-center//346/224/273/347/225/245-12-/346/266/210/346/201/257/344/270/255/345/277/203-00_/346/200/273/350/247/210.md +56 -0
  389. package/skills/meritdata-platform-messaging/references/msg-center//346/224/273/347/225/245-12-/346/266/210/346/201/257/344/270/255/345/277/203-/347/253/240/350/212/20201_/346/266/210/346/201/257/344/270/255/345/277/203/344/275/277/347/224/250/345/234/272/346/231/257.md +12 -0
  390. package/skills/meritdata-platform-messaging/references/msg-center//346/224/273/347/225/245-12-/346/266/210/346/201/257/344/270/255/345/277/203-/347/253/240/350/212/20202_/346/266/210/346/201/257/344/270/255/345/277/203/351/241/265/351/235/242/345/212/237/350/203/275/344/275/277/347/224/250.md +396 -0
  391. package/skills/meritdata-platform-messaging/references/msg-center//346/224/273/347/225/245-12-/346/266/210/346/201/257/344/270/255/345/277/203-/347/253/240/350/212/20203_/346/266/210/346/201/257/344/270/255/345/277/203/346/216/245/345/217/243/345/212/237/350/203/275/344/275/277/347/224/250.md +578 -0
  392. package/skills/meritdata-platform-messaging/references/msg-center//346/224/273/347/225/245-12-/346/266/210/346/201/257/344/270/255/345/277/203-/347/253/240/350/212/20204_/351/231/204/357/274/232/351/231/204/344/273/266/344/270/212/344/274/240/344/270/213/350/275/275/345/210/240/351/231/244/346/216/245/345/217/243.md +183 -0
  393. package/skills/meritdata-platform-nacos-importer/SKILL.md +120 -0
  394. package/skills/meritdata-platform-nacos-importer/agents/openai.yaml +22 -0
  395. package/skills/meritdata-platform-nacos-importer/references/README.md +9 -0
  396. package/skills/meritdata-platform-nacos-importer/scripts/import-nacos.ps1 +95 -0
  397. package/skills/meritdata-platform-nacos-importer/scripts/import-nacos.sh +100 -0
  398. package/skills/meritdata-platform-org-sync/SKILL.md +72 -0
  399. package/skills/meritdata-platform-org-sync/references//346/224/273/347/225/245-09-/347/273/204/347/273/207/344/272/272/345/221/230/345/220/214/346/255/245-00_/346/200/273/350/247/210.md +99 -0
  400. package/skills/meritdata-platform-org-sync/references//346/224/273/347/225/245-09-/347/273/204/347/273/207/344/272/272/345/221/230/345/220/214/346/255/245-/347/253/240/350/212/20201_/346/246/202/350/277/260.md +16 -0
  401. package/skills/meritdata-platform-org-sync/references//346/224/273/347/225/245-09-/347/273/204/347/273/207/344/272/272/345/221/230/345/220/214/346/255/245-/347/253/240/350/212/20202_/347/273/204/347/273/207/345/220/214/346/255/245.md +318 -0
  402. package/skills/meritdata-platform-org-sync/references//346/224/273/347/225/245-09-/347/273/204/347/273/207/344/272/272/345/221/230/345/220/214/346/255/245-/347/253/240/350/212/20203_/344/272/272/345/221/230/345/220/214/346/255/245.md +187 -0
  403. package/skills/meritdata-platform-org-sync/references//346/224/273/347/225/245-09-/347/273/204/347/273/207/344/272/272/345/221/230/345/220/214/346/255/245-/347/253/240/350/212/20204_/350/265/204/346/272/220/350/217/234/345/215/225/345/220/214/346/255/245.md +124 -0
  404. package/skills/meritdata-platform-org-sync/references//346/224/273/347/225/245-09-/347/273/204/347/273/207/344/272/272/345/221/230/345/220/214/346/255/245-/347/253/240/350/212/20205_/350/247/222/350/211/262/345/220/214/346/255/245.md +79 -0
  405. package/skills/meritdata-platform-org-sync/references//346/224/273/347/225/245-09-/347/273/204/347/273/207/344/272/272/345/221/230/345/220/214/346/255/245-/347/253/240/350/212/20206_/350/265/204/346/272/220/346/235/203/351/231/220/345/220/214/346/255/245.md +116 -0
  406. package/skills/meritdata-platform-org-sync/references//346/224/273/347/225/245-09-/347/273/204/347/273/207/344/272/272/345/221/230/345/220/214/346/255/245-/347/253/240/350/212/20207_/347/273/204/347/273/207/345/220/214/346/255/245/351/205/215/347/275/256.md +173 -0
  407. package/skills/meritdata-platform-playbook/SKILL.md +172 -30
  408. package/skills/meritdata-platform-playbook/agents/openai.yaml +29 -0
  409. package/skills/meritdata-platform-playbook/examples/existing-increment/README.md +83 -0
  410. package/skills/meritdata-platform-playbook/examples/new-project/README.md +73 -0
  411. package/skills/meritdata-platform-playbook/references/code-spec.md +67 -0
  412. package/skills/meritdata-platform-playbook/references/full-workflow.md +299 -0
  413. package/skills/meritdata-platform-playbook/references/git-integration.md +111 -0
  414. package/skills/meritdata-platform-playbook/references/governance.md +97 -0
  415. package/skills/meritdata-platform-playbook/references/legacy-detect.md +154 -0
  416. package/skills/meritdata-platform-playbook/references/public-entry-map.json +135 -0
  417. package/skills/meritdata-platform-playbook/references/skill-decision-tree.md +125 -0
  418. package/skills/meritdata-platform-playbook/references/svn-integration.md +117 -0
  419. package/skills/meritdata-platform-portal-customization/SKILL.md +78 -0
  420. package/skills/meritdata-platform-portal-customization/references/cloud-utils-theme-generator.md +97 -0
  421. package/skills/meritdata-platform-portal-customization/references/home-frame-config-api.md +145 -0
  422. package/skills/meritdata-platform-portal-customization/references/portal-frontend-layouts.md +160 -0
  423. package/skills/meritdata-platform-portal-customization/references/portal-product-config.md +78 -0
  424. package/skills/meritdata-platform-portal-customization/references/theme-management.md +144 -0
  425. package/skills/meritdata-platform-portal-customization/references/workbench-entities.md +134 -0
  426. package/skills/meritdata-platform-resource-auth/SKILL.md +49 -0
  427. package/skills/meritdata-platform-resource-auth/agents/openai.yaml +14 -0
  428. package/skills/meritdata-platform-resource-auth/references/endpoints.md +171 -0
  429. package/skills/meritdata-platform-session/SKILL.md +41 -36
  430. package/skills/meritdata-platform-session/agents/openai.yaml +9 -0
  431. package/skills/meritdata-platform-session/references/api-quick-ref.md +52 -0
  432. package/skills/meritdata-platform-session/references/assets/08_/344/270/211/345/271/263/345/217/260/346/234/215/345/212/241-3.3/344/274/232/350/257/235/344/277/241/346/201/257-SessionUtils.md +349 -0
  433. package/skills/meritdata-platform-session/references/assets/09_/344/270/211/345/271/263/345/217/260/346/234/215/345/212/241-3.3/345/234/250/347/272/277/347/224/250/346/210/267-IUserOnlineTime.md +63 -0
  434. package/skills/meritdata-platform-session/references/session.md +125 -0
  435. package/skills/meritdata-platform-sso/SKILL.md +49 -31
  436. package/skills/meritdata-platform-sso/agents/openai.yaml +19 -0
  437. package/skills/meritdata-platform-sso/references/auth//346/224/273/347/225/245-06-/347/263/273/347/273/237/350/256/244/350/257/201-00_/346/200/273/350/247/210.md +47 -0
  438. package/skills/meritdata-platform-sso/references/auth//346/224/273/347/225/245-06-/347/263/273/347/273/237/350/256/244/350/257/201-/347/253/240/350/212/20201_/347/263/273/347/273/237/350/256/244/350/257/201/351/233/206/346/210/220/344/273/213/347/273/215.md +14 -0
  439. package/skills/meritdata-platform-sso/references/auth//346/224/273/347/225/245-06-/347/263/273/347/273/237/350/256/244/350/257/201-/347/253/240/350/212/20202_token_/350/256/244/350/257/201/351/233/206/346/210/220.md +568 -0
  440. package/skills/meritdata-platform-sso/references/auth//346/224/273/347/225/245-06-/347/263/273/347/273/237/350/256/244/350/257/201-/347/253/240/350/212/20203_cas_/347/273/237/344/270/200/350/256/244/350/257/201/344/270/255/345/277/203.md +128 -0
  441. package/skills/meritdata-platform-sso/references/auth//346/224/273/347/225/245-06-/347/263/273/347/273/237/350/256/244/350/257/201-/347/253/240/350/212/20204_/347/254/254/344/270/211/346/226/271/350/256/244/350/257/201/344/270/255/345/277/203.md +151 -0
  442. package/skills/meritdata-platform-sso/references/auth//346/224/273/347/225/245-06-/347/263/273/347/273/237/350/256/244/350/257/201-/347/253/240/350/212/20205_/351/231/204/345/275/225_1_/350/256/244/350/257/201/344/270/255/345/277/203/347/253/257/351/205/215/347/275/256.md +93 -0
  443. package/skills/meritdata-platform-sso/references/cas-token-flow.md +52 -0
  444. package/skills/meritdata-platform-sso/references/iportal-sso-api.md +66 -0
  445. package/skills/meritdata-platform-sso/references/spring-session-pitfalls.md +71 -0
  446. package/skills/meritdata-platform-ui-components/SKILL.md +64 -36
  447. package/skills/meritdata-platform-ui-components/agents/openai.yaml +33 -0
  448. package/skills/meritdata-platform-ui-components/references/catalog/15_/344/272/224/345/211/215/347/253/257/350/265/204/344/272/247-5.1UI/347/273/204/344/273/266/345/272/223-/344/270/212/345/215/212.md +514 -0
  449. package/skills/meritdata-platform-ui-components/references/catalog/16_/344/272/224/345/211/215/347/253/257/350/265/204/344/272/247-5.1UI/347/273/204/344/273/266/345/272/223-/344/270/213/345/215/212.md +302 -0
  450. package/skills/meritdata-platform-ui-components/references/components-api.md +166 -0
  451. package/skills/meritdata-platform-ui-components/references/utils-and-meritbpm.md +98 -0
  452. package/skills/prototype/LOGIC.md +79 -0
  453. package/skills/prototype/SKILL.md +26 -0
  454. package/skills/prototype/UI.md +112 -0
  455. package/skills/prototype/agents/openai.yaml +3 -0
  456. package/skills/receiving-code-review/SKILL.md +205 -0
  457. package/skills/requesting-code-review/SKILL.md +95 -0
  458. package/skills/requesting-code-review/code-reviewer.md +172 -0
  459. package/skills/requirement-low-level-check/SKILL.md +84 -0
  460. package/skills/requirement-low-level-check/references//344/275/216/347/272/247/351/227/256/351/242/230/346/243/200/346/237/245/346/212/245/345/221/212/346/250/241/346/235/277.md +139 -0
  461. package/skills/requirement-low-level-check/references//344/275/216/347/272/247/351/227/256/351/242/230/346/243/200/346/237/245/346/270/205/345/215/225.md +210 -0
  462. package/skills/requirement-pm-review/SKILL.md +181 -0
  463. package/skills/requirement-pm-review/references/PM/350/257/204/345/256/241/346/212/245/345/221/212/346/250/241/346/235/277.md +223 -0
  464. package/skills/requirement-review/SKILL.md +212 -0
  465. package/skills/requirement-review/references//351/234/200/346/261/202/350/257/204/345/256/241/346/243/200/346/237/245/345/215/225.md +99 -0
  466. package/skills/requirement-review-report/SKILL.md +152 -0
  467. package/skills/requirement-review-report/references//351/234/200/346/261/202/350/257/204/345/256/241/346/212/245/345/221/212/346/250/241/346/235/277.md +187 -0
  468. package/skills/research/SKILL.md +12 -0
  469. package/skills/research/agents/openai.yaml +3 -0
  470. package/skills/resolving-merge-conflicts/SKILL.md +14 -0
  471. package/skills/resolving-merge-conflicts/agents/openai.yaml +3 -0
  472. package/skills/rest-api-design/SKILL.md +90 -0
  473. package/skills/rest-api-design/references/complete-example-expressjs.md +114 -0
  474. package/skills/rest-api-design/references/http-status-codes.md +65 -0
  475. package/skills/rest-api-design/references/openapi-documentation.md +92 -0
  476. package/skills/rest-api-design/references/query-parameters.md +23 -0
  477. package/skills/rest-api-design/references/request-examples.md +50 -0
  478. package/skills/rest-api-design/references/resource-naming.md +35 -0
  479. package/skills/rest-api-design/references/response-formats.md +70 -0
  480. package/skills/rest-api-design/scripts/validate-api.sh +18 -0
  481. package/skills/rest-api-design/templates/api-scaffold.yaml +22 -0
  482. package/skills/security-review/SKILL.md +527 -0
  483. package/skills/security-review/cloud-infrastructure-security.md +361 -0
  484. package/skills/setup-matt-pocock-skills/SKILL.md +116 -0
  485. package/skills/setup-matt-pocock-skills/agents/openai.yaml +5 -0
  486. package/skills/setup-matt-pocock-skills/domain.md +51 -0
  487. package/skills/setup-matt-pocock-skills/issue-tracker-github.md +45 -0
  488. package/skills/setup-matt-pocock-skills/issue-tracker-gitlab.md +46 -0
  489. package/skills/setup-matt-pocock-skills/issue-tracker-local.md +30 -0
  490. package/skills/setup-matt-pocock-skills/triage-labels.md +15 -0
  491. package/skills/setup-pre-commit/SKILL.md +91 -0
  492. package/skills/setup-pre-commit/agents/openai.yaml +3 -0
  493. package/skills/speckit-analyze/SKILL.md +260 -0
  494. package/skills/speckit-checklist/SKILL.md +372 -0
  495. package/skills/speckit-clarify/SKILL.md +254 -0
  496. package/skills/speckit-constitution/SKILL.md +157 -0
  497. package/skills/speckit-git-commit/SKILL.md +53 -0
  498. package/skills/speckit-git-feature/SKILL.md +72 -0
  499. package/skills/speckit-git-initialize/SKILL.md +54 -0
  500. package/skills/speckit-git-remote/SKILL.md +50 -0
  501. package/skills/speckit-git-validate/SKILL.md +54 -0
  502. package/skills/speckit-implement/SKILL.md +209 -0
  503. package/skills/speckit-plan/SKILL.md +152 -0
  504. package/skills/speckit-specify/SKILL.md +330 -0
  505. package/skills/speckit-tasks/SKILL.md +202 -0
  506. package/skills/speckit-taskstoissues/SKILL.md +106 -0
  507. package/skills/springboot-patterns/SKILL.md +313 -0
  508. package/skills/springboot-security/SKILL.md +272 -0
  509. package/skills/springboot-tdd/SKILL.md +158 -0
  510. package/skills/subagent-driven-development/SKILL.md +503 -0
  511. package/skills/subagent-driven-development/code-quality-reviewer-prompt.md +26 -0
  512. package/skills/subagent-driven-development/implementer-prompt.md +142 -0
  513. package/skills/subagent-driven-development/re-review-prompt.md +106 -0
  514. package/skills/subagent-driven-development/scripts/review-package +46 -0
  515. package/skills/subagent-driven-development/scripts/sdd-workspace +40 -0
  516. package/skills/subagent-driven-development/scripts/task-brief +41 -0
  517. package/skills/subagent-driven-development/spec-reviewer-prompt.md +61 -0
  518. package/skills/subagent-driven-development/task-reviewer-prompt.md +185 -0
  519. package/skills/system-design/SKILL.md +42 -0
  520. package/skills/systematic-debugging/CREATION-LOG.md +119 -0
  521. package/skills/systematic-debugging/SKILL.md +283 -0
  522. package/skills/systematic-debugging/condition-based-waiting-example.ts +158 -0
  523. package/skills/systematic-debugging/condition-based-waiting.md +115 -0
  524. package/skills/systematic-debugging/defense-in-depth.md +122 -0
  525. package/skills/systematic-debugging/find-polluter.sh +72 -0
  526. package/skills/systematic-debugging/root-cause-tracing.md +169 -0
  527. package/skills/systematic-debugging/test-academic.md +14 -0
  528. package/skills/systematic-debugging/test-pressure-1.md +58 -0
  529. package/skills/systematic-debugging/test-pressure-2.md +68 -0
  530. package/skills/systematic-debugging/test-pressure-3.md +69 -0
  531. package/skills/tdd/SKILL.md +36 -0
  532. package/skills/tdd/agents/openai.yaml +3 -0
  533. package/skills/tdd/mocking.md +59 -0
  534. package/skills/tdd/tests.md +77 -0
  535. package/skills/teach/GLOSSARY-FORMAT.md +35 -0
  536. package/skills/teach/LEARNING-RECORD-FORMAT.md +46 -0
  537. package/skills/teach/MISSION-FORMAT.md +31 -0
  538. package/skills/teach/RESOURCES-FORMAT.md +32 -0
  539. package/skills/teach/SKILL.md +140 -0
  540. package/skills/teach/agents/openai.yaml +5 -0
  541. package/skills/tech-design-doc/SKILL.md +160 -0
  542. package/skills/tech-design-doc/description_ar.txt +1 -0
  543. package/skills/tech-design-doc/description_cn.txt +1 -0
  544. package/skills/tech-design-doc/description_de.txt +1 -0
  545. package/skills/tech-design-doc/description_en.txt +1 -0
  546. package/skills/tech-design-doc/description_es.txt +1 -0
  547. package/skills/tech-design-doc/description_fr.txt +1 -0
  548. package/skills/tech-design-doc/description_it.txt +1 -0
  549. package/skills/tech-design-doc/description_ja.txt +1 -0
  550. package/skills/tech-design-doc/description_ko.txt +1 -0
  551. package/skills/tech-design-doc/description_ru.txt +1 -0
  552. package/skills/tech-design-doc/description_tw.txt +1 -0
  553. package/skills/tech-design-doc/stats.json +4 -0
  554. package/skills/test-driven-development/SKILL.md +320 -0
  555. package/skills/test-driven-development/testing-anti-patterns.md +299 -0
  556. package/skills/test-driven-development/writing-good-tests.md +198 -0
  557. package/skills/test-fixing/SKILL.md +121 -0
  558. package/skills/test-master/SKILL.md +94 -0
  559. package/skills/test-master/references/automation-frameworks.md +294 -0
  560. package/skills/test-master/references/e2e-testing.md +128 -0
  561. package/skills/test-master/references/integration-testing.md +120 -0
  562. package/skills/test-master/references/performance-testing.md +118 -0
  563. package/skills/test-master/references/qa-methodology.md +247 -0
  564. package/skills/test-master/references/security-testing.md +127 -0
  565. package/skills/test-master/references/tdd-iron-laws.md +174 -0
  566. package/skills/test-master/references/test-reports.md +104 -0
  567. package/skills/test-master/references/testing-anti-patterns.md +231 -0
  568. package/skills/test-master/references/unit-testing.md +113 -0
  569. package/skills/to-spec/SKILL.md +75 -0
  570. package/skills/to-spec/agents/openai.yaml +5 -0
  571. package/skills/to-tickets/SKILL.md +105 -0
  572. package/skills/to-tickets/agents/openai.yaml +5 -0
  573. package/skills/triage/AGENT-BRIEF.md +207 -0
  574. package/skills/triage/OUT-OF-SCOPE.md +105 -0
  575. package/skills/triage/SKILL.md +112 -0
  576. package/skills/triage/agents/openai.yaml +5 -0
  577. package/skills/ui-ux-pro-max/SKILL.md +43 -0
  578. package/skills/ui-ux-pro-max/_meta.json +6 -0
  579. package/skills/ui-ux-pro-max/assets/data/charts.csv +26 -0
  580. package/skills/ui-ux-pro-max/assets/data/colors.csv +97 -0
  581. package/skills/ui-ux-pro-max/assets/data/icons.csv +101 -0
  582. package/skills/ui-ux-pro-max/assets/data/landing.csv +31 -0
  583. package/skills/ui-ux-pro-max/assets/data/products.csv +97 -0
  584. package/skills/ui-ux-pro-max/assets/data/react-performance.csv +45 -0
  585. package/skills/ui-ux-pro-max/assets/data/stacks/astro.csv +54 -0
  586. package/skills/ui-ux-pro-max/assets/data/stacks/flutter.csv +53 -0
  587. package/skills/ui-ux-pro-max/assets/data/stacks/html-tailwind.csv +56 -0
  588. package/skills/ui-ux-pro-max/assets/data/stacks/jetpack-compose.csv +53 -0
  589. package/skills/ui-ux-pro-max/assets/data/stacks/nextjs.csv +53 -0
  590. package/skills/ui-ux-pro-max/assets/data/stacks/nuxt-ui.csv +51 -0
  591. package/skills/ui-ux-pro-max/assets/data/stacks/nuxtjs.csv +59 -0
  592. package/skills/ui-ux-pro-max/assets/data/stacks/react-native.csv +52 -0
  593. package/skills/ui-ux-pro-max/assets/data/stacks/react.csv +54 -0
  594. package/skills/ui-ux-pro-max/assets/data/stacks/shadcn.csv +61 -0
  595. package/skills/ui-ux-pro-max/assets/data/stacks/svelte.csv +54 -0
  596. package/skills/ui-ux-pro-max/assets/data/stacks/swiftui.csv +51 -0
  597. package/skills/ui-ux-pro-max/assets/data/stacks/vue.csv +50 -0
  598. package/skills/ui-ux-pro-max/assets/data/styles.csv +68 -0
  599. package/skills/ui-ux-pro-max/assets/data/typography.csv +58 -0
  600. package/skills/ui-ux-pro-max/assets/data/ui-reasoning.csv +101 -0
  601. package/skills/ui-ux-pro-max/assets/data/ux-guidelines.csv +100 -0
  602. package/skills/ui-ux-pro-max/assets/data/web-interface.csv +31 -0
  603. package/skills/ui-ux-pro-max/data/charts.csv +26 -0
  604. package/skills/ui-ux-pro-max/data/colors.csv +97 -0
  605. package/skills/ui-ux-pro-max/data/icons.csv +101 -0
  606. package/skills/ui-ux-pro-max/data/landing.csv +31 -0
  607. package/skills/ui-ux-pro-max/data/products.csv +97 -0
  608. package/skills/ui-ux-pro-max/data/react-performance.csv +45 -0
  609. package/skills/ui-ux-pro-max/data/stacks/astro.csv +54 -0
  610. package/skills/ui-ux-pro-max/data/stacks/flutter.csv +53 -0
  611. package/skills/ui-ux-pro-max/data/stacks/html-tailwind.csv +56 -0
  612. package/skills/ui-ux-pro-max/data/stacks/jetpack-compose.csv +53 -0
  613. package/skills/ui-ux-pro-max/data/stacks/nextjs.csv +53 -0
  614. package/skills/ui-ux-pro-max/data/stacks/nuxt-ui.csv +51 -0
  615. package/skills/ui-ux-pro-max/data/stacks/nuxtjs.csv +59 -0
  616. package/skills/ui-ux-pro-max/data/stacks/react-native.csv +52 -0
  617. package/skills/ui-ux-pro-max/data/stacks/react.csv +54 -0
  618. package/skills/ui-ux-pro-max/data/stacks/shadcn.csv +61 -0
  619. package/skills/ui-ux-pro-max/data/stacks/svelte.csv +54 -0
  620. package/skills/ui-ux-pro-max/data/stacks/swiftui.csv +51 -0
  621. package/skills/ui-ux-pro-max/data/stacks/vue.csv +50 -0
  622. package/skills/ui-ux-pro-max/data/styles.csv +68 -0
  623. package/skills/ui-ux-pro-max/data/typography.csv +58 -0
  624. package/skills/ui-ux-pro-max/data/ui-reasoning.csv +101 -0
  625. package/skills/ui-ux-pro-max/data/ux-guidelines.csv +100 -0
  626. package/skills/ui-ux-pro-max/data/web-interface.csv +31 -0
  627. package/skills/ui-ux-pro-max/references/upstream-README.md +488 -0
  628. package/skills/ui-ux-pro-max/references/upstream-skill-content.md +288 -0
  629. package/skills/ui-ux-pro-max/scripts/__init__.py +0 -0
  630. package/skills/ui-ux-pro-max/scripts/core.py +253 -0
  631. package/skills/ui-ux-pro-max/scripts/design_system.py +1071 -0
  632. package/skills/ui-ux-pro-max/scripts/search.py +111 -0
  633. package/skills/using-git-worktrees/SKILL.md +167 -0
  634. package/skills/using-superpowers/SKILL.md +62 -0
  635. package/skills/using-superpowers/references/antigravity-tools.md +23 -0
  636. package/skills/using-superpowers/references/codex-tools.md +39 -0
  637. package/skills/using-superpowers/references/gemini-tools.md +63 -0
  638. package/skills/using-superpowers/references/pi-tools.md +16 -0
  639. package/skills/verification-before-completion/SKILL.md +120 -0
  640. package/skills/wait-what/SKILL.md +7 -0
  641. package/skills/wait-what/agents/openai.yaml +5 -0
  642. package/skills/wayfinder/SKILL.md +128 -0
  643. package/skills/wayfinder/agents/openai.yaml +5 -0
  644. package/skills/write-design-document-by-template/SKILL.md +97 -0
  645. package/skills/write-design-document-by-template/references//350/256/276/350/256/241/350/257/264/346/230/216/344/271/246/346/250/241/346/235/277.md +235 -0
  646. package/skills/write-requirement-document-by-template/SKILL.md +98 -0
  647. package/skills/write-requirement-document-by-template/references//351/234/200/346/261/202/350/257/264/346/230/216/344/271/246/346/250/241/346/235/277.md +150 -0
  648. package/skills/writing-great-skills/GLOSSARY.md +201 -0
  649. package/skills/writing-great-skills/SKILL.md +83 -0
  650. package/skills/writing-great-skills/agents/openai.yaml +5 -0
  651. package/skills/writing-plans/SKILL.md +168 -0
  652. package/skills/writing-plans/plan-document-reviewer-prompt.md +49 -0
  653. package/skills/writing-skills/SKILL.md +679 -0
  654. package/skills/writing-skills/anthropic-best-practices.md +1150 -0
  655. package/skills/writing-skills/examples/CLAUDE_MD_TESTING.md +189 -0
  656. package/skills/writing-skills/graphviz-conventions.dot +172 -0
  657. package/skills/writing-skills/persuasion-principles.md +187 -0
  658. package/skills/writing-skills/render-graphs.js +168 -0
  659. package/skills/writing-skills/testing-skills-with-subagents.md +384 -0
@@ -0,0 +1,157 @@
1
+ ---
2
+ name: "speckit-constitution"
3
+ description: "Create or update the project constitution from interactive or provided principle inputs, ensuring all dependent templates stay in sync."
4
+ argument-hint: "Principles or values for the project constitution"
5
+ compatibility: "Requires spec-kit project structure with .specify/ directory"
6
+ metadata:
7
+ author: "github-spec-kit"
8
+ source: "templates/commands/constitution.md"
9
+ user-invocable: true
10
+ disable-model-invocation: false
11
+ ---
12
+
13
+
14
+ ## User Input
15
+
16
+ ```text
17
+ $ARGUMENTS
18
+ ```
19
+
20
+ You **MUST** consider the user input before proceeding (if not empty).
21
+
22
+ ## Pre-Execution Checks
23
+
24
+ **Check for extension hooks (before constitution update)**:
25
+ - Check if `.specify/extensions.yml` exists in the project root.
26
+ - If it exists, read it and look for entries under the `hooks.before_constitution` key
27
+ - If the YAML cannot be parsed or is invalid, skip hook checking silently and continue normally
28
+ - Filter out hooks where `enabled` is explicitly `false`. Treat hooks without an `enabled` field as enabled by default.
29
+ - For each remaining hook, do **not** attempt to interpret or evaluate hook `condition` expressions:
30
+ - If the hook has no `condition` field, or it is null/empty, treat the hook as executable
31
+ - If the hook defines a non-empty `condition`, skip the hook and leave condition evaluation to the HookExecutor implementation
32
+ - When constructing slash commands from hook command names, replace dots (`.`) with hyphens (`-`). For example, `speckit.git.commit` → `/speckit-git-commit`.
33
+ - For each executable hook, output the following based on its `optional` flag:
34
+ - **Optional hook** (`optional: true`):
35
+ ```
36
+ ## Extension Hooks
37
+
38
+ **Optional Pre-Hook**: {extension}
39
+ Command: `/{command}`
40
+ Description: {description}
41
+
42
+ Prompt: {prompt}
43
+ To execute: `/{command}`
44
+ ```
45
+ - **Mandatory hook** (`optional: false`):
46
+ ```
47
+ ## Extension Hooks
48
+
49
+ **Automatic Pre-Hook**: {extension}
50
+ Executing: `/{command}`
51
+ EXECUTE_COMMAND: {command}
52
+
53
+ Wait for the result of the hook command before proceeding to the Outline.
54
+ ```
55
+ - If no hooks are registered or `.specify/extensions.yml` does not exist, skip silently
56
+
57
+ ## Outline
58
+
59
+ You are updating the project constitution at `.specify/memory/constitution.md`. This file is a TEMPLATE containing placeholder tokens in square brackets (e.g. `[PROJECT_NAME]`, `[PRINCIPLE_1_NAME]`). Your job is to (a) collect/derive concrete values, (b) fill the template precisely, and (c) propagate any amendments across dependent artifacts.
60
+
61
+ **Note**: If `.specify/memory/constitution.md` does not exist yet, it should have been initialized from `.specify/templates/constitution-template.md` during project setup. If it's missing, copy the template first.
62
+
63
+ Follow this execution flow:
64
+
65
+ 1. Load the existing constitution at `.specify/memory/constitution.md`.
66
+ - Identify every placeholder token of the form `[ALL_CAPS_IDENTIFIER]`.
67
+ **IMPORTANT**: The user might require less or more principles than the ones used in the template. If a number is specified, respect that - follow the general template. You will update the doc accordingly.
68
+
69
+ 2. Collect/derive values for placeholders:
70
+ - If user input (conversation) supplies a value, use it.
71
+ - Otherwise infer from existing repo context (README, docs, prior constitution versions if embedded).
72
+ - For governance dates: `RATIFICATION_DATE` is the original adoption date (if unknown ask or mark TODO), `LAST_AMENDED_DATE` is today if changes are made, otherwise keep previous.
73
+ - `CONSTITUTION_VERSION` must increment according to semantic versioning rules:
74
+ - MAJOR: Backward incompatible governance/principle removals or redefinitions.
75
+ - MINOR: New principle/section added or materially expanded guidance.
76
+ - PATCH: Clarifications, wording, typo fixes, non-semantic refinements.
77
+ - If version bump type ambiguous, propose reasoning before finalizing.
78
+
79
+ 3. Draft the updated constitution content:
80
+ - Replace every placeholder with concrete text (no bracketed tokens left except intentionally retained template slots that the project has chosen not to define yet—explicitly justify any left).
81
+ - Preserve heading hierarchy and comments can be removed once replaced unless they still add clarifying guidance.
82
+ - Ensure each Principle section: succinct name line, paragraph (or bullet list) capturing non‑negotiable rules, explicit rationale if not obvious.
83
+ - Ensure Governance section lists amendment procedure, versioning policy, and compliance review expectations.
84
+
85
+ 4. Consistency propagation checklist (convert prior checklist into active validations):
86
+ - Read `.specify/templates/plan-template.md` and ensure any "Constitution Check" or rules align with updated principles.
87
+ - Read `.specify/templates/spec-template.md` for scope/requirements alignment—update if constitution adds/removes mandatory sections or constraints.
88
+ - Read `.specify/templates/tasks-template.md` and ensure task categorization reflects new or removed principle-driven task types (e.g., observability, versioning, testing discipline).
89
+ - Read each command file in `.specify/templates/commands/*.md` (including this one) to verify no outdated references (agent-specific names like CLAUDE only) remain when generic guidance is required.
90
+ - Read any runtime guidance docs (e.g., `README.md`, `docs/quickstart.md`, or agent-specific guidance files if present). Update references to principles changed.
91
+
92
+ 5. Produce a Sync Impact Report (prepend as an HTML comment at top of the constitution file after update):
93
+ - Version change: old → new
94
+ - List of modified principles (old title → new title if renamed)
95
+ - Added sections
96
+ - Removed sections
97
+ - Templates requiring updates (✅ updated / ⚠ pending) with file paths
98
+ - Follow-up TODOs if any placeholders intentionally deferred.
99
+
100
+ 6. Validation before final output:
101
+ - No remaining unexplained bracket tokens.
102
+ - Version line matches report.
103
+ - Dates ISO format YYYY-MM-DD.
104
+ - Principles are declarative, testable, and free of vague language ("should" → replace with MUST/SHOULD rationale where appropriate).
105
+
106
+ 7. Write the completed constitution back to `.specify/memory/constitution.md` (overwrite).
107
+
108
+ 8. Output a final summary to the user with:
109
+ - New version and bump rationale.
110
+ - Any files flagged for manual follow-up.
111
+ - Suggested commit message (e.g., `docs: amend constitution to vX.Y.Z (principle additions + governance update)`).
112
+
113
+ Formatting & Style Requirements:
114
+
115
+ - Use Markdown headings exactly as in the template (do not demote/promote levels).
116
+ - Wrap long rationale lines to keep readability (<100 chars ideally) but do not hard enforce with awkward breaks.
117
+ - Keep a single blank line between sections.
118
+ - Avoid trailing whitespace.
119
+
120
+ If the user supplies partial updates (e.g., only one principle revision), still perform validation and version decision steps.
121
+
122
+ If critical info missing (e.g., ratification date truly unknown), insert `TODO(<FIELD_NAME>): explanation` and include in the Sync Impact Report under deferred items.
123
+
124
+ Do not create a new template; always operate on the existing `.specify/memory/constitution.md` file.
125
+
126
+ ## Post-Execution Checks
127
+
128
+ **Check for extension hooks (after constitution update)**:
129
+ Check if `.specify/extensions.yml` exists in the project root.
130
+ - If it exists, read it and look for entries under the `hooks.after_constitution` key
131
+ - If the YAML cannot be parsed or is invalid, skip hook checking silently and continue normally
132
+ - Filter out hooks where `enabled` is explicitly `false`. Treat hooks without an `enabled` field as enabled by default.
133
+ - For each remaining hook, do **not** attempt to interpret or evaluate hook `condition` expressions:
134
+ - If the hook has no `condition` field, or it is null/empty, treat the hook as executable
135
+ - If the hook defines a non-empty `condition`, skip the hook and leave condition evaluation to the HookExecutor implementation
136
+ - When constructing slash commands from hook command names, replace dots (`.`) with hyphens (`-`). For example, `speckit.git.commit` → `/speckit-git-commit`.
137
+ - For each executable hook, output the following based on its `optional` flag:
138
+ - **Optional hook** (`optional: true`):
139
+ ```
140
+ ## Extension Hooks
141
+
142
+ **Optional Hook**: {extension}
143
+ Command: `/{command}`
144
+ Description: {description}
145
+
146
+ Prompt: {prompt}
147
+ To execute: `/{command}`
148
+ ```
149
+ - **Mandatory hook** (`optional: false`):
150
+ ```
151
+ ## Extension Hooks
152
+
153
+ **Automatic Hook**: {extension}
154
+ Executing: `/{command}`
155
+ EXECUTE_COMMAND: {command}
156
+ ```
157
+ - If no hooks are registered or `.specify/extensions.yml` does not exist, skip silently
@@ -0,0 +1,53 @@
1
+ ---
2
+ name: speckit-git-commit
3
+ description: Auto-commit changes after a Spec Kit command completes
4
+ compatibility: Requires spec-kit project structure with .specify/ directory
5
+ metadata:
6
+ author: github-spec-kit
7
+ source: git:commands/speckit.git.commit.md
8
+ ---
9
+
10
+ # Auto-Commit Changes
11
+
12
+ Automatically stage and commit all changes after a Spec Kit command completes.
13
+
14
+ ## Behavior
15
+
16
+ This command is invoked as a hook after (or before) core commands. It:
17
+
18
+ 1. Determines the event name from the hook context (e.g., if invoked as an `after_specify` hook, the event is `after_specify`; if `before_plan`, the event is `before_plan`)
19
+ 2. Checks `.specify/extensions/git/git-config.yml` for the `auto_commit` section
20
+ 3. Looks up the specific event key to see if auto-commit is enabled
21
+ 4. Falls back to `auto_commit.default` if no event-specific key exists
22
+ 5. Uses the per-command `message` if configured, otherwise a default message
23
+ 6. If enabled and there are uncommitted changes, runs `git add .` + `git commit`
24
+
25
+ ## Execution
26
+
27
+ Determine the event name from the hook that triggered this command, then run the script:
28
+
29
+ - **Bash**: `.specify/extensions/git/scripts/bash/auto-commit.sh <event_name>`
30
+ - **PowerShell**: `.specify/extensions/git/scripts/powershell/auto-commit.ps1 <event_name>`
31
+
32
+ Replace `<event_name>` with the actual hook event (e.g., `after_specify`, `before_plan`, `after_implement`).
33
+
34
+ ## Configuration
35
+
36
+ In `.specify/extensions/git/git-config.yml`:
37
+
38
+ ```yaml
39
+ auto_commit:
40
+ default: false # Global toggle — set true to enable for all commands
41
+ after_specify:
42
+ enabled: true # Override per-command
43
+ message: "[Spec Kit] Add specification"
44
+ after_plan:
45
+ enabled: false
46
+ message: "[Spec Kit] Add implementation plan"
47
+ ```
48
+
49
+ ## Graceful Degradation
50
+
51
+ - If Git is not available or the current directory is not a repository: skips with a warning
52
+ - If no config file exists: skips (disabled by default)
53
+ - If no changes to commit: skips with a message
@@ -0,0 +1,72 @@
1
+ ---
2
+ name: speckit-git-feature
3
+ description: Create a feature branch with sequential or timestamp numbering
4
+ compatibility: Requires spec-kit project structure with .specify/ directory
5
+ metadata:
6
+ author: github-spec-kit
7
+ source: git:commands/speckit.git.feature.md
8
+ ---
9
+
10
+ # Create Feature Branch
11
+
12
+ Create and switch to a new git feature branch for the given specification. This command handles **branch creation only** — the spec directory and files are created by the core `/speckit.specify` workflow.
13
+
14
+ ## User Input
15
+
16
+ ```text
17
+ $ARGUMENTS
18
+ ```
19
+
20
+ You **MUST** consider the user input before proceeding (if not empty).
21
+
22
+ ## Environment Variable Override
23
+
24
+ If the user explicitly provided `GIT_BRANCH_NAME` (e.g., via environment variable, argument, or in their request), pass it through to the script by setting the `GIT_BRANCH_NAME` environment variable before invoking the script. When `GIT_BRANCH_NAME` is set:
25
+ - The script uses the exact value as the branch name, bypassing all prefix/suffix generation
26
+ - `--short-name`, `--number`, and `--timestamp` flags are ignored
27
+ - `FEATURE_NUM` is extracted from the name if it starts with a numeric prefix, otherwise set to the full branch name
28
+
29
+ ## Prerequisites
30
+
31
+ - Verify Git is available by running `git rev-parse --is-inside-work-tree 2>/dev/null`
32
+ - If Git is not available, warn the user and skip branch creation
33
+
34
+ ## Branch Numbering Mode
35
+
36
+ Determine the branch numbering strategy by checking configuration in this order:
37
+
38
+ 1. Check `.specify/extensions/git/git-config.yml` for `branch_numbering` value
39
+ 2. Check `.specify/init-options.json` for `branch_numbering` value (backward compatibility)
40
+ 3. Default to `sequential` if neither exists
41
+
42
+ ## Execution
43
+
44
+ Generate a concise short name (2-4 words) for the branch:
45
+ - Analyze the feature description and extract the most meaningful keywords
46
+ - Use action-noun format when possible (e.g., "add-user-auth", "fix-payment-bug")
47
+ - Preserve technical terms and acronyms (OAuth2, API, JWT, etc.)
48
+
49
+ Run the appropriate script based on your platform:
50
+
51
+ - **Bash**: `.specify/extensions/git/scripts/bash/create-new-feature.sh --json --short-name "<short-name>" "<feature description>"`
52
+ - **Bash (timestamp)**: `.specify/extensions/git/scripts/bash/create-new-feature.sh --json --timestamp --short-name "<short-name>" "<feature description>"`
53
+ - **PowerShell**: `.specify/extensions/git/scripts/powershell/create-new-feature.ps1 -Json -ShortName "<short-name>" "<feature description>"`
54
+ - **PowerShell (timestamp)**: `.specify/extensions/git/scripts/powershell/create-new-feature.ps1 -Json -Timestamp -ShortName "<short-name>" "<feature description>"`
55
+
56
+ **IMPORTANT**:
57
+ - Do NOT pass `--number` — the script determines the correct next number automatically
58
+ - Always include the JSON flag (`--json` for Bash, `-Json` for PowerShell) so the output can be parsed reliably
59
+ - You must only ever run this script once per feature
60
+ - The JSON output will contain `BRANCH_NAME` and `FEATURE_NUM`
61
+
62
+ ## Graceful Degradation
63
+
64
+ If Git is not installed or the current directory is not a Git repository:
65
+ - Branch creation is skipped with a warning: `[specify] Warning: Git repository not detected; skipped branch creation`
66
+ - The script still outputs `BRANCH_NAME` and `FEATURE_NUM` so the caller can reference them
67
+
68
+ ## Output
69
+
70
+ The script outputs JSON with:
71
+ - `BRANCH_NAME`: The branch name (e.g., `003-user-auth` or `20260319-143022-user-auth`)
72
+ - `FEATURE_NUM`: The numeric or timestamp prefix used
@@ -0,0 +1,54 @@
1
+ ---
2
+ name: speckit-git-initialize
3
+ description: Initialize a Git repository with an initial commit
4
+ compatibility: Requires spec-kit project structure with .specify/ directory
5
+ metadata:
6
+ author: github-spec-kit
7
+ source: git:commands/speckit.git.initialize.md
8
+ ---
9
+
10
+ # Initialize Git Repository
11
+
12
+ Initialize a Git repository in the current project directory if one does not already exist.
13
+
14
+ ## Execution
15
+
16
+ Run the appropriate script from the project root:
17
+
18
+ - **Bash**: `.specify/extensions/git/scripts/bash/initialize-repo.sh`
19
+ - **PowerShell**: `.specify/extensions/git/scripts/powershell/initialize-repo.ps1`
20
+
21
+ If the extension scripts are not found, fall back to:
22
+ - **Bash**: `git init && git add . && git commit -m "Initial commit from Specify template"`
23
+ - **PowerShell**: `git init; git add .; git commit -m "Initial commit from Specify template"`
24
+
25
+ The script handles all checks internally:
26
+ - Skips if Git is not available
27
+ - Skips if already inside a Git repository
28
+ - Runs `git init`, `git add .`, and `git commit` with an initial commit message
29
+
30
+ ## Customization
31
+
32
+ Replace the script to add project-specific Git initialization steps:
33
+ - Custom `.gitignore` templates
34
+ - Default branch naming (`git config init.defaultBranch`)
35
+ - Git LFS setup
36
+ - Git hooks installation
37
+ - Commit signing configuration
38
+ - Git Flow initialization
39
+
40
+ ## Output
41
+
42
+ On success:
43
+ - `✓ Git repository initialized`
44
+
45
+ ## Graceful Degradation
46
+
47
+ If Git is not installed:
48
+ - Warn the user
49
+ - Skip repository initialization
50
+ - The project continues to function without Git (specs can still be created under `specs/`)
51
+
52
+ If Git is installed but `git init`, `git add .`, or `git commit` fails:
53
+ - Surface the error to the user
54
+ - Stop this command rather than continuing with a partially initialized repository
@@ -0,0 +1,50 @@
1
+ ---
2
+ name: speckit-git-remote
3
+ description: Detect Git remote URL for GitHub integration
4
+ compatibility: Requires spec-kit project structure with .specify/ directory
5
+ metadata:
6
+ author: github-spec-kit
7
+ source: git:commands/speckit.git.remote.md
8
+ ---
9
+
10
+ # Detect Git Remote URL
11
+
12
+ Detect the Git remote URL for integration with GitHub services (e.g., issue creation).
13
+
14
+ ## Prerequisites
15
+
16
+ - Check if Git is available by running `git rev-parse --is-inside-work-tree 2>/dev/null`
17
+ - If Git is not available, output a warning and return empty:
18
+ ```
19
+ [specify] Warning: Git repository not detected; cannot determine remote URL
20
+ ```
21
+
22
+ ## Execution
23
+
24
+ Run the following command to get the remote URL:
25
+
26
+ ```bash
27
+ git config --get remote.origin.url
28
+ ```
29
+
30
+ ## Output
31
+
32
+ Parse the remote URL and determine:
33
+
34
+ 1. **Repository owner**: Extract from the URL (e.g., `github` from `https://github.com/github/spec-kit.git`)
35
+ 2. **Repository name**: Extract from the URL (e.g., `spec-kit` from `https://github.com/github/spec-kit.git`)
36
+ 3. **Is GitHub**: Whether the remote points to a GitHub repository
37
+
38
+ Supported URL formats:
39
+ - HTTPS: `https://github.com/<owner>/<repo>.git`
40
+ - SSH: `git@github.com:<owner>/<repo>.git`
41
+
42
+ > [!CAUTION]
43
+ > ONLY report a GitHub repository if the remote URL actually points to github.com.
44
+ > Do NOT assume the remote is GitHub if the URL format doesn't match.
45
+
46
+ ## Graceful Degradation
47
+
48
+ If Git is not installed, the directory is not a Git repository, or no remote is configured:
49
+ - Return an empty result
50
+ - Do NOT error — other workflows should continue without Git remote information
@@ -0,0 +1,54 @@
1
+ ---
2
+ name: speckit-git-validate
3
+ description: Validate current branch follows feature branch naming conventions
4
+ compatibility: Requires spec-kit project structure with .specify/ directory
5
+ metadata:
6
+ author: github-spec-kit
7
+ source: git:commands/speckit.git.validate.md
8
+ ---
9
+
10
+ # Validate Feature Branch
11
+
12
+ Validate that the current Git branch follows the expected feature branch naming conventions.
13
+
14
+ ## Prerequisites
15
+
16
+ - Check if Git is available by running `git rev-parse --is-inside-work-tree 2>/dev/null`
17
+ - If Git is not available, output a warning and skip validation:
18
+ ```
19
+ [specify] Warning: Git repository not detected; skipped branch validation
20
+ ```
21
+
22
+ ## Validation Rules
23
+
24
+ Get the current branch name:
25
+
26
+ ```bash
27
+ git rev-parse --abbrev-ref HEAD
28
+ ```
29
+
30
+ The branch name must match one of these patterns:
31
+
32
+ 1. **Sequential**: `^[0-9]{3,}-` (e.g., `001-feature-name`, `042-fix-bug`, `1000-big-feature`)
33
+ 2. **Timestamp**: `^[0-9]{8}-[0-9]{6}-` (e.g., `20260319-143022-feature-name`)
34
+
35
+ ## Execution
36
+
37
+ If on a feature branch (matches either pattern):
38
+ - Output: `✓ On feature branch: <branch-name>`
39
+ - Check if the corresponding spec directory exists under `specs/`:
40
+ - For sequential branches, look for `specs/<prefix>-*` where prefix matches the numeric portion
41
+ - For timestamp branches, look for `specs/<prefix>-*` where prefix matches the `YYYYMMDD-HHMMSS` portion
42
+ - If spec directory exists: `✓ Spec directory found: <path>`
43
+ - If spec directory missing: `⚠ No spec directory found for prefix <prefix>`
44
+
45
+ If NOT on a feature branch:
46
+ - Output: `✗ Not on a feature branch. Current branch: <branch-name>`
47
+ - Output: `Feature branches should be named like: 001-feature-name or 20260319-143022-feature-name`
48
+
49
+ ## Graceful Degradation
50
+
51
+ If Git is not installed or the directory is not a Git repository:
52
+ - Check the `SPECIFY_FEATURE` environment variable as a fallback
53
+ - If set, validate that value against the naming patterns
54
+ - If not set, skip validation with a warning
@@ -0,0 +1,209 @@
1
+ ---
2
+ name: "speckit-implement"
3
+ description: "Execute the implementation plan by processing and executing all tasks defined in tasks.md"
4
+ argument-hint: "Optional implementation guidance or task filter"
5
+ compatibility: "Requires spec-kit project structure with .specify/ directory"
6
+ metadata:
7
+ author: "github-spec-kit"
8
+ source: "templates/commands/implement.md"
9
+ user-invocable: true
10
+ disable-model-invocation: false
11
+ ---
12
+
13
+
14
+ ## User Input
15
+
16
+ ```text
17
+ $ARGUMENTS
18
+ ```
19
+
20
+ You **MUST** consider the user input before proceeding (if not empty).
21
+
22
+ ## Pre-Execution Checks
23
+
24
+ **Check for extension hooks (before implementation)**:
25
+ - Check if `.specify/extensions.yml` exists in the project root.
26
+ - If it exists, read it and look for entries under the `hooks.before_implement` key
27
+ - If the YAML cannot be parsed or is invalid, skip hook checking silently and continue normally
28
+ - Filter out hooks where `enabled` is explicitly `false`. Treat hooks without an `enabled` field as enabled by default.
29
+ - For each remaining hook, do **not** attempt to interpret or evaluate hook `condition` expressions:
30
+ - If the hook has no `condition` field, or it is null/empty, treat the hook as executable
31
+ - If the hook defines a non-empty `condition`, skip the hook and leave condition evaluation to the HookExecutor implementation
32
+ - When constructing slash commands from hook command names, replace dots (`.`) with hyphens (`-`). For example, `speckit.git.commit` → `/speckit-git-commit`.
33
+ - For each executable hook, output the following based on its `optional` flag:
34
+ - **Optional hook** (`optional: true`):
35
+ ```
36
+ ## Extension Hooks
37
+
38
+ **Optional Pre-Hook**: {extension}
39
+ Command: `/{command}`
40
+ Description: {description}
41
+
42
+ Prompt: {prompt}
43
+ To execute: `/{command}`
44
+ ```
45
+ - **Mandatory hook** (`optional: false`):
46
+ ```
47
+ ## Extension Hooks
48
+
49
+ **Automatic Pre-Hook**: {extension}
50
+ Executing: `/{command}`
51
+ EXECUTE_COMMAND: {command}
52
+
53
+ Wait for the result of the hook command before proceeding to the Outline.
54
+ ```
55
+ - If no hooks are registered or `.specify/extensions.yml` does not exist, skip silently
56
+
57
+ ## Outline
58
+
59
+ 1. Run `.specify/scripts/powershell/check-prerequisites.ps1 -Json -RequireTasks -IncludeTasks` from repo root and parse FEATURE_DIR and AVAILABLE_DOCS list. All paths must be absolute. For single quotes in args like "I'm Groot", use escape syntax: e.g 'I'\''m Groot' (or double-quote if possible: "I'm Groot").
60
+
61
+ 2. **Check checklists status** (if FEATURE_DIR/checklists/ exists):
62
+ - Scan all checklist files in the checklists/ directory
63
+ - For each checklist, count:
64
+ - Total items: All lines matching `- [ ]` or `- [X]` or `- [x]`
65
+ - Completed items: Lines matching `- [X]` or `- [x]`
66
+ - Incomplete items: Lines matching `- [ ]`
67
+ - Create a status table:
68
+
69
+ ```text
70
+ | Checklist | Total | Completed | Incomplete | Status |
71
+ |-----------|-------|-----------|------------|--------|
72
+ | ux.md | 12 | 12 | 0 | ✓ PASS |
73
+ | test.md | 8 | 5 | 3 | ✗ FAIL |
74
+ | security.md | 6 | 6 | 0 | ✓ PASS |
75
+ ```
76
+
77
+ - Calculate overall status:
78
+ - **PASS**: All checklists have 0 incomplete items
79
+ - **FAIL**: One or more checklists have incomplete items
80
+
81
+ - **If any checklist is incomplete**:
82
+ - Display the table with incomplete item counts
83
+ - **STOP** and ask: "Some checklists are incomplete. Do you want to proceed with implementation anyway? (yes/no)"
84
+ - Wait for user response before continuing
85
+ - If user says "no" or "wait" or "stop", halt execution
86
+ - If user says "yes" or "proceed" or "continue", proceed to step 3
87
+
88
+ - **If all checklists are complete**:
89
+ - Display the table showing all checklists passed
90
+ - Automatically proceed to step 3
91
+
92
+ 3. Load and analyze the implementation context:
93
+ - **REQUIRED**: Read tasks.md for the complete task list and execution plan
94
+ - **REQUIRED**: Read plan.md for tech stack, architecture, and file structure
95
+ - **IF EXISTS**: Read data-model.md for entities and relationships
96
+ - **IF EXISTS**: Read contracts/ for API specifications and test requirements
97
+ - **IF EXISTS**: Read research.md for technical decisions and constraints
98
+ - **IF EXISTS**: Read quickstart.md for integration scenarios
99
+
100
+ 4. **Project Setup Verification**:
101
+ - **REQUIRED**: Create/verify ignore files based on actual project setup:
102
+
103
+ **Detection & Creation Logic**:
104
+ - Check if the following command succeeds to determine if the repository is a git repo (create/verify .gitignore if so):
105
+
106
+ ```sh
107
+ git rev-parse --git-dir 2>/dev/null
108
+ ```
109
+
110
+ - Check if Dockerfile* exists or Docker in plan.md → create/verify .dockerignore
111
+ - Check if .eslintrc* exists → create/verify .eslintignore
112
+ - Check if eslint.config.* exists → ensure the config's `ignores` entries cover required patterns
113
+ - Check if .prettierrc* exists → create/verify .prettierignore
114
+ - Check if .npmrc or package.json exists → create/verify .npmignore (if publishing)
115
+ - Check if terraform files (*.tf) exist → create/verify .terraformignore
116
+ - Check if .helmignore needed (helm charts present) → create/verify .helmignore
117
+
118
+ **If ignore file already exists**: Verify it contains essential patterns, append missing critical patterns only
119
+ **If ignore file missing**: Create with full pattern set for detected technology
120
+
121
+ **Common Patterns by Technology** (from plan.md tech stack):
122
+ - **Node.js/JavaScript/TypeScript**: `node_modules/`, `dist/`, `build/`, `*.log`, `.env*`
123
+ - **Python**: `__pycache__/`, `*.pyc`, `.venv/`, `venv/`, `dist/`, `*.egg-info/`
124
+ - **Java**: `target/`, `*.class`, `*.jar`, `.gradle/`, `build/`
125
+ - **C#/.NET**: `bin/`, `obj/`, `*.user`, `*.suo`, `packages/`
126
+ - **Go**: `*.exe`, `*.test`, `vendor/`, `*.out`
127
+ - **Ruby**: `.bundle/`, `log/`, `tmp/`, `*.gem`, `vendor/bundle/`
128
+ - **PHP**: `vendor/`, `*.log`, `*.cache`, `*.env`
129
+ - **Rust**: `target/`, `debug/`, `release/`, `*.rs.bk`, `*.rlib`, `*.prof*`, `.idea/`, `*.log`, `.env*`
130
+ - **Kotlin**: `build/`, `out/`, `.gradle/`, `.idea/`, `*.class`, `*.jar`, `*.iml`, `*.log`, `.env*`
131
+ - **C++**: `build/`, `bin/`, `obj/`, `out/`, `*.o`, `*.so`, `*.a`, `*.exe`, `*.dll`, `.idea/`, `*.log`, `.env*`
132
+ - **C**: `build/`, `bin/`, `obj/`, `out/`, `*.o`, `*.a`, `*.so`, `*.exe`, `*.dll`, `autom4te.cache/`, `config.status`, `config.log`, `.idea/`, `*.log`, `.env*`
133
+ - **Swift**: `.build/`, `DerivedData/`, `*.swiftpm/`, `Packages/`
134
+ - **R**: `.Rproj.user/`, `.Rhistory`, `.RData`, `.Ruserdata`, `*.Rproj`, `packrat/`, `renv/`
135
+ - **Universal**: `.DS_Store`, `Thumbs.db`, `*.tmp`, `*.swp`, `.vscode/`, `.idea/`
136
+
137
+ **Tool-Specific Patterns**:
138
+ - **Docker**: `node_modules/`, `.git/`, `Dockerfile*`, `.dockerignore`, `*.log*`, `.env*`, `coverage/`
139
+ - **ESLint**: `node_modules/`, `dist/`, `build/`, `coverage/`, `*.min.js`
140
+ - **Prettier**: `node_modules/`, `dist/`, `build/`, `coverage/`, `package-lock.json`, `yarn.lock`, `pnpm-lock.yaml`
141
+ - **Terraform**: `.terraform/`, `*.tfstate*`, `*.tfvars`, `.terraform.lock.hcl`
142
+ - **Kubernetes/k8s**: `*.secret.yaml`, `secrets/`, `.kube/`, `kubeconfig*`, `*.key`, `*.crt`
143
+
144
+ 5. Parse tasks.md structure and extract:
145
+ - **Task phases**: Setup, Tests, Core, Integration, Polish
146
+ - **Task dependencies**: Sequential vs parallel execution rules
147
+ - **Task details**: ID, description, file paths, parallel markers [P]
148
+ - **Execution flow**: Order and dependency requirements
149
+
150
+ 6. Execute implementation following the task plan:
151
+ - **Phase-by-phase execution**: Complete each phase before moving to the next
152
+ - **Respect dependencies**: Run sequential tasks in order, parallel tasks [P] can run together
153
+ - **Follow TDD approach**: Execute test tasks before their corresponding implementation tasks
154
+ - **File-based coordination**: Tasks affecting the same files must run sequentially
155
+ - **Validation checkpoints**: Verify each phase completion before proceeding
156
+
157
+ 7. Implementation execution rules:
158
+ - **Setup first**: Initialize project structure, dependencies, configuration
159
+ - **Tests before code**: If you need to write tests for contracts, entities, and integration scenarios
160
+ - **Core development**: Implement models, services, CLI commands, endpoints
161
+ - **Integration work**: Database connections, middleware, logging, external services
162
+ - **Polish and validation**: Unit tests, performance optimization, documentation
163
+
164
+ 8. Progress tracking and error handling:
165
+ - Report progress after each completed task
166
+ - Halt execution if any non-parallel task fails
167
+ - For parallel tasks [P], continue with successful tasks, report failed ones
168
+ - Provide clear error messages with context for debugging
169
+ - Suggest next steps if implementation cannot proceed
170
+ - **IMPORTANT** For completed tasks, make sure to mark the task off as [X] in the tasks file.
171
+
172
+ 9. Completion validation:
173
+ - Verify all required tasks are completed
174
+ - Check that implemented features match the original specification
175
+ - Validate that tests pass and coverage meets requirements
176
+ - Confirm the implementation follows the technical plan
177
+ - Report final status with summary of completed work
178
+
179
+ Note: This command assumes a complete task breakdown exists in tasks.md. If tasks are incomplete or missing, suggest running `/speckit.tasks` first to regenerate the task list.
180
+
181
+ 10. **Check for extension hooks**: After completion validation, check if `.specify/extensions.yml` exists in the project root.
182
+ - If it exists, read it and look for entries under the `hooks.after_implement` key
183
+ - If the YAML cannot be parsed or is invalid, skip hook checking silently and continue normally
184
+ - Filter out hooks where `enabled` is explicitly `false`. Treat hooks without an `enabled` field as enabled by default.
185
+ - For each remaining hook, do **not** attempt to interpret or evaluate hook `condition` expressions:
186
+ - If the hook has no `condition` field, or it is null/empty, treat the hook as executable
187
+ - If the hook defines a non-empty `condition`, skip the hook and leave condition evaluation to the HookExecutor implementation
188
+ - When constructing slash commands from hook command names, replace dots (`.`) with hyphens (`-`). For example, `speckit.git.commit` → `/speckit-git-commit`.
189
+ - For each executable hook, output the following based on its `optional` flag:
190
+ - **Optional hook** (`optional: true`):
191
+ ```
192
+ ## Extension Hooks
193
+
194
+ **Optional Hook**: {extension}
195
+ Command: `/{command}`
196
+ Description: {description}
197
+
198
+ Prompt: {prompt}
199
+ To execute: `/{command}`
200
+ ```
201
+ - **Mandatory hook** (`optional: false`):
202
+ ```
203
+ ## Extension Hooks
204
+
205
+ **Automatic Hook**: {extension}
206
+ Executing: `/{command}`
207
+ EXECUTE_COMMAND: {command}
208
+ ```
209
+ - If no hooks are registered or `.specify/extensions.yml` does not exist, skip silently