@codyswann/lisa 1.47.1 → 1.49.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (904) hide show
  1. package/.claude-plugin/marketplace.json +48 -0
  2. package/all/deletions.json +71 -1
  3. package/all/merge/.claude/settings.json +28 -0
  4. package/cdk/copy-overwrite/eslint.config.ts +11 -21
  5. package/cdk/copy-overwrite/eslint.slow.config.ts +4 -73
  6. package/cdk/copy-overwrite/jest.config.ts +14 -12
  7. package/cdk/copy-overwrite/tsconfig.json +1 -1
  8. package/cdk/create-only/.github/workflows/ci.yml +1 -1
  9. package/cdk/create-only/.github/workflows/deploy.yml +1 -1
  10. package/cdk/merge/.claude/settings.json +29 -0
  11. package/cdk/package-lisa/package.lisa.json +1 -0
  12. package/dist/configs/eslint/base.d.ts +1491 -0
  13. package/dist/configs/eslint/base.d.ts.map +1 -0
  14. package/dist/configs/eslint/base.js +386 -0
  15. package/dist/configs/eslint/base.js.map +1 -0
  16. package/dist/configs/eslint/cdk.d.ts +32 -0
  17. package/dist/configs/eslint/cdk.d.ts.map +1 -0
  18. package/dist/configs/eslint/cdk.js +127 -0
  19. package/dist/configs/eslint/cdk.js.map +1 -0
  20. package/dist/configs/eslint/expo.d.ts +16 -0
  21. package/dist/configs/eslint/expo.d.ts.map +1 -0
  22. package/dist/configs/eslint/expo.js +264 -0
  23. package/dist/configs/eslint/expo.js.map +1 -0
  24. package/dist/configs/eslint/index.d.ts +18 -0
  25. package/dist/configs/eslint/index.d.ts.map +1 -0
  26. package/dist/configs/eslint/index.js +18 -0
  27. package/dist/configs/eslint/index.js.map +1 -0
  28. package/dist/configs/eslint/nestjs.d.ts +32 -0
  29. package/dist/configs/eslint/nestjs.d.ts.map +1 -0
  30. package/dist/configs/eslint/nestjs.js +128 -0
  31. package/dist/configs/eslint/nestjs.js.map +1 -0
  32. package/dist/configs/eslint/slow.d.ts +80 -0
  33. package/dist/configs/eslint/slow.d.ts.map +1 -0
  34. package/dist/configs/eslint/slow.js +83 -0
  35. package/dist/configs/eslint/slow.js.map +1 -0
  36. package/dist/configs/eslint/typescript.d.ts +19 -0
  37. package/dist/configs/eslint/typescript.d.ts.map +1 -0
  38. package/dist/configs/eslint/typescript.js +81 -0
  39. package/dist/configs/eslint/typescript.js.map +1 -0
  40. package/{typescript/copy-overwrite/jest.base.ts → dist/configs/jest/base.d.ts} +9 -69
  41. package/dist/configs/jest/base.d.ts.map +1 -0
  42. package/dist/configs/jest/base.js +83 -0
  43. package/dist/configs/jest/base.js.map +1 -0
  44. package/dist/configs/jest/cdk.d.ts +35 -0
  45. package/dist/configs/jest/cdk.d.ts.map +1 -0
  46. package/dist/configs/jest/cdk.js +30 -0
  47. package/dist/configs/jest/cdk.js.map +1 -0
  48. package/dist/configs/jest/expo.d.ts +56 -0
  49. package/dist/configs/jest/expo.d.ts.map +1 -0
  50. package/dist/configs/jest/expo.js +60 -0
  51. package/dist/configs/jest/expo.js.map +1 -0
  52. package/dist/configs/jest/index.d.ts +14 -0
  53. package/dist/configs/jest/index.d.ts.map +1 -0
  54. package/dist/configs/jest/index.js +14 -0
  55. package/dist/configs/jest/index.js.map +1 -0
  56. package/dist/configs/jest/nestjs.d.ts +35 -0
  57. package/dist/configs/jest/nestjs.d.ts.map +1 -0
  58. package/dist/configs/jest/nestjs.js +47 -0
  59. package/dist/configs/jest/nestjs.js.map +1 -0
  60. package/dist/configs/jest/typescript.d.ts +31 -0
  61. package/dist/configs/jest/typescript.d.ts.map +1 -0
  62. package/dist/configs/jest/typescript.js +34 -0
  63. package/dist/configs/jest/typescript.js.map +1 -0
  64. package/dist/core/lisa.d.ts +14 -0
  65. package/dist/core/lisa.d.ts.map +1 -1
  66. package/dist/core/lisa.js +47 -0
  67. package/dist/core/lisa.js.map +1 -1
  68. package/expo/copy-overwrite/eslint.config.ts +5 -20
  69. package/expo/copy-overwrite/eslint.expo.ts +2 -2
  70. package/expo/copy-overwrite/eslint.slow.config.ts +4 -90
  71. package/expo/copy-overwrite/jest.config.ts +14 -12
  72. package/expo/copy-overwrite/tsconfig.json +1 -1
  73. package/expo/create-only/.github/workflows/ci.yml +1 -1
  74. package/expo/create-only/.github/workflows/deploy.yml +1 -1
  75. package/expo/deletions.json +33 -0
  76. package/expo/merge/.claude/settings.json +29 -0
  77. package/expo/package-lisa/package.lisa.json +1 -10
  78. package/nestjs/copy-overwrite/eslint.config.ts +5 -20
  79. package/nestjs/copy-overwrite/eslint.slow.config.ts +4 -89
  80. package/nestjs/copy-overwrite/jest.config.ts +14 -12
  81. package/nestjs/copy-overwrite/tsconfig.json +1 -1
  82. package/nestjs/create-only/.github/workflows/ci.yml +1 -1
  83. package/nestjs/create-only/.github/workflows/deploy.yml +1 -1
  84. package/nestjs/deletions.json +8 -0
  85. package/nestjs/merge/.claude/settings.json +29 -0
  86. package/nestjs/package-lisa/package.lisa.json +1 -0
  87. package/package.json +86 -43
  88. package/plugins/lisa-cdk/.claude-plugin/plugin.json +86 -0
  89. package/{all/copy-overwrite/.claude/commands/git/commit-and-submit-pr.md → plugins/lisa-cdk/commands/git-commit-and-submit-pr.md} +1 -1
  90. package/{all/copy-overwrite/.claude/commands/git/commit-submit-pr-and-verify.md → plugins/lisa-cdk/commands/git-commit-submit-pr-and-verify.md} +1 -1
  91. package/{all/copy-overwrite/.claude/commands/git/commit-submit-pr-deploy-and-verify.md → plugins/lisa-cdk/commands/git-commit-submit-pr-deploy-and-verify.md} +1 -1
  92. package/{all/copy-overwrite/.claude/commands/git/commit.md → plugins/lisa-cdk/commands/git-commit.md} +1 -1
  93. package/{all/copy-overwrite/.claude/commands/git/prune.md → plugins/lisa-cdk/commands/git-prune.md} +1 -1
  94. package/{all/copy-overwrite/.claude/commands/git/submit-pr.md → plugins/lisa-cdk/commands/git-submit-pr.md} +1 -1
  95. package/plugins/lisa-cdk/commands/jira-add-journey.md +7 -0
  96. package/{all/copy-overwrite/.claude/commands/jira/create.md → plugins/lisa-cdk/commands/jira-create.md} +1 -1
  97. package/plugins/lisa-cdk/commands/jira-evidence.md +7 -0
  98. package/plugins/lisa-cdk/commands/jira-fix.md +7 -0
  99. package/plugins/lisa-cdk/commands/jira-implement.md +7 -0
  100. package/plugins/lisa-cdk/commands/jira-journey.md +7 -0
  101. package/{all/copy-overwrite/.claude/commands/jira/sync.md → plugins/lisa-cdk/commands/jira-sync.md} +1 -1
  102. package/{all/copy-overwrite/.claude/commands/jira/verify.md → plugins/lisa-cdk/commands/jira-verify.md} +1 -1
  103. package/{all/copy-overwrite/.claude/commands/lisa/review-implementation.md → plugins/lisa-cdk/commands/lisa-review-implementation.md} +1 -1
  104. package/{all/copy-overwrite/.claude/commands/plan/add-test-coverage.md → plugins/lisa-cdk/commands/plan-add-test-coverage.md} +1 -1
  105. package/{all/copy-overwrite/.claude/commands/plan/create.md → plugins/lisa-cdk/commands/plan-create.md} +1 -1
  106. package/{all/copy-overwrite/.claude/commands/plan/execute.md → plugins/lisa-cdk/commands/plan-execute.md} +1 -1
  107. package/{all/copy-overwrite/.claude/commands/plan/fix-linter-error.md → plugins/lisa-cdk/commands/plan-fix-linter-error.md} +1 -1
  108. package/{all/copy-overwrite/.claude/commands/plan/local-code-review.md → plugins/lisa-cdk/commands/plan-local-code-review.md} +1 -1
  109. package/{all/copy-overwrite/.claude/commands/plan/lower-code-complexity.md → plugins/lisa-cdk/commands/plan-lower-code-complexity.md} +1 -1
  110. package/{all/copy-overwrite/.claude/commands/plan/reduce-max-lines-per-function.md → plugins/lisa-cdk/commands/plan-reduce-max-lines-per-function.md} +1 -1
  111. package/{all/copy-overwrite/.claude/commands/plan/reduce-max-lines.md → plugins/lisa-cdk/commands/plan-reduce-max-lines.md} +1 -1
  112. package/{all/copy-overwrite/.claude/commands/pull-request/review.md → plugins/lisa-cdk/commands/pull-request-review.md} +1 -1
  113. package/{all/copy-overwrite/.claude/commands/security/zap-scan.md → plugins/lisa-cdk/commands/security-zap-scan.md} +1 -1
  114. package/{all/copy-overwrite/.claude/commands/sonarqube/check.md → plugins/lisa-cdk/commands/sonarqube-check.md} +1 -1
  115. package/{all/copy-overwrite/.claude/commands/sonarqube/fix.md → plugins/lisa-cdk/commands/sonarqube-fix.md} +1 -1
  116. package/{all/copy-overwrite/.claude/commands/tasks/load.md → plugins/lisa-cdk/commands/tasks-load.md} +1 -1
  117. package/{all/copy-overwrite/.claude/commands/tasks/sync.md → plugins/lisa-cdk/commands/tasks-sync.md} +1 -1
  118. package/{typescript/copy-overwrite/.claude → plugins/lisa-cdk}/hooks/install-pkgs.sh +3 -3
  119. package/plugins/lisa-cdk/rules/lisa.md +37 -0
  120. package/plugins/lisa-cdk/skills/jira-add-journey/SKILL.md +120 -0
  121. package/plugins/lisa-cdk/skills/jira-create/SKILL.md +95 -0
  122. package/plugins/lisa-cdk/skills/jira-evidence/SKILL.md +73 -0
  123. package/plugins/lisa-cdk/skills/jira-evidence/scripts/post-evidence.sh +163 -0
  124. package/plugins/lisa-cdk/skills/jira-fix/SKILL.md +16 -0
  125. package/plugins/lisa-cdk/skills/jira-implement/SKILL.md +18 -0
  126. package/plugins/lisa-cdk/skills/jira-journey/SKILL.md +125 -0
  127. package/plugins/lisa-cdk/skills/jira-journey/scripts/generate-templates.py +233 -0
  128. package/plugins/lisa-cdk/skills/jira-journey/scripts/parse-plan.py +368 -0
  129. package/plugins/lisa-cdk/skills/jira-verify/SKILL.md +48 -0
  130. package/plugins/lisa-expo/.claude-plugin/plugin.json +86 -0
  131. package/plugins/lisa-expo/agents/agent-architect.md +310 -0
  132. package/plugins/lisa-expo/agents/architecture-specialist.md +53 -0
  133. package/plugins/lisa-expo/agents/debug-specialist.md +204 -0
  134. package/plugins/lisa-expo/agents/git-history-analyzer.md +183 -0
  135. package/plugins/lisa-expo/agents/hooks-expert.md +74 -0
  136. package/plugins/lisa-expo/agents/implementer.md +54 -0
  137. package/plugins/lisa-expo/agents/learner.md +44 -0
  138. package/plugins/lisa-expo/agents/performance-specialist.md +95 -0
  139. package/plugins/lisa-expo/agents/product-specialist.md +72 -0
  140. package/plugins/lisa-expo/agents/quality-specialist.md +55 -0
  141. package/plugins/lisa-expo/agents/security-specialist.md +58 -0
  142. package/plugins/lisa-expo/agents/skill-evaluator.md +246 -0
  143. package/plugins/lisa-expo/agents/slash-command-architect.md +87 -0
  144. package/plugins/lisa-expo/agents/test-specialist.md +64 -0
  145. package/plugins/lisa-expo/agents/verification-specialist.md +189 -0
  146. package/plugins/lisa-expo/agents/web-search-researcher.md +112 -0
  147. package/plugins/lisa-expo/commands/git-commit-and-submit-pr.md +7 -0
  148. package/plugins/lisa-expo/commands/git-commit-submit-pr-and-verify.md +7 -0
  149. package/plugins/lisa-expo/commands/git-commit-submit-pr-deploy-and-verify.md +7 -0
  150. package/plugins/lisa-expo/commands/git-commit.md +7 -0
  151. package/plugins/lisa-expo/commands/git-prune.md +6 -0
  152. package/plugins/lisa-expo/commands/git-submit-pr.md +7 -0
  153. package/plugins/lisa-expo/commands/jira-add-journey.md +7 -0
  154. package/plugins/lisa-expo/commands/jira-create.md +7 -0
  155. package/plugins/lisa-expo/commands/jira-evidence.md +7 -0
  156. package/plugins/lisa-expo/commands/jira-fix.md +7 -0
  157. package/plugins/lisa-expo/commands/jira-implement.md +7 -0
  158. package/plugins/lisa-expo/commands/jira-journey.md +7 -0
  159. package/plugins/lisa-expo/commands/jira-sync.md +7 -0
  160. package/plugins/lisa-expo/commands/jira-verify.md +7 -0
  161. package/plugins/lisa-expo/commands/lisa-review-implementation.md +7 -0
  162. package/plugins/lisa-expo/commands/plan-add-test-coverage.md +7 -0
  163. package/plugins/lisa-expo/commands/plan-create.md +6 -0
  164. package/plugins/lisa-expo/commands/plan-execute.md +7 -0
  165. package/plugins/lisa-expo/commands/plan-fix-linter-error.md +7 -0
  166. package/plugins/lisa-expo/commands/plan-local-code-review.md +6 -0
  167. package/plugins/lisa-expo/commands/plan-lower-code-complexity.md +6 -0
  168. package/plugins/lisa-expo/commands/plan-reduce-max-lines-per-function.md +7 -0
  169. package/plugins/lisa-expo/commands/plan-reduce-max-lines.md +7 -0
  170. package/plugins/lisa-expo/commands/pull-request-review.md +7 -0
  171. package/plugins/lisa-expo/commands/security-zap-scan.md +6 -0
  172. package/plugins/lisa-expo/commands/sonarqube-check.md +6 -0
  173. package/plugins/lisa-expo/commands/sonarqube-fix.md +6 -0
  174. package/plugins/lisa-expo/commands/tasks-load.md +7 -0
  175. package/plugins/lisa-expo/commands/tasks-sync.md +7 -0
  176. package/plugins/lisa-expo/hooks/debug-hook.sh +47 -0
  177. package/plugins/lisa-expo/hooks/enforce-plan-rules.sh +15 -0
  178. package/plugins/lisa-expo/hooks/format-on-edit.sh +76 -0
  179. package/plugins/lisa-expo/hooks/install-pkgs.sh +64 -0
  180. package/plugins/lisa-expo/hooks/lint-on-edit.sh +81 -0
  181. package/plugins/lisa-expo/hooks/notify-ntfy.sh +183 -0
  182. package/plugins/lisa-expo/hooks/setup-jira-cli.sh +52 -0
  183. package/plugins/lisa-expo/hooks/sg-scan-on-edit.sh +68 -0
  184. package/plugins/lisa-expo/hooks/sync-tasks.sh +107 -0
  185. package/plugins/lisa-expo/hooks/ticket-sync-reminder.sh +23 -0
  186. package/plugins/lisa-expo/hooks/track-plan-sessions.sh +164 -0
  187. package/plugins/lisa-expo/hooks/verify-completion.sh +77 -0
  188. package/plugins/lisa-expo/rules/README.md +240 -0
  189. package/plugins/lisa-expo/rules/coding-philosophy.md +428 -0
  190. package/plugins/lisa-expo/rules/lisa.md +37 -0
  191. package/plugins/lisa-expo/rules/verfication.md +596 -0
  192. package/plugins/lisa-expo/skills/agent-design-best-practices/SKILL.md +219 -0
  193. package/plugins/lisa-expo/skills/git-commit/SKILL.md +48 -0
  194. package/plugins/lisa-expo/skills/git-commit-and-submit-pr/SKILL.md +8 -0
  195. package/plugins/lisa-expo/skills/git-commit-submit-pr-and-verify/SKILL.md +7 -0
  196. package/plugins/lisa-expo/skills/git-commit-submit-pr-deploy-and-verify/SKILL.md +7 -0
  197. package/plugins/lisa-expo/skills/git-prune/SKILL.md +35 -0
  198. package/plugins/lisa-expo/skills/git-submit-pr/SKILL.md +44 -0
  199. package/plugins/lisa-expo/skills/jira-add-journey/SKILL.md +126 -0
  200. package/plugins/lisa-expo/skills/jira-create/SKILL.md +101 -0
  201. package/plugins/lisa-expo/skills/jira-evidence/SKILL.md +78 -0
  202. package/plugins/lisa-expo/skills/jira-evidence/scripts/post-evidence.sh +163 -0
  203. package/plugins/lisa-expo/skills/jira-fix/SKILL.md +16 -0
  204. package/plugins/lisa-expo/skills/jira-implement/SKILL.md +18 -0
  205. package/plugins/lisa-expo/skills/jira-journey/SKILL.md +190 -0
  206. package/plugins/lisa-expo/skills/jira-journey/scripts/generate-templates.py +281 -0
  207. package/plugins/lisa-expo/skills/jira-journey/scripts/parse-plan.py +368 -0
  208. package/plugins/lisa-expo/skills/jira-sync/SKILL.md +63 -0
  209. package/plugins/lisa-expo/skills/jira-verify/SKILL.md +47 -0
  210. package/plugins/lisa-expo/skills/jsdoc-best-practices/SKILL.md +432 -0
  211. package/plugins/lisa-expo/skills/lisa-review-implementation/SKILL.md +209 -0
  212. package/plugins/lisa-expo/skills/plan-add-test-coverage/SKILL.md +44 -0
  213. package/plugins/lisa-expo/skills/plan-execute/SKILL.md +89 -0
  214. package/plugins/lisa-expo/skills/plan-fix-linter-error/SKILL.md +45 -0
  215. package/plugins/lisa-expo/skills/plan-local-code-review/SKILL.md +88 -0
  216. package/plugins/lisa-expo/skills/plan-lower-code-complexity/SKILL.md +44 -0
  217. package/plugins/lisa-expo/skills/plan-reduce-max-lines/SKILL.md +45 -0
  218. package/plugins/lisa-expo/skills/plan-reduce-max-lines-per-function/SKILL.md +46 -0
  219. package/plugins/lisa-expo/skills/pull-request-review/SKILL.md +68 -0
  220. package/plugins/lisa-expo/skills/skill-creator/LICENSE.txt +202 -0
  221. package/plugins/lisa-expo/skills/skill-creator/SKILL.md +210 -0
  222. package/plugins/lisa-expo/skills/skill-creator/scripts/init_skill.py +305 -0
  223. package/plugins/lisa-expo/skills/skill-creator/scripts/package_skill.py +112 -0
  224. package/plugins/lisa-expo/skills/skill-creator/scripts/quick_validate.py +67 -0
  225. package/plugins/lisa-expo/skills/sonarqube-check/SKILL.md +11 -0
  226. package/plugins/lisa-expo/skills/sonarqube-fix/SKILL.md +8 -0
  227. package/plugins/lisa-expo/skills/tasks-load/SKILL.md +88 -0
  228. package/plugins/lisa-expo/skills/tasks-sync/SKILL.md +108 -0
  229. package/plugins/lisa-nestjs/.claude-plugin/plugin.json +86 -0
  230. package/plugins/lisa-nestjs/agents/agent-architect.md +310 -0
  231. package/plugins/lisa-nestjs/agents/architecture-specialist.md +53 -0
  232. package/plugins/lisa-nestjs/agents/debug-specialist.md +204 -0
  233. package/plugins/lisa-nestjs/agents/git-history-analyzer.md +183 -0
  234. package/plugins/lisa-nestjs/agents/hooks-expert.md +74 -0
  235. package/plugins/lisa-nestjs/agents/implementer.md +54 -0
  236. package/plugins/lisa-nestjs/agents/learner.md +44 -0
  237. package/plugins/lisa-nestjs/agents/performance-specialist.md +95 -0
  238. package/plugins/lisa-nestjs/agents/product-specialist.md +72 -0
  239. package/plugins/lisa-nestjs/agents/quality-specialist.md +55 -0
  240. package/plugins/lisa-nestjs/agents/security-specialist.md +58 -0
  241. package/plugins/lisa-nestjs/agents/skill-evaluator.md +246 -0
  242. package/plugins/lisa-nestjs/agents/slash-command-architect.md +87 -0
  243. package/plugins/lisa-nestjs/agents/test-specialist.md +64 -0
  244. package/plugins/lisa-nestjs/agents/verification-specialist.md +189 -0
  245. package/plugins/lisa-nestjs/agents/web-search-researcher.md +112 -0
  246. package/plugins/lisa-nestjs/commands/git-commit-and-submit-pr.md +7 -0
  247. package/plugins/lisa-nestjs/commands/git-commit-submit-pr-and-verify.md +7 -0
  248. package/plugins/lisa-nestjs/commands/git-commit-submit-pr-deploy-and-verify.md +7 -0
  249. package/plugins/lisa-nestjs/commands/git-commit.md +7 -0
  250. package/plugins/lisa-nestjs/commands/git-prune.md +6 -0
  251. package/plugins/lisa-nestjs/commands/git-submit-pr.md +7 -0
  252. package/plugins/lisa-nestjs/commands/jira-add-journey.md +7 -0
  253. package/plugins/lisa-nestjs/commands/jira-create.md +7 -0
  254. package/plugins/lisa-nestjs/commands/jira-evidence.md +7 -0
  255. package/plugins/lisa-nestjs/commands/jira-fix.md +7 -0
  256. package/plugins/lisa-nestjs/commands/jira-implement.md +7 -0
  257. package/plugins/lisa-nestjs/commands/jira-journey.md +7 -0
  258. package/plugins/lisa-nestjs/commands/jira-sync.md +7 -0
  259. package/plugins/lisa-nestjs/commands/jira-verify.md +7 -0
  260. package/plugins/lisa-nestjs/commands/lisa-review-implementation.md +7 -0
  261. package/plugins/lisa-nestjs/commands/plan-add-test-coverage.md +7 -0
  262. package/plugins/lisa-nestjs/commands/plan-create.md +6 -0
  263. package/plugins/lisa-nestjs/commands/plan-execute.md +7 -0
  264. package/plugins/lisa-nestjs/commands/plan-fix-linter-error.md +7 -0
  265. package/plugins/lisa-nestjs/commands/plan-local-code-review.md +6 -0
  266. package/plugins/lisa-nestjs/commands/plan-lower-code-complexity.md +6 -0
  267. package/plugins/lisa-nestjs/commands/plan-reduce-max-lines-per-function.md +7 -0
  268. package/plugins/lisa-nestjs/commands/plan-reduce-max-lines.md +7 -0
  269. package/plugins/lisa-nestjs/commands/pull-request-review.md +7 -0
  270. package/plugins/lisa-nestjs/commands/security-zap-scan.md +6 -0
  271. package/plugins/lisa-nestjs/commands/sonarqube-check.md +6 -0
  272. package/plugins/lisa-nestjs/commands/sonarqube-fix.md +6 -0
  273. package/plugins/lisa-nestjs/commands/tasks-load.md +7 -0
  274. package/plugins/lisa-nestjs/commands/tasks-sync.md +7 -0
  275. package/plugins/lisa-nestjs/hooks/debug-hook.sh +47 -0
  276. package/plugins/lisa-nestjs/hooks/enforce-plan-rules.sh +15 -0
  277. package/plugins/lisa-nestjs/hooks/format-on-edit.sh +76 -0
  278. package/plugins/lisa-nestjs/hooks/install-pkgs.sh +64 -0
  279. package/plugins/lisa-nestjs/hooks/lint-on-edit.sh +81 -0
  280. package/plugins/lisa-nestjs/hooks/notify-ntfy.sh +183 -0
  281. package/plugins/lisa-nestjs/hooks/setup-jira-cli.sh +52 -0
  282. package/plugins/lisa-nestjs/hooks/sg-scan-on-edit.sh +68 -0
  283. package/plugins/lisa-nestjs/hooks/sync-tasks.sh +107 -0
  284. package/plugins/lisa-nestjs/hooks/ticket-sync-reminder.sh +23 -0
  285. package/plugins/lisa-nestjs/hooks/track-plan-sessions.sh +164 -0
  286. package/plugins/lisa-nestjs/hooks/verify-completion.sh +77 -0
  287. package/plugins/lisa-nestjs/rules/README.md +240 -0
  288. package/plugins/lisa-nestjs/rules/coding-philosophy.md +428 -0
  289. package/plugins/lisa-nestjs/rules/lisa.md +37 -0
  290. package/plugins/lisa-nestjs/rules/verfication.md +596 -0
  291. package/plugins/lisa-nestjs/skills/agent-design-best-practices/SKILL.md +219 -0
  292. package/plugins/lisa-nestjs/skills/git-commit/SKILL.md +48 -0
  293. package/plugins/lisa-nestjs/skills/git-commit-and-submit-pr/SKILL.md +8 -0
  294. package/plugins/lisa-nestjs/skills/git-commit-submit-pr-and-verify/SKILL.md +7 -0
  295. package/plugins/lisa-nestjs/skills/git-commit-submit-pr-deploy-and-verify/SKILL.md +7 -0
  296. package/plugins/lisa-nestjs/skills/git-prune/SKILL.md +35 -0
  297. package/plugins/lisa-nestjs/skills/git-submit-pr/SKILL.md +44 -0
  298. package/plugins/lisa-nestjs/skills/jira-add-journey/SKILL.md +120 -0
  299. package/plugins/lisa-nestjs/skills/jira-create/SKILL.md +95 -0
  300. package/plugins/lisa-nestjs/skills/jira-evidence/SKILL.md +73 -0
  301. package/plugins/lisa-nestjs/skills/jira-evidence/scripts/post-evidence.sh +163 -0
  302. package/plugins/lisa-nestjs/skills/jira-fix/SKILL.md +16 -0
  303. package/plugins/lisa-nestjs/skills/jira-implement/SKILL.md +18 -0
  304. package/plugins/lisa-nestjs/skills/jira-journey/SKILL.md +125 -0
  305. package/plugins/lisa-nestjs/skills/jira-journey/scripts/generate-templates.py +233 -0
  306. package/plugins/lisa-nestjs/skills/jira-journey/scripts/parse-plan.py +368 -0
  307. package/plugins/lisa-nestjs/skills/jira-sync/SKILL.md +63 -0
  308. package/plugins/lisa-nestjs/skills/jira-verify/SKILL.md +48 -0
  309. package/plugins/lisa-nestjs/skills/jsdoc-best-practices/SKILL.md +432 -0
  310. package/plugins/lisa-nestjs/skills/lisa-review-implementation/SKILL.md +209 -0
  311. package/plugins/lisa-nestjs/skills/plan-add-test-coverage/SKILL.md +44 -0
  312. package/plugins/lisa-nestjs/skills/plan-execute/SKILL.md +89 -0
  313. package/plugins/lisa-nestjs/skills/plan-fix-linter-error/SKILL.md +45 -0
  314. package/plugins/lisa-nestjs/skills/plan-local-code-review/SKILL.md +88 -0
  315. package/plugins/lisa-nestjs/skills/plan-lower-code-complexity/SKILL.md +44 -0
  316. package/plugins/lisa-nestjs/skills/plan-reduce-max-lines/SKILL.md +45 -0
  317. package/plugins/lisa-nestjs/skills/plan-reduce-max-lines-per-function/SKILL.md +46 -0
  318. package/plugins/lisa-nestjs/skills/pull-request-review/SKILL.md +68 -0
  319. package/plugins/lisa-nestjs/skills/security-zap-scan/SKILL.md +33 -0
  320. package/plugins/lisa-nestjs/skills/skill-creator/LICENSE.txt +202 -0
  321. package/plugins/lisa-nestjs/skills/skill-creator/SKILL.md +210 -0
  322. package/plugins/lisa-nestjs/skills/skill-creator/scripts/init_skill.py +305 -0
  323. package/plugins/lisa-nestjs/skills/skill-creator/scripts/package_skill.py +112 -0
  324. package/plugins/lisa-nestjs/skills/skill-creator/scripts/quick_validate.py +67 -0
  325. package/plugins/lisa-nestjs/skills/sonarqube-check/SKILL.md +11 -0
  326. package/plugins/lisa-nestjs/skills/sonarqube-fix/SKILL.md +8 -0
  327. package/plugins/lisa-nestjs/skills/tasks-load/SKILL.md +88 -0
  328. package/plugins/lisa-nestjs/skills/tasks-sync/SKILL.md +108 -0
  329. package/plugins/lisa-rails/.claude-plugin/plugin.json +77 -0
  330. package/plugins/lisa-rails/agents/agent-architect.md +310 -0
  331. package/plugins/lisa-rails/agents/architecture-specialist.md +53 -0
  332. package/plugins/lisa-rails/agents/debug-specialist.md +204 -0
  333. package/plugins/lisa-rails/agents/git-history-analyzer.md +183 -0
  334. package/plugins/lisa-rails/agents/hooks-expert.md +74 -0
  335. package/plugins/lisa-rails/agents/implementer.md +54 -0
  336. package/plugins/lisa-rails/agents/learner.md +44 -0
  337. package/plugins/lisa-rails/agents/performance-specialist.md +95 -0
  338. package/plugins/lisa-rails/agents/product-specialist.md +72 -0
  339. package/plugins/lisa-rails/agents/quality-specialist.md +55 -0
  340. package/plugins/lisa-rails/agents/security-specialist.md +58 -0
  341. package/plugins/lisa-rails/agents/skill-evaluator.md +246 -0
  342. package/plugins/lisa-rails/agents/slash-command-architect.md +87 -0
  343. package/plugins/lisa-rails/agents/test-specialist.md +64 -0
  344. package/plugins/lisa-rails/agents/verification-specialist.md +189 -0
  345. package/plugins/lisa-rails/agents/web-search-researcher.md +112 -0
  346. package/plugins/lisa-rails/commands/git-commit-and-submit-pr.md +7 -0
  347. package/plugins/lisa-rails/commands/git-commit-submit-pr-and-verify.md +7 -0
  348. package/plugins/lisa-rails/commands/git-commit-submit-pr-deploy-and-verify.md +7 -0
  349. package/plugins/lisa-rails/commands/git-commit.md +7 -0
  350. package/plugins/lisa-rails/commands/git-prune.md +6 -0
  351. package/plugins/lisa-rails/commands/git-submit-pr.md +7 -0
  352. package/plugins/lisa-rails/commands/jira-add-journey.md +7 -0
  353. package/plugins/lisa-rails/commands/jira-create.md +7 -0
  354. package/plugins/lisa-rails/commands/jira-evidence.md +7 -0
  355. package/plugins/lisa-rails/commands/jira-fix.md +7 -0
  356. package/plugins/lisa-rails/commands/jira-implement.md +7 -0
  357. package/plugins/lisa-rails/commands/jira-journey.md +7 -0
  358. package/plugins/lisa-rails/commands/jira-sync.md +7 -0
  359. package/plugins/lisa-rails/commands/jira-verify.md +7 -0
  360. package/plugins/lisa-rails/commands/lisa-review-implementation.md +7 -0
  361. package/plugins/lisa-rails/commands/plan-add-test-coverage.md +7 -0
  362. package/plugins/lisa-rails/commands/plan-create.md +6 -0
  363. package/plugins/lisa-rails/commands/plan-execute.md +7 -0
  364. package/plugins/lisa-rails/commands/plan-fix-linter-error.md +7 -0
  365. package/plugins/lisa-rails/commands/plan-local-code-review.md +6 -0
  366. package/plugins/lisa-rails/commands/plan-lower-code-complexity.md +6 -0
  367. package/plugins/lisa-rails/commands/plan-reduce-max-lines-per-function.md +7 -0
  368. package/plugins/lisa-rails/commands/plan-reduce-max-lines.md +7 -0
  369. package/plugins/lisa-rails/commands/pull-request-review.md +7 -0
  370. package/plugins/lisa-rails/commands/security-zap-scan.md +6 -0
  371. package/plugins/lisa-rails/commands/sonarqube-check.md +6 -0
  372. package/plugins/lisa-rails/commands/sonarqube-fix.md +6 -0
  373. package/plugins/lisa-rails/commands/tasks-load.md +7 -0
  374. package/plugins/lisa-rails/commands/tasks-sync.md +7 -0
  375. package/plugins/lisa-rails/hooks/debug-hook.sh +47 -0
  376. package/plugins/lisa-rails/hooks/enforce-plan-rules.sh +15 -0
  377. package/plugins/lisa-rails/hooks/format-on-edit.sh +76 -0
  378. package/plugins/lisa-rails/hooks/install-pkgs.sh +64 -0
  379. package/plugins/lisa-rails/hooks/lint-on-edit.sh +81 -0
  380. package/plugins/lisa-rails/hooks/notify-ntfy.sh +183 -0
  381. package/plugins/lisa-rails/hooks/setup-jira-cli.sh +52 -0
  382. package/plugins/lisa-rails/hooks/sg-scan-on-edit.sh +68 -0
  383. package/plugins/lisa-rails/hooks/sync-tasks.sh +107 -0
  384. package/plugins/lisa-rails/hooks/ticket-sync-reminder.sh +23 -0
  385. package/plugins/lisa-rails/hooks/track-plan-sessions.sh +164 -0
  386. package/plugins/lisa-rails/hooks/verify-completion.sh +77 -0
  387. package/plugins/lisa-rails/rules/README.md +240 -0
  388. package/plugins/lisa-rails/rules/coding-philosophy.md +428 -0
  389. package/plugins/lisa-rails/rules/lisa.md +37 -0
  390. package/plugins/lisa-rails/rules/rails-conventions.md +176 -0
  391. package/plugins/lisa-rails/rules/verfication.md +596 -0
  392. package/plugins/lisa-rails/skills/agent-design-best-practices/SKILL.md +219 -0
  393. package/plugins/lisa-rails/skills/git-commit/SKILL.md +48 -0
  394. package/plugins/lisa-rails/skills/git-commit-and-submit-pr/SKILL.md +8 -0
  395. package/plugins/lisa-rails/skills/git-commit-submit-pr-and-verify/SKILL.md +7 -0
  396. package/plugins/lisa-rails/skills/git-commit-submit-pr-deploy-and-verify/SKILL.md +7 -0
  397. package/plugins/lisa-rails/skills/git-prune/SKILL.md +35 -0
  398. package/plugins/lisa-rails/skills/git-submit-pr/SKILL.md +44 -0
  399. package/plugins/lisa-rails/skills/jira-add-journey/SKILL.md +65 -0
  400. package/plugins/lisa-rails/skills/jira-evidence/SKILL.md +70 -0
  401. package/plugins/lisa-rails/skills/jira-evidence/scripts/post-evidence.sh +163 -0
  402. package/plugins/lisa-rails/skills/jira-fix/SKILL.md +16 -0
  403. package/plugins/lisa-rails/skills/jira-implement/SKILL.md +18 -0
  404. package/plugins/lisa-rails/skills/jira-journey/SKILL.md +64 -0
  405. package/plugins/lisa-rails/skills/jira-journey/scripts/generate-templates.py +233 -0
  406. package/plugins/lisa-rails/skills/jira-journey/scripts/parse-plan.py +368 -0
  407. package/plugins/lisa-rails/skills/jira-sync/SKILL.md +63 -0
  408. package/plugins/lisa-rails/skills/jsdoc-best-practices/SKILL.md +432 -0
  409. package/plugins/lisa-rails/skills/lisa-review-implementation/SKILL.md +209 -0
  410. package/plugins/lisa-rails/skills/plan-execute/SKILL.md +89 -0
  411. package/plugins/lisa-rails/skills/plan-local-code-review/SKILL.md +88 -0
  412. package/plugins/lisa-rails/skills/pull-request-review/SKILL.md +68 -0
  413. package/plugins/lisa-rails/skills/security-zap-scan/SKILL.md +33 -0
  414. package/plugins/lisa-rails/skills/skill-creator/LICENSE.txt +202 -0
  415. package/plugins/lisa-rails/skills/skill-creator/SKILL.md +210 -0
  416. package/plugins/lisa-rails/skills/skill-creator/scripts/init_skill.py +305 -0
  417. package/plugins/lisa-rails/skills/skill-creator/scripts/package_skill.py +112 -0
  418. package/plugins/lisa-rails/skills/skill-creator/scripts/quick_validate.py +67 -0
  419. package/plugins/lisa-rails/skills/sonarqube-check/SKILL.md +11 -0
  420. package/plugins/lisa-rails/skills/sonarqube-fix/SKILL.md +8 -0
  421. package/plugins/lisa-rails/skills/tasks-load/SKILL.md +88 -0
  422. package/plugins/lisa-rails/skills/tasks-sync/SKILL.md +108 -0
  423. package/plugins/lisa-typescript/.claude-plugin/plugin.json +86 -0
  424. package/plugins/lisa-typescript/agents/agent-architect.md +310 -0
  425. package/plugins/lisa-typescript/agents/architecture-specialist.md +53 -0
  426. package/plugins/lisa-typescript/agents/debug-specialist.md +204 -0
  427. package/plugins/lisa-typescript/agents/git-history-analyzer.md +183 -0
  428. package/plugins/lisa-typescript/agents/hooks-expert.md +74 -0
  429. package/plugins/lisa-typescript/agents/implementer.md +54 -0
  430. package/plugins/lisa-typescript/agents/learner.md +44 -0
  431. package/plugins/lisa-typescript/agents/performance-specialist.md +95 -0
  432. package/plugins/lisa-typescript/agents/product-specialist.md +72 -0
  433. package/plugins/lisa-typescript/agents/quality-specialist.md +55 -0
  434. package/plugins/lisa-typescript/agents/security-specialist.md +58 -0
  435. package/plugins/lisa-typescript/agents/skill-evaluator.md +246 -0
  436. package/plugins/lisa-typescript/agents/slash-command-architect.md +87 -0
  437. package/plugins/lisa-typescript/agents/test-specialist.md +64 -0
  438. package/plugins/lisa-typescript/agents/verification-specialist.md +189 -0
  439. package/plugins/lisa-typescript/agents/web-search-researcher.md +112 -0
  440. package/plugins/lisa-typescript/commands/git-commit-and-submit-pr.md +7 -0
  441. package/plugins/lisa-typescript/commands/git-commit-submit-pr-and-verify.md +7 -0
  442. package/plugins/lisa-typescript/commands/git-commit-submit-pr-deploy-and-verify.md +7 -0
  443. package/plugins/lisa-typescript/commands/git-commit.md +7 -0
  444. package/plugins/lisa-typescript/commands/git-prune.md +6 -0
  445. package/plugins/lisa-typescript/commands/git-submit-pr.md +7 -0
  446. package/plugins/lisa-typescript/commands/jira-add-journey.md +7 -0
  447. package/plugins/lisa-typescript/commands/jira-create.md +7 -0
  448. package/plugins/lisa-typescript/commands/jira-evidence.md +7 -0
  449. package/plugins/lisa-typescript/commands/jira-fix.md +7 -0
  450. package/plugins/lisa-typescript/commands/jira-implement.md +7 -0
  451. package/plugins/lisa-typescript/commands/jira-journey.md +7 -0
  452. package/plugins/lisa-typescript/commands/jira-sync.md +7 -0
  453. package/plugins/lisa-typescript/commands/jira-verify.md +7 -0
  454. package/plugins/lisa-typescript/commands/lisa-review-implementation.md +7 -0
  455. package/plugins/lisa-typescript/commands/plan-add-test-coverage.md +7 -0
  456. package/plugins/lisa-typescript/commands/plan-create.md +6 -0
  457. package/plugins/lisa-typescript/commands/plan-execute.md +7 -0
  458. package/plugins/lisa-typescript/commands/plan-fix-linter-error.md +7 -0
  459. package/plugins/lisa-typescript/commands/plan-local-code-review.md +6 -0
  460. package/plugins/lisa-typescript/commands/plan-lower-code-complexity.md +6 -0
  461. package/plugins/lisa-typescript/commands/plan-reduce-max-lines-per-function.md +7 -0
  462. package/plugins/lisa-typescript/commands/plan-reduce-max-lines.md +7 -0
  463. package/plugins/lisa-typescript/commands/pull-request-review.md +7 -0
  464. package/plugins/lisa-typescript/commands/security-zap-scan.md +6 -0
  465. package/plugins/lisa-typescript/commands/sonarqube-check.md +6 -0
  466. package/plugins/lisa-typescript/commands/sonarqube-fix.md +6 -0
  467. package/plugins/lisa-typescript/commands/tasks-load.md +7 -0
  468. package/plugins/lisa-typescript/commands/tasks-sync.md +7 -0
  469. package/plugins/lisa-typescript/hooks/debug-hook.sh +47 -0
  470. package/plugins/lisa-typescript/hooks/enforce-plan-rules.sh +15 -0
  471. package/plugins/lisa-typescript/hooks/format-on-edit.sh +76 -0
  472. package/plugins/lisa-typescript/hooks/install-pkgs.sh +64 -0
  473. package/plugins/lisa-typescript/hooks/lint-on-edit.sh +81 -0
  474. package/plugins/lisa-typescript/hooks/notify-ntfy.sh +183 -0
  475. package/plugins/lisa-typescript/hooks/setup-jira-cli.sh +52 -0
  476. package/plugins/lisa-typescript/hooks/sg-scan-on-edit.sh +68 -0
  477. package/plugins/lisa-typescript/hooks/sync-tasks.sh +107 -0
  478. package/plugins/lisa-typescript/hooks/ticket-sync-reminder.sh +23 -0
  479. package/plugins/lisa-typescript/hooks/track-plan-sessions.sh +164 -0
  480. package/plugins/lisa-typescript/hooks/verify-completion.sh +77 -0
  481. package/plugins/lisa-typescript/rules/README.md +240 -0
  482. package/plugins/lisa-typescript/rules/coding-philosophy.md +428 -0
  483. package/plugins/lisa-typescript/rules/lisa.md +37 -0
  484. package/plugins/lisa-typescript/rules/verfication.md +596 -0
  485. package/plugins/lisa-typescript/skills/agent-design-best-practices/SKILL.md +219 -0
  486. package/plugins/lisa-typescript/skills/git-commit/SKILL.md +48 -0
  487. package/plugins/lisa-typescript/skills/git-commit-and-submit-pr/SKILL.md +8 -0
  488. package/plugins/lisa-typescript/skills/git-commit-submit-pr-and-verify/SKILL.md +7 -0
  489. package/plugins/lisa-typescript/skills/git-commit-submit-pr-deploy-and-verify/SKILL.md +7 -0
  490. package/plugins/lisa-typescript/skills/git-prune/SKILL.md +35 -0
  491. package/plugins/lisa-typescript/skills/git-submit-pr/SKILL.md +44 -0
  492. package/plugins/lisa-typescript/skills/jira-add-journey/SKILL.md +120 -0
  493. package/plugins/lisa-typescript/skills/jira-create/SKILL.md +95 -0
  494. package/plugins/lisa-typescript/skills/jira-evidence/SKILL.md +73 -0
  495. package/plugins/lisa-typescript/skills/jira-evidence/scripts/post-evidence.sh +163 -0
  496. package/plugins/lisa-typescript/skills/jira-fix/SKILL.md +16 -0
  497. package/plugins/lisa-typescript/skills/jira-implement/SKILL.md +18 -0
  498. package/plugins/lisa-typescript/skills/jira-journey/SKILL.md +125 -0
  499. package/plugins/lisa-typescript/skills/jira-journey/scripts/generate-templates.py +233 -0
  500. package/plugins/lisa-typescript/skills/jira-journey/scripts/parse-plan.py +368 -0
  501. package/plugins/lisa-typescript/skills/jira-sync/SKILL.md +63 -0
  502. package/plugins/lisa-typescript/skills/jira-verify/SKILL.md +48 -0
  503. package/plugins/lisa-typescript/skills/jsdoc-best-practices/SKILL.md +432 -0
  504. package/plugins/lisa-typescript/skills/lisa-review-implementation/SKILL.md +209 -0
  505. package/plugins/lisa-typescript/skills/plan-add-test-coverage/SKILL.md +44 -0
  506. package/plugins/lisa-typescript/skills/plan-execute/SKILL.md +89 -0
  507. package/plugins/lisa-typescript/skills/plan-fix-linter-error/SKILL.md +45 -0
  508. package/plugins/lisa-typescript/skills/plan-local-code-review/SKILL.md +88 -0
  509. package/plugins/lisa-typescript/skills/plan-lower-code-complexity/SKILL.md +44 -0
  510. package/plugins/lisa-typescript/skills/plan-reduce-max-lines/SKILL.md +45 -0
  511. package/plugins/lisa-typescript/skills/plan-reduce-max-lines-per-function/SKILL.md +46 -0
  512. package/plugins/lisa-typescript/skills/pull-request-review/SKILL.md +68 -0
  513. package/plugins/lisa-typescript/skills/security-zap-scan/SKILL.md +33 -0
  514. package/plugins/lisa-typescript/skills/skill-creator/LICENSE.txt +202 -0
  515. package/plugins/lisa-typescript/skills/skill-creator/SKILL.md +210 -0
  516. package/plugins/lisa-typescript/skills/skill-creator/scripts/init_skill.py +305 -0
  517. package/plugins/lisa-typescript/skills/skill-creator/scripts/package_skill.py +112 -0
  518. package/plugins/lisa-typescript/skills/skill-creator/scripts/quick_validate.py +67 -0
  519. package/plugins/lisa-typescript/skills/sonarqube-check/SKILL.md +11 -0
  520. package/plugins/lisa-typescript/skills/sonarqube-fix/SKILL.md +8 -0
  521. package/plugins/lisa-typescript/skills/tasks-load/SKILL.md +88 -0
  522. package/plugins/lisa-typescript/skills/tasks-sync/SKILL.md +108 -0
  523. package/plugins/src/base/agents/agent-architect.md +310 -0
  524. package/plugins/src/base/agents/architecture-specialist.md +53 -0
  525. package/plugins/src/base/agents/debug-specialist.md +204 -0
  526. package/plugins/src/base/agents/git-history-analyzer.md +183 -0
  527. package/plugins/src/base/agents/hooks-expert.md +74 -0
  528. package/plugins/src/base/agents/implementer.md +54 -0
  529. package/plugins/src/base/agents/learner.md +44 -0
  530. package/plugins/src/base/agents/performance-specialist.md +95 -0
  531. package/plugins/src/base/agents/product-specialist.md +72 -0
  532. package/plugins/src/base/agents/quality-specialist.md +55 -0
  533. package/plugins/src/base/agents/security-specialist.md +58 -0
  534. package/plugins/src/base/agents/skill-evaluator.md +246 -0
  535. package/plugins/src/base/agents/slash-command-architect.md +87 -0
  536. package/plugins/src/base/agents/test-specialist.md +64 -0
  537. package/plugins/src/base/agents/verification-specialist.md +189 -0
  538. package/plugins/src/base/agents/web-search-researcher.md +112 -0
  539. package/plugins/src/base/commands/git-commit-and-submit-pr.md +7 -0
  540. package/plugins/src/base/commands/git-commit-submit-pr-and-verify.md +7 -0
  541. package/plugins/src/base/commands/git-commit-submit-pr-deploy-and-verify.md +7 -0
  542. package/plugins/src/base/commands/git-commit.md +7 -0
  543. package/plugins/src/base/commands/git-prune.md +6 -0
  544. package/plugins/src/base/commands/git-submit-pr.md +7 -0
  545. package/plugins/src/base/commands/jira-add-journey.md +7 -0
  546. package/plugins/src/base/commands/jira-create.md +7 -0
  547. package/plugins/src/base/commands/jira-evidence.md +7 -0
  548. package/plugins/src/base/commands/jira-fix.md +7 -0
  549. package/plugins/src/base/commands/jira-implement.md +7 -0
  550. package/plugins/src/base/commands/jira-journey.md +7 -0
  551. package/plugins/src/base/commands/jira-sync.md +7 -0
  552. package/plugins/src/base/commands/jira-verify.md +7 -0
  553. package/plugins/src/base/commands/lisa-review-implementation.md +7 -0
  554. package/plugins/src/base/commands/plan-add-test-coverage.md +7 -0
  555. package/plugins/src/base/commands/plan-create.md +6 -0
  556. package/plugins/src/base/commands/plan-execute.md +7 -0
  557. package/plugins/src/base/commands/plan-fix-linter-error.md +7 -0
  558. package/plugins/src/base/commands/plan-local-code-review.md +6 -0
  559. package/plugins/src/base/commands/plan-lower-code-complexity.md +6 -0
  560. package/plugins/src/base/commands/plan-reduce-max-lines-per-function.md +7 -0
  561. package/plugins/src/base/commands/plan-reduce-max-lines.md +7 -0
  562. package/plugins/src/base/commands/pull-request-review.md +7 -0
  563. package/plugins/src/base/commands/security-zap-scan.md +6 -0
  564. package/plugins/src/base/commands/sonarqube-check.md +6 -0
  565. package/plugins/src/base/commands/sonarqube-fix.md +6 -0
  566. package/plugins/src/base/commands/tasks-load.md +7 -0
  567. package/plugins/src/base/commands/tasks-sync.md +7 -0
  568. package/plugins/src/base/hooks/debug-hook.sh +47 -0
  569. package/plugins/src/base/hooks/enforce-plan-rules.sh +15 -0
  570. package/plugins/src/base/hooks/format-on-edit.sh +76 -0
  571. package/plugins/src/base/hooks/install-pkgs.sh +64 -0
  572. package/plugins/src/base/hooks/lint-on-edit.sh +81 -0
  573. package/plugins/src/base/hooks/notify-ntfy.sh +183 -0
  574. package/plugins/src/base/hooks/setup-jira-cli.sh +52 -0
  575. package/plugins/src/base/hooks/sg-scan-on-edit.sh +68 -0
  576. package/plugins/src/base/hooks/sync-tasks.sh +107 -0
  577. package/plugins/src/base/hooks/ticket-sync-reminder.sh +23 -0
  578. package/plugins/src/base/hooks/track-plan-sessions.sh +164 -0
  579. package/plugins/src/base/hooks/verify-completion.sh +77 -0
  580. package/plugins/src/base/rules/README.md +240 -0
  581. package/plugins/src/base/rules/coding-philosophy.md +428 -0
  582. package/plugins/src/base/rules/lisa.md +37 -0
  583. package/plugins/src/base/rules/verfication.md +596 -0
  584. package/plugins/src/base/skills/agent-design-best-practices/SKILL.md +219 -0
  585. package/plugins/src/base/skills/git-commit/SKILL.md +48 -0
  586. package/plugins/src/base/skills/git-commit-and-submit-pr/SKILL.md +8 -0
  587. package/plugins/src/base/skills/git-commit-submit-pr-and-verify/SKILL.md +7 -0
  588. package/plugins/src/base/skills/git-commit-submit-pr-deploy-and-verify/SKILL.md +7 -0
  589. package/plugins/src/base/skills/git-prune/SKILL.md +35 -0
  590. package/plugins/src/base/skills/git-submit-pr/SKILL.md +44 -0
  591. package/plugins/src/base/skills/jira-add-journey/SKILL.md +120 -0
  592. package/plugins/src/base/skills/jira-create/SKILL.md +95 -0
  593. package/plugins/src/base/skills/jira-evidence/SKILL.md +73 -0
  594. package/plugins/src/base/skills/jira-evidence/scripts/post-evidence.sh +163 -0
  595. package/plugins/src/base/skills/jira-fix/SKILL.md +16 -0
  596. package/plugins/src/base/skills/jira-implement/SKILL.md +18 -0
  597. package/plugins/src/base/skills/jira-journey/SKILL.md +125 -0
  598. package/plugins/src/base/skills/jira-journey/scripts/generate-templates.py +233 -0
  599. package/plugins/src/base/skills/jira-journey/scripts/parse-plan.py +368 -0
  600. package/plugins/src/base/skills/jira-sync/SKILL.md +63 -0
  601. package/plugins/src/base/skills/jira-verify/SKILL.md +48 -0
  602. package/plugins/src/base/skills/jsdoc-best-practices/SKILL.md +432 -0
  603. package/plugins/src/base/skills/lisa-review-implementation/SKILL.md +209 -0
  604. package/plugins/src/base/skills/plan-add-test-coverage/SKILL.md +44 -0
  605. package/plugins/src/base/skills/plan-execute/SKILL.md +89 -0
  606. package/plugins/src/base/skills/plan-fix-linter-error/SKILL.md +45 -0
  607. package/plugins/src/base/skills/plan-local-code-review/SKILL.md +88 -0
  608. package/plugins/src/base/skills/plan-lower-code-complexity/SKILL.md +44 -0
  609. package/plugins/src/base/skills/plan-reduce-max-lines/SKILL.md +45 -0
  610. package/plugins/src/base/skills/plan-reduce-max-lines-per-function/SKILL.md +46 -0
  611. package/plugins/src/base/skills/pull-request-review/SKILL.md +68 -0
  612. package/plugins/src/base/skills/security-zap-scan/SKILL.md +33 -0
  613. package/plugins/src/base/skills/skill-creator/LICENSE.txt +202 -0
  614. package/plugins/src/base/skills/skill-creator/SKILL.md +210 -0
  615. package/plugins/src/base/skills/skill-creator/scripts/init_skill.py +305 -0
  616. package/plugins/src/base/skills/skill-creator/scripts/package_skill.py +112 -0
  617. package/plugins/src/base/skills/skill-creator/scripts/quick_validate.py +67 -0
  618. package/plugins/src/base/skills/sonarqube-check/SKILL.md +11 -0
  619. package/plugins/src/base/skills/sonarqube-fix/SKILL.md +8 -0
  620. package/plugins/src/base/skills/tasks-load/SKILL.md +88 -0
  621. package/plugins/src/base/skills/tasks-sync/SKILL.md +108 -0
  622. package/plugins/src/cdk/.claude-plugin/plugin.json +86 -0
  623. package/plugins/src/expo/.claude-plugin/plugin.json +86 -0
  624. package/plugins/src/expo/agents/ops-specialist.md +124 -0
  625. package/plugins/src/expo/rules/expo-verification.md +261 -0
  626. package/plugins/src/expo/skills/apollo-client/SKILL.md +238 -0
  627. package/plugins/src/expo/skills/apollo-client/references/mutation-patterns.md +360 -0
  628. package/plugins/src/expo/skills/atomic-design-gluestack/SKILL.md +360 -0
  629. package/plugins/src/expo/skills/atomic-design-gluestack/references/atomic-levels.md +417 -0
  630. package/plugins/src/expo/skills/atomic-design-gluestack/references/folder-structure.md +257 -0
  631. package/plugins/src/expo/skills/atomic-design-gluestack/references/gluestack-mapping.md +233 -0
  632. package/plugins/src/expo/skills/atomic-design-gluestack/scripts/validate_atomic_structure.py +329 -0
  633. package/plugins/src/expo/skills/container-view-pattern/SKILL.md +299 -0
  634. package/plugins/src/expo/skills/container-view-pattern/references/examples.md +749 -0
  635. package/plugins/src/expo/skills/container-view-pattern/references/patterns.md +318 -0
  636. package/plugins/src/expo/skills/container-view-pattern/scripts/create_component.py +200 -0
  637. package/plugins/src/expo/skills/container-view-pattern/scripts/validate_component.py +209 -0
  638. package/plugins/src/expo/skills/cross-platform-compatibility/SKILL.md +268 -0
  639. package/plugins/src/expo/skills/cross-platform-compatibility/references/common-issues.md +619 -0
  640. package/plugins/src/expo/skills/cross-platform-compatibility/references/file-extensions.md +340 -0
  641. package/plugins/src/expo/skills/cross-platform-compatibility/references/platform-api.md +276 -0
  642. package/plugins/src/expo/skills/cross-platform-compatibility/scripts/validate_cross_platform.py +416 -0
  643. package/plugins/src/expo/skills/directory-structure/SKILL.md +202 -0
  644. package/plugins/src/expo/skills/directory-structure/scripts/validate_structure.py +445 -0
  645. package/plugins/src/expo/skills/expo-env-config/SKILL.md +309 -0
  646. package/plugins/src/expo/skills/expo-env-config/references/validation-patterns.md +417 -0
  647. package/plugins/src/expo/skills/expo-router-best-practices/SKILL.md +431 -0
  648. package/plugins/src/expo/skills/expo-router-best-practices/references/official-docs.md +290 -0
  649. package/plugins/src/expo/skills/expo-router-best-practices/scripts/generate-route.py +171 -0
  650. package/plugins/src/expo/skills/gluestack-nativewind/SKILL.md +411 -0
  651. package/plugins/src/expo/skills/gluestack-nativewind/references/color-tokens.md +343 -0
  652. package/plugins/src/expo/skills/gluestack-nativewind/references/component-mapping.md +307 -0
  653. package/plugins/src/expo/skills/gluestack-nativewind/references/spacing-scale.md +300 -0
  654. package/plugins/src/expo/skills/gluestack-nativewind/scripts/validate_styling.py +315 -0
  655. package/plugins/src/expo/skills/jira-add-journey/SKILL.md +126 -0
  656. package/plugins/src/expo/skills/jira-create/SKILL.md +101 -0
  657. package/plugins/src/expo/skills/jira-evidence/SKILL.md +78 -0
  658. package/plugins/src/expo/skills/jira-evidence/scripts/post-evidence.sh +163 -0
  659. package/plugins/src/expo/skills/jira-journey/SKILL.md +190 -0
  660. package/plugins/src/expo/skills/jira-journey/scripts/generate-templates.py +281 -0
  661. package/plugins/src/expo/skills/jira-journey/scripts/parse-plan.py +368 -0
  662. package/plugins/src/expo/skills/jira-verify/SKILL.md +47 -0
  663. package/plugins/src/expo/skills/local-state/SKILL.md +362 -0
  664. package/plugins/src/expo/skills/local-state/references/async-storage.md +505 -0
  665. package/plugins/src/expo/skills/local-state/references/persistence-patterns.md +711 -0
  666. package/plugins/src/expo/skills/local-state/references/reactive-variables.md +446 -0
  667. package/plugins/src/expo/skills/ops-browser-uat/SKILL.md +124 -0
  668. package/plugins/src/expo/skills/ops-check-logs/SKILL.md +211 -0
  669. package/plugins/src/expo/skills/ops-db-ops/SKILL.md +119 -0
  670. package/plugins/src/expo/skills/ops-deploy/SKILL.md +119 -0
  671. package/plugins/src/expo/skills/ops-monitor-errors/SKILL.md +99 -0
  672. package/plugins/src/expo/skills/ops-performance/SKILL.md +165 -0
  673. package/plugins/src/expo/skills/ops-run-local/SKILL.md +166 -0
  674. package/plugins/src/expo/skills/ops-verify-health/SKILL.md +101 -0
  675. package/plugins/src/expo/skills/owasp-zap/SKILL.md +56 -0
  676. package/plugins/src/expo/skills/playwright-selectors/SKILL.md +223 -0
  677. package/plugins/src/expo/skills/testing-library/SKILL.md +314 -0
  678. package/plugins/src/expo/skills/testing-library/references/async-patterns.md +420 -0
  679. package/plugins/src/expo/skills/testing-library/references/expo-router-testing.md +556 -0
  680. package/plugins/src/expo/skills/testing-library/references/mocking-patterns.md +590 -0
  681. package/plugins/src/expo/skills/testing-library/references/query-priority.md +291 -0
  682. package/plugins/src/nestjs/.claude-plugin/plugin.json +86 -0
  683. package/plugins/src/nestjs/skills/nestjs-graphql/SKILL.md +176 -0
  684. package/plugins/src/nestjs/skills/nestjs-graphql/references/advanced-features.md +527 -0
  685. package/plugins/src/nestjs/skills/nestjs-graphql/references/project-patterns.md +483 -0
  686. package/plugins/src/nestjs/skills/nestjs-graphql/references/quick-start.md +257 -0
  687. package/plugins/src/nestjs/skills/nestjs-graphql/references/resolvers-mutations.md +413 -0
  688. package/plugins/src/nestjs/skills/nestjs-graphql/references/types-scalars.md +513 -0
  689. package/plugins/src/nestjs/skills/nestjs-rules/SKILL.md +536 -0
  690. package/plugins/src/nestjs/skills/typeorm-patterns/SKILL.md +275 -0
  691. package/plugins/src/nestjs/skills/typeorm-patterns/references/configuration-patterns.md +487 -0
  692. package/plugins/src/nestjs/skills/typeorm-patterns/references/entity-patterns.md +450 -0
  693. package/plugins/src/nestjs/skills/typeorm-patterns/references/observability-patterns.md +536 -0
  694. package/plugins/src/rails/.claude-plugin/plugin.json +77 -0
  695. package/plugins/src/rails/rules/rails-conventions.md +176 -0
  696. package/plugins/src/rails/skills/action-controller-best-practices/SKILL.md +374 -0
  697. package/plugins/src/rails/skills/action-view-best-practices/SKILL.md +335 -0
  698. package/plugins/src/rails/skills/active-record-model-best-practices/SKILL.md +166 -0
  699. package/plugins/src/rails/skills/jira-add-journey/SKILL.md +65 -0
  700. package/plugins/src/rails/skills/jira-create/SKILL.md +41 -0
  701. package/plugins/src/rails/skills/jira-evidence/SKILL.md +70 -0
  702. package/plugins/src/rails/skills/jira-evidence/scripts/post-evidence.sh +163 -0
  703. package/plugins/src/rails/skills/jira-journey/SKILL.md +64 -0
  704. package/plugins/src/rails/skills/jira-verify/SKILL.md +29 -0
  705. package/plugins/src/rails/skills/plan-add-test-coverage/SKILL.md +45 -0
  706. package/plugins/src/rails/skills/plan-fix-linter-error/SKILL.md +45 -0
  707. package/plugins/src/rails/skills/plan-lower-code-complexity/SKILL.md +48 -0
  708. package/plugins/src/rails/skills/plan-reduce-max-lines/SKILL.md +46 -0
  709. package/plugins/src/rails/skills/plan-reduce-max-lines-per-function/SKILL.md +46 -0
  710. package/plugins/src/typescript/.claude-plugin/plugin.json +86 -0
  711. package/rails/copy-overwrite/.claude/settings.json +80 -0
  712. package/rails/create-only/.github/workflows/ci.yml +1 -1
  713. package/rails/deletions.json +11 -1
  714. package/scripts/build-plugins.sh +22 -0
  715. package/scripts/cleanup-amplify-branches.sh +150 -0
  716. package/scripts/cleanup-github-branches.sh +202 -0
  717. package/scripts/github-status-check.sh +301 -0
  718. package/scripts/install-claude-plugins.sh +45 -0
  719. package/scripts/lisa-commit-and-pr-local.sh +204 -0
  720. package/scripts/lisa-update-local.sh +158 -0
  721. package/scripts/update-node-version.ts +197 -0
  722. package/tsconfig/build.json +8 -0
  723. package/tsconfig/cdk.json +16 -0
  724. package/tsconfig/eslint.json +12 -0
  725. package/tsconfig/expo.json +18 -0
  726. package/tsconfig/nestjs.json +18 -0
  727. package/tsconfig/spec.json +7 -0
  728. package/{typescript/copy-overwrite/tsconfig.typescript.json → tsconfig/typescript.json} +1 -1
  729. package/typescript/copy-overwrite/eslint.config.ts +6 -20
  730. package/typescript/copy-overwrite/eslint.slow.config.ts +4 -73
  731. package/typescript/copy-overwrite/jest.config.ts +8 -12
  732. package/typescript/copy-overwrite/tsconfig.json +1 -1
  733. package/typescript/create-only/.github/workflows/ci.yml +1 -1
  734. package/typescript/deletions.json +18 -1
  735. package/typescript/merge/.claude/settings.json +29 -0
  736. package/typescript/package-lisa/package.lisa.json +1 -35
  737. package/all/copy-overwrite/.claude/hooks/check-tired-boss.sh +0 -61
  738. package/all/copy-overwrite/.claude/rules/lisa.md +0 -53
  739. package/all/copy-overwrite/.claude/settings.json +0 -321
  740. package/all/copy-overwrite/.claude/skills/skill-creator/scripts/__pycache__/quick_validate.cpython-312.pyc +0 -0
  741. package/all/copy-overwrite/CLAUDE.md +0 -59
  742. package/all/copy-overwrite/HUMAN.md +0 -309
  743. package/eslint-plugin-code-organization/README.md +0 -149
  744. package/eslint-plugin-code-organization/__tests__/enforce-statement-order.test.js +0 -473
  745. package/eslint-plugin-code-organization/index.js +0 -28
  746. package/eslint-plugin-code-organization/package.json +0 -10
  747. package/eslint-plugin-code-organization/rules/enforce-statement-order.js +0 -162
  748. package/expo/copy-overwrite/eslint-plugin-component-structure/README.md +0 -234
  749. package/expo/copy-overwrite/eslint-plugin-component-structure/__tests__/plugin-index.test.js +0 -89
  750. package/expo/copy-overwrite/eslint-plugin-component-structure/__tests__/require-memo-in-view.test.js +0 -201
  751. package/expo/copy-overwrite/eslint-plugin-component-structure/__tests__/single-component-per-file.test.js +0 -294
  752. package/expo/copy-overwrite/eslint-plugin-component-structure/index.js +0 -37
  753. package/expo/copy-overwrite/eslint-plugin-component-structure/package.json +0 -10
  754. package/expo/copy-overwrite/eslint-plugin-component-structure/rules/enforce-component-structure.js +0 -235
  755. package/expo/copy-overwrite/eslint-plugin-component-structure/rules/no-return-in-view.js +0 -96
  756. package/expo/copy-overwrite/eslint-plugin-component-structure/rules/require-memo-in-view.js +0 -183
  757. package/expo/copy-overwrite/eslint-plugin-component-structure/rules/single-component-per-file.js +0 -243
  758. package/expo/copy-overwrite/eslint-plugin-ui-standards/README.md +0 -192
  759. package/expo/copy-overwrite/eslint-plugin-ui-standards/index.js +0 -31
  760. package/expo/copy-overwrite/eslint-plugin-ui-standards/package.json +0 -10
  761. package/expo/copy-overwrite/eslint-plugin-ui-standards/rules/no-classname-outside-ui.js +0 -56
  762. package/expo/copy-overwrite/eslint-plugin-ui-standards/rules/no-direct-rn-imports.js +0 -60
  763. package/rails/copy-overwrite/CLAUDE.md +0 -56
  764. package/typescript/copy-overwrite/.claude/settings.json +0 -320
  765. package/typescript/copy-overwrite/eslint-plugin-code-organization/README.md +0 -149
  766. package/typescript/copy-overwrite/eslint-plugin-code-organization/__tests__/enforce-statement-order.test.js +0 -473
  767. package/typescript/copy-overwrite/eslint-plugin-code-organization/index.js +0 -28
  768. package/typescript/copy-overwrite/eslint-plugin-code-organization/package.json +0 -10
  769. package/typescript/copy-overwrite/eslint-plugin-code-organization/rules/enforce-statement-order.js +0 -162
  770. package/typescript/copy-overwrite/eslint.base.ts +0 -429
  771. package/typescript/copy-overwrite/eslint.typescript.ts +0 -142
  772. package/typescript/copy-overwrite/jest.typescript.ts +0 -72
  773. /package/{all/copy-overwrite/.claude → plugins/lisa-cdk}/agents/agent-architect.md +0 -0
  774. /package/{all/copy-overwrite/.claude → plugins/lisa-cdk}/agents/architecture-specialist.md +0 -0
  775. /package/{all/copy-overwrite/.claude → plugins/lisa-cdk}/agents/debug-specialist.md +0 -0
  776. /package/{all/copy-overwrite/.claude → plugins/lisa-cdk}/agents/git-history-analyzer.md +0 -0
  777. /package/{all/copy-overwrite/.claude → plugins/lisa-cdk}/agents/hooks-expert.md +0 -0
  778. /package/{all/copy-overwrite/.claude → plugins/lisa-cdk}/agents/implementer.md +0 -0
  779. /package/{all/copy-overwrite/.claude → plugins/lisa-cdk}/agents/learner.md +0 -0
  780. /package/{all/copy-overwrite/.claude → plugins/lisa-cdk}/agents/performance-specialist.md +0 -0
  781. /package/{all/copy-overwrite/.claude → plugins/lisa-cdk}/agents/product-specialist.md +0 -0
  782. /package/{all/copy-overwrite/.claude → plugins/lisa-cdk}/agents/quality-specialist.md +0 -0
  783. /package/{all/copy-overwrite/.claude → plugins/lisa-cdk}/agents/security-specialist.md +0 -0
  784. /package/{all/copy-overwrite/.claude → plugins/lisa-cdk}/agents/skill-evaluator.md +0 -0
  785. /package/{all/copy-overwrite/.claude → plugins/lisa-cdk}/agents/slash-command-architect.md +0 -0
  786. /package/{all/copy-overwrite/.claude → plugins/lisa-cdk}/agents/test-specialist.md +0 -0
  787. /package/{all/copy-overwrite/.claude → plugins/lisa-cdk}/agents/verification-specialist.md +0 -0
  788. /package/{all/copy-overwrite/.claude → plugins/lisa-cdk}/agents/web-search-researcher.md +0 -0
  789. /package/{all/copy-overwrite/.claude → plugins/lisa-cdk}/hooks/debug-hook.sh +0 -0
  790. /package/{all/copy-overwrite/.claude → plugins/lisa-cdk}/hooks/enforce-plan-rules.sh +0 -0
  791. /package/{typescript/copy-overwrite/.claude → plugins/lisa-cdk}/hooks/format-on-edit.sh +0 -0
  792. /package/{typescript/copy-overwrite/.claude → plugins/lisa-cdk}/hooks/lint-on-edit.sh +0 -0
  793. /package/{all/copy-overwrite/.claude → plugins/lisa-cdk}/hooks/notify-ntfy.sh +0 -0
  794. /package/{all/copy-overwrite/.claude → plugins/lisa-cdk}/hooks/setup-jira-cli.sh +0 -0
  795. /package/{typescript/copy-overwrite/.claude → plugins/lisa-cdk}/hooks/sg-scan-on-edit.sh +0 -0
  796. /package/{all/copy-overwrite/.claude → plugins/lisa-cdk}/hooks/sync-tasks.sh +0 -0
  797. /package/{all/copy-overwrite/.claude → plugins/lisa-cdk}/hooks/ticket-sync-reminder.sh +0 -0
  798. /package/{all/copy-overwrite/.claude → plugins/lisa-cdk}/hooks/track-plan-sessions.sh +0 -0
  799. /package/{all/copy-overwrite/.claude → plugins/lisa-cdk}/hooks/verify-completion.sh +0 -0
  800. /package/{all/copy-overwrite/.claude → plugins/lisa-cdk/rules}/README.md +0 -0
  801. /package/{all/copy-overwrite/.claude → plugins/lisa-cdk}/rules/coding-philosophy.md +0 -0
  802. /package/{all/copy-overwrite/.claude → plugins/lisa-cdk}/rules/verfication.md +0 -0
  803. /package/{all/copy-overwrite/.claude → plugins/lisa-cdk}/skills/agent-design-best-practices/SKILL.md +0 -0
  804. /package/{all/copy-overwrite/.claude → plugins/lisa-cdk}/skills/git-commit/SKILL.md +0 -0
  805. /package/{all/copy-overwrite/.claude → plugins/lisa-cdk}/skills/git-commit-and-submit-pr/SKILL.md +0 -0
  806. /package/{all/copy-overwrite/.claude → plugins/lisa-cdk}/skills/git-commit-submit-pr-and-verify/SKILL.md +0 -0
  807. /package/{all/copy-overwrite/.claude → plugins/lisa-cdk}/skills/git-commit-submit-pr-deploy-and-verify/SKILL.md +0 -0
  808. /package/{all/copy-overwrite/.claude → plugins/lisa-cdk}/skills/git-prune/SKILL.md +0 -0
  809. /package/{all/copy-overwrite/.claude → plugins/lisa-cdk}/skills/git-submit-pr/SKILL.md +0 -0
  810. /package/{all/copy-overwrite/.claude → plugins/lisa-cdk}/skills/jira-sync/SKILL.md +0 -0
  811. /package/{typescript/copy-overwrite/.claude → plugins/lisa-cdk}/skills/jsdoc-best-practices/SKILL.md +0 -0
  812. /package/{all/copy-overwrite/.claude → plugins/lisa-cdk}/skills/lisa-review-implementation/SKILL.md +0 -0
  813. /package/{all/copy-overwrite/.claude → plugins/lisa-cdk}/skills/plan-add-test-coverage/SKILL.md +0 -0
  814. /package/{all/copy-overwrite/.claude → plugins/lisa-cdk}/skills/plan-execute/SKILL.md +0 -0
  815. /package/{all/copy-overwrite/.claude → plugins/lisa-cdk}/skills/plan-fix-linter-error/SKILL.md +0 -0
  816. /package/{all/copy-overwrite/.claude → plugins/lisa-cdk}/skills/plan-local-code-review/SKILL.md +0 -0
  817. /package/{all/copy-overwrite/.claude → plugins/lisa-cdk}/skills/plan-lower-code-complexity/SKILL.md +0 -0
  818. /package/{all/copy-overwrite/.claude → plugins/lisa-cdk}/skills/plan-reduce-max-lines/SKILL.md +0 -0
  819. /package/{all/copy-overwrite/.claude → plugins/lisa-cdk}/skills/plan-reduce-max-lines-per-function/SKILL.md +0 -0
  820. /package/{all/copy-overwrite/.claude → plugins/lisa-cdk}/skills/pull-request-review/SKILL.md +0 -0
  821. /package/{all/copy-overwrite/.claude → plugins/lisa-cdk}/skills/security-zap-scan/SKILL.md +0 -0
  822. /package/{all/copy-overwrite/.claude → plugins/lisa-cdk}/skills/skill-creator/LICENSE.txt +0 -0
  823. /package/{all/copy-overwrite/.claude → plugins/lisa-cdk}/skills/skill-creator/SKILL.md +0 -0
  824. /package/{all/copy-overwrite/.claude → plugins/lisa-cdk}/skills/skill-creator/scripts/init_skill.py +0 -0
  825. /package/{all/copy-overwrite/.claude → plugins/lisa-cdk}/skills/skill-creator/scripts/package_skill.py +0 -0
  826. /package/{all/copy-overwrite/.claude → plugins/lisa-cdk}/skills/skill-creator/scripts/quick_validate.py +0 -0
  827. /package/{all/copy-overwrite/.claude → plugins/lisa-cdk}/skills/sonarqube-check/SKILL.md +0 -0
  828. /package/{all/copy-overwrite/.claude → plugins/lisa-cdk}/skills/sonarqube-fix/SKILL.md +0 -0
  829. /package/{all/copy-overwrite/.claude → plugins/lisa-cdk}/skills/tasks-load/SKILL.md +0 -0
  830. /package/{all/copy-overwrite/.claude → plugins/lisa-cdk}/skills/tasks-sync/SKILL.md +0 -0
  831. /package/{expo/copy-overwrite/.claude → plugins/lisa-expo}/agents/ops-specialist.md +0 -0
  832. /package/{expo/copy-overwrite/.claude → plugins/lisa-expo}/rules/expo-verification.md +0 -0
  833. /package/{expo/copy-overwrite/.claude → plugins/lisa-expo}/skills/apollo-client/SKILL.md +0 -0
  834. /package/{expo/copy-overwrite/.claude → plugins/lisa-expo}/skills/apollo-client/references/mutation-patterns.md +0 -0
  835. /package/{expo/copy-overwrite/.claude → plugins/lisa-expo}/skills/atomic-design-gluestack/SKILL.md +0 -0
  836. /package/{expo/copy-overwrite/.claude → plugins/lisa-expo}/skills/atomic-design-gluestack/references/atomic-levels.md +0 -0
  837. /package/{expo/copy-overwrite/.claude → plugins/lisa-expo}/skills/atomic-design-gluestack/references/folder-structure.md +0 -0
  838. /package/{expo/copy-overwrite/.claude → plugins/lisa-expo}/skills/atomic-design-gluestack/references/gluestack-mapping.md +0 -0
  839. /package/{expo/copy-overwrite/.claude → plugins/lisa-expo}/skills/atomic-design-gluestack/scripts/validate_atomic_structure.py +0 -0
  840. /package/{expo/copy-overwrite/.claude → plugins/lisa-expo}/skills/container-view-pattern/SKILL.md +0 -0
  841. /package/{expo/copy-overwrite/.claude → plugins/lisa-expo}/skills/container-view-pattern/references/examples.md +0 -0
  842. /package/{expo/copy-overwrite/.claude → plugins/lisa-expo}/skills/container-view-pattern/references/patterns.md +0 -0
  843. /package/{expo/copy-overwrite/.claude → plugins/lisa-expo}/skills/container-view-pattern/scripts/create_component.py +0 -0
  844. /package/{expo/copy-overwrite/.claude → plugins/lisa-expo}/skills/container-view-pattern/scripts/validate_component.py +0 -0
  845. /package/{expo/copy-overwrite/.claude → plugins/lisa-expo}/skills/cross-platform-compatibility/SKILL.md +0 -0
  846. /package/{expo/copy-overwrite/.claude → plugins/lisa-expo}/skills/cross-platform-compatibility/references/common-issues.md +0 -0
  847. /package/{expo/copy-overwrite/.claude → plugins/lisa-expo}/skills/cross-platform-compatibility/references/file-extensions.md +0 -0
  848. /package/{expo/copy-overwrite/.claude → plugins/lisa-expo}/skills/cross-platform-compatibility/references/platform-api.md +0 -0
  849. /package/{expo/copy-overwrite/.claude → plugins/lisa-expo}/skills/cross-platform-compatibility/scripts/validate_cross_platform.py +0 -0
  850. /package/{expo/copy-overwrite/.claude → plugins/lisa-expo}/skills/directory-structure/SKILL.md +0 -0
  851. /package/{expo/copy-overwrite/.claude → plugins/lisa-expo}/skills/directory-structure/scripts/validate_structure.py +0 -0
  852. /package/{expo/copy-overwrite/.claude → plugins/lisa-expo}/skills/expo-env-config/SKILL.md +0 -0
  853. /package/{expo/copy-overwrite/.claude → plugins/lisa-expo}/skills/expo-env-config/references/validation-patterns.md +0 -0
  854. /package/{expo/copy-overwrite/.claude → plugins/lisa-expo}/skills/expo-router-best-practices/SKILL.md +0 -0
  855. /package/{expo/copy-overwrite/.claude → plugins/lisa-expo}/skills/expo-router-best-practices/references/official-docs.md +0 -0
  856. /package/{expo/copy-overwrite/.claude → plugins/lisa-expo}/skills/expo-router-best-practices/scripts/generate-route.py +0 -0
  857. /package/{expo/copy-overwrite/.claude → plugins/lisa-expo}/skills/gluestack-nativewind/SKILL.md +0 -0
  858. /package/{expo/copy-overwrite/.claude → plugins/lisa-expo}/skills/gluestack-nativewind/references/color-tokens.md +0 -0
  859. /package/{expo/copy-overwrite/.claude → plugins/lisa-expo}/skills/gluestack-nativewind/references/component-mapping.md +0 -0
  860. /package/{expo/copy-overwrite/.claude → plugins/lisa-expo}/skills/gluestack-nativewind/references/spacing-scale.md +0 -0
  861. /package/{expo/copy-overwrite/.claude → plugins/lisa-expo}/skills/gluestack-nativewind/scripts/validate_styling.py +0 -0
  862. /package/{expo/copy-overwrite/.claude → plugins/lisa-expo}/skills/local-state/SKILL.md +0 -0
  863. /package/{expo/copy-overwrite/.claude → plugins/lisa-expo}/skills/local-state/references/async-storage.md +0 -0
  864. /package/{expo/copy-overwrite/.claude → plugins/lisa-expo}/skills/local-state/references/persistence-patterns.md +0 -0
  865. /package/{expo/copy-overwrite/.claude → plugins/lisa-expo}/skills/local-state/references/reactive-variables.md +0 -0
  866. /package/{expo/copy-overwrite/.claude → plugins/lisa-expo}/skills/ops-browser-uat/SKILL.md +0 -0
  867. /package/{expo/copy-overwrite/.claude → plugins/lisa-expo}/skills/ops-check-logs/SKILL.md +0 -0
  868. /package/{expo/copy-overwrite/.claude → plugins/lisa-expo}/skills/ops-db-ops/SKILL.md +0 -0
  869. /package/{expo/copy-overwrite/.claude → plugins/lisa-expo}/skills/ops-deploy/SKILL.md +0 -0
  870. /package/{expo/copy-overwrite/.claude → plugins/lisa-expo}/skills/ops-monitor-errors/SKILL.md +0 -0
  871. /package/{expo/copy-overwrite/.claude → plugins/lisa-expo}/skills/ops-performance/SKILL.md +0 -0
  872. /package/{expo/copy-overwrite/.claude → plugins/lisa-expo}/skills/ops-run-local/SKILL.md +0 -0
  873. /package/{expo/copy-overwrite/.claude → plugins/lisa-expo}/skills/ops-verify-health/SKILL.md +0 -0
  874. /package/{expo/copy-overwrite/.claude → plugins/lisa-expo}/skills/owasp-zap/SKILL.md +0 -0
  875. /package/{expo/copy-overwrite/.claude → plugins/lisa-expo}/skills/playwright-selectors/SKILL.md +0 -0
  876. /package/{nestjs/copy-overwrite/.claude → plugins/lisa-expo}/skills/security-zap-scan/SKILL.md +0 -0
  877. /package/{expo/copy-overwrite/.claude → plugins/lisa-expo}/skills/testing-library/SKILL.md +0 -0
  878. /package/{expo/copy-overwrite/.claude → plugins/lisa-expo}/skills/testing-library/references/async-patterns.md +0 -0
  879. /package/{expo/copy-overwrite/.claude → plugins/lisa-expo}/skills/testing-library/references/expo-router-testing.md +0 -0
  880. /package/{expo/copy-overwrite/.claude → plugins/lisa-expo}/skills/testing-library/references/mocking-patterns.md +0 -0
  881. /package/{expo/copy-overwrite/.claude → plugins/lisa-expo}/skills/testing-library/references/query-priority.md +0 -0
  882. /package/{nestjs/copy-overwrite/.claude → plugins/lisa-nestjs}/skills/nestjs-graphql/SKILL.md +0 -0
  883. /package/{nestjs/copy-overwrite/.claude → plugins/lisa-nestjs}/skills/nestjs-graphql/references/advanced-features.md +0 -0
  884. /package/{nestjs/copy-overwrite/.claude → plugins/lisa-nestjs}/skills/nestjs-graphql/references/project-patterns.md +0 -0
  885. /package/{nestjs/copy-overwrite/.claude → plugins/lisa-nestjs}/skills/nestjs-graphql/references/quick-start.md +0 -0
  886. /package/{nestjs/copy-overwrite/.claude → plugins/lisa-nestjs}/skills/nestjs-graphql/references/resolvers-mutations.md +0 -0
  887. /package/{nestjs/copy-overwrite/.claude → plugins/lisa-nestjs}/skills/nestjs-graphql/references/types-scalars.md +0 -0
  888. /package/{nestjs/copy-overwrite/.claude → plugins/lisa-nestjs}/skills/nestjs-rules/SKILL.md +0 -0
  889. /package/{nestjs/copy-overwrite/.claude → plugins/lisa-nestjs}/skills/typeorm-patterns/SKILL.md +0 -0
  890. /package/{nestjs/copy-overwrite/.claude → plugins/lisa-nestjs}/skills/typeorm-patterns/references/configuration-patterns.md +0 -0
  891. /package/{nestjs/copy-overwrite/.claude → plugins/lisa-nestjs}/skills/typeorm-patterns/references/entity-patterns.md +0 -0
  892. /package/{nestjs/copy-overwrite/.claude → plugins/lisa-nestjs}/skills/typeorm-patterns/references/observability-patterns.md +0 -0
  893. /package/{rails/copy-overwrite/.claude → plugins/lisa-rails}/skills/action-controller-best-practices/SKILL.md +0 -0
  894. /package/{rails/copy-overwrite/.claude → plugins/lisa-rails}/skills/action-view-best-practices/SKILL.md +0 -0
  895. /package/{rails/copy-overwrite/.claude → plugins/lisa-rails}/skills/active-record-model-best-practices/SKILL.md +0 -0
  896. /package/{all/copy-overwrite/.claude → plugins/lisa-rails}/skills/jira-create/SKILL.md +0 -0
  897. /package/{all/copy-overwrite/.claude → plugins/lisa-rails}/skills/jira-verify/SKILL.md +0 -0
  898. /package/{rails/copy-overwrite/.claude → plugins/lisa-rails}/skills/plan-add-test-coverage/SKILL.md +0 -0
  899. /package/{rails/copy-overwrite/.claude → plugins/lisa-rails}/skills/plan-fix-linter-error/SKILL.md +0 -0
  900. /package/{rails/copy-overwrite/.claude → plugins/lisa-rails}/skills/plan-lower-code-complexity/SKILL.md +0 -0
  901. /package/{rails/copy-overwrite/.claude → plugins/lisa-rails}/skills/plan-reduce-max-lines/SKILL.md +0 -0
  902. /package/{rails/copy-overwrite/.claude → plugins/lisa-rails}/skills/plan-reduce-max-lines-per-function/SKILL.md +0 -0
  903. /package/{all/create-only/scripts → scripts}/setup-deploy-key.sh +0 -0
  904. /package/{typescript/copy-overwrite/tsconfig.base.json → tsconfig/base.json} +0 -0
@@ -0,0 +1,89 @@
1
+ ---
2
+ name: plan-execute
3
+ description: This skill should be used for any non-trivial request — features, bugs, stories, epics, spikes, or multi-step tasks. It accepts a ticket URL (Jira, Linear, GitHub), a file path containing a spec, or a plain-text prompt. It assembles an agent team, breaks the work into structured tasks, and manages the full lifecycle from research through implementation, code review, deploy, and empirical verification.
4
+ ---
5
+
6
+
7
+ $ARGUMENTS is either a url to a ticket containing the request, a pointer to a file containing the request or the request in text format.
8
+
9
+ If it's a ticket, use either the Jira CLI (if it's a jira ticket), the Linear CLI (if it's a linear ticket) or the Github CLI (if it's a github ticket) to read and fully understand the request, including any comments or meta data associated with the ticket.
10
+
11
+ If it's a file, read the entire file without offset or limit to understand the request.
12
+
13
+ Is this a simple request? Just execute it as usual and ignore the rest...
14
+
15
+ Otherwise:
16
+
17
+
18
+ Review all available agent types listed in the Task tool's `subagent_type` options. This includes built-in agents (like `Explore`, `general-purpose`), custom agents (from `.claude/agents/`), and plugin agents (from `.claude/settings.json` `enabledPlugins`). For each agent, explain in one sentence why it IS or IS NOT relevant to this task. Then select all agents that are relevant. You MUST justify excluding an agent — inclusion is the default.
19
+
20
+ When deciding the agents to use, consider:
21
+ * Before any task is implemented, the agent team must explore the codebase for relevant research (documentation, code, git history, etc) and update each task's `metadata.relevant_documentation` with the findings.
22
+ * Each task must be reviewed by the team to make sure their verification passes.
23
+ * Each task must have their learnings reviewed by the learner subagent.
24
+
25
+ NOTE: Every team must include the Explore agent
26
+
27
+ Create an agent team composed of the selected agents. Spawn every agent with `mode: "plan"` so they must submit their plan for team lead approval before making any file changes.
28
+
29
+ Use the TeamCreate tool to create the team before doing anything else.
30
+
31
+ Using the general-purpose agent in Team Lead session, Determine the name of this plan
32
+
33
+ Using the general-purpose agent in Team Lead session, Determine what branch to use:
34
+ 1. Are we already on a feature branch with an open pull request? Use that and set the target branch to the existing target of the pull request
35
+ 2. Are we on a feature branch without an open pull request? Use the branch, but ask the human what branch to target for the PR
36
+ 3. Are we on an environment branch (dev, staging, main, prod, production)? Check out a feature branch named for this plan and set the target branch of the PR to the environment branch
37
+
38
+ Using the general-purpose agent in Team Lead session, Determine what type of request this is for:
39
+ 1. Informational/Spike
40
+ 2. Task
41
+ 3. Bug
42
+ 4. Feature/Story
43
+ 5. Epic
44
+
45
+ IF it's a bug, Using the general-purpose agent in Team Lead session, determine how you will replicate the bug empirically:
46
+ 1. Examples:
47
+ 1. Write a simple API client and call the offending API
48
+ 2. Start the server on localhost and Use the Playwright CLI or Chrome DevTools
49
+
50
+ Using the general-purpose agent in Team Lead session, determine how you will know that the task is fully complete
51
+ 1. Examples
52
+ 1. Direct deploy the changes to dev and then Write a simple API client and call the offending API
53
+ 2. Start the server on localhost and then Use the Playwright CLI or Chrome DevTools
54
+
55
+ Using the general-purpose agent in Team Lead session, create tasks needed to complete the request.
56
+
57
+ Every task MUST include this JSON metadata block. Do NOT omit `skills` (use `[]` if none), `learnings` (use `[]` if none) or `verification`.
58
+
59
+ ```json
60
+ {
61
+ "plan": "<plan-name>",
62
+ "type": "spike|bug|task|epic|story",
63
+ "acceptance_criteria": ["..."],
64
+ "relevant_documentation": "",
65
+ "testing_requirements": ["..."],
66
+ "skills": ["..."],
67
+ "learnings": ["..."],
68
+ "verification": {
69
+ "type": "test|ui-recording|test-coverage|api-test|manual-check|documentation",
70
+ "command": "the proof command",
71
+ "expected": "what success looks like"
72
+ }
73
+ }
74
+ ```
75
+
76
+ Before any task is implemented, the agent team must explore the codebase for relevant research (documentation, code, git history, etc) and update each task's `metadata.relevant_documentation` with the findings.
77
+
78
+ Each task must be reviewed by the team to make sure their verification passes.
79
+ Each task must have their learnings reviewed by the learner subagent.
80
+
81
+ Before shutting down the team:
82
+
83
+ 1. Commit ALL outstanding changes in logical batches on the branch (minus sensitive data/information) — not just changes made by the agent team. This includes pre-existing uncommitted changes that were on the branch before the plan started. Do NOT filter commits to only "task-related" files. If it shows up in git status, it gets committed (unless it contains secrets).
84
+ 2. Push the changes - if any pre-push hook blocks you, create a task for the agent team to fix the error/problem whether it was pre-existing or not
85
+ 3. Open a pull request with auto-merge on
86
+ 4. Monitor the PR. Create a task for the agent team to resolve any code review comments by either implementing the suggestions or commenting why they should not be implemented and close the comment. Fix any failing checks and repush. Continue all checks pass
87
+ 5. Monitor the deploy action that triggers automatically from the successful merge
88
+ 6. If it fails, create a task for the agent team to fix the failure, open a new PR and then go back to step 4
89
+ 7. Execute empirical verification. If empirical verification succeeds, you're finished, otherwise, create a task for the agent team to find out why it failed, fix it and return to step 1 (repeat this until you get all the way through)
@@ -0,0 +1,45 @@
1
+ ---
2
+ name: plan-fix-linter-error
3
+ description: This skill should be used when fixing all violations of one or more ESLint rules across the codebase. It runs the linter, groups violations by rule and file, generates a brief with fix strategies, and creates a plan with tasks to implement the fixes.
4
+ allowed-tools: ["Read", "Bash", "Glob", "Grep"]
5
+
6
+ ---
7
+
8
+ # Fix Linter Errors
9
+
10
+ Target rules: $ARGUMENTS
11
+
12
+ If no arguments provided, prompt the user for at least one lint rule name.
13
+
14
+ ## Step 1: Gather Requirements
15
+
16
+ 1. **Parse rules** from $ARGUMENTS (space-separated)
17
+ 2. **Run linter** to collect all violations:
18
+ ```bash
19
+ bun run lint 2>&1
20
+ ```
21
+ 3. **Group violations** by rule, then by file, noting:
22
+ - File path and line numbers
23
+ - Violation count per file
24
+ - Sample error messages
25
+
26
+ ## Step 2: Compile Brief and Delegate
27
+
28
+ Compile the gathered information into a structured brief:
29
+
30
+ ```
31
+ Fix ESLint violations for rules: $ARGUMENTS
32
+
33
+ Violations by rule:
34
+ - [rule-name-1]: X total violations across Y files
35
+ - [file]: N violations (lines: ...)
36
+ - ...
37
+ - [rule-name-2]: X total violations across Y files
38
+ - ...
39
+
40
+ Fix strategies: extract functions, early returns, apply formatting, add types
41
+
42
+ Verification: `bun run lint 2>&1 | grep -E "($ARGUMENTS)" | wc -l` → Expected: 0
43
+ ```
44
+
45
+ Invoke `/plan-execute` with this brief to create the implementation plan.
@@ -0,0 +1,88 @@
1
+ ---
2
+ name: plan-local-code-review
3
+ description: This skill should be used when performing a code review on local changes on the current branch compared to the main branch. It uses multiple parallel agents to check for bugs, CLAUDE.md compliance, git history context, previous PR comments, and code comment adherence, then scores and filters findings by confidence level.
4
+ disable-model-invocation: false
5
+ ---
6
+
7
+ Provide a code review for the local changes on the current branch compared to the main branch.
8
+
9
+ To do this, follow these steps precisely:
10
+
11
+ 1. Use a Haiku agent to check the current git state:
12
+ - Run `git branch --show-current` to get the current branch name
13
+ - Run `git log main..HEAD --oneline` to see commits on this branch
14
+ - Run `git diff main...HEAD --stat` to see changed files
15
+ - If the current branch IS main, or there are no commits/changes compared to main, do not proceed.
16
+ 2. Use another Haiku agent to give you a list of file paths to (but not the contents of) any relevant CLAUDE.md files from the codebase: the root CLAUDE.md file (if one exists), as well as any CLAUDE.md files in the directories whose files were modified on this branch
17
+ 3. Use a Haiku agent to analyze the branch changes:
18
+ - Run `git log main..HEAD --format="%s%n%b"` to get commit messages
19
+ - Run `git diff main...HEAD` to get the full diff
20
+ - Return a summary of the changes
21
+ 4. Then, launch 5 parallel Sonnet agents to independently code review the change. The agents should do the following, then return a list of issues and the reason each issue was flagged (eg. CLAUDE.md adherence, bug, historical git context, etc.):
22
+ a. Agent #1: Audit the changes to make sure they comply with the CLAUDE.md. Note that CLAUDE.md is guidance for Claude as it writes code, so not all instructions will be applicable during code review.
23
+ b. Agent #2: Read the file changes (via `git diff main...HEAD`), then do a shallow scan for obvious bugs. Avoid reading extra context beyond the changes, focusing just on the changes themselves. Focus on large bugs, and avoid small issues and nitpicks. Ignore likely false positives.
24
+ c. Agent #3: Read the git blame and history of the code modified, to identify any bugs in light of that historical context
25
+ d. Agent #4: Read previous pull requests that touched these files, and check for any comments on those pull requests that may also apply to the current changes.
26
+ e. Agent #5: Read code comments in the modified files, and make sure the changes comply with any guidance in the comments.
27
+ 5. For each issue found in #4, launch a parallel Haiku agent that takes the diff, issue description, and list of CLAUDE.md files (from step 2), and returns a score to indicate the agent's level of confidence for whether the issue is real or false positive. To do that, the agent should score each issue on a scale from 0-100, indicating its level of confidence. For issues that were flagged due to CLAUDE.md instructions, the agent should double check that the CLAUDE.md actually calls out that issue specifically. The scale is (give this rubric to the agent verbatim):
28
+ a. 0: Not confident at all. This is a false positive that doesn't stand up to light scrutiny, or is a pre-existing issue.
29
+ b. 25: Somewhat confident. This might be a real issue, but may also be a false positive. The agent wasn't able to verify that it's a real issue. If the issue is stylistic, it is one that was not explicitly called out in the relevant CLAUDE.md.
30
+ c. 50: Moderately confident. The agent was able to verify this is a real issue, but it might be a nitpick or not happen very often in practice. Relative to the rest of the changes, it's not very important.
31
+ d. 75: Highly confident. The agent double checked the issue, and verified that it is very likely it is a real issue that will be hit in practice. The existing approach is insufficient. The issue is very important and will directly impact the code's functionality, or it is an issue that is directly mentioned in the relevant CLAUDE.md.
32
+ e. 100: Absolutely certain. The agent double checked the issue, and confirmed that it is definitely a real issue, that will happen frequently in practice. The evidence directly confirms this.
33
+ 6. Filter out any issues with a score less than 80.
34
+ 7. Write the review to claude-review.md. When writing your review, keep in mind to:
35
+ a. Keep your output brief
36
+ b. Avoid emojis
37
+ c. Reference relevant files and line numbers
38
+ 8. Briefly summarize claude-review.md as direct output to the user
39
+
40
+ Examples of false positives, for steps 4 and 5:
41
+
42
+ - Pre-existing issues
43
+ - Something that looks like a bug but is not actually a bug
44
+ - Pedantic nitpicks that a senior engineer wouldn't call out
45
+ - Issues that a linter, typechecker, or compiler would catch (eg. missing or incorrect imports, type errors, broken tests, formatting issues, pedantic style issues like newlines). No need to run these build steps yourself -- it is safe to assume that they will be run separately as part of CI.
46
+ - General code quality issues (eg. lack of test coverage, general security issues, poor documentation), unless explicitly required in CLAUDE.md
47
+ - Issues that are called out in CLAUDE.md, but explicitly silenced in the code (eg. due to a lint ignore comment)
48
+ - Changes in functionality that are likely intentional or are directly related to the broader change
49
+ - Real issues, but on lines that were not modified in the current branch
50
+
51
+ Notes:
52
+
53
+ - Do not check build signal or attempt to build or typecheck the app. These will run separately, and are not relevant to your code review.
54
+ - Use git commands to analyze local changes (not `gh` commands for remote PRs)
55
+ - Make a todo list first
56
+ - You must cite each bug with file path and line number (eg. if referring to a CLAUDE.md, you must reference it)
57
+ - For your final output, follow the following format precisely (assuming for this example that you found 3 issues):
58
+
59
+ ---
60
+
61
+ ### Code review for branch `<branch-name>`
62
+
63
+ Reviewed X commits with changes to Y files.
64
+
65
+ Found 3 issues:
66
+
67
+ 1. **<brief description of bug>** (CLAUDE.md says "<...>")
68
+ - File: `path/to/file.ts:L10-L15`
69
+
70
+ 2. **<brief description of bug>** (some/other/CLAUDE.md says "<...>")
71
+ - File: `path/to/other-file.ts:L25-L30`
72
+
73
+ 3. **<brief description of bug>** (bug due to <reasoning>)
74
+ - File: `path/to/another-file.ts:L5-L8`
75
+
76
+ ---
77
+
78
+ - Or, if you found no issues:
79
+
80
+ ---
81
+
82
+ ### Code review for branch `<branch-name>`
83
+
84
+ Reviewed X commits with changes to Y files.
85
+
86
+ No issues found. Checked for bugs and CLAUDE.md compliance.
87
+
88
+ ---
@@ -0,0 +1,44 @@
1
+ ---
2
+ name: plan-lower-code-complexity
3
+ description: This skill should be used when reducing the cognitive complexity threshold of the codebase. It lowers the threshold by 2, identifies functions that exceed the new limit, generates a brief with refactoring strategies, and creates a plan with tasks to fix all violations.
4
+ allowed-tools: ["Read", "Bash", "Glob", "Grep"]
5
+ ---
6
+
7
+ # Lower Code Complexity
8
+
9
+ Reduces the cognitive complexity threshold by 2 and fixes all violations.
10
+
11
+ ## Step 1: Gather Requirements
12
+
13
+ 1. **Read current threshold** from eslint config (cognitive-complexity rule)
14
+ 2. **Calculate new threshold**: current - 2 (e.g., 15 -> 13)
15
+ 3. **Run lint** with the new threshold to find violations:
16
+ ```bash
17
+ bun run lint 2>&1 | grep "cognitive-complexity"
18
+ ```
19
+ 4. **Note for each violation**:
20
+ - File path and line number
21
+ - Function name
22
+ - Current complexity score
23
+
24
+ If no violations at new threshold, report success and exit.
25
+
26
+ ## Step 2: Compile Brief and Delegate
27
+
28
+ Compile the gathered information into a structured brief:
29
+
30
+ ```
31
+ Reduce cognitive complexity threshold from [current] to [new].
32
+
33
+ Functions exceeding threshold (ordered by complexity):
34
+ 1. [file:function] (complexity: X, target: [new]) - Line Y
35
+ 2. ...
36
+
37
+ Configuration change: [eslint config path], cognitive-complexity from [current] to [new]
38
+
39
+ Refactoring strategies: extract functions, early returns, extract conditions, use lookup tables
40
+
41
+ Verification: `bun run lint 2>&1 | grep "cognitive-complexity" | wc -l` → Expected: 0
42
+ ```
43
+
44
+ Invoke `/plan-execute` with this brief to create the implementation plan.
@@ -0,0 +1,45 @@
1
+ ---
2
+ name: plan-reduce-max-lines
3
+ description: This skill should be used when reducing the maximum file lines threshold and fixing all violations. It updates the eslint threshold configuration, identifies files exceeding the new limit, generates a brief with refactoring strategies, and creates a plan with tasks to split oversized files.
4
+ allowed-tools: ["Read", "Bash", "Glob", "Grep"]
5
+
6
+ ---
7
+
8
+ # Reduce Max Lines
9
+
10
+ Target threshold: $ARGUMENTS lines per file
11
+
12
+ If no argument provided, prompt the user for a target.
13
+
14
+ ## Step 1: Gather Requirements
15
+
16
+ 1. **Read current config** from eslint thresholds (eslint.thresholds.json or similar)
17
+ 2. **Run lint** with the new threshold to find violations:
18
+ ```bash
19
+ bun run lint 2>&1 | grep "max-lines"
20
+ ```
21
+ 3. **Note for each violation**:
22
+ - File path
23
+ - Current line count
24
+
25
+ If no violations at $ARGUMENTS, report success and exit.
26
+
27
+ ## Step 2: Compile Brief and Delegate
28
+
29
+ Compile the gathered information into a structured brief:
30
+
31
+ ```
32
+ Reduce max file lines threshold to $ARGUMENTS.
33
+
34
+ Files exceeding threshold (ordered by line count):
35
+ 1. [file] - [current] lines (target: $ARGUMENTS)
36
+ 2. ...
37
+
38
+ Configuration change: eslint.thresholds.json, maxLines to $ARGUMENTS
39
+
40
+ Refactoring strategies: extract modules, remove duplication, delete dead code, simplify logic
41
+
42
+ Verification: `bun run lint 2>&1 | grep "max-lines" | wc -l` → Expected: 0
43
+ ```
44
+
45
+ Invoke `/plan-execute` with this brief to create the implementation plan.
@@ -0,0 +1,46 @@
1
+ ---
2
+ name: plan-reduce-max-lines-per-function
3
+ description: This skill should be used when reducing the maximum lines per function threshold and fixing all violations. It updates the eslint threshold configuration, identifies functions exceeding the new limit, generates a brief with refactoring strategies, and creates a plan with tasks to split oversized functions.
4
+ allowed-tools: ["Read", "Bash", "Glob", "Grep"]
5
+
6
+ ---
7
+
8
+ # Reduce Max Lines Per Function
9
+
10
+ Target threshold: $ARGUMENTS lines per function
11
+
12
+ If no argument provided, prompt the user for a target.
13
+
14
+ ## Step 1: Gather Requirements
15
+
16
+ 1. **Read current config** from eslint thresholds (eslint.thresholds.json or similar)
17
+ 2. **Run lint** with the new threshold to find violations:
18
+ ```bash
19
+ bun run lint 2>&1 | grep "max-lines-per-function"
20
+ ```
21
+ 3. **Note for each violation**:
22
+ - File path and line number
23
+ - Function name
24
+ - Current line count
25
+
26
+ If no violations at $ARGUMENTS, report success and exit.
27
+
28
+ ## Step 2: Compile Brief and Delegate
29
+
30
+ Compile the gathered information into a structured brief:
31
+
32
+ ```
33
+ Reduce max lines per function threshold to $ARGUMENTS.
34
+
35
+ Functions exceeding threshold (ordered by line count):
36
+ 1. [file:function] (lines: X, target: $ARGUMENTS) - Line Y
37
+ 2. ...
38
+
39
+ Configuration change: eslint.thresholds.json, maxLinesPerFunction to $ARGUMENTS
40
+
41
+ Refactoring strategies: extract functions, early returns, extract conditions, use lookup tables, consolidate logic
42
+
43
+ Verification: `bun run lint 2>&1 | grep "max-lines-per-function" | wc -l` → Expected: 0
44
+ ```
45
+
46
+ Invoke `/plan-execute` with this brief to create the implementation plan.
@@ -0,0 +1,68 @@
1
+ ---
2
+ name: pull-request-review
3
+ description: This skill should be used when checking for code review comments on a pull request and implementing them if required. It fetches PR metadata and comments, generates a brief from unresolved feedback, and bootstraps a project to address the review comments.
4
+ allowed-tools: ["Read", "Bash", "Glob", "Grep"]
5
+ ---
6
+
7
+ # Review PR Comments
8
+
9
+ Target PR: $ARGUMENTS
10
+
11
+ If no argument provided, prompt the user for a PR link or number.
12
+
13
+ ## Step 1: Gather Requirements
14
+
15
+ 1. **Fetch PR metadata and comments** using the GitHub CLI:
16
+ ```bash
17
+ gh pr view $ARGUMENTS --json number,title,body,reviews,comments
18
+ gh api repos/{owner}/{repo}/pulls/{pr_number}/comments
19
+ ```
20
+ 2. **Extract each unresolved review comment**:
21
+ - Comment ID
22
+ - File path
23
+ - Line number
24
+ - Comment body
25
+ - Author
26
+
27
+ If no unresolved comments exist, report success and exit.
28
+
29
+ ## Step 2: Create Plan
30
+
31
+ In plan mode, create a plan that includes the following details:
32
+
33
+ ```markdown
34
+ Implement PR review feedback for $ARGUMENTS.
35
+
36
+ ## PR Overview
37
+ - Title: [PR title]
38
+ - Description: [PR description summary]
39
+
40
+ ## Review Comments to Address (ordered by file)
41
+
42
+ ### 1. [file_path]:[line_number] (Comment ID: [id])
43
+ **Reviewer**: [author]
44
+ **Comment**: [full comment body]
45
+ **Action Required**: [brief description of what needs to change]
46
+
47
+ ### 2. [file_path]:[line_number] (Comment ID: [id])
48
+ **Reviewer**: [author]
49
+ **Comment**: [full comment body]
50
+ **Action Required**: [brief description of what needs to change]
51
+
52
+ ...
53
+
54
+ ## Implementation Guidelines
55
+ - Evaluate each comment for validity before implementing
56
+ - If a comment is not valid, document the reasoning
57
+ - Ensure changes follow project coding standards
58
+ - Run relevant tests to verify changes work
59
+
60
+ ## Acceptance Criteria
61
+ - All valid review comments addressed
62
+ - Tests pass after changes
63
+ - `bun run lint` passes
64
+
65
+ ## Verification
66
+ Command: `bun run lint && bun run test`
67
+ Expected: All checks pass
68
+ ```
@@ -0,0 +1,33 @@
1
+ ---
2
+ name: security-zap-scan
3
+ description: "Run an OWASP ZAP baseline security scan locally using Docker. Checks for the ZAP baseline script, executes the scan, and summarizes findings by risk level with remediation recommendations."
4
+ allowed-tools: ["Bash", "Read"]
5
+ ---
6
+
7
+ # OWASP ZAP Baseline Security Scan
8
+
9
+ Run a ZAP baseline security scan against the local application.
10
+
11
+ ## Workflow
12
+
13
+ 1. **Check prerequisites**:
14
+ - Verify Docker is installed and running: `docker info`
15
+ - Check if `scripts/zap-baseline.sh` exists in the project
16
+
17
+ 2. **Execute scan**:
18
+ - If the script exists, run: `bash scripts/zap-baseline.sh`
19
+ - If the script does not exist, inform the user that this project does not have a ZAP baseline scan configured
20
+
21
+ 3. **Analyze results**:
22
+ - After the scan completes, read `zap-report.html` (or `zap-report.md` for text)
23
+ - Summarize findings:
24
+ - Total number of alerts by risk level (High, Medium, Low, Informational)
25
+ - List each Medium+ finding with its rule ID, name, and recommended fix
26
+ - Categorize findings as "infrastructure-level" (fix at CDN/proxy) vs "application-level" (fix in code)
27
+
28
+ 4. **Handle failures**:
29
+ - If the scan failed, explain what failed and suggest concrete remediation steps
30
+
31
+ ## Execution
32
+
33
+ Run the scan now.
@@ -0,0 +1,202 @@
1
+
2
+ Apache License
3
+ Version 2.0, January 2004
4
+ http://www.apache.org/licenses/
5
+
6
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
7
+
8
+ 1. Definitions.
9
+
10
+ "License" shall mean the terms and conditions for use, reproduction,
11
+ and distribution as defined by Sections 1 through 9 of this document.
12
+
13
+ "Licensor" shall mean the copyright owner or entity authorized by
14
+ the copyright owner that is granting the License.
15
+
16
+ "Legal Entity" shall mean the union of the acting entity and all
17
+ other entities that control, are controlled by, or are under common
18
+ control with that entity. For the purposes of this definition,
19
+ "control" means (i) the power, direct or indirect, to cause the
20
+ direction or management of such entity, whether by contract or
21
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
22
+ outstanding shares, or (iii) beneficial ownership of such entity.
23
+
24
+ "You" (or "Your") shall mean an individual or Legal Entity
25
+ exercising permissions granted by this License.
26
+
27
+ "Source" form shall mean the preferred form for making modifications,
28
+ including but not limited to software source code, documentation
29
+ source, and configuration files.
30
+
31
+ "Object" form shall mean any form resulting from mechanical
32
+ transformation or translation of a Source form, including but
33
+ not limited to compiled object code, generated documentation,
34
+ and conversions to other media types.
35
+
36
+ "Work" shall mean the work of authorship, whether in Source or
37
+ Object form, made available under the License, as indicated by a
38
+ copyright notice that is included in or attached to the work
39
+ (an example is provided in the Appendix below).
40
+
41
+ "Derivative Works" shall mean any work, whether in Source or Object
42
+ form, that is based on (or derived from) the Work and for which the
43
+ editorial revisions, annotations, elaborations, or other modifications
44
+ represent, as a whole, an original work of authorship. For the purposes
45
+ of this License, Derivative Works shall not include works that remain
46
+ separable from, or merely link (or bind by name) to the interfaces of,
47
+ the Work and Derivative Works thereof.
48
+
49
+ "Contribution" shall mean any work of authorship, including
50
+ the original version of the Work and any modifications or additions
51
+ to that Work or Derivative Works thereof, that is intentionally
52
+ submitted to Licensor for inclusion in the Work by the copyright owner
53
+ or by an individual or Legal Entity authorized to submit on behalf of
54
+ the copyright owner. For the purposes of this definition, "submitted"
55
+ means any form of electronic, verbal, or written communication sent
56
+ to the Licensor or its representatives, including but not limited to
57
+ communication on electronic mailing lists, source code control systems,
58
+ and issue tracking systems that are managed by, or on behalf of, the
59
+ Licensor for the purpose of discussing and improving the Work, but
60
+ excluding communication that is conspicuously marked or otherwise
61
+ designated in writing by the copyright owner as "Not a Contribution."
62
+
63
+ "Contributor" shall mean Licensor and any individual or Legal Entity
64
+ on behalf of whom a Contribution has been received by Licensor and
65
+ subsequently incorporated within the Work.
66
+
67
+ 2. Grant of Copyright License. Subject to the terms and conditions of
68
+ this License, each Contributor hereby grants to You a perpetual,
69
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
70
+ copyright license to reproduce, prepare Derivative Works of,
71
+ publicly display, publicly perform, sublicense, and distribute the
72
+ Work and such Derivative Works in Source or Object form.
73
+
74
+ 3. Grant of Patent License. Subject to the terms and conditions of
75
+ this License, each Contributor hereby grants to You a perpetual,
76
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
77
+ (except as stated in this section) patent license to make, have made,
78
+ use, offer to sell, sell, import, and otherwise transfer the Work,
79
+ where such license applies only to those patent claims licensable
80
+ by such Contributor that are necessarily infringed by their
81
+ Contribution(s) alone or by combination of their Contribution(s)
82
+ with the Work to which such Contribution(s) was submitted. If You
83
+ institute patent litigation against any entity (including a
84
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
85
+ or a Contribution incorporated within the Work constitutes direct
86
+ or contributory patent infringement, then any patent licenses
87
+ granted to You under this License for that Work shall terminate
88
+ as of the date such litigation is filed.
89
+
90
+ 4. Redistribution. You may reproduce and distribute copies of the
91
+ Work or Derivative Works thereof in any medium, with or without
92
+ modifications, and in Source or Object form, provided that You
93
+ meet the following conditions:
94
+
95
+ (a) You must give any other recipients of the Work or
96
+ Derivative Works a copy of this License; and
97
+
98
+ (b) You must cause any modified files to carry prominent notices
99
+ stating that You changed the files; and
100
+
101
+ (c) You must retain, in the Source form of any Derivative Works
102
+ that You distribute, all copyright, patent, trademark, and
103
+ attribution notices from the Source form of the Work,
104
+ excluding those notices that do not pertain to any part of
105
+ the Derivative Works; and
106
+
107
+ (d) If the Work includes a "NOTICE" text file as part of its
108
+ distribution, then any Derivative Works that You distribute must
109
+ include a readable copy of the attribution notices contained
110
+ within such NOTICE file, excluding those notices that do not
111
+ pertain to any part of the Derivative Works, in at least one
112
+ of the following places: within a NOTICE text file distributed
113
+ as part of the Derivative Works; within the Source form or
114
+ documentation, if provided along with the Derivative Works; or,
115
+ within a display generated by the Derivative Works, if and
116
+ wherever such third-party notices normally appear. The contents
117
+ of the NOTICE file are for informational purposes only and
118
+ do not modify the License. You may add Your own attribution
119
+ notices within Derivative Works that You distribute, alongside
120
+ or as an addendum to the NOTICE text from the Work, provided
121
+ that such additional attribution notices cannot be construed
122
+ as modifying the License.
123
+
124
+ You may add Your own copyright statement to Your modifications and
125
+ may provide additional or different license terms and conditions
126
+ for use, reproduction, or distribution of Your modifications, or
127
+ for any such Derivative Works as a whole, provided Your use,
128
+ reproduction, and distribution of the Work otherwise complies with
129
+ the conditions stated in this License.
130
+
131
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
132
+ any Contribution intentionally submitted for inclusion in the Work
133
+ by You to the Licensor shall be under the terms and conditions of
134
+ this License, without any additional terms or conditions.
135
+ Notwithstanding the above, nothing herein shall supersede or modify
136
+ the terms of any separate license agreement you may have executed
137
+ with Licensor regarding such Contributions.
138
+
139
+ 6. Trademarks. This License does not grant permission to use the trade
140
+ names, trademarks, service marks, or product names of the Licensor,
141
+ except as required for reasonable and customary use in describing the
142
+ origin of the Work and reproducing the content of the NOTICE file.
143
+
144
+ 7. Disclaimer of Warranty. Unless required by applicable law or
145
+ agreed to in writing, Licensor provides the Work (and each
146
+ Contributor provides its Contributions) on an "AS IS" BASIS,
147
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
148
+ implied, including, without limitation, any warranties or conditions
149
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
150
+ PARTICULAR PURPOSE. You are solely responsible for determining the
151
+ appropriateness of using or redistributing the Work and assume any
152
+ risks associated with Your exercise of permissions under this License.
153
+
154
+ 8. Limitation of Liability. In no event and under no legal theory,
155
+ whether in tort (including negligence), contract, or otherwise,
156
+ unless required by applicable law (such as deliberate and grossly
157
+ negligent acts) or agreed to in writing, shall any Contributor be
158
+ liable to You for damages, including any direct, indirect, special,
159
+ incidental, or consequential damages of any character arising as a
160
+ result of this License or out of the use or inability to use the
161
+ Work (including but not limited to damages for loss of goodwill,
162
+ work stoppage, computer failure or malfunction, or any and all
163
+ other commercial damages or losses), even if such Contributor
164
+ has been advised of the possibility of such damages.
165
+
166
+ 9. Accepting Warranty or Additional Liability. While redistributing
167
+ the Work or Derivative Works thereof, You may choose to offer,
168
+ and charge a fee for, acceptance of support, warranty, indemnity,
169
+ or other liability obligations and/or rights consistent with this
170
+ License. However, in accepting such obligations, You may act only
171
+ on Your own behalf and on Your sole responsibility, not on behalf
172
+ of any other Contributor, and only if You agree to indemnify,
173
+ defend, and hold each Contributor harmless for any liability
174
+ incurred by, or claims asserted against, such Contributor by reason
175
+ of your accepting any such warranty or additional liability.
176
+
177
+ END OF TERMS AND CONDITIONS
178
+
179
+ APPENDIX: How to apply the Apache License to your work.
180
+
181
+ To apply the Apache License to your work, attach the following
182
+ boilerplate notice, with the fields enclosed by brackets "[]"
183
+ replaced with your own identifying information. (Don't include
184
+ the brackets!) The text should be enclosed in the appropriate
185
+ comment syntax for the file format. We also recommend that a
186
+ file or class name and description of purpose be included on the
187
+ same "printed page" as the copyright notice for easier
188
+ identification within third-party archives.
189
+
190
+ Copyright [yyyy] [name of copyright owner]
191
+
192
+ Licensed under the Apache License, Version 2.0 (the "License");
193
+ you may not use this file except in compliance with the License.
194
+ You may obtain a copy of the License at
195
+
196
+ http://www.apache.org/licenses/LICENSE-2.0
197
+
198
+ Unless required by applicable law or agreed to in writing, software
199
+ distributed under the License is distributed on an "AS IS" BASIS,
200
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
201
+ See the License for the specific language governing permissions and
202
+ limitations under the License.