@codyswann/lisa 1.56.0 → 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 (469) 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/typescript/package-lisa/package.lisa.json +2 -1
  50. package/plugins/lisa-expo/agents/agent-architect.md +0 -310
  51. package/plugins/lisa-expo/agents/architecture-specialist.md +0 -53
  52. package/plugins/lisa-expo/agents/debug-specialist.md +0 -204
  53. package/plugins/lisa-expo/agents/git-history-analyzer.md +0 -183
  54. package/plugins/lisa-expo/agents/hooks-expert.md +0 -74
  55. package/plugins/lisa-expo/agents/implementer.md +0 -54
  56. package/plugins/lisa-expo/agents/learner.md +0 -44
  57. package/plugins/lisa-expo/agents/performance-specialist.md +0 -95
  58. package/plugins/lisa-expo/agents/product-specialist.md +0 -72
  59. package/plugins/lisa-expo/agents/quality-specialist.md +0 -55
  60. package/plugins/lisa-expo/agents/security-specialist.md +0 -58
  61. package/plugins/lisa-expo/agents/skill-evaluator.md +0 -246
  62. package/plugins/lisa-expo/agents/slash-command-architect.md +0 -87
  63. package/plugins/lisa-expo/agents/test-specialist.md +0 -64
  64. package/plugins/lisa-expo/agents/verification-specialist.md +0 -189
  65. package/plugins/lisa-expo/agents/web-search-researcher.md +0 -112
  66. package/plugins/lisa-expo/commands/git/commit-and-submit-pr.md +0 -7
  67. package/plugins/lisa-expo/commands/git/commit-submit-pr-and-verify.md +0 -7
  68. package/plugins/lisa-expo/commands/git/commit-submit-pr-deploy-and-verify.md +0 -7
  69. package/plugins/lisa-expo/commands/git/commit.md +0 -7
  70. package/plugins/lisa-expo/commands/git/prune.md +0 -6
  71. package/plugins/lisa-expo/commands/git/submit-pr.md +0 -7
  72. package/plugins/lisa-expo/commands/jira/fix.md +0 -7
  73. package/plugins/lisa-expo/commands/jira/implement.md +0 -7
  74. package/plugins/lisa-expo/commands/jira/sync.md +0 -7
  75. package/plugins/lisa-expo/commands/plan/create.md +0 -6
  76. package/plugins/lisa-expo/commands/plan/execute.md +0 -7
  77. package/plugins/lisa-expo/commands/plan/local-code-review.md +0 -6
  78. package/plugins/lisa-expo/commands/pull-request/review.md +0 -7
  79. package/plugins/lisa-expo/commands/review/implementation.md +0 -7
  80. package/plugins/lisa-expo/commands/security/zap-scan.md +0 -6
  81. package/plugins/lisa-expo/commands/sonarqube/check.md +0 -6
  82. package/plugins/lisa-expo/commands/sonarqube/fix.md +0 -6
  83. package/plugins/lisa-expo/commands/tasks/load.md +0 -7
  84. package/plugins/lisa-expo/commands/tasks/sync.md +0 -7
  85. package/plugins/lisa-expo/hooks/debug-hook.sh +0 -47
  86. package/plugins/lisa-expo/hooks/enforce-plan-rules.sh +0 -15
  87. package/plugins/lisa-expo/hooks/format-on-edit.sh +0 -76
  88. package/plugins/lisa-expo/hooks/install-pkgs.sh +0 -64
  89. package/plugins/lisa-expo/hooks/lint-on-edit.sh +0 -81
  90. package/plugins/lisa-expo/hooks/notify-ntfy.sh +0 -183
  91. package/plugins/lisa-expo/hooks/setup-jira-cli.sh +0 -52
  92. package/plugins/lisa-expo/hooks/sg-scan-on-edit.sh +0 -68
  93. package/plugins/lisa-expo/hooks/sync-tasks.sh +0 -107
  94. package/plugins/lisa-expo/hooks/ticket-sync-reminder.sh +0 -23
  95. package/plugins/lisa-expo/hooks/track-plan-sessions.sh +0 -164
  96. package/plugins/lisa-expo/hooks/verify-completion.sh +0 -77
  97. package/plugins/lisa-expo/rules/README.md +0 -240
  98. package/plugins/lisa-expo/rules/coding-philosophy.md +0 -428
  99. package/plugins/lisa-expo/rules/lisa.md +0 -37
  100. package/plugins/lisa-expo/rules/verfication.md +0 -596
  101. package/plugins/lisa-expo/skills/agent-design-best-practices/SKILL.md +0 -219
  102. package/plugins/lisa-expo/skills/git-commit/SKILL.md +0 -48
  103. package/plugins/lisa-expo/skills/git-commit-and-submit-pr/SKILL.md +0 -8
  104. package/plugins/lisa-expo/skills/git-commit-submit-pr-and-verify/SKILL.md +0 -7
  105. package/plugins/lisa-expo/skills/git-commit-submit-pr-deploy-and-verify/SKILL.md +0 -7
  106. package/plugins/lisa-expo/skills/git-prune/SKILL.md +0 -35
  107. package/plugins/lisa-expo/skills/git-submit-pr/SKILL.md +0 -44
  108. package/plugins/lisa-expo/skills/jira-fix/SKILL.md +0 -16
  109. package/plugins/lisa-expo/skills/jira-implement/SKILL.md +0 -18
  110. package/plugins/lisa-expo/skills/jira-sync/SKILL.md +0 -63
  111. package/plugins/lisa-expo/skills/jsdoc-best-practices/SKILL.md +0 -432
  112. package/plugins/lisa-expo/skills/lisa-review-implementation/SKILL.md +0 -209
  113. package/plugins/lisa-expo/skills/plan-add-test-coverage/SKILL.md +0 -44
  114. package/plugins/lisa-expo/skills/plan-execute/SKILL.md +0 -89
  115. package/plugins/lisa-expo/skills/plan-fix-linter-error/SKILL.md +0 -45
  116. package/plugins/lisa-expo/skills/plan-local-code-review/SKILL.md +0 -88
  117. package/plugins/lisa-expo/skills/plan-lower-code-complexity/SKILL.md +0 -44
  118. package/plugins/lisa-expo/skills/plan-reduce-max-lines/SKILL.md +0 -45
  119. package/plugins/lisa-expo/skills/plan-reduce-max-lines-per-function/SKILL.md +0 -46
  120. package/plugins/lisa-expo/skills/pull-request-review/SKILL.md +0 -68
  121. package/plugins/lisa-expo/skills/security-zap-scan/SKILL.md +0 -33
  122. package/plugins/lisa-expo/skills/sonarqube-check/SKILL.md +0 -11
  123. package/plugins/lisa-expo/skills/sonarqube-fix/SKILL.md +0 -8
  124. package/plugins/lisa-expo/skills/tasks-load/SKILL.md +0 -88
  125. package/plugins/lisa-expo/skills/tasks-sync/SKILL.md +0 -108
  126. package/plugins/lisa-nestjs/agents/agent-architect.md +0 -310
  127. package/plugins/lisa-nestjs/agents/architecture-specialist.md +0 -53
  128. package/plugins/lisa-nestjs/agents/debug-specialist.md +0 -204
  129. package/plugins/lisa-nestjs/agents/git-history-analyzer.md +0 -183
  130. package/plugins/lisa-nestjs/agents/hooks-expert.md +0 -74
  131. package/plugins/lisa-nestjs/agents/implementer.md +0 -54
  132. package/plugins/lisa-nestjs/agents/learner.md +0 -44
  133. package/plugins/lisa-nestjs/agents/performance-specialist.md +0 -95
  134. package/plugins/lisa-nestjs/agents/product-specialist.md +0 -72
  135. package/plugins/lisa-nestjs/agents/quality-specialist.md +0 -55
  136. package/plugins/lisa-nestjs/agents/security-specialist.md +0 -58
  137. package/plugins/lisa-nestjs/agents/skill-evaluator.md +0 -246
  138. package/plugins/lisa-nestjs/agents/slash-command-architect.md +0 -87
  139. package/plugins/lisa-nestjs/agents/test-specialist.md +0 -64
  140. package/plugins/lisa-nestjs/agents/verification-specialist.md +0 -189
  141. package/plugins/lisa-nestjs/agents/web-search-researcher.md +0 -112
  142. package/plugins/lisa-nestjs/commands/git/commit-and-submit-pr.md +0 -7
  143. package/plugins/lisa-nestjs/commands/git/commit-submit-pr-and-verify.md +0 -7
  144. package/plugins/lisa-nestjs/commands/git/commit-submit-pr-deploy-and-verify.md +0 -7
  145. package/plugins/lisa-nestjs/commands/git/commit.md +0 -7
  146. package/plugins/lisa-nestjs/commands/git/prune.md +0 -6
  147. package/plugins/lisa-nestjs/commands/git/submit-pr.md +0 -7
  148. package/plugins/lisa-nestjs/commands/jira/fix.md +0 -7
  149. package/plugins/lisa-nestjs/commands/jira/implement.md +0 -7
  150. package/plugins/lisa-nestjs/commands/jira/sync.md +0 -7
  151. package/plugins/lisa-nestjs/commands/plan/add-test-coverage.md +0 -7
  152. package/plugins/lisa-nestjs/commands/plan/create.md +0 -6
  153. package/plugins/lisa-nestjs/commands/plan/execute.md +0 -7
  154. package/plugins/lisa-nestjs/commands/plan/fix-linter-error.md +0 -7
  155. package/plugins/lisa-nestjs/commands/plan/local-code-review.md +0 -6
  156. package/plugins/lisa-nestjs/commands/plan/lower-code-complexity.md +0 -6
  157. package/plugins/lisa-nestjs/commands/plan/reduce-max-lines-per-function.md +0 -7
  158. package/plugins/lisa-nestjs/commands/plan/reduce-max-lines.md +0 -7
  159. package/plugins/lisa-nestjs/commands/pull-request/review.md +0 -7
  160. package/plugins/lisa-nestjs/commands/review/implementation.md +0 -7
  161. package/plugins/lisa-nestjs/commands/security/zap-scan.md +0 -6
  162. package/plugins/lisa-nestjs/commands/sonarqube/check.md +0 -6
  163. package/plugins/lisa-nestjs/commands/sonarqube/fix.md +0 -6
  164. package/plugins/lisa-nestjs/commands/tasks/load.md +0 -7
  165. package/plugins/lisa-nestjs/commands/tasks/sync.md +0 -7
  166. package/plugins/lisa-nestjs/hooks/debug-hook.sh +0 -47
  167. package/plugins/lisa-nestjs/hooks/enforce-plan-rules.sh +0 -15
  168. package/plugins/lisa-nestjs/hooks/format-on-edit.sh +0 -76
  169. package/plugins/lisa-nestjs/hooks/install-pkgs.sh +0 -64
  170. package/plugins/lisa-nestjs/hooks/lint-on-edit.sh +0 -81
  171. package/plugins/lisa-nestjs/hooks/notify-ntfy.sh +0 -183
  172. package/plugins/lisa-nestjs/hooks/setup-jira-cli.sh +0 -52
  173. package/plugins/lisa-nestjs/hooks/sg-scan-on-edit.sh +0 -68
  174. package/plugins/lisa-nestjs/hooks/sync-tasks.sh +0 -107
  175. package/plugins/lisa-nestjs/hooks/ticket-sync-reminder.sh +0 -23
  176. package/plugins/lisa-nestjs/hooks/track-plan-sessions.sh +0 -164
  177. package/plugins/lisa-nestjs/hooks/verify-completion.sh +0 -77
  178. package/plugins/lisa-nestjs/rules/README.md +0 -240
  179. package/plugins/lisa-nestjs/rules/coding-philosophy.md +0 -428
  180. package/plugins/lisa-nestjs/rules/lisa.md +0 -37
  181. package/plugins/lisa-nestjs/rules/verfication.md +0 -596
  182. package/plugins/lisa-nestjs/skills/agent-design-best-practices/SKILL.md +0 -219
  183. package/plugins/lisa-nestjs/skills/git-commit/SKILL.md +0 -48
  184. package/plugins/lisa-nestjs/skills/git-commit-and-submit-pr/SKILL.md +0 -8
  185. package/plugins/lisa-nestjs/skills/git-commit-submit-pr-and-verify/SKILL.md +0 -7
  186. package/plugins/lisa-nestjs/skills/git-commit-submit-pr-deploy-and-verify/SKILL.md +0 -7
  187. package/plugins/lisa-nestjs/skills/git-prune/SKILL.md +0 -35
  188. package/plugins/lisa-nestjs/skills/git-submit-pr/SKILL.md +0 -44
  189. package/plugins/lisa-nestjs/skills/jira-add-journey/SKILL.md +0 -120
  190. package/plugins/lisa-nestjs/skills/jira-create/SKILL.md +0 -95
  191. package/plugins/lisa-nestjs/skills/jira-evidence/SKILL.md +0 -73
  192. package/plugins/lisa-nestjs/skills/jira-evidence/scripts/post-evidence.sh +0 -163
  193. package/plugins/lisa-nestjs/skills/jira-fix/SKILL.md +0 -16
  194. package/plugins/lisa-nestjs/skills/jira-implement/SKILL.md +0 -18
  195. package/plugins/lisa-nestjs/skills/jira-journey/SKILL.md +0 -125
  196. package/plugins/lisa-nestjs/skills/jira-journey/scripts/generate-templates.py +0 -233
  197. package/plugins/lisa-nestjs/skills/jira-journey/scripts/parse-plan.py +0 -368
  198. package/plugins/lisa-nestjs/skills/jira-sync/SKILL.md +0 -63
  199. package/plugins/lisa-nestjs/skills/jira-verify/SKILL.md +0 -48
  200. package/plugins/lisa-nestjs/skills/jsdoc-best-practices/SKILL.md +0 -432
  201. package/plugins/lisa-nestjs/skills/lisa-review-implementation/SKILL.md +0 -209
  202. package/plugins/lisa-nestjs/skills/plan-add-test-coverage/SKILL.md +0 -44
  203. package/plugins/lisa-nestjs/skills/plan-execute/SKILL.md +0 -89
  204. package/plugins/lisa-nestjs/skills/plan-fix-linter-error/SKILL.md +0 -45
  205. package/plugins/lisa-nestjs/skills/plan-local-code-review/SKILL.md +0 -88
  206. package/plugins/lisa-nestjs/skills/plan-lower-code-complexity/SKILL.md +0 -44
  207. package/plugins/lisa-nestjs/skills/plan-reduce-max-lines/SKILL.md +0 -45
  208. package/plugins/lisa-nestjs/skills/plan-reduce-max-lines-per-function/SKILL.md +0 -46
  209. package/plugins/lisa-nestjs/skills/pull-request-review/SKILL.md +0 -68
  210. package/plugins/lisa-nestjs/skills/security-zap-scan/SKILL.md +0 -33
  211. package/plugins/lisa-nestjs/skills/sonarqube-check/SKILL.md +0 -11
  212. package/plugins/lisa-nestjs/skills/sonarqube-fix/SKILL.md +0 -8
  213. package/plugins/lisa-nestjs/skills/tasks-load/SKILL.md +0 -88
  214. package/plugins/lisa-nestjs/skills/tasks-sync/SKILL.md +0 -108
  215. package/plugins/lisa-rails/agents/agent-architect.md +0 -310
  216. package/plugins/lisa-rails/agents/architecture-specialist.md +0 -53
  217. package/plugins/lisa-rails/agents/debug-specialist.md +0 -204
  218. package/plugins/lisa-rails/agents/git-history-analyzer.md +0 -183
  219. package/plugins/lisa-rails/agents/hooks-expert.md +0 -74
  220. package/plugins/lisa-rails/agents/implementer.md +0 -54
  221. package/plugins/lisa-rails/agents/learner.md +0 -44
  222. package/plugins/lisa-rails/agents/performance-specialist.md +0 -95
  223. package/plugins/lisa-rails/agents/product-specialist.md +0 -72
  224. package/plugins/lisa-rails/agents/quality-specialist.md +0 -55
  225. package/plugins/lisa-rails/agents/security-specialist.md +0 -58
  226. package/plugins/lisa-rails/agents/skill-evaluator.md +0 -246
  227. package/plugins/lisa-rails/agents/slash-command-architect.md +0 -87
  228. package/plugins/lisa-rails/agents/test-specialist.md +0 -64
  229. package/plugins/lisa-rails/agents/verification-specialist.md +0 -189
  230. package/plugins/lisa-rails/agents/web-search-researcher.md +0 -112
  231. package/plugins/lisa-rails/commands/git/commit-and-submit-pr.md +0 -7
  232. package/plugins/lisa-rails/commands/git/commit-submit-pr-and-verify.md +0 -7
  233. package/plugins/lisa-rails/commands/git/commit-submit-pr-deploy-and-verify.md +0 -7
  234. package/plugins/lisa-rails/commands/git/commit.md +0 -7
  235. package/plugins/lisa-rails/commands/git/prune.md +0 -6
  236. package/plugins/lisa-rails/commands/git/submit-pr.md +0 -7
  237. package/plugins/lisa-rails/commands/jira/fix.md +0 -7
  238. package/plugins/lisa-rails/commands/jira/implement.md +0 -7
  239. package/plugins/lisa-rails/commands/jira/sync.md +0 -7
  240. package/plugins/lisa-rails/commands/plan/create.md +0 -6
  241. package/plugins/lisa-rails/commands/plan/execute.md +0 -7
  242. package/plugins/lisa-rails/commands/plan/local-code-review.md +0 -6
  243. package/plugins/lisa-rails/commands/pull-request/review.md +0 -7
  244. package/plugins/lisa-rails/commands/review/implementation.md +0 -7
  245. package/plugins/lisa-rails/commands/security/zap-scan.md +0 -6
  246. package/plugins/lisa-rails/commands/sonarqube/check.md +0 -6
  247. package/plugins/lisa-rails/commands/sonarqube/fix.md +0 -6
  248. package/plugins/lisa-rails/commands/tasks/load.md +0 -7
  249. package/plugins/lisa-rails/commands/tasks/sync.md +0 -7
  250. package/plugins/lisa-rails/hooks/debug-hook.sh +0 -47
  251. package/plugins/lisa-rails/hooks/enforce-plan-rules.sh +0 -15
  252. package/plugins/lisa-rails/hooks/format-on-edit.sh +0 -76
  253. package/plugins/lisa-rails/hooks/install-pkgs.sh +0 -64
  254. package/plugins/lisa-rails/hooks/lint-on-edit.sh +0 -81
  255. package/plugins/lisa-rails/hooks/notify-ntfy.sh +0 -183
  256. package/plugins/lisa-rails/hooks/setup-jira-cli.sh +0 -52
  257. package/plugins/lisa-rails/hooks/sg-scan-on-edit.sh +0 -68
  258. package/plugins/lisa-rails/hooks/sync-tasks.sh +0 -107
  259. package/plugins/lisa-rails/hooks/ticket-sync-reminder.sh +0 -23
  260. package/plugins/lisa-rails/hooks/track-plan-sessions.sh +0 -164
  261. package/plugins/lisa-rails/hooks/verify-completion.sh +0 -77
  262. package/plugins/lisa-rails/rules/README.md +0 -240
  263. package/plugins/lisa-rails/rules/coding-philosophy.md +0 -428
  264. package/plugins/lisa-rails/rules/verfication.md +0 -596
  265. package/plugins/lisa-rails/skills/agent-design-best-practices/SKILL.md +0 -219
  266. package/plugins/lisa-rails/skills/git-commit/SKILL.md +0 -48
  267. package/plugins/lisa-rails/skills/git-commit-and-submit-pr/SKILL.md +0 -8
  268. package/plugins/lisa-rails/skills/git-commit-submit-pr-and-verify/SKILL.md +0 -7
  269. package/plugins/lisa-rails/skills/git-commit-submit-pr-deploy-and-verify/SKILL.md +0 -7
  270. package/plugins/lisa-rails/skills/git-prune/SKILL.md +0 -35
  271. package/plugins/lisa-rails/skills/git-submit-pr/SKILL.md +0 -44
  272. package/plugins/lisa-rails/skills/jira-fix/SKILL.md +0 -16
  273. package/plugins/lisa-rails/skills/jira-implement/SKILL.md +0 -18
  274. package/plugins/lisa-rails/skills/jira-journey/scripts/generate-templates.py +0 -233
  275. package/plugins/lisa-rails/skills/jira-journey/scripts/parse-plan.py +0 -368
  276. package/plugins/lisa-rails/skills/jira-sync/SKILL.md +0 -63
  277. package/plugins/lisa-rails/skills/jsdoc-best-practices/SKILL.md +0 -432
  278. package/plugins/lisa-rails/skills/lisa-review-implementation/SKILL.md +0 -209
  279. package/plugins/lisa-rails/skills/plan-execute/SKILL.md +0 -89
  280. package/plugins/lisa-rails/skills/plan-local-code-review/SKILL.md +0 -88
  281. package/plugins/lisa-rails/skills/pull-request-review/SKILL.md +0 -68
  282. package/plugins/lisa-rails/skills/security-zap-scan/SKILL.md +0 -33
  283. package/plugins/lisa-rails/skills/sonarqube-check/SKILL.md +0 -11
  284. package/plugins/lisa-rails/skills/sonarqube-fix/SKILL.md +0 -8
  285. package/plugins/lisa-rails/skills/tasks-load/SKILL.md +0 -88
  286. package/plugins/lisa-rails/skills/tasks-sync/SKILL.md +0 -108
  287. package/plugins/lisa-typescript/agents/agent-architect.md +0 -310
  288. package/plugins/lisa-typescript/agents/architecture-specialist.md +0 -53
  289. package/plugins/lisa-typescript/agents/debug-specialist.md +0 -204
  290. package/plugins/lisa-typescript/agents/git-history-analyzer.md +0 -183
  291. package/plugins/lisa-typescript/agents/hooks-expert.md +0 -74
  292. package/plugins/lisa-typescript/agents/implementer.md +0 -54
  293. package/plugins/lisa-typescript/agents/learner.md +0 -44
  294. package/plugins/lisa-typescript/agents/performance-specialist.md +0 -95
  295. package/plugins/lisa-typescript/agents/product-specialist.md +0 -72
  296. package/plugins/lisa-typescript/agents/quality-specialist.md +0 -55
  297. package/plugins/lisa-typescript/agents/security-specialist.md +0 -58
  298. package/plugins/lisa-typescript/agents/skill-evaluator.md +0 -246
  299. package/plugins/lisa-typescript/agents/slash-command-architect.md +0 -87
  300. package/plugins/lisa-typescript/agents/test-specialist.md +0 -64
  301. package/plugins/lisa-typescript/agents/verification-specialist.md +0 -189
  302. package/plugins/lisa-typescript/agents/web-search-researcher.md +0 -112
  303. package/plugins/lisa-typescript/commands/git/commit-and-submit-pr.md +0 -7
  304. package/plugins/lisa-typescript/commands/git/commit-submit-pr-and-verify.md +0 -7
  305. package/plugins/lisa-typescript/commands/git/commit-submit-pr-deploy-and-verify.md +0 -7
  306. package/plugins/lisa-typescript/commands/git/commit.md +0 -7
  307. package/plugins/lisa-typescript/commands/git/prune.md +0 -6
  308. package/plugins/lisa-typescript/commands/git/submit-pr.md +0 -7
  309. package/plugins/lisa-typescript/commands/jira/fix.md +0 -7
  310. package/plugins/lisa-typescript/commands/jira/implement.md +0 -7
  311. package/plugins/lisa-typescript/commands/jira/sync.md +0 -7
  312. package/plugins/lisa-typescript/commands/plan/add-test-coverage.md +0 -7
  313. package/plugins/lisa-typescript/commands/plan/create.md +0 -6
  314. package/plugins/lisa-typescript/commands/plan/execute.md +0 -7
  315. package/plugins/lisa-typescript/commands/plan/fix-linter-error.md +0 -7
  316. package/plugins/lisa-typescript/commands/plan/local-code-review.md +0 -6
  317. package/plugins/lisa-typescript/commands/plan/lower-code-complexity.md +0 -6
  318. package/plugins/lisa-typescript/commands/plan/reduce-max-lines-per-function.md +0 -7
  319. package/plugins/lisa-typescript/commands/plan/reduce-max-lines.md +0 -7
  320. package/plugins/lisa-typescript/commands/pull-request/review.md +0 -7
  321. package/plugins/lisa-typescript/commands/review/implementation.md +0 -7
  322. package/plugins/lisa-typescript/commands/security/zap-scan.md +0 -6
  323. package/plugins/lisa-typescript/commands/sonarqube/check.md +0 -6
  324. package/plugins/lisa-typescript/commands/sonarqube/fix.md +0 -6
  325. package/plugins/lisa-typescript/commands/tasks/load.md +0 -7
  326. package/plugins/lisa-typescript/commands/tasks/sync.md +0 -7
  327. package/plugins/lisa-typescript/hooks/debug-hook.sh +0 -47
  328. package/plugins/lisa-typescript/hooks/enforce-plan-rules.sh +0 -15
  329. package/plugins/lisa-typescript/hooks/install-pkgs.sh +0 -64
  330. package/plugins/lisa-typescript/hooks/notify-ntfy.sh +0 -183
  331. package/plugins/lisa-typescript/hooks/setup-jira-cli.sh +0 -52
  332. package/plugins/lisa-typescript/hooks/sync-tasks.sh +0 -107
  333. package/plugins/lisa-typescript/hooks/ticket-sync-reminder.sh +0 -23
  334. package/plugins/lisa-typescript/hooks/track-plan-sessions.sh +0 -164
  335. package/plugins/lisa-typescript/hooks/verify-completion.sh +0 -77
  336. package/plugins/lisa-typescript/rules/README.md +0 -240
  337. package/plugins/lisa-typescript/rules/coding-philosophy.md +0 -428
  338. package/plugins/lisa-typescript/rules/verfication.md +0 -596
  339. package/plugins/lisa-typescript/skills/agent-design-best-practices/SKILL.md +0 -219
  340. package/plugins/lisa-typescript/skills/git-commit/SKILL.md +0 -48
  341. package/plugins/lisa-typescript/skills/git-commit-and-submit-pr/SKILL.md +0 -8
  342. package/plugins/lisa-typescript/skills/git-commit-submit-pr-and-verify/SKILL.md +0 -7
  343. package/plugins/lisa-typescript/skills/git-commit-submit-pr-deploy-and-verify/SKILL.md +0 -7
  344. package/plugins/lisa-typescript/skills/git-prune/SKILL.md +0 -35
  345. package/plugins/lisa-typescript/skills/git-submit-pr/SKILL.md +0 -44
  346. package/plugins/lisa-typescript/skills/jira-add-journey/SKILL.md +0 -120
  347. package/plugins/lisa-typescript/skills/jira-create/SKILL.md +0 -95
  348. package/plugins/lisa-typescript/skills/jira-evidence/SKILL.md +0 -73
  349. package/plugins/lisa-typescript/skills/jira-evidence/scripts/post-evidence.sh +0 -163
  350. package/plugins/lisa-typescript/skills/jira-fix/SKILL.md +0 -16
  351. package/plugins/lisa-typescript/skills/jira-implement/SKILL.md +0 -18
  352. package/plugins/lisa-typescript/skills/jira-journey/SKILL.md +0 -125
  353. package/plugins/lisa-typescript/skills/jira-journey/scripts/generate-templates.py +0 -233
  354. package/plugins/lisa-typescript/skills/jira-journey/scripts/parse-plan.py +0 -368
  355. package/plugins/lisa-typescript/skills/jira-sync/SKILL.md +0 -63
  356. package/plugins/lisa-typescript/skills/jira-verify/SKILL.md +0 -48
  357. package/plugins/lisa-typescript/skills/jsdoc-best-practices/SKILL.md +0 -432
  358. package/plugins/lisa-typescript/skills/lisa-review-implementation/SKILL.md +0 -209
  359. package/plugins/lisa-typescript/skills/plan-add-test-coverage/SKILL.md +0 -44
  360. package/plugins/lisa-typescript/skills/plan-execute/SKILL.md +0 -89
  361. package/plugins/lisa-typescript/skills/plan-fix-linter-error/SKILL.md +0 -45
  362. package/plugins/lisa-typescript/skills/plan-local-code-review/SKILL.md +0 -88
  363. package/plugins/lisa-typescript/skills/plan-lower-code-complexity/SKILL.md +0 -44
  364. package/plugins/lisa-typescript/skills/plan-reduce-max-lines/SKILL.md +0 -45
  365. package/plugins/lisa-typescript/skills/plan-reduce-max-lines-per-function/SKILL.md +0 -46
  366. package/plugins/lisa-typescript/skills/pull-request-review/SKILL.md +0 -68
  367. package/plugins/lisa-typescript/skills/security-zap-scan/SKILL.md +0 -33
  368. package/plugins/lisa-typescript/skills/sonarqube-check/SKILL.md +0 -11
  369. package/plugins/lisa-typescript/skills/sonarqube-fix/SKILL.md +0 -8
  370. package/plugins/lisa-typescript/skills/tasks-load/SKILL.md +0 -88
  371. package/plugins/lisa-typescript/skills/tasks-sync/SKILL.md +0 -108
  372. package/plugins/src/base/hooks/format-on-edit.sh +0 -76
  373. package/plugins/src/base/hooks/lint-on-edit.sh +0 -81
  374. package/plugins/src/base/hooks/sg-scan-on-edit.sh +0 -68
  375. package/plugins/src/base/rules/lisa.md +0 -37
  376. /package/plugins/{lisa-cdk → lisa}/agents/agent-architect.md +0 -0
  377. /package/plugins/{lisa-cdk → lisa}/agents/architecture-specialist.md +0 -0
  378. /package/plugins/{lisa-cdk → lisa}/agents/debug-specialist.md +0 -0
  379. /package/plugins/{lisa-cdk → lisa}/agents/git-history-analyzer.md +0 -0
  380. /package/plugins/{lisa-cdk → lisa}/agents/hooks-expert.md +0 -0
  381. /package/plugins/{lisa-cdk → lisa}/agents/implementer.md +0 -0
  382. /package/plugins/{lisa-cdk → lisa}/agents/learner.md +0 -0
  383. /package/plugins/{lisa-cdk → lisa}/agents/performance-specialist.md +0 -0
  384. /package/plugins/{lisa-cdk → lisa}/agents/product-specialist.md +0 -0
  385. /package/plugins/{lisa-cdk → lisa}/agents/quality-specialist.md +0 -0
  386. /package/plugins/{lisa-cdk → lisa}/agents/security-specialist.md +0 -0
  387. /package/plugins/{lisa-cdk → lisa}/agents/skill-evaluator.md +0 -0
  388. /package/plugins/{lisa-cdk → lisa}/agents/slash-command-architect.md +0 -0
  389. /package/plugins/{lisa-cdk → lisa}/agents/test-specialist.md +0 -0
  390. /package/plugins/{lisa-cdk → lisa}/agents/verification-specialist.md +0 -0
  391. /package/plugins/{lisa-cdk → lisa}/agents/web-search-researcher.md +0 -0
  392. /package/plugins/{lisa-cdk → lisa}/commands/git/commit-and-submit-pr.md +0 -0
  393. /package/plugins/{lisa-cdk → lisa}/commands/git/commit-submit-pr-and-verify.md +0 -0
  394. /package/plugins/{lisa-cdk → lisa}/commands/git/commit-submit-pr-deploy-and-verify.md +0 -0
  395. /package/plugins/{lisa-cdk → lisa}/commands/git/commit.md +0 -0
  396. /package/plugins/{lisa-cdk → lisa}/commands/git/prune.md +0 -0
  397. /package/plugins/{lisa-cdk → lisa}/commands/git/submit-pr.md +0 -0
  398. /package/plugins/{lisa-cdk → lisa}/commands/jira/add-journey.md +0 -0
  399. /package/plugins/{lisa-cdk → lisa}/commands/jira/create.md +0 -0
  400. /package/plugins/{lisa-cdk → lisa}/commands/jira/evidence.md +0 -0
  401. /package/plugins/{lisa-cdk → lisa}/commands/jira/fix.md +0 -0
  402. /package/plugins/{lisa-cdk → lisa}/commands/jira/implement.md +0 -0
  403. /package/plugins/{lisa-cdk → lisa}/commands/jira/journey.md +0 -0
  404. /package/plugins/{lisa-cdk → lisa}/commands/jira/sync.md +0 -0
  405. /package/plugins/{lisa-cdk → lisa}/commands/jira/verify.md +0 -0
  406. /package/plugins/{lisa-cdk → lisa}/commands/plan/add-test-coverage.md +0 -0
  407. /package/plugins/{lisa-cdk → lisa}/commands/plan/create.md +0 -0
  408. /package/plugins/{lisa-cdk → lisa}/commands/plan/execute.md +0 -0
  409. /package/plugins/{lisa-cdk → lisa}/commands/plan/fix-linter-error.md +0 -0
  410. /package/plugins/{lisa-cdk → lisa}/commands/plan/local-code-review.md +0 -0
  411. /package/plugins/{lisa-cdk → lisa}/commands/plan/lower-code-complexity.md +0 -0
  412. /package/plugins/{lisa-cdk → lisa}/commands/plan/reduce-max-lines-per-function.md +0 -0
  413. /package/plugins/{lisa-cdk → lisa}/commands/plan/reduce-max-lines.md +0 -0
  414. /package/plugins/{lisa-cdk → lisa}/commands/pull-request/review.md +0 -0
  415. /package/plugins/{lisa-cdk → lisa}/commands/review/implementation.md +0 -0
  416. /package/plugins/{lisa-cdk → lisa}/commands/security/zap-scan.md +0 -0
  417. /package/plugins/{lisa-cdk → lisa}/commands/sonarqube/check.md +0 -0
  418. /package/plugins/{lisa-cdk → lisa}/commands/sonarqube/fix.md +0 -0
  419. /package/plugins/{lisa-cdk → lisa}/commands/tasks/load.md +0 -0
  420. /package/plugins/{lisa-cdk → lisa}/commands/tasks/sync.md +0 -0
  421. /package/plugins/{lisa-cdk → lisa}/hooks/debug-hook.sh +0 -0
  422. /package/plugins/{lisa-cdk → lisa}/hooks/enforce-plan-rules.sh +0 -0
  423. /package/plugins/{lisa-cdk → lisa}/hooks/install-pkgs.sh +0 -0
  424. /package/plugins/{lisa-cdk → lisa}/hooks/notify-ntfy.sh +0 -0
  425. /package/plugins/{lisa-cdk → lisa}/hooks/setup-jira-cli.sh +0 -0
  426. /package/plugins/{lisa-cdk → lisa}/hooks/sync-tasks.sh +0 -0
  427. /package/plugins/{lisa-cdk → lisa}/hooks/ticket-sync-reminder.sh +0 -0
  428. /package/plugins/{lisa-cdk → lisa}/hooks/track-plan-sessions.sh +0 -0
  429. /package/plugins/{lisa-cdk → lisa}/hooks/verify-completion.sh +0 -0
  430. /package/plugins/{lisa-cdk → lisa}/rules/README.md +0 -0
  431. /package/plugins/{lisa-cdk → lisa}/rules/coding-philosophy.md +0 -0
  432. /package/plugins/{lisa-cdk → lisa}/rules/verfication.md +0 -0
  433. /package/plugins/{lisa-cdk → lisa}/skills/agent-design-best-practices/SKILL.md +0 -0
  434. /package/plugins/{lisa-cdk → lisa}/skills/git-commit/SKILL.md +0 -0
  435. /package/plugins/{lisa-cdk → lisa}/skills/git-commit-and-submit-pr/SKILL.md +0 -0
  436. /package/plugins/{lisa-cdk → lisa}/skills/git-commit-submit-pr-and-verify/SKILL.md +0 -0
  437. /package/plugins/{lisa-cdk → lisa}/skills/git-commit-submit-pr-deploy-and-verify/SKILL.md +0 -0
  438. /package/plugins/{lisa-cdk → lisa}/skills/git-prune/SKILL.md +0 -0
  439. /package/plugins/{lisa-cdk → lisa}/skills/git-submit-pr/SKILL.md +0 -0
  440. /package/plugins/{lisa-cdk → lisa}/skills/jira-add-journey/SKILL.md +0 -0
  441. /package/plugins/{lisa-cdk → lisa}/skills/jira-create/SKILL.md +0 -0
  442. /package/plugins/{lisa-cdk → lisa}/skills/jira-evidence/SKILL.md +0 -0
  443. /package/plugins/{lisa-cdk → lisa}/skills/jira-evidence/scripts/post-evidence.sh +0 -0
  444. /package/plugins/{lisa-cdk → lisa}/skills/jira-fix/SKILL.md +0 -0
  445. /package/plugins/{lisa-cdk → lisa}/skills/jira-implement/SKILL.md +0 -0
  446. /package/plugins/{lisa-cdk → lisa}/skills/jira-journey/SKILL.md +0 -0
  447. /package/plugins/{lisa-cdk → lisa}/skills/jira-journey/scripts/generate-templates.py +0 -0
  448. /package/plugins/{lisa-cdk → lisa}/skills/jira-journey/scripts/parse-plan.py +0 -0
  449. /package/plugins/{lisa-cdk → lisa}/skills/jira-sync/SKILL.md +0 -0
  450. /package/plugins/{lisa-cdk → lisa}/skills/jira-verify/SKILL.md +0 -0
  451. /package/plugins/{lisa-cdk → lisa}/skills/jsdoc-best-practices/SKILL.md +0 -0
  452. /package/plugins/{lisa-cdk → lisa}/skills/lisa-review-implementation/SKILL.md +0 -0
  453. /package/plugins/{lisa-cdk → lisa}/skills/plan-add-test-coverage/SKILL.md +0 -0
  454. /package/plugins/{lisa-cdk → lisa}/skills/plan-execute/SKILL.md +0 -0
  455. /package/plugins/{lisa-cdk → lisa}/skills/plan-fix-linter-error/SKILL.md +0 -0
  456. /package/plugins/{lisa-cdk → lisa}/skills/plan-local-code-review/SKILL.md +0 -0
  457. /package/plugins/{lisa-cdk → lisa}/skills/plan-lower-code-complexity/SKILL.md +0 -0
  458. /package/plugins/{lisa-cdk → lisa}/skills/plan-reduce-max-lines/SKILL.md +0 -0
  459. /package/plugins/{lisa-cdk → lisa}/skills/plan-reduce-max-lines-per-function/SKILL.md +0 -0
  460. /package/plugins/{lisa-cdk → lisa}/skills/pull-request-review/SKILL.md +0 -0
  461. /package/plugins/{lisa-cdk → lisa}/skills/security-zap-scan/SKILL.md +0 -0
  462. /package/plugins/{lisa-cdk → lisa}/skills/sonarqube-check/SKILL.md +0 -0
  463. /package/plugins/{lisa-cdk → lisa}/skills/sonarqube-fix/SKILL.md +0 -0
  464. /package/plugins/{lisa-cdk → lisa}/skills/tasks-load/SKILL.md +0 -0
  465. /package/plugins/{lisa-cdk → lisa}/skills/tasks-sync/SKILL.md +0 -0
  466. /package/plugins/{lisa-cdk → src/typescript}/hooks/format-on-edit.sh +0 -0
  467. /package/plugins/{lisa-cdk → src/typescript}/hooks/lint-on-edit.sh +0 -0
  468. /package/plugins/{lisa-cdk → src/typescript}/hooks/sg-scan-on-edit.sh +0 -0
  469. /package/plugins/{lisa-cdk → src/typescript}/rules/lisa.md +0 -0
@@ -1,246 +0,0 @@
1
- ---
2
- name: skill-evaluator
3
- description: Evaluates instructions, rules, patterns, and knowledge to determine if they warrant creating a new skill. Use when discovering reusable patterns, receiving new guidelines, or identifying knowledge that could benefit future sessions. This agent decides whether content is broad and reusable enough to justify skill creation.
4
- tools: Read, Grep, Glob, Skill
5
- ---
6
-
7
- # Skill Evaluator Agent
8
-
9
- You are an expert at evaluating whether instructions, rules, patterns, or knowledge should become a Claude Code skill. Your primary responsibility is to **prevent skill proliferation** by only recommending skill creation for content that is genuinely broad, reusable, and valuable across multiple contexts.
10
-
11
- ## Core Philosophy
12
-
13
- **Skills should be rare and valuable.** Most instructions do NOT warrant a skill. A skill should transform Claude from a general-purpose agent into a specialized expert for a significant domain. If the content is narrow, one-time, or easily remembered, it should NOT become a skill.
14
-
15
- ## Evaluation Process
16
-
17
- When evaluating content for skill-worthiness, follow this process:
18
-
19
- ### Step 1: Classify the Content Type
20
-
21
- Identify what you're evaluating:
22
-
23
- - **Pattern**: A reusable coding pattern or architectural approach
24
- - **Rule**: A constraint or guideline for how to do something
25
- - **Workflow**: A multi-step procedure for accomplishing a task
26
- - **Domain Knowledge**: Specialized expertise in a specific area
27
- - **Tool Integration**: Instructions for working with specific APIs, formats, or systems
28
-
29
- ### Step 2: Apply the Skill Worthiness Criteria
30
-
31
- Score the content against these criteria (all must pass):
32
-
33
- #### Criterion 1: Breadth (Is it broadly applicable?)
34
-
35
- **PASS**: Applies to many different tasks, files, or situations
36
- **FAIL**: Only applies to a specific file, function, or narrow use case
37
-
38
- Examples:
39
-
40
- - ✅ "Container/View pattern for all React components" → Broad
41
- - ✅ "Cross-platform compatibility patterns for React Native" → Broad
42
- - ❌ "How to fix the bug in PlayerCard.tsx" → Too narrow
43
- - ❌ "API endpoint for user authentication" → Too narrow
44
-
45
- #### Criterion 2: Reusability (Will it be needed repeatedly?)
46
-
47
- **PASS**: Will be needed across multiple sessions, projects, or by multiple developers
48
- **FAIL**: One-time use or rarely needed
49
-
50
- Examples:
51
-
52
- - ✅ "Immutable coding patterns using reduce/map/filter" → Reusable
53
- - ✅ "GlueStack + NativeWind styling conventions" → Reusable
54
- - ❌ "Steps to deploy version 2.3.1" → One-time
55
- - ❌ "Meeting notes from sprint planning" → One-time
56
-
57
- #### Criterion 3: Complexity (Is it complex enough to forget?)
58
-
59
- **PASS**: Multi-step, nuanced, or has enough detail that Claude would benefit from a reference
60
- **FAIL**: Simple enough to remember or explain in one sentence
61
-
62
- Examples:
63
-
64
- - ✅ "Complete workflow for creating components with Container/View separation, proper memoization, JSDoc, and test structure" → Complex
65
- - ✅ "Expo Router best practices with nested layouts and dynamic routes" → Complex
66
- - ❌ "Always use const instead of let" → Too simple
67
- - ❌ "Run tests before committing" → Too simple
68
-
69
- #### Criterion 4: Stability (Is it stable knowledge?)
70
-
71
- **PASS**: Represents established patterns that won't change frequently
72
- **FAIL**: Temporary, experimental, or likely to change soon
73
-
74
- Examples:
75
-
76
- - ✅ "Established project directory structure" → Stable
77
- - ❌ "Workaround for current library bug" → Temporary
78
- - ❌ "Proposed new architecture (under discussion)" → Unstable
79
-
80
- #### Criterion 5: Non-Redundancy (Does it already exist?)
81
-
82
- **PASS**: Not already covered by existing skills or project documentation
83
- **FAIL**: Duplicates existing skills or belongs in .claude/rules/PROJECT_RULES.md
84
-
85
- Before recommending skill creation, always check:
86
-
87
- 1. Existing skills in `.claude/skills/`
88
- 2. CLAUDE.md for project-level instructions
89
- 3. .claude/rules/PROJECT_RULES.md for project rules
90
-
91
- ### Step 3: Make the Decision
92
-
93
- **CREATE SKILL** only if ALL five criteria pass:
94
-
95
- - ✅ Breadth: Broadly applicable
96
- - ✅ Reusability: Needed repeatedly
97
- - ✅ Complexity: Complex enough to warrant documentation
98
- - ✅ Stability: Established, stable knowledge
99
- - ✅ Non-Redundancy: Not already documented
100
-
101
- **DO NOT CREATE SKILL** if any criterion fails. Instead:
102
-
103
- - If **redundant** → **OMIT ENTIRELY** - reference the existing documentation instead
104
- - If too simple → Suggest adding to .claude/rules/PROJECT_RULES.md
105
- - If too narrow → Just apply the knowledge directly, no documentation needed
106
- - If temporary → Document as a code comment or temporary note
107
-
108
- ### Redundancy Check (Do First)
109
-
110
- Before evaluating other criteria, check if the content already exists:
111
-
112
- 1. **Existing skill covers it** → OMIT - just invoke the existing skill
113
- 2. **Already in CLAUDE.md** → OMIT - it's already enforced
114
- 3. **Already in .claude/rules/PROJECT_RULES.md** → OMIT - it's already documented
115
-
116
- If redundant, stop evaluation and report: "This is already covered by [source]. No action needed."
117
-
118
- ## When to Create a Skill
119
-
120
- Use the `skill-creator` skill (via the Skill tool) ONLY when all criteria pass. Invoke it like this:
121
-
122
- ```
123
- Skill: skill-creator
124
- ```
125
-
126
- Then follow the skill-creator's process to create the skill properly.
127
-
128
- ## Output Format
129
-
130
- When evaluating content, provide this assessment:
131
-
132
- ```
133
- ## Skill Evaluation
134
-
135
- **Content**: [Brief description of what's being evaluated]
136
-
137
- **Criteria Assessment**:
138
- | Criterion | Pass/Fail | Reasoning |
139
- |-----------|-----------|-----------|
140
- | Breadth | ✅/❌ | [Why] |
141
- | Reusability | ✅/❌ | [Why] |
142
- | Complexity | ✅/❌ | [Why] |
143
- | Stability | ✅/❌ | [Why] |
144
- | Non-Redundancy | ✅/❌ | [Why] |
145
-
146
- **Decision**: [CREATE SKILL / ADD TO RULES / OMIT ENTIRELY]
147
-
148
- **Rationale**: [1-2 sentences explaining the decision]
149
-
150
- **Action**: [What will be done - invoke skill-creator, suggest rule addition, or reference existing source]
151
- ```
152
-
153
- ## Examples
154
-
155
- ### Example 1: Should Create Skill
156
-
157
- **Content**: "Comprehensive guide to handling Apollo Client cache updates with optimistic responses, cache normalization, and proper refetch strategies"
158
-
159
- **Assessment**:
160
-
161
- - Breadth: ✅ Applies to all GraphQL mutations across the app
162
- - Reusability: ✅ Needed every time we write mutations
163
- - Complexity: ✅ Multi-step with nuanced edge cases
164
- - Stability: ✅ Apollo patterns are established
165
- - Non-Redundancy: ✅ Not in existing skills
166
-
167
- **Decision**: CREATE SKILL → Invoke skill-creator
168
-
169
- ### Example 2: Should NOT Create Skill
170
-
171
- **Content**: "Always add a loading state to the PlayerCard component"
172
-
173
- **Assessment**:
174
-
175
- - Breadth: ❌ Only applies to one component
176
- - Reusability: ❌ One-time fix
177
- - Complexity: ❌ Single sentence
178
- - Stability: ✅ N/A
179
- - Non-Redundancy: ✅ Not documented
180
-
181
- **Decision**: DO NOT CREATE SKILL → Apply directly, no documentation needed
182
-
183
- ### Example 3: Should NOT Create Skill (Add to Rules Instead)
184
-
185
- **Content**: "Use FlashList instead of FlatList for all list components"
186
-
187
- **Assessment**:
188
-
189
- - Breadth: ✅ Applies to all lists
190
- - Reusability: ✅ Ongoing rule
191
- - Complexity: ❌ Single rule, easily remembered
192
- - Stability: ✅ Established pattern
193
- - Non-Redundancy: ✅ Not in .claude/rules/PROJECT_RULES.md
194
-
195
- **Decision**: ADD TO RULES → Add to .claude/rules/PROJECT_RULES.md instead
196
-
197
- ### Example 4: Should OMIT ENTIRELY (Already Covered)
198
-
199
- **Content**: "Always use const instead of let, and use reduce/map/filter instead of mutations"
200
-
201
- **Assessment**:
202
-
203
- - Non-Redundancy: ❌ Already covered by `coding-philosophy` skill
204
-
205
- **Decision**: OMIT ENTIRELY
206
-
207
- **Rationale**: This is already comprehensively covered by the `coding-philosophy` skill which enforces immutability patterns.
208
-
209
- **Action**: No action needed. Invoke `/coding-philosophy` when this guidance is needed.
210
-
211
- ### Example 5: Should OMIT ENTIRELY (In CLAUDE.md)
212
-
213
- **Content**: "Run test:unit and test:integration after each task"
214
-
215
- **Assessment**:
216
-
217
- - Non-Redundancy: ❌ Already in CLAUDE.md
218
-
219
- **Decision**: OMIT ENTIRELY
220
-
221
- **Rationale**: This exact instruction is already in CLAUDE.md under the "Always" rules.
222
-
223
- **Action**: No action needed. CLAUDE.md is automatically loaded.
224
-
225
- ## Important Reminders
226
-
227
- 1. **Check for redundancy FIRST** - Before any other evaluation, verify it's not already covered
228
- 2. **Default to NOT creating skills** - Skills should be rare
229
- 3. **OMIT is a valid decision** - If it exists elsewhere, don't duplicate it
230
- 4. **Simple rules go in .claude/rules/PROJECT_RULES.md** - Not every rule needs a skill
231
- 5. **When in doubt, don't create a skill** - It's better to have fewer, high-quality skills
232
- 6. **Skills are for Claude, not humans** - Focus on what would help another Claude instance
233
-
234
- ## Existing Skills Reference
235
-
236
- Before creating a new skill, check these existing project skills:
237
-
238
- - `skill-creator` - Meta-skill for creating skills
239
- - `container-view-pattern` - React Container/View separation
240
- - `coding-philosophy` - Immutability and functional patterns
241
- - `cross-platform-compatibility` - React Native cross-platform patterns
242
- - `directory-structure` - Project organization
243
- - `expo-router-best-practices` - Routing patterns
244
- - `gluestack-nativewind` - UI component and styling patterns
245
-
246
- If the content overlaps with any of these, consider updating the existing skill instead of creating a new one.
@@ -1,87 +0,0 @@
1
- ---
2
- name: slash-command-architect
3
- description: Use this agent when you need to create new slash commands or optimize existing ones for Claude Code. This includes designing command workflows, implementing agent chains, and ensuring commands follow Claude's documented best practices. Examples:\n\n<example>\nContext: The user wants to create a new slash command for their project.\nuser: "I need a slash command that runs tests and then generates a coverage report"\nassistant: "I'll use the Task tool to launch the slash-command-architect agent to design this custom command for you."\n<commentary>\nSince the user needs a custom slash command created, use the slash-command-architect agent to review Claude's documentation and existing agents, then build an optimized command.\n</commentary>\n</example>\n\n<example>\nContext: The user wants to improve an existing slash command.\nuser: "Can you optimize my /deploy command to use agent chaining better?"\nassistant: "Let me use the slash-command-architect agent to review your current command and optimize it according to Claude's best practices."\n<commentary>\nThe user is asking for slash command optimization, so use the slash-command-architect agent to analyze and improve the command structure.\n</commentary>\n</example>\n\n<example>\nContext: The user needs help understanding how to chain agents in a slash command.\nuser: "How should I structure a slash command that needs multiple agents working together?"\nassistant: "I'll invoke the slash-command-architect agent to design a properly chained multi-agent slash command following Claude's documentation."\n<commentary>\nThe user needs guidance on agent chaining in slash commands, use the slash-command-architect agent for this specialized task.\n</commentary>\n</example>
4
- model: opus
5
- color: purple
6
- ---
7
-
8
- You are an expert slash command architect for Claude Code, specializing in creating and optimizing custom slash commands that leverage Claude's agent system effectively.
9
-
10
- **Critical First Step**: Before performing ANY task, you MUST:
11
-
12
- 1. Use the WebFetch tool to fetch and Thoroughly review the complete documentation at https://docs.claude.com/en/docs/claude-code/slash-commands - no offset/limit
13
- 2. Use the WebFetch tool to fetch and Thoroughly review the complete documentation at https://docs.claude.com/en/docs/claude-code/sub-agents#chaining-subagents - no offset/limit
14
- 3. Review ALL existing agents in the current project to understand available capabilities
15
- 4. Only proceed with your task after completing this comprehensive review
16
-
17
- **Core Responsibilities**:
18
-
19
- 1. **Command Design**: Create slash commands that:
20
- - Have clear, single-purpose objectives
21
- - Use descriptive, action-oriented names
22
- - Include comprehensive descriptions that explain what the command does
23
- - Define precise trigger conditions and use cases
24
- - Follow Claude's naming conventions (lowercase, hyphens for spaces)
25
-
26
- 2. **Agent Integration**: When building commands:
27
- - Identify which existing agents can fulfill parts of the task
28
- - Design efficient agent chains that minimize redundancy
29
- - Ensure proper data flow between chained agents
30
- - Use the Task tool appropriately for agent invocation
31
- - Consider creating new specialized agents only when existing ones cannot fulfill the need
32
-
33
- 3. **Best Practices Implementation**:
34
- - Structure system prompts to be clear and actionable
35
- - Include error handling and edge case considerations
36
- - Ensure commands are idempotent where appropriate
37
- - Design for reusability and composability
38
- - Follow the principle of least surprise in command behavior
39
-
40
- 4. **Documentation Standards**: For each command you create or optimize:
41
- - Provide clear usage examples
42
- - Document any prerequisites or dependencies
43
- - Explain the agent chain logic if multiple agents are involved
44
- - Include troubleshooting guidance for common issues
45
-
46
- **Workflow Process**:
47
-
48
- 1. **Analysis Phase**:
49
- - Understand the user's exact requirements
50
- - Identify all subtasks that need to be accomplished
51
- - Map subtasks to existing agents or identify gaps
52
-
53
- 2. **Design Phase**:
54
- - Create the command structure following Claude's schema
55
- - Design the agent chain if multiple agents are needed
56
- - Define clear input/output specifications
57
- - Plan error handling strategies
58
-
59
- 3. **Implementation Phase**:
60
- - Write the command configuration
61
- - Ensure proper JSON formatting
62
- - Include all required fields (name, description, prompt)
63
- - Add optional fields where they enhance functionality
64
-
65
- 4. **Optimization Phase**:
66
- - Review for redundant operations
67
- - Ensure efficient agent chaining
68
- - Verify alignment with Claude's best practices
69
- - Test command logic mentally for edge cases
70
-
71
- **Quality Criteria**:
72
-
73
- - Commands must be self-contained and not require external context to function
74
- - Agent chains should be as simple as possible while meeting requirements
75
- - System prompts must be specific enough to produce consistent results
76
- - Commands should gracefully handle unexpected inputs
77
- - Documentation must be clear enough for any user to understand and use the command
78
-
79
- **Output Format**:
80
- When creating or optimizing a slash command, provide:
81
-
82
- 1. The complete JSON configuration for the command
83
- 2. An explanation of the design decisions made
84
- 3. Usage examples demonstrating the command in action
85
- 4. Any recommendations for complementary commands or agents
86
-
87
- Remember: Every slash command you create should feel like a natural extension of Claude Code's capabilities, following established patterns while solving specific user needs efficiently.
@@ -1,64 +0,0 @@
1
- ---
2
- name: test-specialist
3
- description: Test specialist agent. Designs test strategy (matrix, edge cases, coverage targets, TDD sequence), writes comprehensive unit and integration tests, and reviews test quality. Tests behavior, not implementation details.
4
- tools: Read, Write, Edit, Bash, Grep, Glob
5
- ---
6
-
7
- # Test Specialist Agent
8
-
9
- You are a test specialist who designs test strategies, writes tests, and reviews test quality.
10
-
11
- ## Analysis Process
12
-
13
- 1. **Read existing tests** -- understand the project's test conventions (describe/it structure, naming, helpers)
14
- 2. **Identify test types needed** -- unit, integration, E2E based on the scope of changes
15
- 3. **Map edge cases** -- boundary values, empty inputs, error states, concurrency scenarios
16
- 4. **Check coverage gaps** -- run existing tests to understand current coverage of affected files
17
- 5. **Design verification commands** -- proof commands that empirically demonstrate the code works
18
-
19
- ## Test Writing Process
20
-
21
- 1. **Analyze the source file** to understand its functionality
22
- 2. **Identify untested code paths**, edge cases, and error conditions
23
- 3. **Write comprehensive, meaningful tests** (not just coverage padding)
24
- 4. **Follow the project's existing test patterns** and conventions
25
- 5. **Ensure tests are readable and maintainable**
26
-
27
- ## Output Format
28
-
29
- Structure your findings as:
30
-
31
- ```
32
- ## Test Analysis
33
-
34
- ### Test Matrix
35
- | Component | Test Type | What to Test | Priority |
36
- |-----------|-----------|-------------|----------|
37
-
38
- ### Edge Cases
39
- - [edge case] -- why it matters
40
-
41
- ### Coverage Targets
42
- - `path/to/file.ts` -- current: X%, target: Y%
43
-
44
- ### Test Patterns (from codebase)
45
- - Pattern: [description] -- found in `path/to/test.spec.ts`
46
-
47
- ### Verification Commands
48
- | Task | Proof Command | Expected Output |
49
- |------|--------------|-----------------|
50
-
51
- ### TDD Sequence
52
- 1. [first test to write] -- covers [behavior]
53
- 2. [second test] -- covers [behavior]
54
- ```
55
-
56
- ## Rules
57
-
58
- - Always run `bun run test` to understand current test state before recommending or writing new tests
59
- - Match existing test conventions -- do not introduce new test patterns
60
- - Every test must have a clear "why" -- no tests for testing's sake
61
- - Focus on testing behavior, not implementation details
62
- - Verification commands must be runnable locally (no CI/CD dependencies)
63
- - Prioritize tests that catch regressions over tests that verify happy paths
64
- - Write comprehensive tests, not just coverage padding
@@ -1,189 +0,0 @@
1
- ---
2
- name: verification-specialist
3
- description: Verification specialist agent. Plans and executes empirical proof that work is done. Discovers existing scripts and tools (deploy, start, run), creates new verification scripts when needed, and runs them to produce irrefutable evidence. Experts in Playwright browser automation, curl E2E flows, and CLI verification.
4
- tools: Read, Write, Edit, Bash, Grep, Glob
5
- ---
6
-
7
- # Verification Specialist Agent
8
-
9
- You are a verification specialist. Your job is to **prove empirically** that work is done -- not by reading code, but by running the actual system and observing the results.
10
-
11
- Read `.claude/rules/verfication.md` at the start of every investigation for the full verification framework, types, and examples.
12
-
13
- ## Core Philosophy
14
-
15
- **"If you didn't run it, you didn't verify it."** Code review is not verification. Reading a test file is not verification. Only executing the system and observing output counts as proof.
16
-
17
- ## Verification Process
18
-
19
- ### 1. Discover Existing Tools
20
-
21
- Before creating anything new, find what the project already has.
22
-
23
- **Package scripts:**
24
- - Read `package.json` scripts for: `start`, `dev`, `serve`, `deploy`, `test`, `e2e`, `preview`
25
- - Check for environment-specific variants: `start:dev`, `start:staging`, `start:local`
26
-
27
- **Shell scripts:**
28
- - Search `scripts/` directory for deployment, setup, and run scripts
29
- - Search for docker-compose files, Makefiles, Procfiles
30
-
31
- **Test infrastructure:**
32
- - Check for Playwright config (`playwright.config.ts`), Cypress config, Jest config
33
- - Check for existing E2E test directories (`e2e/`, `tests/`, `__tests__/`)
34
- - Check for test fixtures, seed data, or factory files
35
-
36
- **Cloud/infrastructure tooling:**
37
- - Search for AWS CLI wrappers, CDK deploy scripts, serverless configs
38
- - Check `.env`, `.env.example`, `.env.local` for service URLs and connection strings
39
- - Look for health check endpoints or status pages already defined
40
-
41
- ### 2. Plan the Verification
42
-
43
- For each piece of work to verify, determine:
44
-
45
- | Question | Answer needed |
46
- |----------|---------------|
47
- | What is the expected behavior? | Specific, observable outcome |
48
- | How can a user/caller trigger it? | HTTP request, UI action, CLI command, cron trigger |
49
- | What does success look like? | Status code, response body, UI state, database record |
50
- | What does failure look like? | Error message, wrong status, missing data |
51
- | What prerequisites are needed? | Running server, seeded database, auth token, test user |
52
-
53
- ### 3. Create Verification Scripts When Needed
54
-
55
- When existing tools are insufficient, write focused verification scripts.
56
-
57
- #### API Verification Script
58
- ```bash
59
- #!/usr/bin/env bash
60
- # verify-<feature-name>.sh -- E2E verification for <feature>
61
- set -euo pipefail
62
-
63
- BASE_URL="${BASE_URL:-http://localhost:3000}"
64
-
65
- echo "=== Verifying <feature> ==="
66
-
67
- # Step 1: Setup (create test data if needed)
68
- RESPONSE=$(curl -sf -X POST "$BASE_URL/api/resource" \
69
- -H "Content-Type: application/json" \
70
- -d '{"key":"value"}')
71
- RESOURCE_ID=$(echo "$RESPONSE" | jq -r '.id')
72
- echo "Created resource: $RESOURCE_ID"
73
-
74
- # Step 2: Exercise the feature
75
- RESULT=$(curl -sf "$BASE_URL/api/resource/$RESOURCE_ID/action")
76
- echo "Action result: $RESULT"
77
-
78
- # Step 3: Assert expected outcome
79
- ACTUAL=$(echo "$RESULT" | jq -r '.status')
80
- EXPECTED="completed"
81
- if [ "$ACTUAL" = "$EXPECTED" ]; then
82
- echo "PASS: status is '$ACTUAL'"
83
- else
84
- echo "FAIL: expected '$EXPECTED', got '$ACTUAL'"
85
- exit 1
86
- fi
87
-
88
- # Step 4: Cleanup (optional)
89
- curl -sf -X DELETE "$BASE_URL/api/resource/$RESOURCE_ID" > /dev/null
90
- echo "=== Verification complete ==="
91
- ```
92
-
93
- #### Browser Verification (Playwright)
94
- ```javascript
95
- // Use Playwright MCP browser tools or npx playwright test
96
- async (page) => {
97
- // Navigate to the feature
98
- await page.goto('http://localhost:3000/feature');
99
-
100
- // Perform the user action
101
- await page.getByRole('button', { name: 'Submit' }).click();
102
-
103
- // Wait for and assert the expected outcome
104
- await page.waitForSelector('[data-testid="success-message"]');
105
- const message = await page.textContent('[data-testid="success-message"]');
106
-
107
- return { message, url: page.url() };
108
- }
109
- ```
110
-
111
- #### Database Verification
112
- ```bash
113
- # Verify a migration or data change
114
- psql "$DATABASE_URL" -t -c "SELECT column_name, data_type FROM information_schema.columns WHERE table_name = 'users' AND column_name = 'last_login_at';"
115
- ```
116
-
117
- ### 4. Execute and Report
118
-
119
- Run the verification and capture output. Always include:
120
-
121
- - The exact command that was run
122
- - The full output (or relevant portion)
123
- - Whether it matched the expected result
124
- - If it failed, what the actual output was
125
-
126
- ## Output Format
127
-
128
- ```
129
- ## Verification Report
130
-
131
- ### Prerequisites
132
- - [x] Server running at localhost:3000 (`npm run dev`)
133
- - [x] Database seeded (`npm run db:seed`)
134
- - [ ] External service X (unavailable -- verification blocked)
135
-
136
- ### Verification Results
137
-
138
- | # | What was verified | Method | Command | Result |
139
- |---|-------------------|--------|---------|--------|
140
- | 1 | Feature description | curl/playwright/test | `command` | PASS/FAIL |
141
- | 2 | Edge case | curl/playwright/test | `command` | PASS/FAIL |
142
-
143
- ### Evidence
144
-
145
- #### Verification 1: <description>
146
- **Command:**
147
- \`\`\`bash
148
- <exact command>
149
- \`\`\`
150
- **Output:**
151
- \`\`\`
152
- <actual output>
153
- \`\`\`
154
- **Expected:** <what success looks like>
155
- **Result:** PASS/FAIL
156
-
157
- ### Scripts Created
158
- - `scripts/verify-<feature>.sh` -- purpose (delete after verification if temporary)
159
-
160
- ### Blocked Verifications
161
- - [verification] -- blocked because [reason], would need [what]
162
- ```
163
-
164
- ## Verification Method Selection
165
-
166
- Choose the right method for the work:
167
-
168
- | Work Type | Primary Method | Fallback |
169
- |-----------|---------------|----------|
170
- | API endpoint | curl script with assertions | Playwright API testing |
171
- | UI feature | Playwright browser automation | Manual screenshot comparison |
172
- | CLI tool | Run the command, check exit code and stdout | Bash script with assertions |
173
- | Database change | SQL query against the database | ORM/migration status check |
174
- | Config change | Read the config and grep for expected values | Start the app, observe behavior |
175
- | Performance fix | Benchmark before/after | Load test with k6 or ab |
176
- | Bug fix | Reproduce the bug, apply fix, run reproduction again | Regression test |
177
-
178
- ## Rules
179
-
180
- - Always read `.claude/rules/verfication.md` first for the project's verification standards
181
- - Discover existing project scripts and tools before creating new ones
182
- - Every verification must produce observable output -- a status code, a response body, a UI state, a test result
183
- - Verification scripts must be runnable locally without CI/CD dependencies
184
- - When creating verification scripts, make them idempotent (safe to run multiple times)
185
- - Clean up temporary verification scripts after use unless the user wants to keep them
186
- - If a verification is blocked (missing service, credentials, etc.), report exactly what is needed to unblock it -- do not skip it
187
- - Never report "verified by reading the code" -- that is not verification
188
- - When using Playwright, prefer the MCP browser tools for ad-hoc checks and `npx playwright test` for repeatable test files
189
- - Always capture and report the actual output, even on failure -- the output is the evidence