hatch3r 1.8.0 → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (396) hide show
  1. package/README.md +68 -178
  2. package/dist/cli/index.js +26966 -15942
  3. package/{agents → dist/content/agents}/hatch3r-architect.md +39 -9
  4. package/dist/content/agents/hatch3r-brownfield-spec.md +254 -0
  5. package/{agents → dist/content/agents}/hatch3r-ci-watcher.md +10 -3
  6. package/{agents → dist/content/agents}/hatch3r-context-rules.md +24 -6
  7. package/{agents → dist/content/agents}/hatch3r-creator.md +78 -39
  8. package/dist/content/agents/hatch3r-dependency-drafter.md +162 -0
  9. package/{agents → dist/content/agents}/hatch3r-devops.md +14 -4
  10. package/{agents → dist/content/agents}/hatch3r-docs-writer.md +11 -1
  11. package/dist/content/agents/hatch3r-edge-case-analyst.md +134 -0
  12. package/dist/content/agents/hatch3r-enhancability.md +192 -0
  13. package/{agents → dist/content/agents}/hatch3r-fixer.md +61 -10
  14. package/dist/content/agents/hatch3r-greenfield-spec.md +256 -0
  15. package/{agents → dist/content/agents}/hatch3r-handoff-loader.md +40 -14
  16. package/{agents → dist/content/agents}/hatch3r-handoff-preparer.md +17 -8
  17. package/dist/content/agents/hatch3r-implementer.md +409 -0
  18. package/dist/content/agents/hatch3r-incident-responder.md +96 -0
  19. package/dist/content/agents/hatch3r-learnings-loader.md +377 -0
  20. package/{agents → dist/content/agents}/hatch3r-lint-fixer.md +16 -4
  21. package/dist/content/agents/hatch3r-maintainability.md +183 -0
  22. package/dist/content/agents/hatch3r-pack-installer.md +113 -0
  23. package/dist/content/agents/hatch3r-performance.md +179 -0
  24. package/dist/content/agents/hatch3r-reliability.md +193 -0
  25. package/{agents → dist/content/agents}/hatch3r-researcher.md +30 -7
  26. package/dist/content/agents/hatch3r-reviewer.md +364 -0
  27. package/dist/content/agents/hatch3r-scalability.md +162 -0
  28. package/dist/content/agents/hatch3r-security.md +197 -0
  29. package/dist/content/agents/hatch3r-testability.md +204 -0
  30. package/dist/content/agents/hatch3r-ui.md +175 -0
  31. package/dist/content/agents/hatch3r-ux.md +160 -0
  32. package/{agents → dist/content/agents}/modes/requirements-elicitation.md +1 -1
  33. package/{agents → dist/content/agents}/modes/user-flows.md +2 -2
  34. package/dist/content/agents/shared/clarification-default-block.md +44 -0
  35. package/dist/content/agents/shared/confidence-gate.md +42 -0
  36. package/dist/content/agents/shared/cq-specialist-roster.md +26 -0
  37. package/{agents → dist/content/agents}/shared/efficiency-patterns.md +32 -1
  38. package/{agents → dist/content/agents}/shared/external-knowledge.md +1 -1
  39. package/{agents → dist/content/agents}/shared/injection-patterns.md +19 -8
  40. package/dist/content/agents/shared/principles.md +60 -0
  41. package/{agents → dist/content/agents}/shared/prompt-structure.md +7 -1
  42. package/{agents → dist/content/agents}/shared/quality-charter.md +73 -9
  43. package/dist/content/agents/shared/quality-specialist-frame.md +141 -0
  44. package/dist/content/agents/shared/rigor-contract.md +151 -0
  45. package/dist/content/agents/shared/severity-mapping.md +92 -0
  46. package/dist/content/agents/shared/triage-vocabulary.md +46 -0
  47. package/{agents → dist/content/agents}/shared/user-content-templates.md +40 -14
  48. package/dist/content/agents/shared/user-question-protocol.md +139 -0
  49. package/{checks → dist/content/checks}/README.md +5 -0
  50. package/{checks → dist/content/checks}/accessibility.md +14 -7
  51. package/{checks → dist/content/checks}/code-quality.md +1 -1
  52. package/{checks → dist/content/checks}/performance.md +7 -4
  53. package/{checks → dist/content/checks}/security.md +6 -6
  54. package/{checks → dist/content/checks}/testing.md +1 -1
  55. package/{commands → dist/content/commands}/board/pickup-azure-devops.md +1 -1
  56. package/{commands → dist/content/commands}/board/pickup-delegation-multi.md +41 -14
  57. package/{commands → dist/content/commands}/board/pickup-delegation.md +10 -8
  58. package/{commands → dist/content/commands}/board/pickup-github.md +1 -1
  59. package/{commands → dist/content/commands}/board/pickup-gitlab.md +1 -1
  60. package/{commands → dist/content/commands}/board/pickup-modes.md +1 -0
  61. package/{commands → dist/content/commands}/board/pickup-post-impl.md +2 -2
  62. package/{commands → dist/content/commands}/board/shared-azure-devops.md +1 -1
  63. package/{commands → dist/content/commands}/board/shared-github.md +2 -2
  64. package/{commands → dist/content/commands}/board/shared-gitlab.md +1 -1
  65. package/{commands → dist/content/commands}/hatch3r-api-spec.md +80 -3
  66. package/dist/content/commands/hatch3r-auth-scaffold.md +250 -0
  67. package/{commands → dist/content/commands}/hatch3r-benchmark.md +91 -8
  68. package/{commands → dist/content/commands}/hatch3r-board-fill.md +104 -18
  69. package/{commands → dist/content/commands}/hatch3r-board-pickup.md +99 -15
  70. package/dist/content/commands/hatch3r-bug-pipeline.md +240 -0
  71. package/{commands → dist/content/commands}/hatch3r-bug-plan.md +84 -8
  72. package/{commands → dist/content/commands}/hatch3r-codebase-map.md +82 -6
  73. package/{commands → dist/content/commands}/hatch3r-create.md +116 -18
  74. package/{commands → dist/content/commands}/hatch3r-debug.md +112 -24
  75. package/dist/content/commands/hatch3r-diagnose.md +238 -0
  76. package/{commands → dist/content/commands}/hatch3r-feature-plan.md +130 -10
  77. package/dist/content/commands/hatch3r-handoff.md +213 -0
  78. package/{commands → dist/content/commands}/hatch3r-healthcheck.md +106 -6
  79. package/dist/content/commands/hatch3r-incident-response.md +228 -0
  80. package/{commands → dist/content/commands}/hatch3r-migration-plan.md +81 -5
  81. package/{commands → dist/content/commands}/hatch3r-onboard.md +100 -9
  82. package/dist/content/commands/hatch3r-pack-install.md +243 -0
  83. package/{commands → dist/content/commands}/hatch3r-pr-resolve.md +114 -31
  84. package/{commands → dist/content/commands}/hatch3r-project-spec.md +85 -9
  85. package/{commands → dist/content/commands}/hatch3r-quick-change.md +115 -20
  86. package/{commands → dist/content/commands}/hatch3r-refactor-plan.md +82 -6
  87. package/dist/content/commands/hatch3r-release.md +401 -0
  88. package/{commands → dist/content/commands}/hatch3r-revision.md +104 -18
  89. package/{commands → dist/content/commands}/hatch3r-roadmap.md +94 -12
  90. package/{commands → dist/content/commands}/hatch3r-security-audit.md +107 -7
  91. package/dist/content/commands/hatch3r-slo-scaffold.md +246 -0
  92. package/dist/content/commands/hatch3r-spec.md +216 -0
  93. package/{commands → dist/content/commands}/hatch3r-test-plan.md +90 -14
  94. package/dist/content/commands/hatch3r-workflow.md +628 -0
  95. package/{commands → dist/content/commands}/revision/revision-delegation.md +8 -7
  96. package/{commands → dist/content/commands}/revision/revision-modes.md +49 -4
  97. package/{commands → dist/content/commands}/revision/revision-quality.md +12 -9
  98. package/dist/content/commands/shared/orchestration-frame.md +119 -0
  99. package/{github-agents → dist/content/github-agents}/hatch3r-docs-agent.md +22 -2
  100. package/dist/content/github-agents/hatch3r-lint-agent.md +66 -0
  101. package/{github-agents → dist/content/github-agents}/hatch3r-security-agent.md +22 -2
  102. package/{github-agents → dist/content/github-agents}/hatch3r-test-agent.md +22 -2
  103. package/{hooks → dist/content/hooks}/hatch3r-ci-failure.md +3 -3
  104. package/{hooks → dist/content/hooks}/hatch3r-file-save.md +4 -4
  105. package/{hooks → dist/content/hooks}/hatch3r-post-merge.md +1 -1
  106. package/{hooks → dist/content/hooks}/hatch3r-pre-commit.md +1 -1
  107. package/{hooks → dist/content/hooks}/hatch3r-pre-push.md +7 -7
  108. package/dist/content/hooks/hatch3r-review-loop-cap.md +52 -0
  109. package/{hooks → dist/content/hooks}/hatch3r-session-start.md +3 -3
  110. package/{mcp → dist/content/mcp}/mcp.json +7 -5
  111. package/{rules → dist/content/rules}/hatch3r-accessibility-standards.md +16 -3
  112. package/{rules → dist/content/rules}/hatch3r-accessibility-standards.mdc +13 -1
  113. package/dist/content/rules/hatch3r-agent-orchestration-detail.md +250 -0
  114. package/dist/content/rules/hatch3r-agent-orchestration-detail.mdc +245 -0
  115. package/dist/content/rules/hatch3r-agent-orchestration.md +250 -0
  116. package/dist/content/rules/hatch3r-agent-orchestration.mdc +245 -0
  117. package/{rules → dist/content/rules}/hatch3r-ai-evals.md +7 -5
  118. package/{rules → dist/content/rules}/hatch3r-ai-evals.mdc +5 -4
  119. package/{rules → dist/content/rules}/hatch3r-ai-ux-patterns.md +7 -3
  120. package/{rules → dist/content/rules}/hatch3r-ai-ux-patterns.mdc +4 -1
  121. package/dist/content/rules/hatch3r-android-patterns.md +107 -0
  122. package/dist/content/rules/hatch3r-android-patterns.mdc +102 -0
  123. package/dist/content/rules/hatch3r-anti-duplication.md +115 -0
  124. package/dist/content/rules/hatch3r-anti-duplication.mdc +115 -0
  125. package/{rules → dist/content/rules}/hatch3r-api-design.md +5 -1
  126. package/{rules → dist/content/rules}/hatch3r-api-design.mdc +3 -0
  127. package/{rules → dist/content/rules}/hatch3r-api-versioning.md +3 -1
  128. package/{rules → dist/content/rules}/hatch3r-api-versioning.mdc +1 -0
  129. package/{rules → dist/content/rules}/hatch3r-auth-patterns.md +5 -2
  130. package/{rules → dist/content/rules}/hatch3r-auth-patterns.mdc +2 -0
  131. package/{rules → dist/content/rules}/hatch3r-browser-verification.md +8 -10
  132. package/{rules → dist/content/rules}/hatch3r-browser-verification.mdc +8 -10
  133. package/dist/content/rules/hatch3r-capability-matrix.md +108 -0
  134. package/dist/content/rules/hatch3r-capability-matrix.mdc +108 -0
  135. package/{rules → dist/content/rules}/hatch3r-ci-cd.md +9 -1
  136. package/{rules → dist/content/rules}/hatch3r-ci-cd.mdc +7 -0
  137. package/dist/content/rules/hatch3r-clarification-default.md +73 -0
  138. package/dist/content/rules/hatch3r-clarification-default.mdc +73 -0
  139. package/{rules → dist/content/rules}/hatch3r-code-standards.md +23 -47
  140. package/{rules → dist/content/rules}/hatch3r-code-standards.mdc +22 -46
  141. package/{rules → dist/content/rules}/hatch3r-component-conventions.md +4 -1
  142. package/{rules → dist/content/rules}/hatch3r-component-conventions.mdc +3 -0
  143. package/{rules → dist/content/rules}/hatch3r-container-hardening.md +13 -3
  144. package/{rules → dist/content/rules}/hatch3r-container-hardening.mdc +10 -1
  145. package/{rules → dist/content/rules}/hatch3r-contract-testing.md +3 -1
  146. package/{rules → dist/content/rules}/hatch3r-contract-testing.mdc +1 -0
  147. package/dist/content/rules/hatch3r-cost-visibility.md +135 -0
  148. package/dist/content/rules/hatch3r-cost-visibility.mdc +135 -0
  149. package/dist/content/rules/hatch3r-cq-rule-frame.md +54 -0
  150. package/dist/content/rules/hatch3r-cq-rule-frame.mdc +49 -0
  151. package/{rules → dist/content/rules}/hatch3r-data-classification.md +5 -2
  152. package/{rules → dist/content/rules}/hatch3r-data-classification.mdc +3 -1
  153. package/{rules → dist/content/rules}/hatch3r-deep-context.md +14 -14
  154. package/{rules → dist/content/rules}/hatch3r-deep-context.mdc +13 -13
  155. package/{rules → dist/content/rules}/hatch3r-dependency-management.md +18 -4
  156. package/{rules → dist/content/rules}/hatch3r-dependency-management.mdc +16 -3
  157. package/{rules → dist/content/rules}/hatch3r-design-system-detection.md +4 -2
  158. package/{rules → dist/content/rules}/hatch3r-design-system-detection.mdc +1 -0
  159. package/dist/content/rules/hatch3r-dotnet-patterns.md +104 -0
  160. package/dist/content/rules/hatch3r-dotnet-patterns.mdc +99 -0
  161. package/dist/content/rules/hatch3r-edge-case-discipline.md +65 -0
  162. package/dist/content/rules/hatch3r-edge-case-discipline.mdc +65 -0
  163. package/dist/content/rules/hatch3r-enhancability.md +147 -0
  164. package/dist/content/rules/hatch3r-enhancability.mdc +142 -0
  165. package/{rules → dist/content/rules}/hatch3r-event-schema-evolution.md +3 -1
  166. package/{rules → dist/content/rules}/hatch3r-event-schema-evolution.mdc +1 -0
  167. package/dist/content/rules/hatch3r-fan-out-discipline.md +91 -0
  168. package/dist/content/rules/hatch3r-fan-out-discipline.mdc +91 -0
  169. package/{rules → dist/content/rules}/hatch3r-feature-flags.md +2 -0
  170. package/{rules → dist/content/rules}/hatch3r-feature-flags.mdc +2 -0
  171. package/dist/content/rules/hatch3r-flutter-patterns.md +88 -0
  172. package/dist/content/rules/hatch3r-flutter-patterns.mdc +83 -0
  173. package/{rules → dist/content/rules}/hatch3r-git-conventions.md +5 -2
  174. package/{rules → dist/content/rules}/hatch3r-git-conventions.mdc +2 -0
  175. package/dist/content/rules/hatch3r-go-patterns.md +98 -0
  176. package/dist/content/rules/hatch3r-go-patterns.mdc +93 -0
  177. package/{rules → dist/content/rules}/hatch3r-handoff-readiness.md +14 -4
  178. package/{rules → dist/content/rules}/hatch3r-handoff-readiness.mdc +13 -3
  179. package/{rules → dist/content/rules}/hatch3r-i18n.md +3 -1
  180. package/{rules → dist/content/rules}/hatch3r-i18n.mdc +2 -0
  181. package/dist/content/rules/hatch3r-iteration-summary.md +108 -0
  182. package/dist/content/rules/hatch3r-iteration-summary.mdc +108 -0
  183. package/dist/content/rules/hatch3r-learning-system.md +202 -0
  184. package/dist/content/rules/hatch3r-learning-system.mdc +202 -0
  185. package/dist/content/rules/hatch3r-maintainability.md +157 -0
  186. package/dist/content/rules/hatch3r-maintainability.mdc +152 -0
  187. package/{rules → dist/content/rules}/hatch3r-migrations.md +4 -2
  188. package/{rules → dist/content/rules}/hatch3r-migrations.mdc +1 -0
  189. package/{rules → dist/content/rules}/hatch3r-observability-logging.md +2 -1
  190. package/{rules → dist/content/rules}/hatch3r-observability-logging.mdc +1 -0
  191. package/{rules → dist/content/rules}/hatch3r-observability-metrics.md +2 -1
  192. package/{rules → dist/content/rules}/hatch3r-observability-metrics.mdc +1 -0
  193. package/{rules → dist/content/rules}/hatch3r-observability-tracing.md +46 -36
  194. package/{rules → dist/content/rules}/hatch3r-observability-tracing.mdc +45 -35
  195. package/{rules → dist/content/rules}/hatch3r-operability.md +3 -1
  196. package/{rules → dist/content/rules}/hatch3r-operability.mdc +1 -0
  197. package/{rules → dist/content/rules}/hatch3r-passkey-server.md +4 -2
  198. package/{rules → dist/content/rules}/hatch3r-passkey-server.mdc +1 -0
  199. package/{rules → dist/content/rules}/hatch3r-performance-budgets.md +3 -1
  200. package/{rules → dist/content/rules}/hatch3r-performance-budgets.mdc +3 -1
  201. package/dist/content/rules/hatch3r-php-laravel-patterns.md +109 -0
  202. package/dist/content/rules/hatch3r-php-laravel-patterns.mdc +104 -0
  203. package/{rules → dist/content/rules}/hatch3r-progressive-delivery.md +5 -1
  204. package/{rules → dist/content/rules}/hatch3r-progressive-delivery.mdc +3 -0
  205. package/dist/content/rules/hatch3r-proof-model.md +131 -0
  206. package/dist/content/rules/hatch3r-proof-model.mdc +131 -0
  207. package/dist/content/rules/hatch3r-python-patterns.md +70 -0
  208. package/dist/content/rules/hatch3r-python-patterns.mdc +65 -0
  209. package/dist/content/rules/hatch3r-react-native-patterns.md +83 -0
  210. package/dist/content/rules/hatch3r-react-native-patterns.mdc +78 -0
  211. package/{rules → dist/content/rules}/hatch3r-resilience-patterns.md +3 -1
  212. package/{rules → dist/content/rules}/hatch3r-resilience-patterns.mdc +1 -0
  213. package/dist/content/rules/hatch3r-reviewer-calibration.md +84 -0
  214. package/dist/content/rules/hatch3r-reviewer-calibration.mdc +84 -0
  215. package/dist/content/rules/hatch3r-right-sizing.md +68 -0
  216. package/dist/content/rules/hatch3r-right-sizing.mdc +66 -0
  217. package/dist/content/rules/hatch3r-ruby-rails-patterns.md +111 -0
  218. package/dist/content/rules/hatch3r-ruby-rails-patterns.mdc +106 -0
  219. package/dist/content/rules/hatch3r-rust-patterns.md +107 -0
  220. package/dist/content/rules/hatch3r-rust-patterns.mdc +102 -0
  221. package/dist/content/rules/hatch3r-scalability.md +137 -0
  222. package/dist/content/rules/hatch3r-scalability.mdc +132 -0
  223. package/{rules → dist/content/rules}/hatch3r-secrets-management.md +12 -2
  224. package/{rules → dist/content/rules}/hatch3r-secrets-management.mdc +9 -0
  225. package/{rules → dist/content/rules}/hatch3r-security-patterns.md +38 -35
  226. package/{rules → dist/content/rules}/hatch3r-security-patterns.mdc +36 -34
  227. package/dist/content/rules/hatch3r-security.md +97 -0
  228. package/dist/content/rules/hatch3r-security.mdc +92 -0
  229. package/dist/content/rules/hatch3r-swiftui-patterns.md +98 -0
  230. package/dist/content/rules/hatch3r-swiftui-patterns.mdc +93 -0
  231. package/dist/content/rules/hatch3r-testability.md +115 -0
  232. package/dist/content/rules/hatch3r-testability.mdc +110 -0
  233. package/{rules → dist/content/rules}/hatch3r-testing.md +6 -2
  234. package/{rules → dist/content/rules}/hatch3r-testing.mdc +3 -0
  235. package/{rules → dist/content/rules}/hatch3r-theming.md +3 -1
  236. package/{rules → dist/content/rules}/hatch3r-theming.mdc +2 -0
  237. package/dist/content/rules/hatch3r-tool-currency.md +91 -0
  238. package/dist/content/rules/hatch3r-tool-currency.mdc +86 -0
  239. package/{rules → dist/content/rules}/hatch3r-tooling-hierarchy.md +30 -32
  240. package/{rules → dist/content/rules}/hatch3r-tooling-hierarchy.mdc +28 -31
  241. package/dist/content/rules/hatch3r-typescript-patterns.md +58 -0
  242. package/dist/content/rules/hatch3r-typescript-patterns.mdc +53 -0
  243. package/{rules → dist/content/rules}/hatch3r-ux-states-and-flows.md +13 -5
  244. package/{rules → dist/content/rules}/hatch3r-ux-states-and-flows.mdc +10 -3
  245. package/{skills → dist/content/skills}/hatch3r-a11y-audit/SKILL.md +11 -9
  246. package/{skills → dist/content/skills}/hatch3r-a11y-audit/references/manual-audit-checklist.md +7 -5
  247. package/dist/content/skills/hatch3r-adhoc-orchestrate/SKILL.md +131 -0
  248. package/{skills → dist/content/skills}/hatch3r-ai-feature/SKILL.md +4 -6
  249. package/{skills → dist/content/skills}/hatch3r-api-spec/SKILL.md +27 -2
  250. package/{skills → dist/content/skills}/hatch3r-architecture-review/SKILL.md +5 -8
  251. package/{commands/hatch3r-board-groom.md → dist/content/skills/hatch3r-board-groom/SKILL.md} +16 -18
  252. package/{commands/hatch3r-board-init.md → dist/content/skills/hatch3r-board-init/SKILL.md} +34 -31
  253. package/{commands/hatch3r-board-refresh.md → dist/content/skills/hatch3r-board-refresh/SKILL.md} +17 -19
  254. package/{commands/hatch3r-board-shared.md → dist/content/skills/hatch3r-board-shared/SKILL.md} +45 -15
  255. package/dist/content/skills/hatch3r-browser-verify/SKILL.md +307 -0
  256. package/{skills → dist/content/skills}/hatch3r-bug-fix/SKILL.md +16 -3
  257. package/{skills → dist/content/skills}/hatch3r-ci-pipeline/SKILL.md +17 -7
  258. package/{skills → dist/content/skills}/hatch3r-cli-fd/SKILL.md +34 -2
  259. package/{skills → dist/content/skills}/hatch3r-cli-fzf/SKILL.md +34 -2
  260. package/dist/content/skills/hatch3r-cli-gh/SKILL.md +139 -0
  261. package/{skills → dist/content/skills}/hatch3r-cli-jq/SKILL.md +43 -9
  262. package/{skills → dist/content/skills}/hatch3r-cli-ripgrep/SKILL.md +36 -4
  263. package/dist/content/skills/hatch3r-cli-toolbox/SKILL.md +376 -0
  264. package/dist/content/skills/hatch3r-containerize/SKILL.md +157 -0
  265. package/{skills → dist/content/skills}/hatch3r-context-health/SKILL.md +27 -9
  266. package/dist/content/skills/hatch3r-cost-tracking/SKILL.md +164 -0
  267. package/{skills → dist/content/skills}/hatch3r-customize/SKILL.md +9 -13
  268. package/{skills → dist/content/skills}/hatch3r-dep-audit/SKILL.md +29 -9
  269. package/{skills → dist/content/skills}/hatch3r-design-system-detect/SKILL.md +4 -8
  270. package/dist/content/skills/hatch3r-docs-writing/SKILL.md +159 -0
  271. package/dist/content/skills/hatch3r-enhancability-verify/SKILL.md +152 -0
  272. package/{skills → dist/content/skills}/hatch3r-feature/SKILL.md +54 -4
  273. package/dist/content/skills/hatch3r-feedback/SKILL.md +103 -0
  274. package/{skills → dist/content/skills}/hatch3r-gh-agentic-workflows/SKILL.md +14 -12
  275. package/{skills → dist/content/skills}/hatch3r-gh-agentic-workflows/references/azure-devops.md +2 -2
  276. package/{skills → dist/content/skills}/hatch3r-gh-agentic-workflows/references/gitlab-ci.md +1 -1
  277. package/{skills → dist/content/skills}/hatch3r-handoff-prepare/SKILL.md +12 -15
  278. package/{skills → dist/content/skills}/hatch3r-handoff-resume/SKILL.md +5 -8
  279. package/{commands/hatch3r-hooks.md → dist/content/skills/hatch3r-hooks/SKILL.md} +59 -148
  280. package/dist/content/skills/hatch3r-incident-response/SKILL.md +174 -0
  281. package/{skills → dist/content/skills}/hatch3r-issue-workflow/SKILL.md +15 -4
  282. package/dist/content/skills/hatch3r-learn/SKILL.md +317 -0
  283. package/{skills → dist/content/skills}/hatch3r-logical-refactor/SKILL.md +6 -7
  284. package/dist/content/skills/hatch3r-maintainability-verify/SKILL.md +146 -0
  285. package/{skills → dist/content/skills}/hatch3r-migration/SKILL.md +9 -8
  286. package/{skills → dist/content/skills}/hatch3r-observability-verify/SKILL.md +17 -13
  287. package/{skills → dist/content/skills}/hatch3r-perf-audit/SKILL.md +14 -10
  288. package/{skills → dist/content/skills}/hatch3r-pr-creation/SKILL.md +8 -11
  289. package/{skills → dist/content/skills}/hatch3r-qa-validation/SKILL.md +8 -7
  290. package/dist/content/skills/hatch3r-recipe/SKILL.md +174 -0
  291. package/{skills → dist/content/skills}/hatch3r-refactor/SKILL.md +7 -8
  292. package/dist/content/skills/hatch3r-release/SKILL.md +265 -0
  293. package/{skills → dist/content/skills}/hatch3r-reliability-verify/SKILL.md +9 -5
  294. package/{commands/hatch3r-report.md → dist/content/skills/hatch3r-report/SKILL.md} +21 -18
  295. package/dist/content/skills/hatch3r-scalability-verify/SKILL.md +145 -0
  296. package/dist/content/skills/hatch3r-security-verify/SKILL.md +144 -0
  297. package/dist/content/skills/hatch3r-team-convention-author/SKILL.md +126 -0
  298. package/dist/content/skills/hatch3r-testability-verify/SKILL.md +147 -0
  299. package/{skills → dist/content/skills}/hatch3r-ui-ux-verify/SKILL.md +20 -12
  300. package/{skills → dist/content/skills}/hatch3r-visual-refactor/SKILL.md +12 -8
  301. package/package.json +53 -46
  302. package/agents/hatch3r-a11y-auditor.md +0 -159
  303. package/agents/hatch3r-dependency-auditor.md +0 -219
  304. package/agents/hatch3r-implementer.md +0 -278
  305. package/agents/hatch3r-learnings-loader.md +0 -343
  306. package/agents/hatch3r-perf-profiler.md +0 -166
  307. package/agents/hatch3r-reviewer.md +0 -314
  308. package/agents/hatch3r-security-auditor.md +0 -180
  309. package/agents/hatch3r-test-writer.md +0 -171
  310. package/agents/shared/user-question-protocol.md +0 -95
  311. package/commands/hatch3r-agent-customize.md +0 -201
  312. package/commands/hatch3r-command-customize.md +0 -113
  313. package/commands/hatch3r-context-health.md +0 -147
  314. package/commands/hatch3r-cost-tracking.md +0 -163
  315. package/commands/hatch3r-dep-audit.md +0 -188
  316. package/commands/hatch3r-handoff.md +0 -133
  317. package/commands/hatch3r-learn.md +0 -312
  318. package/commands/hatch3r-recipe.md +0 -194
  319. package/commands/hatch3r-release.md +0 -350
  320. package/commands/hatch3r-rule-customize.md +0 -133
  321. package/commands/hatch3r-skill-customize.md +0 -112
  322. package/commands/hatch3r-workflow.md +0 -504
  323. package/dist/cli/index.d.ts +0 -2
  324. package/dist/cli/index.js.map +0 -1
  325. package/github-agents/hatch3r-lint-agent.md +0 -46
  326. package/prompts/hatch3r-bug-triage.md +0 -158
  327. package/prompts/hatch3r-code-review.md +0 -134
  328. package/prompts/hatch3r-pr-description.md +0 -176
  329. package/rules/hatch3r-agent-orchestration-detail.md +0 -211
  330. package/rules/hatch3r-agent-orchestration-detail.mdc +0 -206
  331. package/rules/hatch3r-agent-orchestration.md +0 -376
  332. package/rules/hatch3r-agent-orchestration.mdc +0 -371
  333. package/rules/hatch3r-iteration-summary.md +0 -90
  334. package/rules/hatch3r-iteration-summary.mdc +0 -85
  335. package/rules/hatch3r-learning-consult.md +0 -42
  336. package/rules/hatch3r-learning-consult.mdc +0 -38
  337. package/rules/hatch3r-observability-tracing-detail.md +0 -20
  338. package/rules/hatch3r-observability-tracing-detail.mdc +0 -14
  339. package/rules/hatch3r-observability.md +0 -20
  340. package/rules/hatch3r-observability.mdc +0 -14
  341. package/skills/hatch3r-agent-customize/SKILL.md +0 -23
  342. package/skills/hatch3r-cli-aichat/SKILL.md +0 -84
  343. package/skills/hatch3r-cli-ast-grep/SKILL.md +0 -85
  344. package/skills/hatch3r-cli-az-devops/SKILL.md +0 -89
  345. package/skills/hatch3r-cli-bat/SKILL.md +0 -85
  346. package/skills/hatch3r-cli-comby/SKILL.md +0 -85
  347. package/skills/hatch3r-cli-csvkit/SKILL.md +0 -84
  348. package/skills/hatch3r-cli-delta/SKILL.md +0 -86
  349. package/skills/hatch3r-cli-difftastic/SKILL.md +0 -84
  350. package/skills/hatch3r-cli-docker/SKILL.md +0 -89
  351. package/skills/hatch3r-cli-duckdb/SKILL.md +0 -84
  352. package/skills/hatch3r-cli-gh/SKILL.md +0 -90
  353. package/skills/hatch3r-cli-glab/SKILL.md +0 -89
  354. package/skills/hatch3r-cli-lazygit/SKILL.md +0 -78
  355. package/skills/hatch3r-cli-llm/SKILL.md +0 -84
  356. package/skills/hatch3r-cli-miller/SKILL.md +0 -84
  357. package/skills/hatch3r-cli-mods/SKILL.md +0 -84
  358. package/skills/hatch3r-cli-overview/SKILL.md +0 -60
  359. package/skills/hatch3r-cli-playwright/SKILL.md +0 -89
  360. package/skills/hatch3r-cli-podman/SKILL.md +0 -84
  361. package/skills/hatch3r-cli-qsv/SKILL.md +0 -91
  362. package/skills/hatch3r-cli-rtk/SKILL.md +0 -91
  363. package/skills/hatch3r-cli-sd/SKILL.md +0 -85
  364. package/skills/hatch3r-cli-stagehand/SKILL.md +0 -111
  365. package/skills/hatch3r-cli-taplo/SKILL.md +0 -84
  366. package/skills/hatch3r-cli-yq/SKILL.md +0 -85
  367. package/skills/hatch3r-cli-zstd/SKILL.md +0 -85
  368. package/skills/hatch3r-command-customize/SKILL.md +0 -23
  369. package/skills/hatch3r-cost-tracking/SKILL.md +0 -92
  370. package/skills/hatch3r-incident-response/SKILL.md +0 -115
  371. package/skills/hatch3r-recipe/SKILL.md +0 -91
  372. package/skills/hatch3r-release/SKILL.md +0 -120
  373. package/skills/hatch3r-rule-customize/SKILL.md +0 -23
  374. package/skills/hatch3r-skill-customize/SKILL.md +0 -23
  375. /package/{agents → dist/content/agents}/modes/architecture.md +0 -0
  376. /package/{agents → dist/content/agents}/modes/boundary-analysis.md +0 -0
  377. /package/{agents → dist/content/agents}/modes/codebase-impact.md +0 -0
  378. /package/{agents → dist/content/agents}/modes/complexity-risk.md +0 -0
  379. /package/{agents → dist/content/agents}/modes/coverage-analysis.md +0 -0
  380. /package/{agents → dist/content/agents}/modes/current-state.md +0 -0
  381. /package/{agents → dist/content/agents}/modes/feature-design.md +0 -0
  382. /package/{agents → dist/content/agents}/modes/impact-analysis.md +0 -0
  383. /package/{agents → dist/content/agents}/modes/library-docs.md +0 -0
  384. /package/{agents → dist/content/agents}/modes/migration-path.md +0 -0
  385. /package/{agents → dist/content/agents}/modes/prior-art.md +0 -0
  386. /package/{agents → dist/content/agents}/modes/refactoring-strategy.md +0 -0
  387. /package/{agents → dist/content/agents}/modes/regression.md +0 -0
  388. /package/{agents → dist/content/agents}/modes/risk-assessment.md +0 -0
  389. /package/{agents → dist/content/agents}/modes/risk-prioritization.md +0 -0
  390. /package/{agents → dist/content/agents}/modes/root-cause.md +0 -0
  391. /package/{agents → dist/content/agents}/modes/similar-implementation.md +0 -0
  392. /package/{agents → dist/content/agents}/modes/symptom-trace.md +0 -0
  393. /package/{agents → dist/content/agents}/modes/test-pattern.md +0 -0
  394. /package/{commands → dist/content/commands}/board/shared-board-overview.md +0 -0
  395. /package/{commands → dist/content/commands}/revision/revision-board-integration.md +0 -0
  396. /package/{skills → dist/content/skills}/hatch3r-issue-workflow/references/delegation-patterns.md +0 -0
@@ -1,84 +0,0 @@
1
- ---
2
- id: hatch3r-cli-difftastic
3
- description: "Structural diff that understands syntax. Use when syntax-aware diffing that reports semantic edits instead of textual lines; invoke `difft`. Skips whitespace and reordering noise by computing edits over parsed syntax trees."
4
- tags: ["cli-tools", "git"]
5
- quality_charter: agents/shared/quality-charter.md
6
- efficiency_patterns: agents/shared/efficiency-patterns.md
7
- cache_friendly: true
8
- cli_tool:
9
- id: difftastic
10
- bin: difft
11
- tier: 2
12
- category: git
13
- homepage: https://difftastic.wilfred.me.uk/
14
- ---
15
- <!-- HATCH3R-CLI-SKILL-GENERATED v1 -->
16
- # difftastic
17
-
18
- Structural diff that understands syntax
19
-
20
- ## When to Use
21
-
22
- Reach for `difft` when the task is in the **git** category and the agent would otherwise call an MCP tool or read large outputs into context.
23
-
24
- ## Token Cost
25
-
26
- CLI tools return structured stdout that fits in <1KB for typical queries; equivalent MCP calls regularly exceed 10KB.
27
- Reference: Anthropic engineering (Nov 4 2025) — code-execution-over-MCP yields 98.7% token reduction.
28
-
29
- ## Recipes
30
-
31
- ```bash
32
- difft a.ts b.ts
33
- ```
34
- Compare two files using a syntax-aware tree diff; rename-of-block does not show as wholesale rewrite.
35
-
36
- ```bash
37
- git -c diff.external=difft diff HEAD~1 HEAD
38
- ```
39
- One-shot syntactic git diff for the last commit without mutating global config.
40
-
41
- ```bash
42
- git config --global diff.external difft
43
- ```
44
- Wire `difft` as the default git external diff (human setup; agents should prefer the `-c` form above for transparency).
45
-
46
- ```bash
47
- difft --background light a.ts b.ts
48
- ```
49
- Render with a light-background palette — pick to match the terminal theme.
50
-
51
- ```bash
52
- difft --display side-by-side a.py b.py
53
- ```
54
- Side-by-side layout for review; fall back to the default inline mode for narrow terminals.
55
-
56
- ## Wrong Choice When
57
-
58
- - A script needs stable, parseable diff output — `diff -u` or `git diff --no-color` produce deterministic POSIX output; `difft` is for human reading.
59
- - You only need a prettier pager for unified diffs — `delta` (Tier 1) renders standard git output with syntax highlighting and is faster.
60
- - The languages involved are unsupported by tree-sitter parsers `difft` ships — fall back to `diff -u`.
61
-
62
- ## Alternatives
63
-
64
- | Tool | When to prefer |
65
- |------|----------------|
66
- | `delta` | Want syntax-highlighted unified diff for git output. |
67
- | `diff -u` | Script consumes the output; need POSIX stability. |
68
- | `git diff --word-diff` | Care about prose changes; line-noise from refactors is acceptable. |
69
-
70
- ## Detection / Install
71
-
72
- Verify with:
73
- ```bash
74
- command -v difft
75
- ```
76
-
77
- Install (mac):
78
-
79
- ```bash
80
- # brew
81
- brew install difftastic
82
- ```
83
-
84
- Homepage: https://difftastic.wilfred.me.uk/
@@ -1,89 +0,0 @@
1
- ---
2
- id: hatch3r-cli-docker
3
- description: "Container runtime and CLI. Use when image build, container run, exec inspection, or registry push commands; invoke `docker`. Talks to a running Docker Engine daemon over a Unix socket; perfect for x86 build hosts."
4
- tags: ["cli-tools", "container"]
5
- quality_charter: agents/shared/quality-charter.md
6
- efficiency_patterns: agents/shared/efficiency-patterns.md
7
- cache_friendly: true
8
- cli_tool:
9
- id: docker
10
- bin: docker
11
- tier: 2
12
- category: container
13
- homepage: https://docs.docker.com/get-docker/
14
- ---
15
- <!-- HATCH3R-CLI-SKILL-GENERATED v1 -->
16
- # docker
17
-
18
- Container runtime and CLI
19
-
20
- ## When to Use
21
-
22
- Reach for `docker` when the task is in the **container** category and the agent would otherwise call an MCP tool or read large outputs into context.
23
-
24
- ## Token Cost
25
-
26
- CLI tools return structured stdout that fits in <1KB for typical queries; equivalent MCP calls regularly exceed 10KB.
27
- Reference: Anthropic engineering (Nov 4 2025) — code-execution-over-MCP yields 98.7% token reduction.
28
-
29
- ## Recipes
30
-
31
- ```bash
32
- docker build -t myapp:dev .
33
- ```
34
- Build a local tag from the cwd Dockerfile; layer cache hits keep rebuilds under a second.
35
-
36
- ```bash
37
- docker run --rm -v "$PWD":/app -w /app node:22 npm test
38
- ```
39
- Run a one-shot test container with the host repo mounted — no image rebuild, no leftover container.
40
-
41
- ```bash
42
- docker compose up -d --build
43
- ```
44
- Bring up the multi-service stack from `docker-compose.yml` in the background, rebuilding stale images.
45
-
46
- ```bash
47
- docker run --rm -e DEBUG=1 myapp:dev sh -c 'env | sort'
48
- ```
49
- Inspect the runtime environment a container actually sees; useful for diagnosing missing env vars.
50
-
51
- ```bash
52
- docker inspect myapp:dev --format '{{.Config.Cmd}} {{.Config.Entrypoint}}'
53
- ```
54
- Extract a single image setting via Go template — avoids piping 10KB of JSON to `jq`.
55
-
56
- ```bash
57
- docker ps --format '{{.ID}} {{.Names}} {{.Status}}' --filter status=running
58
- ```
59
- Compact running-container summary; one line per container, easy to grep.
60
-
61
- ## Wrong Choice When
62
-
63
- - The goal is per-agent isolation only (file scoping, no service runtime) — `container-use` provides that without a long-running daemon.
64
- - You are deploying to a Kubernetes cluster — go through `kubectl`/`helm`; `docker run` does not understand cluster semantics.
65
- - The host already has `podman` and rootless containers — prefer it for security; the CLI surface is nearly identical.
66
-
67
- ## Alternatives
68
-
69
- | Tool | When to prefer |
70
- |------|----------------|
71
- | `podman` | Want rootless containers and a daemonless model. |
72
- | `container-use` | Need lightweight per-agent isolation; no service orchestration. |
73
- | `nerdctl` | Existing containerd installation; do not need Docker Desktop. |
74
-
75
- ## Detection / Install
76
-
77
- Verify with:
78
- ```bash
79
- command -v docker
80
- ```
81
-
82
- Install (mac):
83
-
84
- ```bash
85
- # brew
86
- brew install --cask docker
87
- ```
88
-
89
- Homepage: https://docs.docker.com/get-docker/
@@ -1,84 +0,0 @@
1
- ---
2
- id: hatch3r-cli-duckdb
3
- description: "Embedded analytical database with first-class CSV/Parquet support. Use when ad-hoc analytical SQL over local Parquet, CSV, and JSON files; invoke `duckdb`. Streams records lazily; works on datasets that exceed available RAM."
4
- tags: ["cli-tools", "data"]
5
- quality_charter: agents/shared/quality-charter.md
6
- efficiency_patterns: agents/shared/efficiency-patterns.md
7
- cache_friendly: true
8
- cli_tool:
9
- id: duckdb
10
- bin: duckdb
11
- tier: 2
12
- category: data
13
- homepage: https://duckdb.org/
14
- ---
15
- <!-- HATCH3R-CLI-SKILL-GENERATED v1 -->
16
- # duckdb
17
-
18
- Embedded analytical database with first-class CSV/Parquet support
19
-
20
- ## When to Use
21
-
22
- Reach for `duckdb` when the task is in the **data** category and the agent would otherwise call an MCP tool or read large outputs into context.
23
-
24
- ## Token Cost
25
-
26
- CLI tools return structured stdout that fits in <1KB for typical queries; equivalent MCP calls regularly exceed 10KB.
27
- Reference: Anthropic engineering (Nov 4 2025) — code-execution-over-MCP yields 98.7% token reduction.
28
-
29
- ## Recipes
30
-
31
- ```bash
32
- duckdb -c "SELECT count(*) FROM 'data/*.parquet'"
33
- ```
34
- Count rows across a Parquet glob — no schema declaration, no import step.
35
-
36
- ```bash
37
- duckdb -c "COPY (SELECT * FROM 'in.csv' WHERE active) TO 'out.parquet' (FORMAT PARQUET)"
38
- ```
39
- Filter a CSV and emit columnar Parquet in one pass; ideal for downstream `qsv`/`jq` chains.
40
-
41
- ```bash
42
- duckdb -c "ATTACH 'app.sqlite' AS sqlite; SELECT * FROM sqlite.users LIMIT 10"
43
- ```
44
- Query a SQLite file without conversion — useful for app debugging from the terminal.
45
-
46
- ```bash
47
- duckdb -json -c "DESCRIBE 'data.parquet'"
48
- ```
49
- Emit JSON schema rows for column inspection; pipe to `jq` to extract specific column types.
50
-
51
- ```bash
52
- duckdb -c "SELECT date_trunc('day', ts) AS d, count(*) FROM 'events/*.csv' GROUP BY 1 ORDER BY 1"
53
- ```
54
- Aggregate over a CSV directory; DuckDB streams the read so memory stays bounded.
55
-
56
- ## Wrong Choice When
57
-
58
- - The CSV has <10k rows and you only need to slice/select columns — `qsv` (Tier 2 sibling) starts faster and has no install dependency in many environments.
59
- - The workload is transactional (writes from multiple clients, ACID across rows) — use SQLite or Postgres; DuckDB is read-optimized OLAP.
60
- - A single `jq` filter would do the job (the data is already JSON, the operation is field extraction) — skip the SQL detour.
61
-
62
- ## Alternatives
63
-
64
- | Tool | When to prefer |
65
- |------|----------------|
66
- | `qsv` | Single CSV file, <100MB, just need slice/select/sort. |
67
- | `sqlite3` | Need OLTP writes or row-level updates rather than analytics. |
68
- | `python -m pandas` | Already in a Python script and the data fits in memory. |
69
-
70
- ## Detection / Install
71
-
72
- Verify with:
73
- ```bash
74
- command -v duckdb
75
- ```
76
-
77
- Install (mac):
78
-
79
- ```bash
80
- # brew
81
- brew install duckdb
82
- ```
83
-
84
- Homepage: https://duckdb.org/
@@ -1,90 +0,0 @@
1
- ---
2
- id: hatch3r-cli-gh
3
- description: "GitHub CLI — repos, issues, PRs, releases, gists. Use when drafting GitHub pull requests, issues, releases, gists, or workflow dispatches; invoke `gh`. Authenticates via the platform's native token mechanism (OAuth / PAT)."
4
- tags: ["cli-tools", "forge", "core"]
5
- quality_charter: agents/shared/quality-charter.md
6
- efficiency_patterns: agents/shared/efficiency-patterns.md
7
- cache_friendly: true
8
- cli_tool:
9
- id: gh
10
- bin: gh
11
- tier: 1
12
- category: forge
13
- homepage: https://cli.github.com/
14
- ---
15
- <!-- HATCH3R-CLI-SKILL-GENERATED v1 -->
16
- # gh
17
-
18
- GitHub CLI — repos, issues, PRs, releases, gists
19
-
20
- ## When to Use
21
-
22
- Reach for `gh` when the task is in the **forge** category and the agent would otherwise call an MCP tool or read large outputs into context.
23
-
24
- ## Token Cost
25
-
26
- CLI tools return structured stdout that fits in <1KB for typical queries; equivalent MCP calls regularly exceed 10KB.
27
- Reference: Anthropic engineering (Nov 4 2025) — code-execution-over-MCP yields 98.7% token reduction.
28
-
29
- ## Recipes
30
-
31
- ```bash
32
- gh pr view 123 --json title,state,body,reviewDecision
33
- ```
34
- Targeted JSON projection — pulls just the fields the agent needs, not the whole PR payload.
35
-
36
- ```bash
37
- gh issue list --label bug --json number,title,author --limit 50
38
- ```
39
- Label-filtered list with capped page size — avoids paginating the entire issue corpus into context.
40
-
41
- ```bash
42
- gh api repos/:owner/:repo/contents/path/to/file.ts --jq '.sha'
43
- ```
44
- Direct REST passthrough with built-in `--jq` filter — single round-trip, no jq install required at call site.
45
-
46
- ```bash
47
- gh run watch
48
- ```
49
- Blocks until the most recent CI run finishes — pairs with PR creation flows so the agent doesn't poll.
50
-
51
- ```bash
52
- gh release create v1.7.5 --notes-from-tag --target release/1.7.5
53
- ```
54
- Cuts a release using annotated-tag notes; deterministic input avoids hand-edited release bodies.
55
-
56
- ```bash
57
- gh pr checks 78 --watch
58
- ```
59
- Live-tail status checks for a PR — return value reflects the worst check state, scripts can branch on it.
60
-
61
- ## Wrong Choice When
62
-
63
- - Don't reach for `gh` against a GitLab or Azure DevOps remote. Reach for `glab` (`hatch3r-cli-glab`) or `az repos`/`az devops` (`hatch3r-cli-az-devops`).
64
- - Don't use `gh auth login` flows when an audit trail of who authorized what is required; OAuth scopes granted to the CLI are user-bound. Reach for the GitHub web UI plus org-level SSO logs.
65
- - Don't use `gh api` for high-volume bulk fetches (>10k records) — rate limits bite. Reach for the GraphQL endpoint via `gh api graphql -F query=@file.gql` with pagination, or a GitHub App token.
66
-
67
- ## Alternatives
68
-
69
- | Tool | When to prefer |
70
- |------|----------------|
71
- | `glab` (`hatch3r-cli-glab`) | GitLab forges — same operations, different vendor. |
72
- | `az-devops` (`hatch3r-cli-az-devops`) | Azure DevOps forges. |
73
- | `git` + `curl` against REST | Minimal environment (CI runner) where installing `gh` is blocked; trade convenience for raw HTTP. |
74
- | GitHub web UI | Operations needing org-level approval flows or SAML re-auth that the CLI cannot proxy. |
75
-
76
- ## Detection / Install
77
-
78
- Verify with:
79
- ```bash
80
- command -v gh
81
- ```
82
-
83
- Install (mac):
84
-
85
- ```bash
86
- # brew
87
- brew install gh
88
- ```
89
-
90
- Homepage: https://cli.github.com/
@@ -1,89 +0,0 @@
1
- ---
2
- id: hatch3r-cli-glab
3
- description: "GitLab CLI — merge requests, issues, pipelines. Use when GitLab merge-request review, pipeline retries, and issue triage; invoke `glab`. Authenticates via the platform's native token mechanism (OAuth / PAT)."
4
- tags: ["cli-tools", "forge"]
5
- quality_charter: agents/shared/quality-charter.md
6
- efficiency_patterns: agents/shared/efficiency-patterns.md
7
- cache_friendly: true
8
- cli_tool:
9
- id: glab
10
- bin: glab
11
- tier: 2
12
- category: forge
13
- homepage: https://gitlab.com/gitlab-org/cli
14
- ---
15
- <!-- HATCH3R-CLI-SKILL-GENERATED v1 -->
16
- # glab
17
-
18
- GitLab CLI — merge requests, issues, pipelines
19
-
20
- ## When to Use
21
-
22
- Reach for `glab` when the task is in the **forge** category and the agent would otherwise call an MCP tool or read large outputs into context.
23
-
24
- ## Token Cost
25
-
26
- CLI tools return structured stdout that fits in <1KB for typical queries; equivalent MCP calls regularly exceed 10KB.
27
- Reference: Anthropic engineering (Nov 4 2025) — code-execution-over-MCP yields 98.7% token reduction.
28
-
29
- ## Recipes
30
-
31
- ```bash
32
- glab mr list --assignee=@me --output json | jq '.[] | {iid, title, web_url}'
33
- ```
34
- List merge requests assigned to the authenticated user; `--output json` keeps stdout structured.
35
-
36
- ```bash
37
- glab mr view 42 --output json
38
- ```
39
- Fetch a single MR's metadata as JSON — avoids the HTML-decorated default view.
40
-
41
- ```bash
42
- glab mr diff 42
43
- ```
44
- Print the unified diff for an MR to stdout; pipe to `delta` for review or `diff -u` parsing.
45
-
46
- ```bash
47
- glab issue create --title 'tracking-id mismatch on import' --label bug --label backend
48
- ```
49
- Open an issue from a script; the URL is printed on stdout for the agent to capture.
50
-
51
- ```bash
52
- glab ci view --branch main
53
- ```
54
- Show the pipeline status for `main`; agents should re-run with `--output json` for parseable output.
55
-
56
- ```bash
57
- glab api projects/:fullpath/jobs --paginate
58
- ```
59
- Raw API call with auto-pagination for endpoints the high-level commands do not cover.
60
-
61
- ## Wrong Choice When
62
-
63
- - The repo lives on GitHub, not GitLab — use `gh` (Tier 1) which has parity for issues/PRs/checks.
64
- - The repo lives in Azure Repos — use `az devops` (Tier 2 sibling) with the same credential model.
65
- - You only need to read a public file at a known URL — `curl` is one HTTP round-trip versus `glab`'s auth dance.
66
-
67
- ## Alternatives
68
-
69
- | Tool | When to prefer |
70
- |------|----------------|
71
- | `gh` | GitHub-hosted repository. |
72
- | `az devops` | Azure DevOps / Azure Repos. |
73
- | `curl` + `GITLAB_TOKEN` | Endpoint not exposed by `glab api`; need explicit retry/timeout control. |
74
-
75
- ## Detection / Install
76
-
77
- Verify with:
78
- ```bash
79
- command -v glab
80
- ```
81
-
82
- Install (mac):
83
-
84
- ```bash
85
- # brew
86
- brew install glab
87
- ```
88
-
89
- Homepage: https://gitlab.com/gitlab-org/cli
@@ -1,78 +0,0 @@
1
- ---
2
- id: hatch3r-cli-lazygit
3
- description: "Terminal UI for git with keyboard-driven workflows. Use when keyboard-driven terminal UI for staging, rebasing, branch switching; invoke `lazygit`. Reads `.git/objects` directly without invoking external services or remotes."
4
- tags: ["cli-tools", "git"]
5
- quality_charter: agents/shared/quality-charter.md
6
- efficiency_patterns: agents/shared/efficiency-patterns.md
7
- cache_friendly: true
8
- cli_tool:
9
- id: lazygit
10
- bin: lazygit
11
- tier: 2
12
- category: git
13
- homepage: https://github.com/jesseduffield/lazygit
14
- ---
15
- <!-- HATCH3R-CLI-SKILL-GENERATED v1 -->
16
- # lazygit
17
-
18
- Terminal UI for git with keyboard-driven workflows
19
-
20
- ## When to Use
21
-
22
- Reach for `lazygit` when the task is in the **git** category and the agent would otherwise call an MCP tool or read large outputs into context.
23
-
24
- ## Token Cost
25
-
26
- CLI tools return structured stdout that fits in <1KB for typical queries; equivalent MCP calls regularly exceed 10KB.
27
- Reference: Anthropic engineering (Nov 4 2025) — code-execution-over-MCP yields 98.7% token reduction.
28
-
29
- ## Recipes
30
-
31
- `lazygit` is a TUI for humans; agents should call plain `git` instead. The recipes below are key bindings inside the running TUI, not shell commands.
32
-
33
- ```bash
34
- lazygit
35
- ```
36
- Launch the TUI in the cwd repo — requires an interactive terminal; will hang in a non-TTY context.
37
-
38
- ```bash
39
- lazygit -p path/to/repo
40
- ```
41
- Open the TUI on a specific repo without changing directory first.
42
-
43
- Key bindings inside the TUI (human reference):
44
- - `a` — stage all changes in the focused file
45
- - `c` — open the commit message editor
46
- - `P` — push current branch
47
- - `p` — pull current branch
48
- - `?` — show the full keymap
49
-
50
- ## Wrong Choice When
51
-
52
- - The caller is an autonomous agent (no human at the terminal) — use plain `git status` / `git add` / `git commit` instead; they emit parseable stdout.
53
- - The task is part of a CI script — `lazygit` cannot run headless; rely on `git` plumbing commands.
54
- - You need a scriptable diff view — pair `git diff` with `delta` or `difftastic` rather than launching a TUI.
55
-
56
- ## Alternatives
57
-
58
- | Tool | When to prefer |
59
- |------|----------------|
60
- | `git` (plain) | Anything an agent or CI script runs. |
61
- | `tig` | Prefer a different TUI keymap; broadly similar capability. |
62
- | `gh` / `glab` | The operation is forge-side (PRs, issues), not local repo state. |
63
-
64
- ## Detection / Install
65
-
66
- Verify with:
67
- ```bash
68
- command -v lazygit
69
- ```
70
-
71
- Install (mac):
72
-
73
- ```bash
74
- # brew
75
- brew install lazygit
76
- ```
77
-
78
- Homepage: https://github.com/jesseduffield/lazygit
@@ -1,84 +0,0 @@
1
- ---
2
- id: hatch3r-cli-llm
3
- description: "simonw/llm — invoke LLMs from the command line with prompt templates. Use when model-agnostic shell prompting with template files and conversation memory; invoke `llm`. Streams tokens to stdout so downstream `grep`/`tee` consumers see partial results."
4
- tags: ["cli-tools", "ai"]
5
- quality_charter: agents/shared/quality-charter.md
6
- efficiency_patterns: agents/shared/efficiency-patterns.md
7
- cache_friendly: true
8
- cli_tool:
9
- id: llm
10
- bin: llm
11
- tier: 2
12
- category: ai
13
- homepage: https://llm.datasette.io/
14
- ---
15
- <!-- HATCH3R-CLI-SKILL-GENERATED v1 -->
16
- # llm
17
-
18
- simonw/llm — invoke LLMs from the command line with prompt templates
19
-
20
- ## When to Use
21
-
22
- Reach for `llm` when the task is in the **ai** category and the agent would otherwise call an MCP tool or read large outputs into context.
23
-
24
- ## Token Cost
25
-
26
- CLI tools return structured stdout that fits in <1KB for typical queries; equivalent MCP calls regularly exceed 10KB.
27
- Reference: Anthropic engineering (Nov 4 2025) — code-execution-over-MCP yields 98.7% token reduction.
28
-
29
- ## Recipes
30
-
31
- ```bash
32
- llm 'summarize this' < file.txt
33
- ```
34
- Pipe a file into the default model; output is plain text on stdout.
35
-
36
- ```bash
37
- llm -m claude-3-5-sonnet 'rewrite as bullet points' < draft.md > bullets.md
38
- ```
39
- Pick a model explicitly and redirect output — useful in batch scripts.
40
-
41
- ```bash
42
- llm -t code-review -m claude-3-5-sonnet < patch.diff
43
- ```
44
- Use a saved prompt template (`-t code-review`); template files live under `~/.config/io.datasette.llm/templates/`.
45
-
46
- ```bash
47
- llm logs --last 5 --json | jq '.[] | {model, prompt, response}'
48
- ```
49
- Inspect recent prompt/response pairs; the local SQLite log is queryable with standard SQL via `llm logs sql`.
50
-
51
- ```bash
52
- llm templates list
53
- ```
54
- List installed templates so the agent picks an existing one instead of writing a new prompt from scratch.
55
-
56
- ## Wrong Choice When
57
-
58
- - You are already running inside an agent driven by an LLM (this assistant) — nesting another LLM call adds latency and cost without new capability.
59
- - The task is deterministic text transformation (e.g., rename a variable across files) — use `sd`/`comby`/`ast-grep`, not an LLM.
60
- - Working offline without a configured local backend — set up Ollama or `llm-local` first; `llm` with no provider errors out.
61
-
62
- ## Alternatives
63
-
64
- | Tool | When to prefer |
65
- |------|----------------|
66
- | `aichat` | Want a richer multi-turn TTY chat experience. |
67
- | `mods` | Bias toward shell-friendly piping, prompt-as-flag UX. |
68
- | `curl` to provider API | Need explicit request shape, streaming, or headers `llm` does not expose. |
69
-
70
- ## Detection / Install
71
-
72
- Verify with:
73
- ```bash
74
- command -v llm
75
- ```
76
-
77
- Install (mac):
78
-
79
- ```bash
80
- # brew
81
- brew install llm
82
- ```
83
-
84
- Homepage: https://llm.datasette.io/
@@ -1,84 +0,0 @@
1
- ---
2
- id: hatch3r-cli-miller
3
- description: "awk/sed/cut/join for CSV/TSV/JSON/Parquet streams. Use when awk-like record processing across CSV, TSV, JSON line streams; invoke `mlr`. Streams records lazily; works on datasets that exceed available RAM."
4
- tags: ["cli-tools", "data", "opt-in"]
5
- quality_charter: agents/shared/quality-charter.md
6
- efficiency_patterns: agents/shared/efficiency-patterns.md
7
- cache_friendly: true
8
- cli_tool:
9
- id: miller
10
- bin: mlr
11
- tier: 3
12
- category: data
13
- homepage: https://miller.readthedocs.io/
14
- ---
15
- <!-- HATCH3R-CLI-SKILL-GENERATED v1 -->
16
- # miller
17
-
18
- awk/sed/cut/join for CSV/TSV/JSON/Parquet streams
19
-
20
- ## When to Use
21
-
22
- Reach for `mlr` when the task is in the **data** category and the agent would otherwise call an MCP tool or read large outputs into context.
23
-
24
- ## Token Cost
25
-
26
- CLI tools return structured stdout that fits in <1KB for typical queries; equivalent MCP calls regularly exceed 10KB.
27
- Reference: Anthropic engineering (Nov 4 2025) — code-execution-over-MCP yields 98.7% token reduction.
28
-
29
- ## Recipes
30
-
31
- ```bash
32
- mlr --c2t cat data.csv
33
- ```
34
- Convert CSV to TSV on stdout — handy for piping into shell tools that prefer tab delimiters.
35
-
36
- ```bash
37
- mlr --csv stats1 -a mean,stddev -f price products.csv
38
- ```
39
- Compute mean and stddev of the `price` column.
40
-
41
- ```bash
42
- mlr --icsv --ojson put '$tax = $amount * 0.07' transactions.csv
43
- ```
44
- Read CSV, add a computed column, emit JSON — chained format conversion plus DSL transform.
45
-
46
- ```bash
47
- mlr --csv filter '$status == "active"' users.csv
48
- ```
49
- Row filter using the put/filter DSL — operates on streams of arbitrary size.
50
-
51
- ```bash
52
- mlr --csv join -j id -f orders.csv customers.csv
53
- ```
54
- SQL-style join on `id` between two CSVs, streamed.
55
-
56
- ## Wrong Choice When
57
-
58
- - **Multi-gigabyte analytical queries with joins:** `hatch3r-cli-duckdb` (tier 2) has a query planner and parallel scan; mlr is streaming-single-thread.
59
- - **One-column slice or count:** `hatch3r-cli-qsv` (tier 2) is faster for trivial slicing.
60
- - **Production ETL with schema enforcement:** use a real database or dbt — mlr is a CLI-scratchpad tool.
61
-
62
- ## Alternatives
63
-
64
- | Tool | When to prefer |
65
- |------|----------------|
66
- | `hatch3r-cli-duckdb` (tier 2) | Multi-GB data, joins, analytical SQL, Parquet |
67
- | `hatch3r-cli-qsv` (tier 2) | Single-column slice, count, sample on plain CSV |
68
- | `hatch3r-cli-csvkit` (tier 3) | SQL-over-CSV with `csvsql`, Python integration |
69
-
70
- ## Detection / Install
71
-
72
- Verify with:
73
- ```bash
74
- command -v mlr
75
- ```
76
-
77
- Install (mac):
78
-
79
- ```bash
80
- # brew
81
- brew install miller
82
- ```
83
-
84
- Homepage: https://miller.readthedocs.io/