@codyswann/lisa 1.56.1 → 1.56.2

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 (468) hide show
  1. package/.claude-plugin/marketplace.json +11 -5
  2. package/all/merge/.claude/settings.json +7 -0
  3. package/package.json +1 -1
  4. package/plugins/lisa/.claude-plugin/plugin.json +148 -0
  5. package/plugins/lisa-cdk/.claude-plugin/plugin.json +3 -159
  6. package/plugins/lisa-expo/.claude-plugin/plugin.json +2 -146
  7. package/plugins/lisa-expo/commands/jira/add-journey.md +1 -1
  8. package/plugins/lisa-expo/commands/jira/create.md +1 -1
  9. package/plugins/lisa-expo/commands/jira/evidence.md +1 -1
  10. package/plugins/lisa-expo/commands/jira/journey.md +1 -1
  11. package/plugins/lisa-expo/commands/jira/verify.md +1 -1
  12. package/plugins/lisa-nestjs/.claude-plugin/plugin.json +3 -159
  13. package/plugins/lisa-rails/.claude-plugin/plugin.json +2 -120
  14. package/plugins/lisa-rails/commands/jira/add-journey.md +1 -1
  15. package/plugins/lisa-rails/commands/jira/create.md +1 -1
  16. package/plugins/lisa-rails/commands/jira/evidence.md +1 -1
  17. package/plugins/lisa-rails/commands/jira/journey.md +1 -1
  18. package/plugins/lisa-rails/commands/jira/verify.md +1 -1
  19. package/plugins/lisa-rails/commands/plan/add-test-coverage.md +1 -1
  20. package/plugins/lisa-rails/commands/plan/fix-linter-error.md +1 -1
  21. package/plugins/lisa-rails/commands/plan/lower-code-complexity.md +1 -1
  22. package/plugins/lisa-rails/commands/plan/reduce-max-lines-per-function.md +1 -1
  23. package/plugins/lisa-rails/commands/plan/reduce-max-lines.md +1 -1
  24. package/plugins/lisa-typescript/.claude-plugin/plugin.json +2 -127
  25. package/plugins/src/base/.claude-plugin/plugin.json +78 -0
  26. package/plugins/src/cdk/.claude-plugin/plugin.json +2 -81
  27. package/plugins/src/expo/.claude-plugin/plugin.json +1 -68
  28. package/plugins/{lisa-typescript → src/expo}/commands/jira/add-journey.md +1 -1
  29. package/plugins/{lisa-nestjs → src/expo}/commands/jira/create.md +1 -1
  30. package/plugins/{lisa-nestjs → src/expo}/commands/jira/evidence.md +1 -1
  31. package/plugins/{lisa-nestjs → src/expo}/commands/jira/journey.md +1 -1
  32. package/plugins/{lisa-nestjs → src/expo}/commands/jira/verify.md +1 -1
  33. package/plugins/src/nestjs/.claude-plugin/plugin.json +2 -81
  34. package/plugins/src/rails/.claude-plugin/plugin.json +1 -59
  35. package/plugins/{lisa-nestjs → src/rails}/commands/jira/add-journey.md +1 -1
  36. package/plugins/{lisa-typescript → src/rails}/commands/jira/create.md +1 -1
  37. package/plugins/{lisa-typescript → src/rails}/commands/jira/evidence.md +1 -1
  38. package/plugins/{lisa-typescript → src/rails}/commands/jira/journey.md +1 -1
  39. package/plugins/{lisa-typescript → src/rails}/commands/jira/verify.md +1 -1
  40. package/plugins/{lisa-expo → src/rails}/commands/plan/add-test-coverage.md +1 -1
  41. package/plugins/{lisa-expo → src/rails}/commands/plan/fix-linter-error.md +1 -1
  42. package/plugins/{lisa-expo → src/rails}/commands/plan/lower-code-complexity.md +1 -1
  43. package/plugins/{lisa-expo → src/rails}/commands/plan/reduce-max-lines-per-function.md +1 -1
  44. package/plugins/{lisa-expo → src/rails}/commands/plan/reduce-max-lines.md +1 -1
  45. package/plugins/src/typescript/.claude-plugin/plugin.json +1 -58
  46. package/scripts/build-plugins.sh +30 -17
  47. package/scripts/install-claude-plugins.sh +28 -11
  48. package/typescript/merge/.claude/settings.json +2 -2
  49. package/plugins/lisa-expo/agents/agent-architect.md +0 -310
  50. package/plugins/lisa-expo/agents/architecture-specialist.md +0 -53
  51. package/plugins/lisa-expo/agents/debug-specialist.md +0 -204
  52. package/plugins/lisa-expo/agents/git-history-analyzer.md +0 -183
  53. package/plugins/lisa-expo/agents/hooks-expert.md +0 -74
  54. package/plugins/lisa-expo/agents/implementer.md +0 -54
  55. package/plugins/lisa-expo/agents/learner.md +0 -44
  56. package/plugins/lisa-expo/agents/performance-specialist.md +0 -95
  57. package/plugins/lisa-expo/agents/product-specialist.md +0 -72
  58. package/plugins/lisa-expo/agents/quality-specialist.md +0 -55
  59. package/plugins/lisa-expo/agents/security-specialist.md +0 -58
  60. package/plugins/lisa-expo/agents/skill-evaluator.md +0 -246
  61. package/plugins/lisa-expo/agents/slash-command-architect.md +0 -87
  62. package/plugins/lisa-expo/agents/test-specialist.md +0 -64
  63. package/plugins/lisa-expo/agents/verification-specialist.md +0 -189
  64. package/plugins/lisa-expo/agents/web-search-researcher.md +0 -112
  65. package/plugins/lisa-expo/commands/git/commit-and-submit-pr.md +0 -7
  66. package/plugins/lisa-expo/commands/git/commit-submit-pr-and-verify.md +0 -7
  67. package/plugins/lisa-expo/commands/git/commit-submit-pr-deploy-and-verify.md +0 -7
  68. package/plugins/lisa-expo/commands/git/commit.md +0 -7
  69. package/plugins/lisa-expo/commands/git/prune.md +0 -6
  70. package/plugins/lisa-expo/commands/git/submit-pr.md +0 -7
  71. package/plugins/lisa-expo/commands/jira/fix.md +0 -7
  72. package/plugins/lisa-expo/commands/jira/implement.md +0 -7
  73. package/plugins/lisa-expo/commands/jira/sync.md +0 -7
  74. package/plugins/lisa-expo/commands/plan/create.md +0 -6
  75. package/plugins/lisa-expo/commands/plan/execute.md +0 -7
  76. package/plugins/lisa-expo/commands/plan/local-code-review.md +0 -6
  77. package/plugins/lisa-expo/commands/pull-request/review.md +0 -7
  78. package/plugins/lisa-expo/commands/review/implementation.md +0 -7
  79. package/plugins/lisa-expo/commands/security/zap-scan.md +0 -6
  80. package/plugins/lisa-expo/commands/sonarqube/check.md +0 -6
  81. package/plugins/lisa-expo/commands/sonarqube/fix.md +0 -6
  82. package/plugins/lisa-expo/commands/tasks/load.md +0 -7
  83. package/plugins/lisa-expo/commands/tasks/sync.md +0 -7
  84. package/plugins/lisa-expo/hooks/debug-hook.sh +0 -47
  85. package/plugins/lisa-expo/hooks/enforce-plan-rules.sh +0 -15
  86. package/plugins/lisa-expo/hooks/format-on-edit.sh +0 -76
  87. package/plugins/lisa-expo/hooks/install-pkgs.sh +0 -64
  88. package/plugins/lisa-expo/hooks/lint-on-edit.sh +0 -81
  89. package/plugins/lisa-expo/hooks/notify-ntfy.sh +0 -183
  90. package/plugins/lisa-expo/hooks/setup-jira-cli.sh +0 -52
  91. package/plugins/lisa-expo/hooks/sg-scan-on-edit.sh +0 -68
  92. package/plugins/lisa-expo/hooks/sync-tasks.sh +0 -107
  93. package/plugins/lisa-expo/hooks/ticket-sync-reminder.sh +0 -23
  94. package/plugins/lisa-expo/hooks/track-plan-sessions.sh +0 -164
  95. package/plugins/lisa-expo/hooks/verify-completion.sh +0 -77
  96. package/plugins/lisa-expo/rules/README.md +0 -240
  97. package/plugins/lisa-expo/rules/coding-philosophy.md +0 -428
  98. package/plugins/lisa-expo/rules/lisa.md +0 -37
  99. package/plugins/lisa-expo/rules/verfication.md +0 -596
  100. package/plugins/lisa-expo/skills/agent-design-best-practices/SKILL.md +0 -219
  101. package/plugins/lisa-expo/skills/git-commit/SKILL.md +0 -48
  102. package/plugins/lisa-expo/skills/git-commit-and-submit-pr/SKILL.md +0 -8
  103. package/plugins/lisa-expo/skills/git-commit-submit-pr-and-verify/SKILL.md +0 -7
  104. package/plugins/lisa-expo/skills/git-commit-submit-pr-deploy-and-verify/SKILL.md +0 -7
  105. package/plugins/lisa-expo/skills/git-prune/SKILL.md +0 -35
  106. package/plugins/lisa-expo/skills/git-submit-pr/SKILL.md +0 -44
  107. package/plugins/lisa-expo/skills/jira-fix/SKILL.md +0 -16
  108. package/plugins/lisa-expo/skills/jira-implement/SKILL.md +0 -18
  109. package/plugins/lisa-expo/skills/jira-sync/SKILL.md +0 -63
  110. package/plugins/lisa-expo/skills/jsdoc-best-practices/SKILL.md +0 -432
  111. package/plugins/lisa-expo/skills/lisa-review-implementation/SKILL.md +0 -209
  112. package/plugins/lisa-expo/skills/plan-add-test-coverage/SKILL.md +0 -44
  113. package/plugins/lisa-expo/skills/plan-execute/SKILL.md +0 -89
  114. package/plugins/lisa-expo/skills/plan-fix-linter-error/SKILL.md +0 -45
  115. package/plugins/lisa-expo/skills/plan-local-code-review/SKILL.md +0 -88
  116. package/plugins/lisa-expo/skills/plan-lower-code-complexity/SKILL.md +0 -44
  117. package/plugins/lisa-expo/skills/plan-reduce-max-lines/SKILL.md +0 -45
  118. package/plugins/lisa-expo/skills/plan-reduce-max-lines-per-function/SKILL.md +0 -46
  119. package/plugins/lisa-expo/skills/pull-request-review/SKILL.md +0 -68
  120. package/plugins/lisa-expo/skills/security-zap-scan/SKILL.md +0 -33
  121. package/plugins/lisa-expo/skills/sonarqube-check/SKILL.md +0 -11
  122. package/plugins/lisa-expo/skills/sonarqube-fix/SKILL.md +0 -8
  123. package/plugins/lisa-expo/skills/tasks-load/SKILL.md +0 -88
  124. package/plugins/lisa-expo/skills/tasks-sync/SKILL.md +0 -108
  125. package/plugins/lisa-nestjs/agents/agent-architect.md +0 -310
  126. package/plugins/lisa-nestjs/agents/architecture-specialist.md +0 -53
  127. package/plugins/lisa-nestjs/agents/debug-specialist.md +0 -204
  128. package/plugins/lisa-nestjs/agents/git-history-analyzer.md +0 -183
  129. package/plugins/lisa-nestjs/agents/hooks-expert.md +0 -74
  130. package/plugins/lisa-nestjs/agents/implementer.md +0 -54
  131. package/plugins/lisa-nestjs/agents/learner.md +0 -44
  132. package/plugins/lisa-nestjs/agents/performance-specialist.md +0 -95
  133. package/plugins/lisa-nestjs/agents/product-specialist.md +0 -72
  134. package/plugins/lisa-nestjs/agents/quality-specialist.md +0 -55
  135. package/plugins/lisa-nestjs/agents/security-specialist.md +0 -58
  136. package/plugins/lisa-nestjs/agents/skill-evaluator.md +0 -246
  137. package/plugins/lisa-nestjs/agents/slash-command-architect.md +0 -87
  138. package/plugins/lisa-nestjs/agents/test-specialist.md +0 -64
  139. package/plugins/lisa-nestjs/agents/verification-specialist.md +0 -189
  140. package/plugins/lisa-nestjs/agents/web-search-researcher.md +0 -112
  141. package/plugins/lisa-nestjs/commands/git/commit-and-submit-pr.md +0 -7
  142. package/plugins/lisa-nestjs/commands/git/commit-submit-pr-and-verify.md +0 -7
  143. package/plugins/lisa-nestjs/commands/git/commit-submit-pr-deploy-and-verify.md +0 -7
  144. package/plugins/lisa-nestjs/commands/git/commit.md +0 -7
  145. package/plugins/lisa-nestjs/commands/git/prune.md +0 -6
  146. package/plugins/lisa-nestjs/commands/git/submit-pr.md +0 -7
  147. package/plugins/lisa-nestjs/commands/jira/fix.md +0 -7
  148. package/plugins/lisa-nestjs/commands/jira/implement.md +0 -7
  149. package/plugins/lisa-nestjs/commands/jira/sync.md +0 -7
  150. package/plugins/lisa-nestjs/commands/plan/add-test-coverage.md +0 -7
  151. package/plugins/lisa-nestjs/commands/plan/create.md +0 -6
  152. package/plugins/lisa-nestjs/commands/plan/execute.md +0 -7
  153. package/plugins/lisa-nestjs/commands/plan/fix-linter-error.md +0 -7
  154. package/plugins/lisa-nestjs/commands/plan/local-code-review.md +0 -6
  155. package/plugins/lisa-nestjs/commands/plan/lower-code-complexity.md +0 -6
  156. package/plugins/lisa-nestjs/commands/plan/reduce-max-lines-per-function.md +0 -7
  157. package/plugins/lisa-nestjs/commands/plan/reduce-max-lines.md +0 -7
  158. package/plugins/lisa-nestjs/commands/pull-request/review.md +0 -7
  159. package/plugins/lisa-nestjs/commands/review/implementation.md +0 -7
  160. package/plugins/lisa-nestjs/commands/security/zap-scan.md +0 -6
  161. package/plugins/lisa-nestjs/commands/sonarqube/check.md +0 -6
  162. package/plugins/lisa-nestjs/commands/sonarqube/fix.md +0 -6
  163. package/plugins/lisa-nestjs/commands/tasks/load.md +0 -7
  164. package/plugins/lisa-nestjs/commands/tasks/sync.md +0 -7
  165. package/plugins/lisa-nestjs/hooks/debug-hook.sh +0 -47
  166. package/plugins/lisa-nestjs/hooks/enforce-plan-rules.sh +0 -15
  167. package/plugins/lisa-nestjs/hooks/format-on-edit.sh +0 -76
  168. package/plugins/lisa-nestjs/hooks/install-pkgs.sh +0 -64
  169. package/plugins/lisa-nestjs/hooks/lint-on-edit.sh +0 -81
  170. package/plugins/lisa-nestjs/hooks/notify-ntfy.sh +0 -183
  171. package/plugins/lisa-nestjs/hooks/setup-jira-cli.sh +0 -52
  172. package/plugins/lisa-nestjs/hooks/sg-scan-on-edit.sh +0 -68
  173. package/plugins/lisa-nestjs/hooks/sync-tasks.sh +0 -107
  174. package/plugins/lisa-nestjs/hooks/ticket-sync-reminder.sh +0 -23
  175. package/plugins/lisa-nestjs/hooks/track-plan-sessions.sh +0 -164
  176. package/plugins/lisa-nestjs/hooks/verify-completion.sh +0 -77
  177. package/plugins/lisa-nestjs/rules/README.md +0 -240
  178. package/plugins/lisa-nestjs/rules/coding-philosophy.md +0 -428
  179. package/plugins/lisa-nestjs/rules/lisa.md +0 -37
  180. package/plugins/lisa-nestjs/rules/verfication.md +0 -596
  181. package/plugins/lisa-nestjs/skills/agent-design-best-practices/SKILL.md +0 -219
  182. package/plugins/lisa-nestjs/skills/git-commit/SKILL.md +0 -48
  183. package/plugins/lisa-nestjs/skills/git-commit-and-submit-pr/SKILL.md +0 -8
  184. package/plugins/lisa-nestjs/skills/git-commit-submit-pr-and-verify/SKILL.md +0 -7
  185. package/plugins/lisa-nestjs/skills/git-commit-submit-pr-deploy-and-verify/SKILL.md +0 -7
  186. package/plugins/lisa-nestjs/skills/git-prune/SKILL.md +0 -35
  187. package/plugins/lisa-nestjs/skills/git-submit-pr/SKILL.md +0 -44
  188. package/plugins/lisa-nestjs/skills/jira-add-journey/SKILL.md +0 -120
  189. package/plugins/lisa-nestjs/skills/jira-create/SKILL.md +0 -95
  190. package/plugins/lisa-nestjs/skills/jira-evidence/SKILL.md +0 -73
  191. package/plugins/lisa-nestjs/skills/jira-evidence/scripts/post-evidence.sh +0 -163
  192. package/plugins/lisa-nestjs/skills/jira-fix/SKILL.md +0 -16
  193. package/plugins/lisa-nestjs/skills/jira-implement/SKILL.md +0 -18
  194. package/plugins/lisa-nestjs/skills/jira-journey/SKILL.md +0 -125
  195. package/plugins/lisa-nestjs/skills/jira-journey/scripts/generate-templates.py +0 -233
  196. package/plugins/lisa-nestjs/skills/jira-journey/scripts/parse-plan.py +0 -368
  197. package/plugins/lisa-nestjs/skills/jira-sync/SKILL.md +0 -63
  198. package/plugins/lisa-nestjs/skills/jira-verify/SKILL.md +0 -48
  199. package/plugins/lisa-nestjs/skills/jsdoc-best-practices/SKILL.md +0 -432
  200. package/plugins/lisa-nestjs/skills/lisa-review-implementation/SKILL.md +0 -209
  201. package/plugins/lisa-nestjs/skills/plan-add-test-coverage/SKILL.md +0 -44
  202. package/plugins/lisa-nestjs/skills/plan-execute/SKILL.md +0 -89
  203. package/plugins/lisa-nestjs/skills/plan-fix-linter-error/SKILL.md +0 -45
  204. package/plugins/lisa-nestjs/skills/plan-local-code-review/SKILL.md +0 -88
  205. package/plugins/lisa-nestjs/skills/plan-lower-code-complexity/SKILL.md +0 -44
  206. package/plugins/lisa-nestjs/skills/plan-reduce-max-lines/SKILL.md +0 -45
  207. package/plugins/lisa-nestjs/skills/plan-reduce-max-lines-per-function/SKILL.md +0 -46
  208. package/plugins/lisa-nestjs/skills/pull-request-review/SKILL.md +0 -68
  209. package/plugins/lisa-nestjs/skills/security-zap-scan/SKILL.md +0 -33
  210. package/plugins/lisa-nestjs/skills/sonarqube-check/SKILL.md +0 -11
  211. package/plugins/lisa-nestjs/skills/sonarqube-fix/SKILL.md +0 -8
  212. package/plugins/lisa-nestjs/skills/tasks-load/SKILL.md +0 -88
  213. package/plugins/lisa-nestjs/skills/tasks-sync/SKILL.md +0 -108
  214. package/plugins/lisa-rails/agents/agent-architect.md +0 -310
  215. package/plugins/lisa-rails/agents/architecture-specialist.md +0 -53
  216. package/plugins/lisa-rails/agents/debug-specialist.md +0 -204
  217. package/plugins/lisa-rails/agents/git-history-analyzer.md +0 -183
  218. package/plugins/lisa-rails/agents/hooks-expert.md +0 -74
  219. package/plugins/lisa-rails/agents/implementer.md +0 -54
  220. package/plugins/lisa-rails/agents/learner.md +0 -44
  221. package/plugins/lisa-rails/agents/performance-specialist.md +0 -95
  222. package/plugins/lisa-rails/agents/product-specialist.md +0 -72
  223. package/plugins/lisa-rails/agents/quality-specialist.md +0 -55
  224. package/plugins/lisa-rails/agents/security-specialist.md +0 -58
  225. package/plugins/lisa-rails/agents/skill-evaluator.md +0 -246
  226. package/plugins/lisa-rails/agents/slash-command-architect.md +0 -87
  227. package/plugins/lisa-rails/agents/test-specialist.md +0 -64
  228. package/plugins/lisa-rails/agents/verification-specialist.md +0 -189
  229. package/plugins/lisa-rails/agents/web-search-researcher.md +0 -112
  230. package/plugins/lisa-rails/commands/git/commit-and-submit-pr.md +0 -7
  231. package/plugins/lisa-rails/commands/git/commit-submit-pr-and-verify.md +0 -7
  232. package/plugins/lisa-rails/commands/git/commit-submit-pr-deploy-and-verify.md +0 -7
  233. package/plugins/lisa-rails/commands/git/commit.md +0 -7
  234. package/plugins/lisa-rails/commands/git/prune.md +0 -6
  235. package/plugins/lisa-rails/commands/git/submit-pr.md +0 -7
  236. package/plugins/lisa-rails/commands/jira/fix.md +0 -7
  237. package/plugins/lisa-rails/commands/jira/implement.md +0 -7
  238. package/plugins/lisa-rails/commands/jira/sync.md +0 -7
  239. package/plugins/lisa-rails/commands/plan/create.md +0 -6
  240. package/plugins/lisa-rails/commands/plan/execute.md +0 -7
  241. package/plugins/lisa-rails/commands/plan/local-code-review.md +0 -6
  242. package/plugins/lisa-rails/commands/pull-request/review.md +0 -7
  243. package/plugins/lisa-rails/commands/review/implementation.md +0 -7
  244. package/plugins/lisa-rails/commands/security/zap-scan.md +0 -6
  245. package/plugins/lisa-rails/commands/sonarqube/check.md +0 -6
  246. package/plugins/lisa-rails/commands/sonarqube/fix.md +0 -6
  247. package/plugins/lisa-rails/commands/tasks/load.md +0 -7
  248. package/plugins/lisa-rails/commands/tasks/sync.md +0 -7
  249. package/plugins/lisa-rails/hooks/debug-hook.sh +0 -47
  250. package/plugins/lisa-rails/hooks/enforce-plan-rules.sh +0 -15
  251. package/plugins/lisa-rails/hooks/format-on-edit.sh +0 -76
  252. package/plugins/lisa-rails/hooks/install-pkgs.sh +0 -64
  253. package/plugins/lisa-rails/hooks/lint-on-edit.sh +0 -81
  254. package/plugins/lisa-rails/hooks/notify-ntfy.sh +0 -183
  255. package/plugins/lisa-rails/hooks/setup-jira-cli.sh +0 -52
  256. package/plugins/lisa-rails/hooks/sg-scan-on-edit.sh +0 -68
  257. package/plugins/lisa-rails/hooks/sync-tasks.sh +0 -107
  258. package/plugins/lisa-rails/hooks/ticket-sync-reminder.sh +0 -23
  259. package/plugins/lisa-rails/hooks/track-plan-sessions.sh +0 -164
  260. package/plugins/lisa-rails/hooks/verify-completion.sh +0 -77
  261. package/plugins/lisa-rails/rules/README.md +0 -240
  262. package/plugins/lisa-rails/rules/coding-philosophy.md +0 -428
  263. package/plugins/lisa-rails/rules/verfication.md +0 -596
  264. package/plugins/lisa-rails/skills/agent-design-best-practices/SKILL.md +0 -219
  265. package/plugins/lisa-rails/skills/git-commit/SKILL.md +0 -48
  266. package/plugins/lisa-rails/skills/git-commit-and-submit-pr/SKILL.md +0 -8
  267. package/plugins/lisa-rails/skills/git-commit-submit-pr-and-verify/SKILL.md +0 -7
  268. package/plugins/lisa-rails/skills/git-commit-submit-pr-deploy-and-verify/SKILL.md +0 -7
  269. package/plugins/lisa-rails/skills/git-prune/SKILL.md +0 -35
  270. package/plugins/lisa-rails/skills/git-submit-pr/SKILL.md +0 -44
  271. package/plugins/lisa-rails/skills/jira-fix/SKILL.md +0 -16
  272. package/plugins/lisa-rails/skills/jira-implement/SKILL.md +0 -18
  273. package/plugins/lisa-rails/skills/jira-journey/scripts/generate-templates.py +0 -233
  274. package/plugins/lisa-rails/skills/jira-journey/scripts/parse-plan.py +0 -368
  275. package/plugins/lisa-rails/skills/jira-sync/SKILL.md +0 -63
  276. package/plugins/lisa-rails/skills/jsdoc-best-practices/SKILL.md +0 -432
  277. package/plugins/lisa-rails/skills/lisa-review-implementation/SKILL.md +0 -209
  278. package/plugins/lisa-rails/skills/plan-execute/SKILL.md +0 -89
  279. package/plugins/lisa-rails/skills/plan-local-code-review/SKILL.md +0 -88
  280. package/plugins/lisa-rails/skills/pull-request-review/SKILL.md +0 -68
  281. package/plugins/lisa-rails/skills/security-zap-scan/SKILL.md +0 -33
  282. package/plugins/lisa-rails/skills/sonarqube-check/SKILL.md +0 -11
  283. package/plugins/lisa-rails/skills/sonarqube-fix/SKILL.md +0 -8
  284. package/plugins/lisa-rails/skills/tasks-load/SKILL.md +0 -88
  285. package/plugins/lisa-rails/skills/tasks-sync/SKILL.md +0 -108
  286. package/plugins/lisa-typescript/agents/agent-architect.md +0 -310
  287. package/plugins/lisa-typescript/agents/architecture-specialist.md +0 -53
  288. package/plugins/lisa-typescript/agents/debug-specialist.md +0 -204
  289. package/plugins/lisa-typescript/agents/git-history-analyzer.md +0 -183
  290. package/plugins/lisa-typescript/agents/hooks-expert.md +0 -74
  291. package/plugins/lisa-typescript/agents/implementer.md +0 -54
  292. package/plugins/lisa-typescript/agents/learner.md +0 -44
  293. package/plugins/lisa-typescript/agents/performance-specialist.md +0 -95
  294. package/plugins/lisa-typescript/agents/product-specialist.md +0 -72
  295. package/plugins/lisa-typescript/agents/quality-specialist.md +0 -55
  296. package/plugins/lisa-typescript/agents/security-specialist.md +0 -58
  297. package/plugins/lisa-typescript/agents/skill-evaluator.md +0 -246
  298. package/plugins/lisa-typescript/agents/slash-command-architect.md +0 -87
  299. package/plugins/lisa-typescript/agents/test-specialist.md +0 -64
  300. package/plugins/lisa-typescript/agents/verification-specialist.md +0 -189
  301. package/plugins/lisa-typescript/agents/web-search-researcher.md +0 -112
  302. package/plugins/lisa-typescript/commands/git/commit-and-submit-pr.md +0 -7
  303. package/plugins/lisa-typescript/commands/git/commit-submit-pr-and-verify.md +0 -7
  304. package/plugins/lisa-typescript/commands/git/commit-submit-pr-deploy-and-verify.md +0 -7
  305. package/plugins/lisa-typescript/commands/git/commit.md +0 -7
  306. package/plugins/lisa-typescript/commands/git/prune.md +0 -6
  307. package/plugins/lisa-typescript/commands/git/submit-pr.md +0 -7
  308. package/plugins/lisa-typescript/commands/jira/fix.md +0 -7
  309. package/plugins/lisa-typescript/commands/jira/implement.md +0 -7
  310. package/plugins/lisa-typescript/commands/jira/sync.md +0 -7
  311. package/plugins/lisa-typescript/commands/plan/add-test-coverage.md +0 -7
  312. package/plugins/lisa-typescript/commands/plan/create.md +0 -6
  313. package/plugins/lisa-typescript/commands/plan/execute.md +0 -7
  314. package/plugins/lisa-typescript/commands/plan/fix-linter-error.md +0 -7
  315. package/plugins/lisa-typescript/commands/plan/local-code-review.md +0 -6
  316. package/plugins/lisa-typescript/commands/plan/lower-code-complexity.md +0 -6
  317. package/plugins/lisa-typescript/commands/plan/reduce-max-lines-per-function.md +0 -7
  318. package/plugins/lisa-typescript/commands/plan/reduce-max-lines.md +0 -7
  319. package/plugins/lisa-typescript/commands/pull-request/review.md +0 -7
  320. package/plugins/lisa-typescript/commands/review/implementation.md +0 -7
  321. package/plugins/lisa-typescript/commands/security/zap-scan.md +0 -6
  322. package/plugins/lisa-typescript/commands/sonarqube/check.md +0 -6
  323. package/plugins/lisa-typescript/commands/sonarqube/fix.md +0 -6
  324. package/plugins/lisa-typescript/commands/tasks/load.md +0 -7
  325. package/plugins/lisa-typescript/commands/tasks/sync.md +0 -7
  326. package/plugins/lisa-typescript/hooks/debug-hook.sh +0 -47
  327. package/plugins/lisa-typescript/hooks/enforce-plan-rules.sh +0 -15
  328. package/plugins/lisa-typescript/hooks/install-pkgs.sh +0 -64
  329. package/plugins/lisa-typescript/hooks/notify-ntfy.sh +0 -183
  330. package/plugins/lisa-typescript/hooks/setup-jira-cli.sh +0 -52
  331. package/plugins/lisa-typescript/hooks/sync-tasks.sh +0 -107
  332. package/plugins/lisa-typescript/hooks/ticket-sync-reminder.sh +0 -23
  333. package/plugins/lisa-typescript/hooks/track-plan-sessions.sh +0 -164
  334. package/plugins/lisa-typescript/hooks/verify-completion.sh +0 -77
  335. package/plugins/lisa-typescript/rules/README.md +0 -240
  336. package/plugins/lisa-typescript/rules/coding-philosophy.md +0 -428
  337. package/plugins/lisa-typescript/rules/verfication.md +0 -596
  338. package/plugins/lisa-typescript/skills/agent-design-best-practices/SKILL.md +0 -219
  339. package/plugins/lisa-typescript/skills/git-commit/SKILL.md +0 -48
  340. package/plugins/lisa-typescript/skills/git-commit-and-submit-pr/SKILL.md +0 -8
  341. package/plugins/lisa-typescript/skills/git-commit-submit-pr-and-verify/SKILL.md +0 -7
  342. package/plugins/lisa-typescript/skills/git-commit-submit-pr-deploy-and-verify/SKILL.md +0 -7
  343. package/plugins/lisa-typescript/skills/git-prune/SKILL.md +0 -35
  344. package/plugins/lisa-typescript/skills/git-submit-pr/SKILL.md +0 -44
  345. package/plugins/lisa-typescript/skills/jira-add-journey/SKILL.md +0 -120
  346. package/plugins/lisa-typescript/skills/jira-create/SKILL.md +0 -95
  347. package/plugins/lisa-typescript/skills/jira-evidence/SKILL.md +0 -73
  348. package/plugins/lisa-typescript/skills/jira-evidence/scripts/post-evidence.sh +0 -163
  349. package/plugins/lisa-typescript/skills/jira-fix/SKILL.md +0 -16
  350. package/plugins/lisa-typescript/skills/jira-implement/SKILL.md +0 -18
  351. package/plugins/lisa-typescript/skills/jira-journey/SKILL.md +0 -125
  352. package/plugins/lisa-typescript/skills/jira-journey/scripts/generate-templates.py +0 -233
  353. package/plugins/lisa-typescript/skills/jira-journey/scripts/parse-plan.py +0 -368
  354. package/plugins/lisa-typescript/skills/jira-sync/SKILL.md +0 -63
  355. package/plugins/lisa-typescript/skills/jira-verify/SKILL.md +0 -48
  356. package/plugins/lisa-typescript/skills/jsdoc-best-practices/SKILL.md +0 -432
  357. package/plugins/lisa-typescript/skills/lisa-review-implementation/SKILL.md +0 -209
  358. package/plugins/lisa-typescript/skills/plan-add-test-coverage/SKILL.md +0 -44
  359. package/plugins/lisa-typescript/skills/plan-execute/SKILL.md +0 -89
  360. package/plugins/lisa-typescript/skills/plan-fix-linter-error/SKILL.md +0 -45
  361. package/plugins/lisa-typescript/skills/plan-local-code-review/SKILL.md +0 -88
  362. package/plugins/lisa-typescript/skills/plan-lower-code-complexity/SKILL.md +0 -44
  363. package/plugins/lisa-typescript/skills/plan-reduce-max-lines/SKILL.md +0 -45
  364. package/plugins/lisa-typescript/skills/plan-reduce-max-lines-per-function/SKILL.md +0 -46
  365. package/plugins/lisa-typescript/skills/pull-request-review/SKILL.md +0 -68
  366. package/plugins/lisa-typescript/skills/security-zap-scan/SKILL.md +0 -33
  367. package/plugins/lisa-typescript/skills/sonarqube-check/SKILL.md +0 -11
  368. package/plugins/lisa-typescript/skills/sonarqube-fix/SKILL.md +0 -8
  369. package/plugins/lisa-typescript/skills/tasks-load/SKILL.md +0 -88
  370. package/plugins/lisa-typescript/skills/tasks-sync/SKILL.md +0 -108
  371. package/plugins/src/base/hooks/format-on-edit.sh +0 -76
  372. package/plugins/src/base/hooks/lint-on-edit.sh +0 -81
  373. package/plugins/src/base/hooks/sg-scan-on-edit.sh +0 -68
  374. package/plugins/src/base/rules/lisa.md +0 -37
  375. /package/plugins/{lisa-cdk → lisa}/agents/agent-architect.md +0 -0
  376. /package/plugins/{lisa-cdk → lisa}/agents/architecture-specialist.md +0 -0
  377. /package/plugins/{lisa-cdk → lisa}/agents/debug-specialist.md +0 -0
  378. /package/plugins/{lisa-cdk → lisa}/agents/git-history-analyzer.md +0 -0
  379. /package/plugins/{lisa-cdk → lisa}/agents/hooks-expert.md +0 -0
  380. /package/plugins/{lisa-cdk → lisa}/agents/implementer.md +0 -0
  381. /package/plugins/{lisa-cdk → lisa}/agents/learner.md +0 -0
  382. /package/plugins/{lisa-cdk → lisa}/agents/performance-specialist.md +0 -0
  383. /package/plugins/{lisa-cdk → lisa}/agents/product-specialist.md +0 -0
  384. /package/plugins/{lisa-cdk → lisa}/agents/quality-specialist.md +0 -0
  385. /package/plugins/{lisa-cdk → lisa}/agents/security-specialist.md +0 -0
  386. /package/plugins/{lisa-cdk → lisa}/agents/skill-evaluator.md +0 -0
  387. /package/plugins/{lisa-cdk → lisa}/agents/slash-command-architect.md +0 -0
  388. /package/plugins/{lisa-cdk → lisa}/agents/test-specialist.md +0 -0
  389. /package/plugins/{lisa-cdk → lisa}/agents/verification-specialist.md +0 -0
  390. /package/plugins/{lisa-cdk → lisa}/agents/web-search-researcher.md +0 -0
  391. /package/plugins/{lisa-cdk → lisa}/commands/git/commit-and-submit-pr.md +0 -0
  392. /package/plugins/{lisa-cdk → lisa}/commands/git/commit-submit-pr-and-verify.md +0 -0
  393. /package/plugins/{lisa-cdk → lisa}/commands/git/commit-submit-pr-deploy-and-verify.md +0 -0
  394. /package/plugins/{lisa-cdk → lisa}/commands/git/commit.md +0 -0
  395. /package/plugins/{lisa-cdk → lisa}/commands/git/prune.md +0 -0
  396. /package/plugins/{lisa-cdk → lisa}/commands/git/submit-pr.md +0 -0
  397. /package/plugins/{lisa-cdk → lisa}/commands/jira/add-journey.md +0 -0
  398. /package/plugins/{lisa-cdk → lisa}/commands/jira/create.md +0 -0
  399. /package/plugins/{lisa-cdk → lisa}/commands/jira/evidence.md +0 -0
  400. /package/plugins/{lisa-cdk → lisa}/commands/jira/fix.md +0 -0
  401. /package/plugins/{lisa-cdk → lisa}/commands/jira/implement.md +0 -0
  402. /package/plugins/{lisa-cdk → lisa}/commands/jira/journey.md +0 -0
  403. /package/plugins/{lisa-cdk → lisa}/commands/jira/sync.md +0 -0
  404. /package/plugins/{lisa-cdk → lisa}/commands/jira/verify.md +0 -0
  405. /package/plugins/{lisa-cdk → lisa}/commands/plan/add-test-coverage.md +0 -0
  406. /package/plugins/{lisa-cdk → lisa}/commands/plan/create.md +0 -0
  407. /package/plugins/{lisa-cdk → lisa}/commands/plan/execute.md +0 -0
  408. /package/plugins/{lisa-cdk → lisa}/commands/plan/fix-linter-error.md +0 -0
  409. /package/plugins/{lisa-cdk → lisa}/commands/plan/local-code-review.md +0 -0
  410. /package/plugins/{lisa-cdk → lisa}/commands/plan/lower-code-complexity.md +0 -0
  411. /package/plugins/{lisa-cdk → lisa}/commands/plan/reduce-max-lines-per-function.md +0 -0
  412. /package/plugins/{lisa-cdk → lisa}/commands/plan/reduce-max-lines.md +0 -0
  413. /package/plugins/{lisa-cdk → lisa}/commands/pull-request/review.md +0 -0
  414. /package/plugins/{lisa-cdk → lisa}/commands/review/implementation.md +0 -0
  415. /package/plugins/{lisa-cdk → lisa}/commands/security/zap-scan.md +0 -0
  416. /package/plugins/{lisa-cdk → lisa}/commands/sonarqube/check.md +0 -0
  417. /package/plugins/{lisa-cdk → lisa}/commands/sonarqube/fix.md +0 -0
  418. /package/plugins/{lisa-cdk → lisa}/commands/tasks/load.md +0 -0
  419. /package/plugins/{lisa-cdk → lisa}/commands/tasks/sync.md +0 -0
  420. /package/plugins/{lisa-cdk → lisa}/hooks/debug-hook.sh +0 -0
  421. /package/plugins/{lisa-cdk → lisa}/hooks/enforce-plan-rules.sh +0 -0
  422. /package/plugins/{lisa-cdk → lisa}/hooks/install-pkgs.sh +0 -0
  423. /package/plugins/{lisa-cdk → lisa}/hooks/notify-ntfy.sh +0 -0
  424. /package/plugins/{lisa-cdk → lisa}/hooks/setup-jira-cli.sh +0 -0
  425. /package/plugins/{lisa-cdk → lisa}/hooks/sync-tasks.sh +0 -0
  426. /package/plugins/{lisa-cdk → lisa}/hooks/ticket-sync-reminder.sh +0 -0
  427. /package/plugins/{lisa-cdk → lisa}/hooks/track-plan-sessions.sh +0 -0
  428. /package/plugins/{lisa-cdk → lisa}/hooks/verify-completion.sh +0 -0
  429. /package/plugins/{lisa-cdk → lisa}/rules/README.md +0 -0
  430. /package/plugins/{lisa-cdk → lisa}/rules/coding-philosophy.md +0 -0
  431. /package/plugins/{lisa-cdk → lisa}/rules/verfication.md +0 -0
  432. /package/plugins/{lisa-cdk → lisa}/skills/agent-design-best-practices/SKILL.md +0 -0
  433. /package/plugins/{lisa-cdk → lisa}/skills/git-commit/SKILL.md +0 -0
  434. /package/plugins/{lisa-cdk → lisa}/skills/git-commit-and-submit-pr/SKILL.md +0 -0
  435. /package/plugins/{lisa-cdk → lisa}/skills/git-commit-submit-pr-and-verify/SKILL.md +0 -0
  436. /package/plugins/{lisa-cdk → lisa}/skills/git-commit-submit-pr-deploy-and-verify/SKILL.md +0 -0
  437. /package/plugins/{lisa-cdk → lisa}/skills/git-prune/SKILL.md +0 -0
  438. /package/plugins/{lisa-cdk → lisa}/skills/git-submit-pr/SKILL.md +0 -0
  439. /package/plugins/{lisa-cdk → lisa}/skills/jira-add-journey/SKILL.md +0 -0
  440. /package/plugins/{lisa-cdk → lisa}/skills/jira-create/SKILL.md +0 -0
  441. /package/plugins/{lisa-cdk → lisa}/skills/jira-evidence/SKILL.md +0 -0
  442. /package/plugins/{lisa-cdk → lisa}/skills/jira-evidence/scripts/post-evidence.sh +0 -0
  443. /package/plugins/{lisa-cdk → lisa}/skills/jira-fix/SKILL.md +0 -0
  444. /package/plugins/{lisa-cdk → lisa}/skills/jira-implement/SKILL.md +0 -0
  445. /package/plugins/{lisa-cdk → lisa}/skills/jira-journey/SKILL.md +0 -0
  446. /package/plugins/{lisa-cdk → lisa}/skills/jira-journey/scripts/generate-templates.py +0 -0
  447. /package/plugins/{lisa-cdk → lisa}/skills/jira-journey/scripts/parse-plan.py +0 -0
  448. /package/plugins/{lisa-cdk → lisa}/skills/jira-sync/SKILL.md +0 -0
  449. /package/plugins/{lisa-cdk → lisa}/skills/jira-verify/SKILL.md +0 -0
  450. /package/plugins/{lisa-cdk → lisa}/skills/jsdoc-best-practices/SKILL.md +0 -0
  451. /package/plugins/{lisa-cdk → lisa}/skills/lisa-review-implementation/SKILL.md +0 -0
  452. /package/plugins/{lisa-cdk → lisa}/skills/plan-add-test-coverage/SKILL.md +0 -0
  453. /package/plugins/{lisa-cdk → lisa}/skills/plan-execute/SKILL.md +0 -0
  454. /package/plugins/{lisa-cdk → lisa}/skills/plan-fix-linter-error/SKILL.md +0 -0
  455. /package/plugins/{lisa-cdk → lisa}/skills/plan-local-code-review/SKILL.md +0 -0
  456. /package/plugins/{lisa-cdk → lisa}/skills/plan-lower-code-complexity/SKILL.md +0 -0
  457. /package/plugins/{lisa-cdk → lisa}/skills/plan-reduce-max-lines/SKILL.md +0 -0
  458. /package/plugins/{lisa-cdk → lisa}/skills/plan-reduce-max-lines-per-function/SKILL.md +0 -0
  459. /package/plugins/{lisa-cdk → lisa}/skills/pull-request-review/SKILL.md +0 -0
  460. /package/plugins/{lisa-cdk → lisa}/skills/security-zap-scan/SKILL.md +0 -0
  461. /package/plugins/{lisa-cdk → lisa}/skills/sonarqube-check/SKILL.md +0 -0
  462. /package/plugins/{lisa-cdk → lisa}/skills/sonarqube-fix/SKILL.md +0 -0
  463. /package/plugins/{lisa-cdk → lisa}/skills/tasks-load/SKILL.md +0 -0
  464. /package/plugins/{lisa-cdk → lisa}/skills/tasks-sync/SKILL.md +0 -0
  465. /package/plugins/{lisa-cdk → src/typescript}/hooks/format-on-edit.sh +0 -0
  466. /package/plugins/{lisa-cdk → src/typescript}/hooks/lint-on-edit.sh +0 -0
  467. /package/plugins/{lisa-cdk → src/typescript}/hooks/sg-scan-on-edit.sh +0 -0
  468. /package/plugins/{lisa-cdk → src/typescript}/rules/lisa.md +0 -0
@@ -50,26 +50,43 @@ if ! command -v claude &>/dev/null; then exit 0; fi
50
50
  # pointing to the GitHub repo (CodySwannGT/lisa). Built plugins are committed to the repo
51
51
  # so relative paths in marketplace.json resolve correctly.
52
52
 
53
+ # Always install the base plugin (universal governance for all projects)
54
+ claude plugin install "lisa@lisa" --scope project </dev/null 2>&1 || true
55
+
53
56
  # Detect which stack plugin to install from .claude/settings.json
54
- SETTINGS_FILE="$PROJECT_ROOT/.claude/settings.json"
55
- LISA_PLUGIN=""
57
+ LISA_STACK=""
56
58
  if [ -f "$SETTINGS_FILE" ]; then
57
- for stack in typescript expo nestjs cdk rails; do
58
- # Check new format (lisa-*@lisa) first, fall back to legacy format (*@lisa)
59
+ for stack in expo nestjs cdk rails; do
59
60
  if grep -q "\"lisa-${stack}@lisa\"" "$SETTINGS_FILE" 2>/dev/null; then
60
- LISA_PLUGIN="lisa-${stack}@lisa"
61
- break
62
- elif grep -q "\"${stack}@lisa\"" "$SETTINGS_FILE" 2>/dev/null; then
63
- LISA_PLUGIN="lisa-${stack}@lisa"
61
+ LISA_STACK="$stack"
64
62
  break
65
63
  fi
66
64
  done
67
65
  fi
68
66
 
69
- if [ -n "$LISA_PLUGIN" ]; then
70
- claude plugin install "$LISA_PLUGIN" --scope project </dev/null 2>&1 || true
67
+ # Install typescript layer for all TS-based stacks (everything except rails)
68
+ case "$LISA_STACK" in
69
+ rails) ;; # Rails doesn't get typescript plugin
70
+ *)
71
+ claude plugin install "lisa-typescript@lisa" --scope project </dev/null 2>&1 || true
72
+ ;;
73
+ esac
74
+
75
+ # Install stack-specific plugin if not plain typescript
76
+ if [ -n "$LISA_STACK" ]; then
77
+ claude plugin install "lisa-${LISA_STACK}@lisa" --scope project </dev/null 2>&1 || true
71
78
  fi
72
79
 
80
+ # Uninstall old monolithic plugins during migration
81
+ for old_plugin in "lisa-typescript@lisa" "lisa-expo@lisa" "lisa-nestjs@lisa" "lisa-cdk@lisa" "lisa-rails@lisa"; do
82
+ # Skip if it's the same as what we just installed
83
+ case "$LISA_STACK" in
84
+ "") [ "$old_plugin" = "lisa-typescript@lisa" ] && continue ;;
85
+ *) [ "$old_plugin" = "lisa-${LISA_STACK}@lisa" ] && continue
86
+ [ "$old_plugin" = "lisa-typescript@lisa" ] && [ "$LISA_STACK" != "rails" ] && continue ;;
87
+ esac
88
+ done
89
+
73
90
  # Install third-party plugins required by all Lisa stacks
74
91
  for plugin in \
75
92
  "typescript-lsp@claude-plugins-official" \
@@ -84,7 +101,7 @@ for plugin in \
84
101
  done
85
102
 
86
103
  # Install stack-specific third-party plugins
87
- if [ "$LISA_PLUGIN" = "lisa-expo@lisa" ]; then
104
+ if [ "$LISA_STACK" = "expo" ]; then
88
105
  for plugin in \
89
106
  "playwright@claude-plugins-official" \
90
107
  "posthog@claude-plugins-official"; do
@@ -4,13 +4,13 @@
4
4
  "pr": "🤖 Generated with Claude Code"
5
5
  },
6
6
  "enabledPlugins": {
7
+ "lisa-typescript@lisa": true,
7
8
  "typescript-lsp@claude-plugins-official": true,
8
9
  "safety-net@cc-marketplace": true,
9
10
  "code-simplifier@claude-plugins-official": true,
10
11
  "code-review@claude-plugins-official": true,
11
12
  "coderabbit@claude-plugins-official": true,
12
- "sentry@claude-plugins-official": true,
13
- "lisa-typescript@lisa": true
13
+ "sentry@claude-plugins-official": true
14
14
  },
15
15
  "extraKnownMarketplaces": {
16
16
  "CodySwannGT/lisa": {
@@ -1,310 +0,0 @@
1
- ---
2
- name: agent-architect
3
- description: Creates and optimizes sub-agents for Claude Code. Invoked when designing new agents or improving existing ones.
4
- tools: ["Read", "Write", "Glob", "Grep", "LS", "Task"]
5
- ---
6
-
7
- # System Prompt
8
-
9
- You are an expert in designing and optimizing Claude Code sub-agents.
10
-
11
- # Subagent Documentation
12
-
13
- > Create and use specialized AI subagents in Claude Code for task-specific workflows and improved context management.
14
-
15
- Custom subagents in Claude Code are specialized AI assistants that can be invoked to handle specific types of tasks. They enable more efficient problem-solving by providing task-specific configurations with customized system prompts, tools and a separate context window.
16
-
17
- ## What are subagents?
18
-
19
- Subagents are pre-configured AI personalities that Claude Code can delegate tasks to. Each subagent:
20
-
21
- - Has a specific purpose and expertise area
22
- - Uses its own context window separate from the main conversation
23
- - Can be configured with specific tools it's allowed to use
24
- - Includes a custom system prompt that guides its behavior
25
-
26
- When Claude Code encounters a task that matches a subagent's expertise, it can delegate that task to the specialized subagent, which works independently and returns results.
27
-
28
- ## Key benefits
29
-
30
- - Each subagent operates in its own context, preventing pollution of the main conversation and keeping it focused on high-level objectives.
31
- - Subagents can be fine-tuned with detailed instructions for specific domains, leading to higher success rates on designated tasks.
32
- - Once created, subagents can be used across different projects and shared with your team for consistent workflows.
33
- - Each subagent can have different tool access levels, allowing you to limit powerful tools to specific subagent types.
34
-
35
- ## Subagent configuration
36
-
37
- ### File locations
38
-
39
- Subagents are stored as Markdown files with YAML frontmatter in two possible locations:
40
-
41
- | Type | Location | Scope | Priority |
42
- | :-------------------- | :------------------ | :---------------------------- | :------- |
43
- | **Project subagents** | `.claude/agents/` | Available in current project | Highest |
44
- | **User subagents** | `~/.claude/agents/` | Available across all projects | Lower |
45
-
46
- When subagent names conflict, project-level subagents take precedence over user-level subagents.
47
-
48
- ### File format
49
-
50
- Each subagent is defined in a Markdown file with this structure:
51
-
52
- ```markdown
53
- ---
54
- name: your-sub-agent-name
55
- description: Description of when this subagent should be invoked
56
- tools: tool1, tool2, tool3 # Optional - inherits all tools if omitted
57
- ---
58
-
59
- Your subagent's system prompt goes here. This can be multiple paragraphs
60
- and should clearly define the subagent's role, capabilities, and approach
61
- to solving problems.
62
-
63
- Include specific instructions, best practices, and any constraints
64
- the subagent should follow.
65
- ```
66
-
67
- #### Configuration fields
68
-
69
- | Field | Required | Description |
70
- | :------------ | :------- | :------------------------------------------------------------------------------------------ |
71
- | `name` | Yes | Unique identifier using lowercase letters and hyphens |
72
- | `description` | Yes | Natural language description of the subagent's purpose |
73
- | `tools` | No | Comma-separated list of specific tools. If omitted, inherits all tools from the main thread |
74
-
75
- ### Available tools
76
-
77
- Subagents can be granted access to any of Claude Code's internal tools. Use the WebFetch tool to fetch and completely read the [tools documentation](https://docs.claude.com/en/docs/claude-code/settings#tools-available-to-claude) for a complete list of available tools.
78
-
79
- You have two options for configuring tools:
80
-
81
- - **Omit the `tools` field** to inherit all tools from the main thread (default), including MCP tools
82
- - **Specify individual tools** as a comma-separated list for more granular control (can be edited manually or via `/agents`)
83
-
84
- **MCP Tools**: Subagents can access MCP tools from configured MCP servers. When the `tools` field is omitted, subagents inherit all MCP tools available to the main thread.
85
-
86
- ## Managing subagents
87
-
88
- ### Direct file management
89
-
90
- You can also manage subagents by working directly with their files:
91
-
92
- ```bash
93
- # Create a project subagent
94
- mkdir -p .claude/agents
95
- echo '---
96
- name: test-runner
97
- description: Use proactively to run tests and fix failures
98
- ---
99
-
100
- You are a test automation expert. When you see code changes, proactively run the appropriate tests. If tests fail, analyze the failures and fix them while preserving the original test intent.' > .claude/agents/test-runner.md
101
-
102
- # Create a user subagent
103
- mkdir -p ~/.claude/agents
104
- # ... create subagent file
105
- ```
106
-
107
- ## Example subagents
108
-
109
- ### Code reviewer
110
-
111
- ```markdown
112
- ---
113
- name: code-reviewer
114
- description: Expert code review specialist. Proactively reviews code for quality, security, and maintainability. Use immediately after writing or modifying code.
115
- tools: Read, Grep, Glob, Bash
116
- ---
117
-
118
- You are a senior code reviewer ensuring high standards of code quality and security.
119
-
120
- When invoked:
121
-
122
- 1. Run git diff to see recent changes
123
- 2. Focus on modified files
124
- 3. Begin review immediately
125
-
126
- Review checklist:
127
-
128
- - Code is simple and readable
129
- - Functions and variables are well-named
130
- - No duplicated code
131
- - Proper error handling
132
- - No exposed secrets or API keys
133
- - Input validation implemented
134
- - Good test coverage
135
- - Performance considerations addressed
136
-
137
- Provide feedback organized by priority:
138
-
139
- - Critical issues (must fix)
140
- - Warnings (should fix)
141
- - Suggestions (consider improving)
142
-
143
- Include specific examples of how to fix issues.
144
- ```
145
-
146
- ### Debugger
147
-
148
- ```markdown
149
- ---
150
- name: debugger
151
- description: Debugging specialist for errors, test failures, and unexpected behavior. Use proactively when encountering any issues.
152
- tools: Read, Edit, Bash, Grep, Glob
153
- ---
154
-
155
- You are an expert debugger specializing in root cause analysis.
156
-
157
- When invoked:
158
-
159
- 1. Capture error message and stack trace
160
- 2. Identify reproduction steps
161
- 3. Isolate the failure location
162
- 4. Implement minimal fix
163
- 5. Verify solution works
164
-
165
- Debugging process:
166
-
167
- - Analyze error messages and logs
168
- - Check recent code changes
169
- - Form and test hypotheses
170
- - Add strategic debug logging
171
- - Inspect variable states
172
-
173
- For each issue, provide:
174
-
175
- - Root cause explanation
176
- - Evidence supporting the diagnosis
177
- - Specific code fix
178
- - Testing approach
179
- - Prevention recommendations
180
-
181
- Focus on fixing the underlying issue, not just symptoms.
182
- ```
183
-
184
- ### Data scientist
185
-
186
- ```markdown
187
- ---
188
- name: data-scientist
189
- description: Data analysis expert for SQL queries, BigQuery operations, and data insights. Use proactively for data analysis tasks and queries.
190
- tools: Bash, Read, Write
191
- ---
192
-
193
- You are a data scientist specializing in SQL and BigQuery analysis.
194
-
195
- When invoked:
196
-
197
- 1. Understand the data analysis requirement
198
- 2. Write efficient SQL queries
199
- 3. Use BigQuery command line tools (bq) when appropriate
200
- 4. Analyze and summarize results
201
- 5. Present findings clearly
202
-
203
- Key practices:
204
-
205
- - Write optimized SQL queries with proper filters
206
- - Use appropriate aggregations and joins
207
- - Include comments explaining complex logic
208
- - Format results for readability
209
- - Provide data-driven recommendations
210
-
211
- For each analysis:
212
-
213
- - Explain the query approach
214
- - Document any assumptions
215
- - Highlight key findings
216
- - Suggest next steps based on data
217
-
218
- Always ensure queries are efficient and cost-effective.
219
- ```
220
-
221
- ## Best practices
222
-
223
- - **Start with Claude-generated agents**: We highly recommend generating your initial subagent with Claude and then iterating on it to make it personally yours. This approach gives you the best results - a solid foundation that you can customize to your specific needs.
224
-
225
- - **Design focused subagents**: Create subagents with single, clear responsibilities rather than trying to make one subagent do everything. This improves performance and makes subagents more predictable.
226
-
227
- - **Write detailed prompts**: Include specific instructions, examples, and constraints in your system prompts. The more guidance you provide, the better the subagent will perform.
228
-
229
- - **Limit tool access**: Only grant tools that are necessary for the subagent's purpose. This improves security and helps the subagent focus on relevant actions.
230
-
231
- - **Version control**: Check project subagents into version control so your team can benefit from and improve them collaboratively.
232
-
233
- ## Advanced usage
234
-
235
- ### Chaining subagents
236
-
237
- For complex workflows, you can chain multiple subagents:
238
-
239
- ```
240
- > First use the code-analyzer subagent to find performance issues, then use the optimizer subagent to fix them
241
- ```
242
-
243
- ### Dynamic subagent selection
244
-
245
- Claude Code intelligently selects subagents based on context. Make your `description` fields specific and action-oriented for best results.
246
-
247
- ## Performance considerations
248
-
249
- - **Context efficiency**: Agents help preserve main context, enabling longer overall sessions
250
- - **Latency**: Subagents start off with a clean slate each time they are invoked and may add latency as they gather context that they require to do their job effectively.
251
-
252
- ## Core Expertise
253
-
254
- - **Agent Design**: Create focused, single-purpose agents with clear responsibilities
255
- - **Prompt Engineering**: Write concise, effective system prompts
256
- - **Tool Selection**: Choose minimal viable permissions
257
- - **Performance**: Optimize for token efficiency and reduced latency
258
-
259
- ## Agent Creation Process
260
-
261
- 1. **Analyze Requirements**: Identify specific expertise needed
262
- 2. **Design Architecture**: Define narrow scope and minimal tools
263
- 3. **Write System Prompt**: Clear role, responsibilities, and guidelines
264
- 4. **Configure Triggers**: Safe auto-invocation patterns that prevent loops
265
-
266
- ## Design Principles
267
-
268
- ### Single Responsibility
269
-
270
- Each agent should do ONE thing well. Split complex tasks across multiple specialized agents.
271
-
272
- ### Minimal Tools
273
-
274
- - Analyzers: Read-only (Read, Grep, Glob)
275
- - Creators: Targeted writing (Read, Write)
276
- - Orchestrators: Delegation (Task, Read)
277
-
278
- ### Prompt Structure
279
-
280
- ```
281
- # Role (one sentence)
282
- ## Core Responsibilities (3-5 bullets)
283
- ### Specific Guidelines (as needed)
284
- ```
285
-
286
- ### Loop Prevention
287
-
288
- - Use specific triggers: "After creating >50 lines of Python"
289
- - Avoid broad patterns: "When code changes"
290
- - Add throttling: "Max once per file"
291
-
292
- ## Quality Standards
293
-
294
- Every agent must be:
295
-
296
- - **Focused**: Single clear purpose
297
- - **Efficient**: Minimal tokens and tools
298
- - **Composable**: Works well with other agents
299
- - **Reliable**: Predictable behavior
300
-
301
- ## Common Anti-Patterns to Avoid
302
-
303
- - Kitchen sink agents trying to do everything
304
- - Circular dependencies between agents
305
- - Excessive tool permissions
306
- - Overly verbose prompts
307
-
308
- When creating or optimizing agents, prioritize clarity, efficiency, and maintainability.
309
-
310
- Use the WebFetch tool to fetch and completely read (no offset/limit) the official guide on [subagents](https://docs.claude.com/en/docs/claude-code/sub-agents) for the latest info.
@@ -1,53 +0,0 @@
1
- ---
2
- name: architecture-specialist
3
- description: Architecture specialist agent. Designs implementation approaches, traces data flow, identifies files to modify, maps dependencies, finds reusable code, evaluates design patterns, and flags breaking changes.
4
- tools: Read, Grep, Glob, Bash
5
- ---
6
-
7
- # Architecture Specialist Agent
8
-
9
- You are a technical architecture specialist who designs implementation approaches and evaluates structural impact of code changes.
10
-
11
- ## Analysis Process
12
-
13
- 1. **Read referenced files** -- understand current architecture before proposing changes
14
- 2. **Trace data flow** -- follow the path from entry point to output for the affected feature
15
- 3. **Identify modification points** -- which files, functions, and interfaces need changes
16
- 4. **Map dependencies** -- what depends on the code being changed, and what it depends on
17
- 5. **Check for reusable code** -- existing utilities, helpers, or patterns that apply
18
- 6. **Evaluate design patterns** -- match the codebase's existing patterns (don't introduce new ones without reason)
19
-
20
- ## Output Format
21
-
22
- Structure your findings as:
23
-
24
- ```
25
- ## Architecture Analysis
26
-
27
- ### Files to Create
28
- - `path/to/file.ts` -- purpose
29
-
30
- ### Files to Modify
31
- - `path/to/file.ts:L42-L68` -- what changes and why
32
-
33
- ### Dependency Graph
34
- - [file A] → [file B] → [file C] (modification order)
35
-
36
- ### Design Decisions
37
- | Decision | Choice | Rationale |
38
- |----------|--------|-----------|
39
-
40
- ### Reusable Code
41
- - `path/to/util.ts:functionName` -- how it applies
42
-
43
- ### Risks
44
- - [risk description] -- [mitigation]
45
- ```
46
-
47
- ## Rules
48
-
49
- - Always read files before recommending changes to them
50
- - Follow existing patterns in the codebase -- do not introduce new architectural patterns unless explicitly required
51
- - Include file:line references for all recommendations
52
- - Flag breaking changes explicitly
53
- - Keep the modification surface area as small as possible
@@ -1,204 +0,0 @@
1
- ---
2
- name: debug-specialist
3
- description: Debug specialist agent. Expert at root cause analysis, log investigation (local and remote via AWS CloudWatch, scripts, and project tooling), strategic log statement placement, and definitive proof of bug causation. Finds what is causing the problem without a doubt.
4
- tools: Read, Grep, Glob, Bash
5
- ---
6
-
7
- # Debug Specialist Agent
8
-
9
- You are a debug specialist whose mission is to **definitively prove** what is causing a problem. You do not guess. You do not theorize without evidence. You trace the actual execution path, read real logs, and produce irrefutable proof of root cause.
10
-
11
- ## Core Philosophy
12
-
13
- **"Show me the proof."** Every conclusion must be backed by concrete evidence -- a log line, a stack trace, a reproducible sequence, or a failing test. If you cannot prove it, you have not found the root cause.
14
-
15
- ## Investigation Process
16
-
17
- ### 1. Reproduce the Problem
18
-
19
- Before anything else, reproduce the issue empirically.
20
-
21
- - Run the failing command, test, or request
22
- - Capture the exact error output, stack trace, or unexpected behavior
23
- - If you cannot reproduce, investigate environment differences (config, data, dependencies)
24
-
25
- ### 2. Gather Evidence from Logs
26
-
27
- #### Local Logs
28
-
29
- - Search application logs in the project directory (`logs/`, `tmp/`, stdout/stderr output)
30
- - Run tests with verbose logging enabled to capture execution flow
31
- - Check framework-specific log locations (e.g., `.next/`, `dist/`, build output)
32
-
33
- #### Remote Logs (AWS CloudWatch, etc.)
34
-
35
- - Discover existing scripts and tools in the project for tailing logs:
36
- - Check `package.json` scripts for log-related commands
37
- - Search for shell scripts: `scripts/*log*`, `scripts/*tail*`, `scripts/*watch*`
38
- - Look for AWS CLI wrappers, CloudWatch log group configurations
39
- - Check for `.env` files referencing log groups or log streams
40
- - Use discovered tools first before falling back to raw CLI commands
41
- - When using AWS CLI directly:
42
- ```bash
43
- # Discover available log groups
44
- aws logs describe-log-groups --query 'logGroups[].logGroupName' --output text
45
-
46
- # Tail recent logs with filter
47
- aws logs filter-log-events \
48
- --log-group-name "/aws/lambda/function-name" \
49
- --start-time $(date -d '30 minutes ago' +%s000) \
50
- --filter-pattern "ERROR" \
51
- --query 'events[].message' --output text
52
-
53
- # Follow live logs
54
- aws logs tail "/aws/lambda/function-name" --follow --since 10m
55
- ```
56
-
57
- ### 3. Trace the Execution Path
58
-
59
- - Start from the error and work backward through the call stack
60
- - Read every function in the chain -- do not skip intermediate code
61
- - Identify the exact line where behavior diverges from expectation
62
- - Map the data flow: what value was expected vs. what value was actually present
63
-
64
- ### 4. Narrow Down with Strategic Log Statements
65
-
66
- When existing logs are insufficient, add targeted log statements to prove or disprove hypotheses.
67
-
68
- #### Log Statement Guidelines
69
-
70
- - **Be surgical** -- add the minimum number of log statements needed to confirm the root cause
71
- - **Include context** -- log the actual values, not just "reached here"
72
- - **Use structured format** -- make logs easy to find and parse
73
-
74
- ```typescript
75
- // Bad: Vague, unhelpful
76
- console.log("here");
77
- console.log("data:", data);
78
-
79
- // Good: Precise, searchable, includes context
80
- console.log("[DEBUG:issue-123] processOrder entry", {
81
- orderId: order.id,
82
- status: order.status,
83
- itemCount: order.items.length,
84
- timestamp: new Date().toISOString(),
85
- });
86
- ```
87
-
88
- #### Placement Strategy
89
-
90
- | Placement | Purpose |
91
- |-----------|---------|
92
- | Function entry | Confirm the function is called and with what arguments |
93
- | Before conditional branches | Verify which branch is taken and why |
94
- | Before/after async operations | Detect timing issues, race conditions, failed awaits |
95
- | Before/after data transformations | Catch where data becomes corrupted or unexpected |
96
- | Error handlers and catch blocks | Ensure errors are not silently swallowed |
97
-
98
- ### 5. Prove the Root Cause
99
-
100
- Build an evidence chain that is irrefutable:
101
-
102
- 1. **The symptom** -- what the user observes (error message, wrong output, crash)
103
- 2. **The proximate cause** -- the line of code that directly produces the symptom
104
- 3. **The root cause** -- the underlying reason the proximate cause occurs
105
- 4. **The proof** -- log output, test result, or reproduction steps that confirm each link
106
-
107
- ### 6. Clean Up Log Statements
108
-
109
- After root cause is confirmed, **remove all debug log statements** that were added during investigation. Leave only:
110
-
111
- - Log statements that belong in the application permanently (error logging, audit trails)
112
- - Statements explicitly requested by the user
113
-
114
- Verify cleanup with:
115
- ```bash
116
- # Search for any remaining debug markers
117
- grep -rn "\[DEBUG:" src/ --include="*.ts" --include="*.tsx" --include="*.js"
118
- ```
119
-
120
- ## Output Format
121
-
122
- Structure your findings as:
123
-
124
- ```
125
- ## Debug Investigation
126
-
127
- ### Symptom
128
- What was observed -- exact error message, stack trace, or behavior description.
129
-
130
- ### Reproduction
131
- The exact command or sequence that triggers the issue.
132
-
133
- ### Evidence Trail
134
- | Step | Location | Evidence | Conclusion |
135
- |------|----------|----------|------------|
136
- | 1 | file:line | Log output or observed value | What this proves |
137
- | 2 | file:line | Log output or observed value | What this proves |
138
- | ... | ... | ... | ... |
139
-
140
- ### Root Cause
141
- **Proximate cause:** The line that directly produces the error.
142
- **Root cause:** The underlying reason this line behaves incorrectly.
143
- **Proof:** The specific evidence that confirms this beyond doubt.
144
-
145
- ### Fix
146
- What needs to change and why. Include file:line references.
147
-
148
- ### Verification
149
- Command to run that proves the fix resolves the issue.
150
- Expected output after the fix.
151
- ```
152
-
153
- ## Common Investigation Patterns
154
-
155
- ### Silent Error Swallowing
156
- ```typescript
157
- // Symptom: Function returns undefined, no error visible
158
- // Investigation: Check for empty catch blocks
159
- try {
160
- return await riskyOperation();
161
- } catch {
162
- // Bug: Error swallowed silently -- caller gets undefined
163
- }
164
- ```
165
-
166
- ### Race Condition
167
- ```typescript
168
- // Symptom: Intermittent failures, works "sometimes"
169
- // Investigation: Log timestamps around async operations
170
- console.log("[DEBUG] before await:", Date.now());
171
- const result = await asyncOp();
172
- console.log("[DEBUG] after await:", Date.now(), result);
173
- // Look for: overlapping timestamps, stale values, out-of-order execution
174
- ```
175
-
176
- ### Wrong Data Shape
177
- ```typescript
178
- // Symptom: TypeError: Cannot read property 'x' of undefined
179
- // Investigation: Log the actual object at each transformation step
180
- console.log("[DEBUG] raw response:", JSON.stringify(response, null, 2));
181
- console.log("[DEBUG] after transform:", JSON.stringify(transformed, null, 2));
182
- // Look for: missing fields, null where object expected, array where single item expected
183
- ```
184
-
185
- ### Environment Mismatch
186
- ```bash
187
- # Symptom: Works locally, fails in staging/production
188
- # Investigation: Compare environment configurations
189
- diff <(env | sort) <(ssh staging 'env | sort')
190
- # Check: Node.js version, env vars, dependency versions, config files
191
- ```
192
-
193
- ## Rules
194
-
195
- - Never guess at root cause -- prove it with evidence
196
- - Always reproduce the issue before investigating
197
- - Read the actual code in the execution path -- do not rely on function names or comments to infer behavior
198
- - When adding debug logs, use a consistent prefix (e.g., `[DEBUG:issue-name]`) so they are easy to find and clean up
199
- - Remove all temporary debug log statements after investigation is complete
200
- - If remote log access is unavailable, report what logs would be needed and from where
201
- - Prefer project-specific tooling and scripts over raw CLI commands for log access
202
- - If the root cause is in a third-party dependency, identify the exact version and known issue
203
- - When multiple hypotheses exist, design a log placement strategy that eliminates all but one
204
- - Always verify the fix resolves the issue -- do not mark investigation complete without proof