hatch3r 1.7.5 → 1.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (276) hide show
  1. package/README.md +37 -56
  2. package/dist/cli/index.js +13554 -13329
  3. package/dist/cli/index.js.map +1 -1
  4. package/{agents → dist/content/agents}/hatch3r-a11y-auditor.md +2 -2
  5. package/{agents → dist/content/agents}/hatch3r-ci-watcher.md +2 -2
  6. package/{agents → dist/content/agents}/hatch3r-context-rules.md +25 -9
  7. package/{agents → dist/content/agents}/hatch3r-creator.md +17 -16
  8. package/{agents → dist/content/agents}/hatch3r-dependency-auditor.md +1 -1
  9. package/{agents → dist/content/agents}/hatch3r-devops.md +3 -3
  10. package/{agents → dist/content/agents}/hatch3r-fixer.md +2 -2
  11. package/{agents → dist/content/agents}/hatch3r-handoff-loader.md +12 -12
  12. package/{agents → dist/content/agents}/hatch3r-handoff-preparer.md +7 -7
  13. package/{agents → dist/content/agents}/hatch3r-implementer.md +10 -2
  14. package/{agents → dist/content/agents}/hatch3r-learnings-loader.md +12 -12
  15. package/{agents → dist/content/agents}/hatch3r-lint-fixer.md +2 -2
  16. package/{agents → dist/content/agents}/hatch3r-researcher.md +3 -3
  17. package/{agents → dist/content/agents}/hatch3r-reviewer.md +6 -4
  18. package/{agents → dist/content/agents}/hatch3r-security-auditor.md +2 -2
  19. package/{agents → dist/content/agents}/hatch3r-test-writer.md +2 -2
  20. package/{agents → dist/content/agents}/shared/external-knowledge.md +1 -1
  21. package/{agents → dist/content/agents}/shared/injection-patterns.md +1 -1
  22. package/{agents → dist/content/agents}/shared/quality-charter.md +31 -3
  23. package/{agents → dist/content/agents}/shared/user-content-templates.md +41 -11
  24. package/{agents → dist/content/agents}/shared/user-question-protocol.md +2 -0
  25. package/{commands → dist/content/commands}/board/pickup-azure-devops.md +1 -1
  26. package/{commands → dist/content/commands}/board/pickup-delegation-multi.md +4 -4
  27. package/{commands → dist/content/commands}/board/pickup-delegation.md +3 -3
  28. package/{commands → dist/content/commands}/board/pickup-github.md +1 -1
  29. package/{commands → dist/content/commands}/board/pickup-gitlab.md +1 -1
  30. package/{commands → dist/content/commands}/board/pickup-post-impl.md +2 -2
  31. package/{commands → dist/content/commands}/board/shared-azure-devops.md +1 -1
  32. package/{commands → dist/content/commands}/board/shared-github.md +2 -2
  33. package/{commands → dist/content/commands}/board/shared-gitlab.md +1 -1
  34. package/{commands → dist/content/commands}/hatch3r-api-spec.md +8 -1
  35. package/{commands → dist/content/commands}/hatch3r-benchmark.md +8 -1
  36. package/{commands → dist/content/commands}/hatch3r-board-fill.md +14 -7
  37. package/{commands → dist/content/commands}/hatch3r-board-pickup.md +14 -6
  38. package/{commands → dist/content/commands}/hatch3r-bug-plan.md +12 -5
  39. package/{commands → dist/content/commands}/hatch3r-codebase-map.md +10 -2
  40. package/{commands → dist/content/commands}/hatch3r-create.md +68 -15
  41. package/{commands → dist/content/commands}/hatch3r-debug.md +18 -11
  42. package/{commands → dist/content/commands}/hatch3r-feature-plan.md +12 -5
  43. package/{commands → dist/content/commands}/hatch3r-handoff.md +16 -9
  44. package/{commands → dist/content/commands}/hatch3r-healthcheck.md +5 -1
  45. package/{commands → dist/content/commands}/hatch3r-hooks.md +16 -12
  46. package/{commands → dist/content/commands}/hatch3r-learn.md +27 -11
  47. package/{commands → dist/content/commands}/hatch3r-migration-plan.md +9 -2
  48. package/{commands → dist/content/commands}/hatch3r-onboard.md +14 -7
  49. package/{commands → dist/content/commands}/hatch3r-pr-resolve.md +16 -9
  50. package/{commands → dist/content/commands}/hatch3r-project-spec.md +11 -3
  51. package/{commands → dist/content/commands}/hatch3r-quick-change.md +14 -7
  52. package/{commands → dist/content/commands}/hatch3r-refactor-plan.md +11 -4
  53. package/{commands → dist/content/commands}/hatch3r-report.md +1 -1
  54. package/{commands → dist/content/commands}/hatch3r-revision.md +14 -7
  55. package/{commands → dist/content/commands}/hatch3r-roadmap.md +10 -2
  56. package/{commands → dist/content/commands}/hatch3r-security-audit.md +6 -2
  57. package/{commands → dist/content/commands}/hatch3r-test-plan.md +12 -5
  58. package/{commands → dist/content/commands}/hatch3r-workflow.md +18 -10
  59. package/{commands → dist/content/commands}/revision/revision-delegation.md +2 -2
  60. package/{commands → dist/content/commands}/revision/revision-quality.md +2 -2
  61. package/{github-agents → dist/content/github-agents}/hatch3r-docs-agent.md +1 -1
  62. package/{github-agents → dist/content/github-agents}/hatch3r-lint-agent.md +1 -1
  63. package/{github-agents → dist/content/github-agents}/hatch3r-security-agent.md +1 -1
  64. package/{github-agents → dist/content/github-agents}/hatch3r-test-agent.md +1 -1
  65. package/{hooks → dist/content/hooks}/hatch3r-ci-failure.md +3 -3
  66. package/{hooks → dist/content/hooks}/hatch3r-file-save.md +3 -3
  67. package/{hooks → dist/content/hooks}/hatch3r-post-merge.md +1 -1
  68. package/{hooks → dist/content/hooks}/hatch3r-pre-commit.md +1 -1
  69. package/{hooks → dist/content/hooks}/hatch3r-pre-push.md +3 -3
  70. package/{hooks → dist/content/hooks}/hatch3r-session-start.md +3 -3
  71. package/{rules → dist/content/rules}/hatch3r-accessibility-standards.md +2 -1
  72. package/{rules → dist/content/rules}/hatch3r-accessibility-standards.mdc +1 -0
  73. package/{rules → dist/content/rules}/hatch3r-agent-orchestration-detail.md +5 -2
  74. package/{rules → dist/content/rules}/hatch3r-agent-orchestration-detail.mdc +4 -1
  75. package/{rules → dist/content/rules}/hatch3r-agent-orchestration.md +27 -4
  76. package/{rules → dist/content/rules}/hatch3r-agent-orchestration.mdc +26 -3
  77. package/{rules → dist/content/rules}/hatch3r-ai-evals.md +2 -1
  78. package/{rules → dist/content/rules}/hatch3r-ai-evals.mdc +2 -1
  79. package/{rules → dist/content/rules}/hatch3r-ai-ux-patterns.md +1 -1
  80. package/{rules → dist/content/rules}/hatch3r-api-versioning.md +1 -0
  81. package/{rules → dist/content/rules}/hatch3r-api-versioning.mdc +1 -0
  82. package/{rules → dist/content/rules}/hatch3r-auth-patterns.md +2 -1
  83. package/{rules → dist/content/rules}/hatch3r-auth-patterns.mdc +1 -0
  84. package/{rules → dist/content/rules}/hatch3r-browser-verification.md +6 -10
  85. package/{rules → dist/content/rules}/hatch3r-browser-verification.mdc +6 -10
  86. package/{rules → dist/content/rules}/hatch3r-ci-cd.md +1 -0
  87. package/{rules → dist/content/rules}/hatch3r-ci-cd.mdc +1 -0
  88. package/{rules → dist/content/rules}/hatch3r-code-standards.md +1 -1
  89. package/{rules → dist/content/rules}/hatch3r-component-conventions.md +1 -1
  90. package/{rules → dist/content/rules}/hatch3r-container-hardening.md +2 -1
  91. package/{rules → dist/content/rules}/hatch3r-container-hardening.mdc +1 -0
  92. package/{rules → dist/content/rules}/hatch3r-contract-testing.md +1 -0
  93. package/{rules → dist/content/rules}/hatch3r-contract-testing.mdc +1 -0
  94. package/{rules → dist/content/rules}/hatch3r-data-classification.md +2 -1
  95. package/{rules → dist/content/rules}/hatch3r-data-classification.mdc +1 -0
  96. package/{rules → dist/content/rules}/hatch3r-deep-context.md +1 -1
  97. package/{rules → dist/content/rules}/hatch3r-dependency-management.md +2 -1
  98. package/{rules → dist/content/rules}/hatch3r-dependency-management.mdc +1 -0
  99. package/{rules → dist/content/rules}/hatch3r-design-system-detection.md +2 -1
  100. package/{rules → dist/content/rules}/hatch3r-design-system-detection.mdc +1 -0
  101. package/{rules → dist/content/rules}/hatch3r-event-schema-evolution.md +1 -0
  102. package/{rules → dist/content/rules}/hatch3r-event-schema-evolution.mdc +1 -0
  103. package/{rules → dist/content/rules}/hatch3r-git-conventions.md +1 -1
  104. package/{rules → dist/content/rules}/hatch3r-handoff-readiness.md +4 -4
  105. package/{rules → dist/content/rules}/hatch3r-handoff-readiness.mdc +3 -3
  106. package/{rules → dist/content/rules}/hatch3r-i18n.md +1 -1
  107. package/{rules → dist/content/rules}/hatch3r-iteration-summary.md +3 -1
  108. package/{rules → dist/content/rules}/hatch3r-iteration-summary.mdc +2 -0
  109. package/{rules → dist/content/rules}/hatch3r-learning-consult.md +7 -7
  110. package/{rules → dist/content/rules}/hatch3r-learning-consult.mdc +6 -6
  111. package/{rules → dist/content/rules}/hatch3r-migrations.md +2 -1
  112. package/{rules → dist/content/rules}/hatch3r-migrations.mdc +1 -0
  113. package/{rules → dist/content/rules}/hatch3r-observability-logging.md +1 -0
  114. package/{rules → dist/content/rules}/hatch3r-observability-logging.mdc +1 -0
  115. package/{rules → dist/content/rules}/hatch3r-observability-metrics.md +1 -0
  116. package/{rules → dist/content/rules}/hatch3r-observability-metrics.mdc +1 -0
  117. package/{rules/hatch3r-observability-tracing-detail.md → dist/content/rules/hatch3r-observability-tracing.md} +85 -10
  118. package/{rules/hatch3r-observability-tracing-detail.mdc → dist/content/rules/hatch3r-observability-tracing.mdc} +84 -9
  119. package/{rules → dist/content/rules}/hatch3r-operability.md +1 -0
  120. package/{rules → dist/content/rules}/hatch3r-operability.mdc +1 -0
  121. package/{rules → dist/content/rules}/hatch3r-passkey-server.md +2 -1
  122. package/{rules → dist/content/rules}/hatch3r-passkey-server.mdc +1 -0
  123. package/{rules → dist/content/rules}/hatch3r-performance-budgets.md +1 -1
  124. package/{rules → dist/content/rules}/hatch3r-performance-budgets.mdc +1 -1
  125. package/{rules → dist/content/rules}/hatch3r-resilience-patterns.md +1 -0
  126. package/{rules → dist/content/rules}/hatch3r-resilience-patterns.mdc +1 -0
  127. package/{rules → dist/content/rules}/hatch3r-secrets-management.md +2 -1
  128. package/{rules → dist/content/rules}/hatch3r-secrets-management.mdc +1 -0
  129. package/{rules → dist/content/rules}/hatch3r-security-patterns.md +2 -1
  130. package/{rules → dist/content/rules}/hatch3r-security-patterns.mdc +1 -0
  131. package/{rules → dist/content/rules}/hatch3r-testing.md +2 -1
  132. package/{rules → dist/content/rules}/hatch3r-testing.mdc +1 -0
  133. package/{rules → dist/content/rules}/hatch3r-theming.md +1 -1
  134. package/{rules → dist/content/rules}/hatch3r-tooling-hierarchy.md +4 -4
  135. package/{rules → dist/content/rules}/hatch3r-tooling-hierarchy.mdc +3 -3
  136. package/{rules → dist/content/rules}/hatch3r-ux-states-and-flows.md +2 -1
  137. package/{rules → dist/content/rules}/hatch3r-ux-states-and-flows.mdc +1 -0
  138. package/{skills → dist/content/skills}/hatch3r-a11y-audit/SKILL.md +1 -1
  139. package/{skills → dist/content/skills}/hatch3r-ai-feature/SKILL.md +2 -0
  140. package/{skills → dist/content/skills}/hatch3r-api-spec/SKILL.md +68 -0
  141. package/{skills → dist/content/skills}/hatch3r-architecture-review/SKILL.md +1 -1
  142. package/{commands/hatch3r-board-groom.md → dist/content/skills/hatch3r-board-groom/SKILL.md} +7 -16
  143. package/{commands/hatch3r-board-init.md → dist/content/skills/hatch3r-board-init/SKILL.md} +62 -24
  144. package/{commands/hatch3r-board-refresh.md → dist/content/skills/hatch3r-board-refresh/SKILL.md} +7 -16
  145. package/{commands/hatch3r-board-shared.md → dist/content/skills/hatch3r-board-shared/SKILL.md} +13 -20
  146. package/{skills → dist/content/skills}/hatch3r-bug-fix/SKILL.md +1 -1
  147. package/{skills → dist/content/skills}/hatch3r-cli-fd/SKILL.md +1 -1
  148. package/{skills → dist/content/skills}/hatch3r-cli-fzf/SKILL.md +1 -1
  149. package/{skills → dist/content/skills}/hatch3r-cli-gh/SKILL.md +4 -4
  150. package/{skills → dist/content/skills}/hatch3r-cli-jq/SKILL.md +7 -3
  151. package/{skills → dist/content/skills}/hatch3r-cli-ripgrep/SKILL.md +3 -3
  152. package/dist/content/skills/hatch3r-cli-toolbox/SKILL.md +269 -0
  153. package/{skills → dist/content/skills}/hatch3r-context-health/SKILL.md +18 -2
  154. package/{skills → dist/content/skills}/hatch3r-cost-tracking/SKILL.md +59 -7
  155. package/{skills → dist/content/skills}/hatch3r-customize/SKILL.md +6 -4
  156. package/{skills → dist/content/skills}/hatch3r-dep-audit/SKILL.md +6 -2
  157. package/{skills → dist/content/skills}/hatch3r-design-system-detect/SKILL.md +3 -1
  158. package/{skills → dist/content/skills}/hatch3r-feature/SKILL.md +1 -1
  159. package/{skills → dist/content/skills}/hatch3r-gh-agentic-workflows/SKILL.md +4 -4
  160. package/{skills → dist/content/skills}/hatch3r-gh-agentic-workflows/references/azure-devops.md +2 -2
  161. package/{skills → dist/content/skills}/hatch3r-gh-agentic-workflows/references/gitlab-ci.md +1 -1
  162. package/{skills → dist/content/skills}/hatch3r-handoff-prepare/SKILL.md +9 -9
  163. package/{skills → dist/content/skills}/hatch3r-handoff-resume/SKILL.md +2 -2
  164. package/{skills → dist/content/skills}/hatch3r-incident-response/SKILL.md +2 -2
  165. package/{skills → dist/content/skills}/hatch3r-issue-workflow/SKILL.md +4 -4
  166. package/{skills → dist/content/skills}/hatch3r-migration/SKILL.md +1 -1
  167. package/{skills → dist/content/skills}/hatch3r-observability-verify/SKILL.md +4 -4
  168. package/{skills → dist/content/skills}/hatch3r-perf-audit/SKILL.md +1 -1
  169. package/{skills → dist/content/skills}/hatch3r-pr-creation/SKILL.md +4 -4
  170. package/{skills → dist/content/skills}/hatch3r-qa-validation/SKILL.md +2 -2
  171. package/{skills → dist/content/skills}/hatch3r-recipe/SKILL.md +82 -2
  172. package/{skills → dist/content/skills}/hatch3r-refactor/SKILL.md +1 -1
  173. package/{skills → dist/content/skills}/hatch3r-release/SKILL.md +35 -2
  174. package/{skills → dist/content/skills}/hatch3r-reliability-verify/SKILL.md +2 -0
  175. package/{skills → dist/content/skills}/hatch3r-ui-ux-verify/SKILL.md +3 -1
  176. package/{skills → dist/content/skills}/hatch3r-visual-refactor/SKILL.md +1 -1
  177. package/package.json +13 -22
  178. package/commands/hatch3r-agent-customize.md +0 -197
  179. package/commands/hatch3r-command-customize.md +0 -109
  180. package/commands/hatch3r-context-health.md +0 -142
  181. package/commands/hatch3r-cost-tracking.md +0 -163
  182. package/commands/hatch3r-dep-audit.md +0 -184
  183. package/commands/hatch3r-recipe.md +0 -190
  184. package/commands/hatch3r-release.md +0 -345
  185. package/commands/hatch3r-rule-customize.md +0 -129
  186. package/commands/hatch3r-skill-customize.md +0 -108
  187. package/prompts/hatch3r-bug-triage.md +0 -158
  188. package/prompts/hatch3r-code-review.md +0 -134
  189. package/prompts/hatch3r-pr-description.md +0 -176
  190. package/rules/hatch3r-observability-tracing.md +0 -87
  191. package/rules/hatch3r-observability-tracing.mdc +0 -82
  192. package/rules/hatch3r-observability.md +0 -20
  193. package/rules/hatch3r-observability.mdc +0 -14
  194. package/skills/hatch3r-agent-customize/SKILL.md +0 -13
  195. package/skills/hatch3r-cli-aichat/SKILL.md +0 -84
  196. package/skills/hatch3r-cli-ast-grep/SKILL.md +0 -85
  197. package/skills/hatch3r-cli-az-devops/SKILL.md +0 -89
  198. package/skills/hatch3r-cli-bat/SKILL.md +0 -85
  199. package/skills/hatch3r-cli-comby/SKILL.md +0 -85
  200. package/skills/hatch3r-cli-csvkit/SKILL.md +0 -84
  201. package/skills/hatch3r-cli-delta/SKILL.md +0 -86
  202. package/skills/hatch3r-cli-difftastic/SKILL.md +0 -84
  203. package/skills/hatch3r-cli-docker/SKILL.md +0 -89
  204. package/skills/hatch3r-cli-duckdb/SKILL.md +0 -84
  205. package/skills/hatch3r-cli-glab/SKILL.md +0 -89
  206. package/skills/hatch3r-cli-lazygit/SKILL.md +0 -78
  207. package/skills/hatch3r-cli-llm/SKILL.md +0 -84
  208. package/skills/hatch3r-cli-miller/SKILL.md +0 -84
  209. package/skills/hatch3r-cli-mods/SKILL.md +0 -84
  210. package/skills/hatch3r-cli-overview/SKILL.md +0 -60
  211. package/skills/hatch3r-cli-playwright/SKILL.md +0 -89
  212. package/skills/hatch3r-cli-podman/SKILL.md +0 -84
  213. package/skills/hatch3r-cli-rtk/SKILL.md +0 -91
  214. package/skills/hatch3r-cli-sd/SKILL.md +0 -85
  215. package/skills/hatch3r-cli-stagehand/SKILL.md +0 -79
  216. package/skills/hatch3r-cli-taplo/SKILL.md +0 -84
  217. package/skills/hatch3r-cli-xsv/SKILL.md +0 -89
  218. package/skills/hatch3r-cli-yq/SKILL.md +0 -85
  219. package/skills/hatch3r-cli-zstd/SKILL.md +0 -85
  220. package/skills/hatch3r-command-customize/SKILL.md +0 -13
  221. package/skills/hatch3r-rule-customize/SKILL.md +0 -13
  222. package/skills/hatch3r-skill-customize/SKILL.md +0 -13
  223. /package/{agents → dist/content/agents}/hatch3r-architect.md +0 -0
  224. /package/{agents → dist/content/agents}/hatch3r-docs-writer.md +0 -0
  225. /package/{agents → dist/content/agents}/hatch3r-perf-profiler.md +0 -0
  226. /package/{agents → dist/content/agents}/modes/architecture.md +0 -0
  227. /package/{agents → dist/content/agents}/modes/boundary-analysis.md +0 -0
  228. /package/{agents → dist/content/agents}/modes/codebase-impact.md +0 -0
  229. /package/{agents → dist/content/agents}/modes/complexity-risk.md +0 -0
  230. /package/{agents → dist/content/agents}/modes/coverage-analysis.md +0 -0
  231. /package/{agents → dist/content/agents}/modes/current-state.md +0 -0
  232. /package/{agents → dist/content/agents}/modes/feature-design.md +0 -0
  233. /package/{agents → dist/content/agents}/modes/impact-analysis.md +0 -0
  234. /package/{agents → dist/content/agents}/modes/library-docs.md +0 -0
  235. /package/{agents → dist/content/agents}/modes/migration-path.md +0 -0
  236. /package/{agents → dist/content/agents}/modes/prior-art.md +0 -0
  237. /package/{agents → dist/content/agents}/modes/refactoring-strategy.md +0 -0
  238. /package/{agents → dist/content/agents}/modes/regression.md +0 -0
  239. /package/{agents → dist/content/agents}/modes/requirements-elicitation.md +0 -0
  240. /package/{agents → dist/content/agents}/modes/risk-assessment.md +0 -0
  241. /package/{agents → dist/content/agents}/modes/risk-prioritization.md +0 -0
  242. /package/{agents → dist/content/agents}/modes/root-cause.md +0 -0
  243. /package/{agents → dist/content/agents}/modes/similar-implementation.md +0 -0
  244. /package/{agents → dist/content/agents}/modes/symptom-trace.md +0 -0
  245. /package/{agents → dist/content/agents}/modes/test-pattern.md +0 -0
  246. /package/{agents → dist/content/agents}/modes/user-flows.md +0 -0
  247. /package/{agents → dist/content/agents}/shared/efficiency-patterns.md +0 -0
  248. /package/{agents → dist/content/agents}/shared/prompt-structure.md +0 -0
  249. /package/{checks → dist/content/checks}/README.md +0 -0
  250. /package/{checks → dist/content/checks}/accessibility.md +0 -0
  251. /package/{checks → dist/content/checks}/code-quality.md +0 -0
  252. /package/{checks → dist/content/checks}/performance.md +0 -0
  253. /package/{checks → dist/content/checks}/security.md +0 -0
  254. /package/{checks → dist/content/checks}/testing.md +0 -0
  255. /package/{commands → dist/content/commands}/board/pickup-modes.md +0 -0
  256. /package/{commands → dist/content/commands}/board/shared-board-overview.md +0 -0
  257. /package/{commands → dist/content/commands}/revision/revision-board-integration.md +0 -0
  258. /package/{commands → dist/content/commands}/revision/revision-modes.md +0 -0
  259. /package/{mcp → dist/content/mcp}/mcp.json +0 -0
  260. /package/{rules → dist/content/rules}/hatch3r-ai-ux-patterns.mdc +0 -0
  261. /package/{rules → dist/content/rules}/hatch3r-api-design.md +0 -0
  262. /package/{rules → dist/content/rules}/hatch3r-api-design.mdc +0 -0
  263. /package/{rules → dist/content/rules}/hatch3r-code-standards.mdc +0 -0
  264. /package/{rules → dist/content/rules}/hatch3r-component-conventions.mdc +0 -0
  265. /package/{rules → dist/content/rules}/hatch3r-deep-context.mdc +0 -0
  266. /package/{rules → dist/content/rules}/hatch3r-feature-flags.md +0 -0
  267. /package/{rules → dist/content/rules}/hatch3r-feature-flags.mdc +0 -0
  268. /package/{rules → dist/content/rules}/hatch3r-git-conventions.mdc +0 -0
  269. /package/{rules → dist/content/rules}/hatch3r-i18n.mdc +0 -0
  270. /package/{rules → dist/content/rules}/hatch3r-progressive-delivery.md +0 -0
  271. /package/{rules → dist/content/rules}/hatch3r-progressive-delivery.mdc +0 -0
  272. /package/{rules → dist/content/rules}/hatch3r-theming.mdc +0 -0
  273. /package/{skills → dist/content/skills}/hatch3r-a11y-audit/references/manual-audit-checklist.md +0 -0
  274. /package/{skills → dist/content/skills}/hatch3r-ci-pipeline/SKILL.md +0 -0
  275. /package/{skills → dist/content/skills}/hatch3r-issue-workflow/references/delegation-patterns.md +0 -0
  276. /package/{skills → dist/content/skills}/hatch3r-logical-refactor/SKILL.md +0 -0

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.