@codyswann/lisa 2.121.1 → 2.123.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 (865) hide show
  1. package/.claude-plugin/marketplace.json +144 -0
  2. package/dist/agy/agents-md-installer.d.ts +6 -3
  3. package/dist/agy/agents-md-installer.d.ts.map +1 -1
  4. package/dist/agy/agents-md-installer.js +9 -4
  5. package/dist/agy/agents-md-installer.js.map +1 -1
  6. package/dist/agy/plugin-installer.d.ts +6 -4
  7. package/dist/agy/plugin-installer.d.ts.map +1 -1
  8. package/dist/agy/plugin-installer.js +7 -5
  9. package/dist/agy/plugin-installer.js.map +1 -1
  10. package/dist/configs/eslint/expo.d.ts +10 -1
  11. package/dist/configs/eslint/expo.d.ts.map +1 -1
  12. package/dist/configs/eslint/expo.js +19 -18
  13. package/dist/configs/eslint/expo.js.map +1 -1
  14. package/dist/configs/jest/expo.d.ts +10 -1
  15. package/dist/configs/jest/expo.d.ts.map +1 -1
  16. package/dist/configs/jest/expo.js +18 -13
  17. package/dist/configs/jest/expo.js.map +1 -1
  18. package/dist/copilot/plugin-installer.d.ts +6 -3
  19. package/dist/copilot/plugin-installer.d.ts.map +1 -1
  20. package/dist/copilot/plugin-installer.js +7 -4
  21. package/dist/copilot/plugin-installer.js.map +1 -1
  22. package/dist/core/lisa.d.ts +16 -0
  23. package/dist/core/lisa.d.ts.map +1 -1
  24. package/dist/core/lisa.js +61 -18
  25. package/dist/core/lisa.js.map +1 -1
  26. package/expo/copy-overwrite/eslint.config.ts +6 -0
  27. package/expo/copy-overwrite/jest.config.ts +10 -0
  28. package/expo/copy-overwrite/knip.json +24 -2
  29. package/expo/create-only/jest.config.react-native-mock.js +22 -0
  30. package/expo/package-lisa/package.lisa.json +37 -36
  31. package/package.json +1 -1
  32. package/plugins/lisa/.claude-plugin/plugin.json +1 -1
  33. package/plugins/lisa/.codex-plugin/plugin.json +1 -1
  34. package/plugins/lisa-agy/plugin.json +1 -1
  35. package/plugins/lisa-cdk/.claude-plugin/plugin.json +1 -1
  36. package/plugins/lisa-cdk/.codex-plugin/plugin.json +1 -1
  37. package/plugins/lisa-cdk-agy/plugin.json +11 -0
  38. package/plugins/lisa-cdk-copilot/.claude-plugin/plugin.json +11 -0
  39. package/plugins/lisa-cdk-cursor/.claude-plugin/plugin.json +11 -0
  40. package/plugins/lisa-copilot/.claude-plugin/plugin.json +1 -1
  41. package/plugins/lisa-cursor/.claude-plugin/plugin.json +1 -1
  42. package/plugins/lisa-expo/.claude-plugin/plugin.json +1 -1
  43. package/plugins/lisa-expo/.codex-plugin/plugin.json +1 -1
  44. package/plugins/lisa-expo/skills/directory-structure/SKILL.md +32 -20
  45. package/plugins/lisa-expo/skills/directory-structure/scripts/validate_structure.py +15 -6
  46. package/plugins/lisa-expo-agy/.mcp.json +8 -0
  47. package/plugins/lisa-expo-agy/THIRD-PARTY-NOTICES.md +57 -0
  48. package/plugins/lisa-expo-agy/agents/ops-specialist.md +124 -0
  49. package/plugins/lisa-expo-agy/commands/e2e-coverage-gaps.md +7 -0
  50. package/plugins/lisa-expo-agy/commands/exploratory-qa.md +7 -0
  51. package/plugins/lisa-expo-agy/plugin.json +11 -0
  52. package/plugins/lisa-expo-agy/skills/add-app-clip/SKILL.md +280 -0
  53. package/plugins/lisa-expo-agy/skills/add-app-clip/references/native-module.md +96 -0
  54. package/plugins/lisa-expo-agy/skills/apollo-client/SKILL.md +238 -0
  55. package/plugins/lisa-expo-agy/skills/apollo-client/references/mutation-patterns.md +360 -0
  56. package/plugins/lisa-expo-agy/skills/atomic-design-gluestack/SKILL.md +360 -0
  57. package/plugins/lisa-expo-agy/skills/atomic-design-gluestack/references/atomic-levels.md +417 -0
  58. package/plugins/lisa-expo-agy/skills/atomic-design-gluestack/references/folder-structure.md +257 -0
  59. package/plugins/lisa-expo-agy/skills/atomic-design-gluestack/references/gluestack-mapping.md +233 -0
  60. package/plugins/lisa-expo-agy/skills/atomic-design-gluestack/scripts/validate_atomic_structure.py +329 -0
  61. package/plugins/lisa-expo-agy/skills/building-native-ui/SKILL.md +321 -0
  62. package/plugins/lisa-expo-agy/skills/building-native-ui/references/animations.md +220 -0
  63. package/plugins/lisa-expo-agy/skills/building-native-ui/references/controls.md +272 -0
  64. package/plugins/lisa-expo-agy/skills/building-native-ui/references/form-sheet.md +253 -0
  65. package/plugins/lisa-expo-agy/skills/building-native-ui/references/gradients.md +106 -0
  66. package/plugins/lisa-expo-agy/skills/building-native-ui/references/icons.md +213 -0
  67. package/plugins/lisa-expo-agy/skills/building-native-ui/references/media.md +198 -0
  68. package/plugins/lisa-expo-agy/skills/building-native-ui/references/route-structure.md +229 -0
  69. package/plugins/lisa-expo-agy/skills/building-native-ui/references/search.md +248 -0
  70. package/plugins/lisa-expo-agy/skills/building-native-ui/references/storage.md +121 -0
  71. package/plugins/lisa-expo-agy/skills/building-native-ui/references/tabs.md +433 -0
  72. package/plugins/lisa-expo-agy/skills/building-native-ui/references/toolbar-and-headers.md +284 -0
  73. package/plugins/lisa-expo-agy/skills/building-native-ui/references/visual-effects.md +197 -0
  74. package/plugins/lisa-expo-agy/skills/building-native-ui/references/webgpu-three.md +605 -0
  75. package/plugins/lisa-expo-agy/skills/building-native-ui/references/zoom-transitions.md +158 -0
  76. package/plugins/lisa-expo-agy/skills/container-view-pattern/SKILL.md +299 -0
  77. package/plugins/lisa-expo-agy/skills/container-view-pattern/references/examples.md +749 -0
  78. package/plugins/lisa-expo-agy/skills/container-view-pattern/references/patterns.md +318 -0
  79. package/plugins/lisa-expo-agy/skills/container-view-pattern/scripts/create_component.py +200 -0
  80. package/plugins/lisa-expo-agy/skills/container-view-pattern/scripts/validate_component.py +209 -0
  81. package/plugins/lisa-expo-agy/skills/cross-platform-compatibility/SKILL.md +268 -0
  82. package/plugins/lisa-expo-agy/skills/cross-platform-compatibility/references/common-issues.md +619 -0
  83. package/plugins/lisa-expo-agy/skills/cross-platform-compatibility/references/file-extensions.md +340 -0
  84. package/plugins/lisa-expo-agy/skills/cross-platform-compatibility/references/platform-api.md +276 -0
  85. package/plugins/lisa-expo-agy/skills/cross-platform-compatibility/scripts/validate_cross_platform.py +416 -0
  86. package/plugins/lisa-expo-agy/skills/directory-structure/SKILL.md +214 -0
  87. package/plugins/lisa-expo-agy/skills/directory-structure/scripts/validate_structure.py +454 -0
  88. package/plugins/lisa-expo-agy/skills/e2e-coverage-gaps/SKILL.md +105 -0
  89. package/plugins/lisa-expo-agy/skills/eas-update-insights/SKILL.md +228 -0
  90. package/plugins/lisa-expo-agy/skills/eas-update-insights/references/channel-insights-schema.md +47 -0
  91. package/plugins/lisa-expo-agy/skills/eas-update-insights/references/update-insights-schema.md +69 -0
  92. package/plugins/lisa-expo-agy/skills/exploratory-qa/SKILL.md +145 -0
  93. package/plugins/lisa-expo-agy/skills/expo-api-routes/SKILL.md +369 -0
  94. package/plugins/lisa-expo-agy/skills/expo-brownfield/SKILL.md +54 -0
  95. package/plugins/lisa-expo-agy/skills/expo-brownfield/references/brownfield-integrated.md +526 -0
  96. package/plugins/lisa-expo-agy/skills/expo-brownfield/references/brownfield-isolated.md +402 -0
  97. package/plugins/lisa-expo-agy/skills/expo-brownfield/references/comparison.md +63 -0
  98. package/plugins/lisa-expo-agy/skills/expo-brownfield/references/troubleshooting.md +88 -0
  99. package/plugins/lisa-expo-agy/skills/expo-cicd-workflows/SKILL.md +92 -0
  100. package/plugins/lisa-expo-agy/skills/expo-cicd-workflows/scripts/fetch.js +113 -0
  101. package/plugins/lisa-expo-agy/skills/expo-cicd-workflows/scripts/package.json +11 -0
  102. package/plugins/lisa-expo-agy/skills/expo-cicd-workflows/scripts/validate.js +85 -0
  103. package/plugins/lisa-expo-agy/skills/expo-deployment/SKILL.md +190 -0
  104. package/plugins/lisa-expo-agy/skills/expo-deployment/references/app-store-metadata.md +479 -0
  105. package/plugins/lisa-expo-agy/skills/expo-deployment/references/ios-app-store.md +355 -0
  106. package/plugins/lisa-expo-agy/skills/expo-deployment/references/play-store.md +246 -0
  107. package/plugins/lisa-expo-agy/skills/expo-deployment/references/testflight.md +58 -0
  108. package/plugins/lisa-expo-agy/skills/expo-deployment/references/workflows.md +200 -0
  109. package/plugins/lisa-expo-agy/skills/expo-dev-client/SKILL.md +164 -0
  110. package/plugins/lisa-expo-agy/skills/expo-env-config/SKILL.md +309 -0
  111. package/plugins/lisa-expo-agy/skills/expo-env-config/references/validation-patterns.md +417 -0
  112. package/plugins/lisa-expo-agy/skills/expo-module/SKILL.md +141 -0
  113. package/plugins/lisa-expo-agy/skills/expo-module/references/config-plugin.md +90 -0
  114. package/plugins/lisa-expo-agy/skills/expo-module/references/create-expo-module.md +206 -0
  115. package/plugins/lisa-expo-agy/skills/expo-module/references/lifecycle.md +127 -0
  116. package/plugins/lisa-expo-agy/skills/expo-module/references/module-config.md +48 -0
  117. package/plugins/lisa-expo-agy/skills/expo-module/references/native-module.md +286 -0
  118. package/plugins/lisa-expo-agy/skills/expo-module/references/native-view.md +171 -0
  119. package/plugins/lisa-expo-agy/skills/expo-router-best-practices/SKILL.md +431 -0
  120. package/plugins/lisa-expo-agy/skills/expo-router-best-practices/references/official-docs.md +290 -0
  121. package/plugins/lisa-expo-agy/skills/expo-router-best-practices/scripts/generate-route.py +171 -0
  122. package/plugins/lisa-expo-agy/skills/expo-tailwind-setup/SKILL.md +480 -0
  123. package/plugins/lisa-expo-agy/skills/expo-ui-jetpack-compose/SKILL.md +40 -0
  124. package/plugins/lisa-expo-agy/skills/expo-ui-swift-ui/SKILL.md +39 -0
  125. package/plugins/lisa-expo-agy/skills/gluestack-nativewind/SKILL.md +411 -0
  126. package/plugins/lisa-expo-agy/skills/gluestack-nativewind/references/color-tokens.md +343 -0
  127. package/plugins/lisa-expo-agy/skills/gluestack-nativewind/references/component-mapping.md +307 -0
  128. package/plugins/lisa-expo-agy/skills/gluestack-nativewind/references/spacing-scale.md +300 -0
  129. package/plugins/lisa-expo-agy/skills/gluestack-nativewind/scripts/validate_styling.py +315 -0
  130. package/plugins/lisa-expo-agy/skills/jira-add-journey/SKILL.md +126 -0
  131. package/plugins/lisa-expo-agy/skills/jira-create/SKILL.md +161 -0
  132. package/plugins/lisa-expo-agy/skills/jira-evidence/SKILL.md +78 -0
  133. package/plugins/lisa-expo-agy/skills/jira-evidence/scripts/post-evidence.sh +163 -0
  134. package/plugins/lisa-expo-agy/skills/jira-journey/SKILL.md +190 -0
  135. package/plugins/lisa-expo-agy/skills/jira-journey/scripts/generate-templates.py +281 -0
  136. package/plugins/lisa-expo-agy/skills/jira-journey/scripts/parse-plan.py +368 -0
  137. package/plugins/lisa-expo-agy/skills/jira-verify/SKILL.md +27 -0
  138. package/plugins/lisa-expo-agy/skills/local-state/SKILL.md +362 -0
  139. package/plugins/lisa-expo-agy/skills/local-state/references/async-storage.md +505 -0
  140. package/plugins/lisa-expo-agy/skills/local-state/references/persistence-patterns.md +711 -0
  141. package/plugins/lisa-expo-agy/skills/local-state/references/reactive-variables.md +446 -0
  142. package/plugins/lisa-expo-agy/skills/native-data-fetching/SKILL.md +507 -0
  143. package/plugins/lisa-expo-agy/skills/native-data-fetching/references/expo-router-loaders.md +344 -0
  144. package/plugins/lisa-expo-agy/skills/ops-browser-uat/SKILL.md +124 -0
  145. package/plugins/lisa-expo-agy/skills/ops-check-logs/SKILL.md +211 -0
  146. package/plugins/lisa-expo-agy/skills/ops-db-ops/SKILL.md +119 -0
  147. package/plugins/lisa-expo-agy/skills/ops-deploy/SKILL.md +119 -0
  148. package/plugins/lisa-expo-agy/skills/ops-monitor-errors/SKILL.md +99 -0
  149. package/plugins/lisa-expo-agy/skills/ops-performance/SKILL.md +165 -0
  150. package/plugins/lisa-expo-agy/skills/ops-run-local/SKILL.md +166 -0
  151. package/plugins/lisa-expo-agy/skills/ops-verify-health/SKILL.md +101 -0
  152. package/plugins/lisa-expo-agy/skills/owasp-zap/SKILL.md +56 -0
  153. package/plugins/lisa-expo-agy/skills/playwright-ci-debugging/SKILL.md +140 -0
  154. package/plugins/lisa-expo-agy/skills/playwright-selectors/SKILL.md +455 -0
  155. package/plugins/lisa-expo-agy/skills/reduce-complexity/SKILL.md +251 -0
  156. package/plugins/lisa-expo-agy/skills/reduce-complexity/references/extraction-strategies.md +456 -0
  157. package/plugins/lisa-expo-agy/skills/reduce-complexity/references/refactoring-patterns.md +557 -0
  158. package/plugins/lisa-expo-agy/skills/testing-library/SKILL.md +314 -0
  159. package/plugins/lisa-expo-agy/skills/testing-library/references/async-patterns.md +420 -0
  160. package/plugins/lisa-expo-agy/skills/testing-library/references/expo-router-testing.md +556 -0
  161. package/plugins/lisa-expo-agy/skills/testing-library/references/mocking-patterns.md +590 -0
  162. package/plugins/lisa-expo-agy/skills/testing-library/references/query-priority.md +291 -0
  163. package/plugins/lisa-expo-agy/skills/upgrading-expo/SKILL.md +134 -0
  164. package/plugins/lisa-expo-agy/skills/upgrading-expo/references/expo-av-to-audio.md +132 -0
  165. package/plugins/lisa-expo-agy/skills/upgrading-expo/references/expo-av-to-video.md +160 -0
  166. package/plugins/lisa-expo-agy/skills/upgrading-expo/references/native-tabs.md +124 -0
  167. package/plugins/lisa-expo-agy/skills/upgrading-expo/references/new-architecture.md +79 -0
  168. package/plugins/lisa-expo-agy/skills/upgrading-expo/references/react-19.md +79 -0
  169. package/plugins/lisa-expo-agy/skills/upgrading-expo/references/react-compiler.md +59 -0
  170. package/plugins/lisa-expo-agy/skills/upgrading-expo/references/react-navigation-to-expo-router.md +61 -0
  171. package/plugins/lisa-expo-agy/skills/use-dom/SKILL.md +417 -0
  172. package/plugins/lisa-expo-copilot/.claude-plugin/plugin.json +11 -0
  173. package/plugins/lisa-expo-copilot/.mcp.json +8 -0
  174. package/plugins/lisa-expo-copilot/THIRD-PARTY-NOTICES.md +57 -0
  175. package/plugins/lisa-expo-copilot/agents/ops-specialist.agent.md +124 -0
  176. package/plugins/lisa-expo-copilot/commands/e2e-coverage-gaps.md +7 -0
  177. package/plugins/lisa-expo-copilot/commands/exploratory-qa.md +7 -0
  178. package/plugins/lisa-expo-copilot/skills/add-app-clip/SKILL.md +280 -0
  179. package/plugins/lisa-expo-copilot/skills/add-app-clip/references/native-module.md +96 -0
  180. package/plugins/lisa-expo-copilot/skills/apollo-client/SKILL.md +238 -0
  181. package/plugins/lisa-expo-copilot/skills/apollo-client/references/mutation-patterns.md +360 -0
  182. package/plugins/lisa-expo-copilot/skills/atomic-design-gluestack/SKILL.md +360 -0
  183. package/plugins/lisa-expo-copilot/skills/atomic-design-gluestack/references/atomic-levels.md +417 -0
  184. package/plugins/lisa-expo-copilot/skills/atomic-design-gluestack/references/folder-structure.md +257 -0
  185. package/plugins/lisa-expo-copilot/skills/atomic-design-gluestack/references/gluestack-mapping.md +233 -0
  186. package/plugins/lisa-expo-copilot/skills/atomic-design-gluestack/scripts/validate_atomic_structure.py +329 -0
  187. package/plugins/lisa-expo-copilot/skills/building-native-ui/SKILL.md +321 -0
  188. package/plugins/lisa-expo-copilot/skills/building-native-ui/references/animations.md +220 -0
  189. package/plugins/lisa-expo-copilot/skills/building-native-ui/references/controls.md +272 -0
  190. package/plugins/lisa-expo-copilot/skills/building-native-ui/references/form-sheet.md +253 -0
  191. package/plugins/lisa-expo-copilot/skills/building-native-ui/references/gradients.md +106 -0
  192. package/plugins/lisa-expo-copilot/skills/building-native-ui/references/icons.md +213 -0
  193. package/plugins/lisa-expo-copilot/skills/building-native-ui/references/media.md +198 -0
  194. package/plugins/lisa-expo-copilot/skills/building-native-ui/references/route-structure.md +229 -0
  195. package/plugins/lisa-expo-copilot/skills/building-native-ui/references/search.md +248 -0
  196. package/plugins/lisa-expo-copilot/skills/building-native-ui/references/storage.md +121 -0
  197. package/plugins/lisa-expo-copilot/skills/building-native-ui/references/tabs.md +433 -0
  198. package/plugins/lisa-expo-copilot/skills/building-native-ui/references/toolbar-and-headers.md +284 -0
  199. package/plugins/lisa-expo-copilot/skills/building-native-ui/references/visual-effects.md +197 -0
  200. package/plugins/lisa-expo-copilot/skills/building-native-ui/references/webgpu-three.md +605 -0
  201. package/plugins/lisa-expo-copilot/skills/building-native-ui/references/zoom-transitions.md +158 -0
  202. package/plugins/lisa-expo-copilot/skills/container-view-pattern/SKILL.md +299 -0
  203. package/plugins/lisa-expo-copilot/skills/container-view-pattern/references/examples.md +749 -0
  204. package/plugins/lisa-expo-copilot/skills/container-view-pattern/references/patterns.md +318 -0
  205. package/plugins/lisa-expo-copilot/skills/container-view-pattern/scripts/create_component.py +200 -0
  206. package/plugins/lisa-expo-copilot/skills/container-view-pattern/scripts/validate_component.py +209 -0
  207. package/plugins/lisa-expo-copilot/skills/cross-platform-compatibility/SKILL.md +268 -0
  208. package/plugins/lisa-expo-copilot/skills/cross-platform-compatibility/references/common-issues.md +619 -0
  209. package/plugins/lisa-expo-copilot/skills/cross-platform-compatibility/references/file-extensions.md +340 -0
  210. package/plugins/lisa-expo-copilot/skills/cross-platform-compatibility/references/platform-api.md +276 -0
  211. package/plugins/lisa-expo-copilot/skills/cross-platform-compatibility/scripts/validate_cross_platform.py +416 -0
  212. package/plugins/lisa-expo-copilot/skills/directory-structure/SKILL.md +214 -0
  213. package/plugins/lisa-expo-copilot/skills/directory-structure/scripts/validate_structure.py +454 -0
  214. package/plugins/lisa-expo-copilot/skills/e2e-coverage-gaps/SKILL.md +105 -0
  215. package/plugins/lisa-expo-copilot/skills/eas-update-insights/SKILL.md +228 -0
  216. package/plugins/lisa-expo-copilot/skills/eas-update-insights/references/channel-insights-schema.md +47 -0
  217. package/plugins/lisa-expo-copilot/skills/eas-update-insights/references/update-insights-schema.md +69 -0
  218. package/plugins/lisa-expo-copilot/skills/exploratory-qa/SKILL.md +145 -0
  219. package/plugins/lisa-expo-copilot/skills/expo-api-routes/SKILL.md +369 -0
  220. package/plugins/lisa-expo-copilot/skills/expo-brownfield/SKILL.md +54 -0
  221. package/plugins/lisa-expo-copilot/skills/expo-brownfield/references/brownfield-integrated.md +526 -0
  222. package/plugins/lisa-expo-copilot/skills/expo-brownfield/references/brownfield-isolated.md +402 -0
  223. package/plugins/lisa-expo-copilot/skills/expo-brownfield/references/comparison.md +63 -0
  224. package/plugins/lisa-expo-copilot/skills/expo-brownfield/references/troubleshooting.md +88 -0
  225. package/plugins/lisa-expo-copilot/skills/expo-cicd-workflows/SKILL.md +92 -0
  226. package/plugins/lisa-expo-copilot/skills/expo-cicd-workflows/scripts/fetch.js +113 -0
  227. package/plugins/lisa-expo-copilot/skills/expo-cicd-workflows/scripts/package.json +11 -0
  228. package/plugins/lisa-expo-copilot/skills/expo-cicd-workflows/scripts/validate.js +85 -0
  229. package/plugins/lisa-expo-copilot/skills/expo-deployment/SKILL.md +190 -0
  230. package/plugins/lisa-expo-copilot/skills/expo-deployment/references/app-store-metadata.md +479 -0
  231. package/plugins/lisa-expo-copilot/skills/expo-deployment/references/ios-app-store.md +355 -0
  232. package/plugins/lisa-expo-copilot/skills/expo-deployment/references/play-store.md +246 -0
  233. package/plugins/lisa-expo-copilot/skills/expo-deployment/references/testflight.md +58 -0
  234. package/plugins/lisa-expo-copilot/skills/expo-deployment/references/workflows.md +200 -0
  235. package/plugins/lisa-expo-copilot/skills/expo-dev-client/SKILL.md +164 -0
  236. package/plugins/lisa-expo-copilot/skills/expo-env-config/SKILL.md +309 -0
  237. package/plugins/lisa-expo-copilot/skills/expo-env-config/references/validation-patterns.md +417 -0
  238. package/plugins/lisa-expo-copilot/skills/expo-module/SKILL.md +141 -0
  239. package/plugins/lisa-expo-copilot/skills/expo-module/references/config-plugin.md +90 -0
  240. package/plugins/lisa-expo-copilot/skills/expo-module/references/create-expo-module.md +206 -0
  241. package/plugins/lisa-expo-copilot/skills/expo-module/references/lifecycle.md +127 -0
  242. package/plugins/lisa-expo-copilot/skills/expo-module/references/module-config.md +48 -0
  243. package/plugins/lisa-expo-copilot/skills/expo-module/references/native-module.md +286 -0
  244. package/plugins/lisa-expo-copilot/skills/expo-module/references/native-view.md +171 -0
  245. package/plugins/lisa-expo-copilot/skills/expo-router-best-practices/SKILL.md +431 -0
  246. package/plugins/lisa-expo-copilot/skills/expo-router-best-practices/references/official-docs.md +290 -0
  247. package/plugins/lisa-expo-copilot/skills/expo-router-best-practices/scripts/generate-route.py +171 -0
  248. package/plugins/lisa-expo-copilot/skills/expo-tailwind-setup/SKILL.md +480 -0
  249. package/plugins/lisa-expo-copilot/skills/expo-ui-jetpack-compose/SKILL.md +40 -0
  250. package/plugins/lisa-expo-copilot/skills/expo-ui-swift-ui/SKILL.md +39 -0
  251. package/plugins/lisa-expo-copilot/skills/gluestack-nativewind/SKILL.md +411 -0
  252. package/plugins/lisa-expo-copilot/skills/gluestack-nativewind/references/color-tokens.md +343 -0
  253. package/plugins/lisa-expo-copilot/skills/gluestack-nativewind/references/component-mapping.md +307 -0
  254. package/plugins/lisa-expo-copilot/skills/gluestack-nativewind/references/spacing-scale.md +300 -0
  255. package/plugins/lisa-expo-copilot/skills/gluestack-nativewind/scripts/validate_styling.py +315 -0
  256. package/plugins/lisa-expo-copilot/skills/jira-add-journey/SKILL.md +126 -0
  257. package/plugins/lisa-expo-copilot/skills/jira-create/SKILL.md +161 -0
  258. package/plugins/lisa-expo-copilot/skills/jira-evidence/SKILL.md +78 -0
  259. package/plugins/lisa-expo-copilot/skills/jira-evidence/scripts/post-evidence.sh +163 -0
  260. package/plugins/lisa-expo-copilot/skills/jira-journey/SKILL.md +190 -0
  261. package/plugins/lisa-expo-copilot/skills/jira-journey/scripts/generate-templates.py +281 -0
  262. package/plugins/lisa-expo-copilot/skills/jira-journey/scripts/parse-plan.py +368 -0
  263. package/plugins/lisa-expo-copilot/skills/jira-verify/SKILL.md +27 -0
  264. package/plugins/lisa-expo-copilot/skills/local-state/SKILL.md +362 -0
  265. package/plugins/lisa-expo-copilot/skills/local-state/references/async-storage.md +505 -0
  266. package/plugins/lisa-expo-copilot/skills/local-state/references/persistence-patterns.md +711 -0
  267. package/plugins/lisa-expo-copilot/skills/local-state/references/reactive-variables.md +446 -0
  268. package/plugins/lisa-expo-copilot/skills/native-data-fetching/SKILL.md +507 -0
  269. package/plugins/lisa-expo-copilot/skills/native-data-fetching/references/expo-router-loaders.md +344 -0
  270. package/plugins/lisa-expo-copilot/skills/ops-browser-uat/SKILL.md +124 -0
  271. package/plugins/lisa-expo-copilot/skills/ops-check-logs/SKILL.md +211 -0
  272. package/plugins/lisa-expo-copilot/skills/ops-db-ops/SKILL.md +119 -0
  273. package/plugins/lisa-expo-copilot/skills/ops-deploy/SKILL.md +119 -0
  274. package/plugins/lisa-expo-copilot/skills/ops-monitor-errors/SKILL.md +99 -0
  275. package/plugins/lisa-expo-copilot/skills/ops-performance/SKILL.md +165 -0
  276. package/plugins/lisa-expo-copilot/skills/ops-run-local/SKILL.md +166 -0
  277. package/plugins/lisa-expo-copilot/skills/ops-verify-health/SKILL.md +101 -0
  278. package/plugins/lisa-expo-copilot/skills/owasp-zap/SKILL.md +56 -0
  279. package/plugins/lisa-expo-copilot/skills/playwright-ci-debugging/SKILL.md +140 -0
  280. package/plugins/lisa-expo-copilot/skills/playwright-selectors/SKILL.md +455 -0
  281. package/plugins/lisa-expo-copilot/skills/reduce-complexity/SKILL.md +251 -0
  282. package/plugins/lisa-expo-copilot/skills/reduce-complexity/references/extraction-strategies.md +456 -0
  283. package/plugins/lisa-expo-copilot/skills/reduce-complexity/references/refactoring-patterns.md +557 -0
  284. package/plugins/lisa-expo-copilot/skills/testing-library/SKILL.md +314 -0
  285. package/plugins/lisa-expo-copilot/skills/testing-library/references/async-patterns.md +420 -0
  286. package/plugins/lisa-expo-copilot/skills/testing-library/references/expo-router-testing.md +556 -0
  287. package/plugins/lisa-expo-copilot/skills/testing-library/references/mocking-patterns.md +590 -0
  288. package/plugins/lisa-expo-copilot/skills/testing-library/references/query-priority.md +291 -0
  289. package/plugins/lisa-expo-copilot/skills/upgrading-expo/SKILL.md +134 -0
  290. package/plugins/lisa-expo-copilot/skills/upgrading-expo/references/expo-av-to-audio.md +132 -0
  291. package/plugins/lisa-expo-copilot/skills/upgrading-expo/references/expo-av-to-video.md +160 -0
  292. package/plugins/lisa-expo-copilot/skills/upgrading-expo/references/native-tabs.md +124 -0
  293. package/plugins/lisa-expo-copilot/skills/upgrading-expo/references/new-architecture.md +79 -0
  294. package/plugins/lisa-expo-copilot/skills/upgrading-expo/references/react-19.md +79 -0
  295. package/plugins/lisa-expo-copilot/skills/upgrading-expo/references/react-compiler.md +59 -0
  296. package/plugins/lisa-expo-copilot/skills/upgrading-expo/references/react-navigation-to-expo-router.md +61 -0
  297. package/plugins/lisa-expo-copilot/skills/use-dom/SKILL.md +417 -0
  298. package/plugins/lisa-expo-cursor/.claude-plugin/plugin.json +11 -0
  299. package/plugins/lisa-expo-cursor/.mcp.json +8 -0
  300. package/plugins/lisa-expo-cursor/THIRD-PARTY-NOTICES.md +57 -0
  301. package/plugins/lisa-expo-cursor/agents/ops-specialist.md +124 -0
  302. package/plugins/lisa-expo-cursor/commands/e2e-coverage-gaps.md +7 -0
  303. package/plugins/lisa-expo-cursor/commands/exploratory-qa.md +7 -0
  304. package/plugins/lisa-expo-cursor/skills/add-app-clip/SKILL.md +280 -0
  305. package/plugins/lisa-expo-cursor/skills/add-app-clip/references/native-module.md +96 -0
  306. package/plugins/lisa-expo-cursor/skills/apollo-client/SKILL.md +238 -0
  307. package/plugins/lisa-expo-cursor/skills/apollo-client/references/mutation-patterns.md +360 -0
  308. package/plugins/lisa-expo-cursor/skills/atomic-design-gluestack/SKILL.md +360 -0
  309. package/plugins/lisa-expo-cursor/skills/atomic-design-gluestack/references/atomic-levels.md +417 -0
  310. package/plugins/lisa-expo-cursor/skills/atomic-design-gluestack/references/folder-structure.md +257 -0
  311. package/plugins/lisa-expo-cursor/skills/atomic-design-gluestack/references/gluestack-mapping.md +233 -0
  312. package/plugins/lisa-expo-cursor/skills/atomic-design-gluestack/scripts/validate_atomic_structure.py +329 -0
  313. package/plugins/lisa-expo-cursor/skills/building-native-ui/SKILL.md +321 -0
  314. package/plugins/lisa-expo-cursor/skills/building-native-ui/references/animations.md +220 -0
  315. package/plugins/lisa-expo-cursor/skills/building-native-ui/references/controls.md +272 -0
  316. package/plugins/lisa-expo-cursor/skills/building-native-ui/references/form-sheet.md +253 -0
  317. package/plugins/lisa-expo-cursor/skills/building-native-ui/references/gradients.md +106 -0
  318. package/plugins/lisa-expo-cursor/skills/building-native-ui/references/icons.md +213 -0
  319. package/plugins/lisa-expo-cursor/skills/building-native-ui/references/media.md +198 -0
  320. package/plugins/lisa-expo-cursor/skills/building-native-ui/references/route-structure.md +229 -0
  321. package/plugins/lisa-expo-cursor/skills/building-native-ui/references/search.md +248 -0
  322. package/plugins/lisa-expo-cursor/skills/building-native-ui/references/storage.md +121 -0
  323. package/plugins/lisa-expo-cursor/skills/building-native-ui/references/tabs.md +433 -0
  324. package/plugins/lisa-expo-cursor/skills/building-native-ui/references/toolbar-and-headers.md +284 -0
  325. package/plugins/lisa-expo-cursor/skills/building-native-ui/references/visual-effects.md +197 -0
  326. package/plugins/lisa-expo-cursor/skills/building-native-ui/references/webgpu-three.md +605 -0
  327. package/plugins/lisa-expo-cursor/skills/building-native-ui/references/zoom-transitions.md +158 -0
  328. package/plugins/lisa-expo-cursor/skills/container-view-pattern/SKILL.md +299 -0
  329. package/plugins/lisa-expo-cursor/skills/container-view-pattern/references/examples.md +749 -0
  330. package/plugins/lisa-expo-cursor/skills/container-view-pattern/references/patterns.md +318 -0
  331. package/plugins/lisa-expo-cursor/skills/container-view-pattern/scripts/create_component.py +200 -0
  332. package/plugins/lisa-expo-cursor/skills/container-view-pattern/scripts/validate_component.py +209 -0
  333. package/plugins/lisa-expo-cursor/skills/cross-platform-compatibility/SKILL.md +268 -0
  334. package/plugins/lisa-expo-cursor/skills/cross-platform-compatibility/references/common-issues.md +619 -0
  335. package/plugins/lisa-expo-cursor/skills/cross-platform-compatibility/references/file-extensions.md +340 -0
  336. package/plugins/lisa-expo-cursor/skills/cross-platform-compatibility/references/platform-api.md +276 -0
  337. package/plugins/lisa-expo-cursor/skills/cross-platform-compatibility/scripts/validate_cross_platform.py +416 -0
  338. package/plugins/lisa-expo-cursor/skills/directory-structure/SKILL.md +214 -0
  339. package/plugins/lisa-expo-cursor/skills/directory-structure/scripts/validate_structure.py +454 -0
  340. package/plugins/lisa-expo-cursor/skills/e2e-coverage-gaps/SKILL.md +105 -0
  341. package/plugins/lisa-expo-cursor/skills/eas-update-insights/SKILL.md +228 -0
  342. package/plugins/lisa-expo-cursor/skills/eas-update-insights/references/channel-insights-schema.md +47 -0
  343. package/plugins/lisa-expo-cursor/skills/eas-update-insights/references/update-insights-schema.md +69 -0
  344. package/plugins/lisa-expo-cursor/skills/exploratory-qa/SKILL.md +145 -0
  345. package/plugins/lisa-expo-cursor/skills/expo-api-routes/SKILL.md +369 -0
  346. package/plugins/lisa-expo-cursor/skills/expo-brownfield/SKILL.md +54 -0
  347. package/plugins/lisa-expo-cursor/skills/expo-brownfield/references/brownfield-integrated.md +526 -0
  348. package/plugins/lisa-expo-cursor/skills/expo-brownfield/references/brownfield-isolated.md +402 -0
  349. package/plugins/lisa-expo-cursor/skills/expo-brownfield/references/comparison.md +63 -0
  350. package/plugins/lisa-expo-cursor/skills/expo-brownfield/references/troubleshooting.md +88 -0
  351. package/plugins/lisa-expo-cursor/skills/expo-cicd-workflows/SKILL.md +92 -0
  352. package/plugins/lisa-expo-cursor/skills/expo-cicd-workflows/scripts/fetch.js +113 -0
  353. package/plugins/lisa-expo-cursor/skills/expo-cicd-workflows/scripts/package.json +11 -0
  354. package/plugins/lisa-expo-cursor/skills/expo-cicd-workflows/scripts/validate.js +85 -0
  355. package/plugins/lisa-expo-cursor/skills/expo-deployment/SKILL.md +190 -0
  356. package/plugins/lisa-expo-cursor/skills/expo-deployment/references/app-store-metadata.md +479 -0
  357. package/plugins/lisa-expo-cursor/skills/expo-deployment/references/ios-app-store.md +355 -0
  358. package/plugins/lisa-expo-cursor/skills/expo-deployment/references/play-store.md +246 -0
  359. package/plugins/lisa-expo-cursor/skills/expo-deployment/references/testflight.md +58 -0
  360. package/plugins/lisa-expo-cursor/skills/expo-deployment/references/workflows.md +200 -0
  361. package/plugins/lisa-expo-cursor/skills/expo-dev-client/SKILL.md +164 -0
  362. package/plugins/lisa-expo-cursor/skills/expo-env-config/SKILL.md +309 -0
  363. package/plugins/lisa-expo-cursor/skills/expo-env-config/references/validation-patterns.md +417 -0
  364. package/plugins/lisa-expo-cursor/skills/expo-module/SKILL.md +141 -0
  365. package/plugins/lisa-expo-cursor/skills/expo-module/references/config-plugin.md +90 -0
  366. package/plugins/lisa-expo-cursor/skills/expo-module/references/create-expo-module.md +206 -0
  367. package/plugins/lisa-expo-cursor/skills/expo-module/references/lifecycle.md +127 -0
  368. package/plugins/lisa-expo-cursor/skills/expo-module/references/module-config.md +48 -0
  369. package/plugins/lisa-expo-cursor/skills/expo-module/references/native-module.md +286 -0
  370. package/plugins/lisa-expo-cursor/skills/expo-module/references/native-view.md +171 -0
  371. package/plugins/lisa-expo-cursor/skills/expo-router-best-practices/SKILL.md +431 -0
  372. package/plugins/lisa-expo-cursor/skills/expo-router-best-practices/references/official-docs.md +290 -0
  373. package/plugins/lisa-expo-cursor/skills/expo-router-best-practices/scripts/generate-route.py +171 -0
  374. package/plugins/lisa-expo-cursor/skills/expo-tailwind-setup/SKILL.md +480 -0
  375. package/plugins/lisa-expo-cursor/skills/expo-ui-jetpack-compose/SKILL.md +40 -0
  376. package/plugins/lisa-expo-cursor/skills/expo-ui-swift-ui/SKILL.md +39 -0
  377. package/plugins/lisa-expo-cursor/skills/gluestack-nativewind/SKILL.md +411 -0
  378. package/plugins/lisa-expo-cursor/skills/gluestack-nativewind/references/color-tokens.md +343 -0
  379. package/plugins/lisa-expo-cursor/skills/gluestack-nativewind/references/component-mapping.md +307 -0
  380. package/plugins/lisa-expo-cursor/skills/gluestack-nativewind/references/spacing-scale.md +300 -0
  381. package/plugins/lisa-expo-cursor/skills/gluestack-nativewind/scripts/validate_styling.py +315 -0
  382. package/plugins/lisa-expo-cursor/skills/jira-add-journey/SKILL.md +126 -0
  383. package/plugins/lisa-expo-cursor/skills/jira-create/SKILL.md +161 -0
  384. package/plugins/lisa-expo-cursor/skills/jira-evidence/SKILL.md +78 -0
  385. package/plugins/lisa-expo-cursor/skills/jira-evidence/scripts/post-evidence.sh +163 -0
  386. package/plugins/lisa-expo-cursor/skills/jira-journey/SKILL.md +190 -0
  387. package/plugins/lisa-expo-cursor/skills/jira-journey/scripts/generate-templates.py +281 -0
  388. package/plugins/lisa-expo-cursor/skills/jira-journey/scripts/parse-plan.py +368 -0
  389. package/plugins/lisa-expo-cursor/skills/jira-verify/SKILL.md +27 -0
  390. package/plugins/lisa-expo-cursor/skills/local-state/SKILL.md +362 -0
  391. package/plugins/lisa-expo-cursor/skills/local-state/references/async-storage.md +505 -0
  392. package/plugins/lisa-expo-cursor/skills/local-state/references/persistence-patterns.md +711 -0
  393. package/plugins/lisa-expo-cursor/skills/local-state/references/reactive-variables.md +446 -0
  394. package/plugins/lisa-expo-cursor/skills/native-data-fetching/SKILL.md +507 -0
  395. package/plugins/lisa-expo-cursor/skills/native-data-fetching/references/expo-router-loaders.md +344 -0
  396. package/plugins/lisa-expo-cursor/skills/ops-browser-uat/SKILL.md +124 -0
  397. package/plugins/lisa-expo-cursor/skills/ops-check-logs/SKILL.md +211 -0
  398. package/plugins/lisa-expo-cursor/skills/ops-db-ops/SKILL.md +119 -0
  399. package/plugins/lisa-expo-cursor/skills/ops-deploy/SKILL.md +119 -0
  400. package/plugins/lisa-expo-cursor/skills/ops-monitor-errors/SKILL.md +99 -0
  401. package/plugins/lisa-expo-cursor/skills/ops-performance/SKILL.md +165 -0
  402. package/plugins/lisa-expo-cursor/skills/ops-run-local/SKILL.md +166 -0
  403. package/plugins/lisa-expo-cursor/skills/ops-verify-health/SKILL.md +101 -0
  404. package/plugins/lisa-expo-cursor/skills/owasp-zap/SKILL.md +56 -0
  405. package/plugins/lisa-expo-cursor/skills/playwright-ci-debugging/SKILL.md +140 -0
  406. package/plugins/lisa-expo-cursor/skills/playwright-selectors/SKILL.md +455 -0
  407. package/plugins/lisa-expo-cursor/skills/reduce-complexity/SKILL.md +251 -0
  408. package/plugins/lisa-expo-cursor/skills/reduce-complexity/references/extraction-strategies.md +456 -0
  409. package/plugins/lisa-expo-cursor/skills/reduce-complexity/references/refactoring-patterns.md +557 -0
  410. package/plugins/lisa-expo-cursor/skills/testing-library/SKILL.md +314 -0
  411. package/plugins/lisa-expo-cursor/skills/testing-library/references/async-patterns.md +420 -0
  412. package/plugins/lisa-expo-cursor/skills/testing-library/references/expo-router-testing.md +556 -0
  413. package/plugins/lisa-expo-cursor/skills/testing-library/references/mocking-patterns.md +590 -0
  414. package/plugins/lisa-expo-cursor/skills/testing-library/references/query-priority.md +291 -0
  415. package/plugins/lisa-expo-cursor/skills/upgrading-expo/SKILL.md +134 -0
  416. package/plugins/lisa-expo-cursor/skills/upgrading-expo/references/expo-av-to-audio.md +132 -0
  417. package/plugins/lisa-expo-cursor/skills/upgrading-expo/references/expo-av-to-video.md +160 -0
  418. package/plugins/lisa-expo-cursor/skills/upgrading-expo/references/native-tabs.md +124 -0
  419. package/plugins/lisa-expo-cursor/skills/upgrading-expo/references/new-architecture.md +79 -0
  420. package/plugins/lisa-expo-cursor/skills/upgrading-expo/references/react-19.md +79 -0
  421. package/plugins/lisa-expo-cursor/skills/upgrading-expo/references/react-compiler.md +59 -0
  422. package/plugins/lisa-expo-cursor/skills/upgrading-expo/references/react-navigation-to-expo-router.md +61 -0
  423. package/plugins/lisa-expo-cursor/skills/use-dom/SKILL.md +417 -0
  424. package/plugins/lisa-harper-fabric/.claude-plugin/plugin.json +1 -1
  425. package/plugins/lisa-harper-fabric/.codex-plugin/plugin.json +1 -1
  426. package/plugins/lisa-harper-fabric-agy/commands/e2e-coverage-gaps.md +7 -0
  427. package/plugins/lisa-harper-fabric-agy/commands/exploratory-qa.md +7 -0
  428. package/plugins/lisa-harper-fabric-agy/plugin.json +11 -0
  429. package/plugins/lisa-harper-fabric-agy/skills/e2e-coverage-gaps/SKILL.md +105 -0
  430. package/plugins/lisa-harper-fabric-agy/skills/exploratory-qa/SKILL.md +145 -0
  431. package/plugins/lisa-harper-fabric-agy/skills/harper-build-and-deploy/SKILL.md +101 -0
  432. package/plugins/lisa-harper-fabric-agy/skills/harper-component-model/SKILL.md +87 -0
  433. package/plugins/lisa-harper-fabric-agy/skills/harper-config-yaml/SKILL.md +107 -0
  434. package/plugins/lisa-harper-fabric-agy/skills/harper-resources/SKILL.md +106 -0
  435. package/plugins/lisa-harper-fabric-agy/skills/harper-schema-graphql/SKILL.md +72 -0
  436. package/plugins/lisa-harper-fabric-copilot/.claude-plugin/plugin.json +35 -0
  437. package/plugins/lisa-harper-fabric-copilot/commands/e2e-coverage-gaps.md +7 -0
  438. package/plugins/lisa-harper-fabric-copilot/commands/exploratory-qa.md +7 -0
  439. package/plugins/lisa-harper-fabric-copilot/hooks/inject-rules.sh +16 -0
  440. package/plugins/lisa-harper-fabric-copilot/rules/harper-fabric.md +51 -0
  441. package/plugins/lisa-harper-fabric-copilot/skills/e2e-coverage-gaps/SKILL.md +105 -0
  442. package/plugins/lisa-harper-fabric-copilot/skills/exploratory-qa/SKILL.md +145 -0
  443. package/plugins/lisa-harper-fabric-copilot/skills/harper-build-and-deploy/SKILL.md +101 -0
  444. package/plugins/lisa-harper-fabric-copilot/skills/harper-component-model/SKILL.md +87 -0
  445. package/plugins/lisa-harper-fabric-copilot/skills/harper-config-yaml/SKILL.md +107 -0
  446. package/plugins/lisa-harper-fabric-copilot/skills/harper-resources/SKILL.md +106 -0
  447. package/plugins/lisa-harper-fabric-copilot/skills/harper-schema-graphql/SKILL.md +72 -0
  448. package/plugins/lisa-harper-fabric-cursor/.claude-plugin/plugin.json +11 -0
  449. package/plugins/lisa-harper-fabric-cursor/commands/e2e-coverage-gaps.md +7 -0
  450. package/plugins/lisa-harper-fabric-cursor/commands/exploratory-qa.md +7 -0
  451. package/plugins/lisa-harper-fabric-cursor/rules/harper-fabric.md +51 -0
  452. package/plugins/lisa-harper-fabric-cursor/skills/e2e-coverage-gaps/SKILL.md +105 -0
  453. package/plugins/lisa-harper-fabric-cursor/skills/exploratory-qa/SKILL.md +145 -0
  454. package/plugins/lisa-harper-fabric-cursor/skills/harper-build-and-deploy/SKILL.md +101 -0
  455. package/plugins/lisa-harper-fabric-cursor/skills/harper-component-model/SKILL.md +87 -0
  456. package/plugins/lisa-harper-fabric-cursor/skills/harper-config-yaml/SKILL.md +107 -0
  457. package/plugins/lisa-harper-fabric-cursor/skills/harper-resources/SKILL.md +106 -0
  458. package/plugins/lisa-harper-fabric-cursor/skills/harper-schema-graphql/SKILL.md +72 -0
  459. package/plugins/lisa-nestjs/.claude-plugin/plugin.json +1 -1
  460. package/plugins/lisa-nestjs/.codex-plugin/plugin.json +1 -1
  461. package/plugins/lisa-nestjs-agy/plugin.json +11 -0
  462. package/plugins/lisa-nestjs-agy/skills/nestjs-graphql/SKILL.md +176 -0
  463. package/plugins/lisa-nestjs-agy/skills/nestjs-graphql/references/advanced-features.md +527 -0
  464. package/plugins/lisa-nestjs-agy/skills/nestjs-graphql/references/project-patterns.md +531 -0
  465. package/plugins/lisa-nestjs-agy/skills/nestjs-graphql/references/quick-start.md +257 -0
  466. package/plugins/lisa-nestjs-agy/skills/nestjs-graphql/references/resolvers-mutations.md +413 -0
  467. package/plugins/lisa-nestjs-agy/skills/nestjs-graphql/references/types-scalars.md +513 -0
  468. package/plugins/lisa-nestjs-agy/skills/nestjs-rules/SKILL.md +565 -0
  469. package/plugins/lisa-nestjs-agy/skills/typeorm-patterns/SKILL.md +275 -0
  470. package/plugins/lisa-nestjs-agy/skills/typeorm-patterns/references/configuration-patterns.md +487 -0
  471. package/plugins/lisa-nestjs-agy/skills/typeorm-patterns/references/entity-patterns.md +450 -0
  472. package/plugins/lisa-nestjs-agy/skills/typeorm-patterns/references/observability-patterns.md +536 -0
  473. package/plugins/lisa-nestjs-copilot/.claude-plugin/plugin.json +24 -0
  474. package/plugins/lisa-nestjs-copilot/hooks/block-migration-edits.sh +60 -0
  475. package/plugins/lisa-nestjs-copilot/skills/nestjs-graphql/SKILL.md +176 -0
  476. package/plugins/lisa-nestjs-copilot/skills/nestjs-graphql/references/advanced-features.md +527 -0
  477. package/plugins/lisa-nestjs-copilot/skills/nestjs-graphql/references/project-patterns.md +531 -0
  478. package/plugins/lisa-nestjs-copilot/skills/nestjs-graphql/references/quick-start.md +257 -0
  479. package/plugins/lisa-nestjs-copilot/skills/nestjs-graphql/references/resolvers-mutations.md +413 -0
  480. package/plugins/lisa-nestjs-copilot/skills/nestjs-graphql/references/types-scalars.md +513 -0
  481. package/plugins/lisa-nestjs-copilot/skills/nestjs-rules/SKILL.md +565 -0
  482. package/plugins/lisa-nestjs-copilot/skills/typeorm-patterns/SKILL.md +275 -0
  483. package/plugins/lisa-nestjs-copilot/skills/typeorm-patterns/references/configuration-patterns.md +487 -0
  484. package/plugins/lisa-nestjs-copilot/skills/typeorm-patterns/references/entity-patterns.md +450 -0
  485. package/plugins/lisa-nestjs-copilot/skills/typeorm-patterns/references/observability-patterns.md +536 -0
  486. package/plugins/lisa-nestjs-cursor/.claude-plugin/plugin.json +24 -0
  487. package/plugins/lisa-nestjs-cursor/hooks/block-migration-edits.sh +60 -0
  488. package/plugins/lisa-nestjs-cursor/skills/nestjs-graphql/SKILL.md +176 -0
  489. package/plugins/lisa-nestjs-cursor/skills/nestjs-graphql/references/advanced-features.md +527 -0
  490. package/plugins/lisa-nestjs-cursor/skills/nestjs-graphql/references/project-patterns.md +531 -0
  491. package/plugins/lisa-nestjs-cursor/skills/nestjs-graphql/references/quick-start.md +257 -0
  492. package/plugins/lisa-nestjs-cursor/skills/nestjs-graphql/references/resolvers-mutations.md +413 -0
  493. package/plugins/lisa-nestjs-cursor/skills/nestjs-graphql/references/types-scalars.md +513 -0
  494. package/plugins/lisa-nestjs-cursor/skills/nestjs-rules/SKILL.md +565 -0
  495. package/plugins/lisa-nestjs-cursor/skills/typeorm-patterns/SKILL.md +275 -0
  496. package/plugins/lisa-nestjs-cursor/skills/typeorm-patterns/references/configuration-patterns.md +487 -0
  497. package/plugins/lisa-nestjs-cursor/skills/typeorm-patterns/references/entity-patterns.md +450 -0
  498. package/plugins/lisa-nestjs-cursor/skills/typeorm-patterns/references/observability-patterns.md +536 -0
  499. package/plugins/lisa-openclaw/.claude-plugin/plugin.json +1 -1
  500. package/plugins/lisa-openclaw/.codex-plugin/plugin.json +1 -1
  501. package/plugins/lisa-openclaw-agy/commands/connect-repo-topic.md +7 -0
  502. package/plugins/lisa-openclaw-agy/commands/connect-staff-slack.md +7 -0
  503. package/plugins/lisa-openclaw-agy/commands/connect-staff-telegram.md +7 -0
  504. package/plugins/lisa-openclaw-agy/commands/setup-openclaw.md +7 -0
  505. package/plugins/lisa-openclaw-agy/plugin.json +8 -0
  506. package/plugins/lisa-openclaw-agy/skills/lisa-openclaw-connect-repo-topic/SKILL.md +137 -0
  507. package/plugins/lisa-openclaw-agy/skills/lisa-openclaw-connect-repo-topic/references/repo-topic-config.md +109 -0
  508. package/plugins/lisa-openclaw-agy/skills/lisa-openclaw-connect-staff/SKILL.md +175 -0
  509. package/plugins/lisa-openclaw-agy/skills/lisa-openclaw-connect-staff/references/platform-routing.md +83 -0
  510. package/plugins/lisa-openclaw-agy/skills/lisa-openclaw-connect-staff/references/prompts.md +78 -0
  511. package/plugins/lisa-openclaw-agy/skills/lisa-openclaw-setup/SKILL.md +138 -0
  512. package/plugins/lisa-openclaw-copilot/.claude-plugin/plugin.json +8 -0
  513. package/plugins/lisa-openclaw-copilot/commands/connect-repo-topic.md +7 -0
  514. package/plugins/lisa-openclaw-copilot/commands/connect-staff-slack.md +7 -0
  515. package/plugins/lisa-openclaw-copilot/commands/connect-staff-telegram.md +7 -0
  516. package/plugins/lisa-openclaw-copilot/commands/setup-openclaw.md +7 -0
  517. package/plugins/lisa-openclaw-copilot/skills/lisa-openclaw-connect-repo-topic/SKILL.md +137 -0
  518. package/plugins/lisa-openclaw-copilot/skills/lisa-openclaw-connect-repo-topic/references/repo-topic-config.md +109 -0
  519. package/plugins/lisa-openclaw-copilot/skills/lisa-openclaw-connect-staff/SKILL.md +175 -0
  520. package/plugins/lisa-openclaw-copilot/skills/lisa-openclaw-connect-staff/references/platform-routing.md +83 -0
  521. package/plugins/lisa-openclaw-copilot/skills/lisa-openclaw-connect-staff/references/prompts.md +78 -0
  522. package/plugins/lisa-openclaw-copilot/skills/lisa-openclaw-setup/SKILL.md +138 -0
  523. package/plugins/lisa-openclaw-cursor/.claude-plugin/plugin.json +8 -0
  524. package/plugins/lisa-openclaw-cursor/commands/connect-repo-topic.md +7 -0
  525. package/plugins/lisa-openclaw-cursor/commands/connect-staff-slack.md +7 -0
  526. package/plugins/lisa-openclaw-cursor/commands/connect-staff-telegram.md +7 -0
  527. package/plugins/lisa-openclaw-cursor/commands/setup-openclaw.md +7 -0
  528. package/plugins/lisa-openclaw-cursor/skills/lisa-openclaw-connect-repo-topic/SKILL.md +137 -0
  529. package/plugins/lisa-openclaw-cursor/skills/lisa-openclaw-connect-repo-topic/references/repo-topic-config.md +109 -0
  530. package/plugins/lisa-openclaw-cursor/skills/lisa-openclaw-connect-staff/SKILL.md +175 -0
  531. package/plugins/lisa-openclaw-cursor/skills/lisa-openclaw-connect-staff/references/platform-routing.md +83 -0
  532. package/plugins/lisa-openclaw-cursor/skills/lisa-openclaw-connect-staff/references/prompts.md +78 -0
  533. package/plugins/lisa-openclaw-cursor/skills/lisa-openclaw-setup/SKILL.md +138 -0
  534. package/plugins/lisa-rails/.claude-plugin/plugin.json +1 -1
  535. package/plugins/lisa-rails/.codex-plugin/plugin.json +1 -1
  536. package/plugins/lisa-rails-agy/agents/ops-specialist.md +226 -0
  537. package/plugins/lisa-rails-agy/commands/e2e-coverage-gaps.md +7 -0
  538. package/plugins/lisa-rails-agy/commands/exploratory-qa.md +7 -0
  539. package/plugins/lisa-rails-agy/commands/fix/linter-error.md +7 -0
  540. package/plugins/lisa-rails-agy/commands/improve/code-complexity.md +6 -0
  541. package/plugins/lisa-rails-agy/commands/improve/max-lines-per-function.md +7 -0
  542. package/plugins/lisa-rails-agy/commands/improve/max-lines.md +7 -0
  543. package/plugins/lisa-rails-agy/commands/improve/test-coverage.md +7 -0
  544. package/plugins/lisa-rails-agy/plugin.json +11 -0
  545. package/plugins/lisa-rails-agy/skills/action-controller-best-practices/SKILL.md +374 -0
  546. package/plugins/lisa-rails-agy/skills/action-view-best-practices/SKILL.md +335 -0
  547. package/plugins/lisa-rails-agy/skills/active-record-model-best-practices/SKILL.md +166 -0
  548. package/plugins/lisa-rails-agy/skills/e2e-coverage-gaps/SKILL.md +105 -0
  549. package/plugins/lisa-rails-agy/skills/exploratory-qa/SKILL.md +145 -0
  550. package/plugins/lisa-rails-agy/skills/fix-linter-error/SKILL.md +45 -0
  551. package/plugins/lisa-rails-agy/skills/improve-code-complexity/SKILL.md +48 -0
  552. package/plugins/lisa-rails-agy/skills/improve-max-lines/SKILL.md +46 -0
  553. package/plugins/lisa-rails-agy/skills/improve-max-lines-per-function/SKILL.md +46 -0
  554. package/plugins/lisa-rails-agy/skills/improve-test-coverage/SKILL.md +45 -0
  555. package/plugins/lisa-rails-agy/skills/jira-add-journey/SKILL.md +65 -0
  556. package/plugins/lisa-rails-agy/skills/jira-create/SKILL.md +100 -0
  557. package/plugins/lisa-rails-agy/skills/jira-evidence/SKILL.md +70 -0
  558. package/plugins/lisa-rails-agy/skills/jira-evidence/scripts/post-evidence.sh +163 -0
  559. package/plugins/lisa-rails-agy/skills/jira-journey/SKILL.md +64 -0
  560. package/plugins/lisa-rails-agy/skills/jira-verify/SKILL.md +26 -0
  561. package/plugins/lisa-rails-agy/skills/ops-check-logs/SKILL.md +191 -0
  562. package/plugins/lisa-rails-agy/skills/ops-deploy/SKILL.md +153 -0
  563. package/plugins/lisa-rails-agy/skills/ops-run-local/SKILL.md +169 -0
  564. package/plugins/lisa-rails-agy/skills/ops-verify-jobs/SKILL.md +157 -0
  565. package/plugins/lisa-rails-agy/skills/ops-verify-telemetry/SKILL.md +197 -0
  566. package/plugins/lisa-rails-copilot/.claude-plugin/plugin.json +50 -0
  567. package/plugins/lisa-rails-copilot/agents/ops-specialist.agent.md +226 -0
  568. package/plugins/lisa-rails-copilot/commands/e2e-coverage-gaps.md +7 -0
  569. package/plugins/lisa-rails-copilot/commands/exploratory-qa.md +7 -0
  570. package/plugins/lisa-rails-copilot/commands/fix/linter-error.md +7 -0
  571. package/plugins/lisa-rails-copilot/commands/improve/code-complexity.md +6 -0
  572. package/plugins/lisa-rails-copilot/commands/improve/max-lines-per-function.md +7 -0
  573. package/plugins/lisa-rails-copilot/commands/improve/max-lines.md +7 -0
  574. package/plugins/lisa-rails-copilot/commands/improve/test-coverage.md +7 -0
  575. package/plugins/lisa-rails-copilot/hooks/inject-rules.sh +22 -0
  576. package/plugins/lisa-rails-copilot/hooks/rubocop-on-edit.sh +78 -0
  577. package/plugins/lisa-rails-copilot/hooks/sg-scan-on-edit.sh +74 -0
  578. package/plugins/lisa-rails-copilot/rules/rails-conventions.md +176 -0
  579. package/plugins/lisa-rails-copilot/skills/action-controller-best-practices/SKILL.md +374 -0
  580. package/plugins/lisa-rails-copilot/skills/action-view-best-practices/SKILL.md +335 -0
  581. package/plugins/lisa-rails-copilot/skills/active-record-model-best-practices/SKILL.md +166 -0
  582. package/plugins/lisa-rails-copilot/skills/e2e-coverage-gaps/SKILL.md +105 -0
  583. package/plugins/lisa-rails-copilot/skills/exploratory-qa/SKILL.md +145 -0
  584. package/plugins/lisa-rails-copilot/skills/fix-linter-error/SKILL.md +45 -0
  585. package/plugins/lisa-rails-copilot/skills/improve-code-complexity/SKILL.md +48 -0
  586. package/plugins/lisa-rails-copilot/skills/improve-max-lines/SKILL.md +46 -0
  587. package/plugins/lisa-rails-copilot/skills/improve-max-lines-per-function/SKILL.md +46 -0
  588. package/plugins/lisa-rails-copilot/skills/improve-test-coverage/SKILL.md +45 -0
  589. package/plugins/lisa-rails-copilot/skills/jira-add-journey/SKILL.md +65 -0
  590. package/plugins/lisa-rails-copilot/skills/jira-create/SKILL.md +100 -0
  591. package/plugins/lisa-rails-copilot/skills/jira-evidence/SKILL.md +70 -0
  592. package/plugins/lisa-rails-copilot/skills/jira-evidence/scripts/post-evidence.sh +163 -0
  593. package/plugins/lisa-rails-copilot/skills/jira-journey/SKILL.md +64 -0
  594. package/plugins/lisa-rails-copilot/skills/jira-verify/SKILL.md +26 -0
  595. package/plugins/lisa-rails-copilot/skills/ops-check-logs/SKILL.md +191 -0
  596. package/plugins/lisa-rails-copilot/skills/ops-deploy/SKILL.md +153 -0
  597. package/plugins/lisa-rails-copilot/skills/ops-run-local/SKILL.md +169 -0
  598. package/plugins/lisa-rails-copilot/skills/ops-verify-jobs/SKILL.md +157 -0
  599. package/plugins/lisa-rails-copilot/skills/ops-verify-telemetry/SKILL.md +197 -0
  600. package/plugins/lisa-rails-cursor/.claude-plugin/plugin.json +28 -0
  601. package/plugins/lisa-rails-cursor/agents/ops-specialist.md +226 -0
  602. package/plugins/lisa-rails-cursor/commands/e2e-coverage-gaps.md +7 -0
  603. package/plugins/lisa-rails-cursor/commands/exploratory-qa.md +7 -0
  604. package/plugins/lisa-rails-cursor/commands/fix/linter-error.md +7 -0
  605. package/plugins/lisa-rails-cursor/commands/improve/code-complexity.md +6 -0
  606. package/plugins/lisa-rails-cursor/commands/improve/max-lines-per-function.md +7 -0
  607. package/plugins/lisa-rails-cursor/commands/improve/max-lines.md +7 -0
  608. package/plugins/lisa-rails-cursor/commands/improve/test-coverage.md +7 -0
  609. package/plugins/lisa-rails-cursor/hooks/rubocop-on-edit.sh +78 -0
  610. package/plugins/lisa-rails-cursor/hooks/sg-scan-on-edit.sh +74 -0
  611. package/plugins/lisa-rails-cursor/rules/rails-conventions.md +176 -0
  612. package/plugins/lisa-rails-cursor/skills/action-controller-best-practices/SKILL.md +374 -0
  613. package/plugins/lisa-rails-cursor/skills/action-view-best-practices/SKILL.md +335 -0
  614. package/plugins/lisa-rails-cursor/skills/active-record-model-best-practices/SKILL.md +166 -0
  615. package/plugins/lisa-rails-cursor/skills/e2e-coverage-gaps/SKILL.md +105 -0
  616. package/plugins/lisa-rails-cursor/skills/exploratory-qa/SKILL.md +145 -0
  617. package/plugins/lisa-rails-cursor/skills/fix-linter-error/SKILL.md +45 -0
  618. package/plugins/lisa-rails-cursor/skills/improve-code-complexity/SKILL.md +48 -0
  619. package/plugins/lisa-rails-cursor/skills/improve-max-lines/SKILL.md +46 -0
  620. package/plugins/lisa-rails-cursor/skills/improve-max-lines-per-function/SKILL.md +46 -0
  621. package/plugins/lisa-rails-cursor/skills/improve-test-coverage/SKILL.md +45 -0
  622. package/plugins/lisa-rails-cursor/skills/jira-add-journey/SKILL.md +65 -0
  623. package/plugins/lisa-rails-cursor/skills/jira-create/SKILL.md +100 -0
  624. package/plugins/lisa-rails-cursor/skills/jira-evidence/SKILL.md +70 -0
  625. package/plugins/lisa-rails-cursor/skills/jira-evidence/scripts/post-evidence.sh +163 -0
  626. package/plugins/lisa-rails-cursor/skills/jira-journey/SKILL.md +64 -0
  627. package/plugins/lisa-rails-cursor/skills/jira-verify/SKILL.md +26 -0
  628. package/plugins/lisa-rails-cursor/skills/ops-check-logs/SKILL.md +191 -0
  629. package/plugins/lisa-rails-cursor/skills/ops-deploy/SKILL.md +153 -0
  630. package/plugins/lisa-rails-cursor/skills/ops-run-local/SKILL.md +169 -0
  631. package/plugins/lisa-rails-cursor/skills/ops-verify-jobs/SKILL.md +157 -0
  632. package/plugins/lisa-rails-cursor/skills/ops-verify-telemetry/SKILL.md +197 -0
  633. package/plugins/lisa-typescript/.claude-plugin/plugin.json +1 -1
  634. package/plugins/lisa-typescript/.codex-plugin/plugin.json +1 -1
  635. package/plugins/lisa-typescript-agy/plugin.json +11 -0
  636. package/plugins/lisa-typescript-copilot/.claude-plugin/plugin.json +43 -0
  637. package/plugins/lisa-typescript-copilot/hooks/block-suppress-directives.sh +73 -0
  638. package/plugins/lisa-typescript-copilot/hooks/format-on-edit.sh +79 -0
  639. package/plugins/lisa-typescript-copilot/hooks/lint-on-edit.sh +134 -0
  640. package/plugins/lisa-typescript-copilot/hooks/sg-scan-on-edit.sh +71 -0
  641. package/plugins/lisa-typescript-cursor/.claude-plugin/plugin.json +43 -0
  642. package/plugins/lisa-typescript-cursor/hooks/block-suppress-directives.sh +73 -0
  643. package/plugins/lisa-typescript-cursor/hooks/format-on-edit.sh +79 -0
  644. package/plugins/lisa-typescript-cursor/hooks/lint-on-edit.sh +134 -0
  645. package/plugins/lisa-typescript-cursor/hooks/sg-scan-on-edit.sh +71 -0
  646. package/plugins/lisa-wiki/.claude-plugin/plugin.json +1 -1
  647. package/plugins/lisa-wiki/.codex-plugin/plugin.json +1 -1
  648. package/plugins/lisa-wiki-agy/ci/lisa-wiki-validate.yml +33 -0
  649. package/plugins/lisa-wiki-agy/commands/add-ingest.md +6 -0
  650. package/plugins/lisa-wiki-agy/commands/add-role.md +6 -0
  651. package/plugins/lisa-wiki-agy/commands/doctor.md +6 -0
  652. package/plugins/lisa-wiki-agy/commands/ingest.md +6 -0
  653. package/plugins/lisa-wiki-agy/commands/lint.md +6 -0
  654. package/plugins/lisa-wiki-agy/commands/migrate.md +6 -0
  655. package/plugins/lisa-wiki-agy/commands/onboard-me.md +6 -0
  656. package/plugins/lisa-wiki-agy/commands/query.md +6 -0
  657. package/plugins/lisa-wiki-agy/commands/setup/wiki.md +6 -0
  658. package/plugins/lisa-wiki-agy/commands/setup-automations.md +6 -0
  659. package/plugins/lisa-wiki-agy/commands/setup.md +6 -0
  660. package/plugins/lisa-wiki-agy/commands/status.md +6 -0
  661. package/plugins/lisa-wiki-agy/commands/tear-down-automations.md +6 -0
  662. package/plugins/lisa-wiki-agy/plugin.json +8 -0
  663. package/plugins/lisa-wiki-agy/schema/lisa-wiki-config.schema.json +118 -0
  664. package/plugins/lisa-wiki-agy/schema/wiki-structure.schema.json +51 -0
  665. package/plugins/lisa-wiki-agy/scripts/_wiki-lib.mjs +185 -0
  666. package/plugins/lisa-wiki-agy/scripts/diff-guard.mjs +116 -0
  667. package/plugins/lisa-wiki-agy/scripts/ensure-gitignore.mjs +131 -0
  668. package/plugins/lisa-wiki-agy/scripts/ingest-git.mjs +189 -0
  669. package/plugins/lisa-wiki-agy/scripts/ingest-memory.mjs +130 -0
  670. package/plugins/lisa-wiki-agy/scripts/ingest-roles.mjs +85 -0
  671. package/plugins/lisa-wiki-agy/scripts/ingest_slack_channel.py +329 -0
  672. package/plugins/lisa-wiki-agy/scripts/lint-wiki.mjs +324 -0
  673. package/plugins/lisa-wiki-agy/scripts/mcp-doctor.mjs +72 -0
  674. package/plugins/lisa-wiki-agy/scripts/render-contract.mjs +107 -0
  675. package/plugins/lisa-wiki-agy/scripts/rewrite-refs.mjs +144 -0
  676. package/plugins/lisa-wiki-agy/scripts/slack_oauth_user.py +179 -0
  677. package/plugins/lisa-wiki-agy/scripts/validate-config.mjs +232 -0
  678. package/plugins/lisa-wiki-agy/scripts/verify-migration.mjs +199 -0
  679. package/plugins/lisa-wiki-agy/scripts/wiki-status.mjs +345 -0
  680. package/plugins/lisa-wiki-agy/skills/lisa-wiki-add-ingest/SKILL.md +34 -0
  681. package/plugins/lisa-wiki-agy/skills/lisa-wiki-add-role/SKILL.md +30 -0
  682. package/plugins/lisa-wiki-agy/skills/lisa-wiki-connector-confluence/SKILL.md +25 -0
  683. package/plugins/lisa-wiki-agy/skills/lisa-wiki-connector-docs/SKILL.md +30 -0
  684. package/plugins/lisa-wiki-agy/skills/lisa-wiki-connector-git/SKILL.md +25 -0
  685. package/plugins/lisa-wiki-agy/skills/lisa-wiki-connector-jira/SKILL.md +28 -0
  686. package/plugins/lisa-wiki-agy/skills/lisa-wiki-connector-memory/SKILL.md +28 -0
  687. package/plugins/lisa-wiki-agy/skills/lisa-wiki-connector-notion/SKILL.md +25 -0
  688. package/plugins/lisa-wiki-agy/skills/lisa-wiki-connector-roles/SKILL.md +22 -0
  689. package/plugins/lisa-wiki-agy/skills/lisa-wiki-connector-slack/SKILL.md +30 -0
  690. package/plugins/lisa-wiki-agy/skills/lisa-wiki-connector-web/SKILL.md +23 -0
  691. package/plugins/lisa-wiki-agy/skills/lisa-wiki-doctor/SKILL.md +47 -0
  692. package/plugins/lisa-wiki-agy/skills/lisa-wiki-ingest/SKILL.md +72 -0
  693. package/plugins/lisa-wiki-agy/skills/lisa-wiki-lint/SKILL.md +32 -0
  694. package/plugins/lisa-wiki-agy/skills/lisa-wiki-migrate/SKILL.md +43 -0
  695. package/plugins/lisa-wiki-agy/skills/lisa-wiki-onboard-me/SKILL.md +33 -0
  696. package/plugins/lisa-wiki-agy/skills/lisa-wiki-query/SKILL.md +30 -0
  697. package/plugins/lisa-wiki-agy/skills/lisa-wiki-setup/SKILL.md +75 -0
  698. package/plugins/lisa-wiki-agy/skills/lisa-wiki-setup-automations/SKILL.md +80 -0
  699. package/plugins/lisa-wiki-agy/skills/lisa-wiki-status/SKILL.md +47 -0
  700. package/plugins/lisa-wiki-agy/skills/lisa-wiki-tear-down-automations/SKILL.md +34 -0
  701. package/plugins/lisa-wiki-agy/skills/lisa-wiki-usage/SKILL.md +50 -0
  702. package/plugins/lisa-wiki-agy/templates/agents/role-agent.claude.md +16 -0
  703. package/plugins/lisa-wiki-agy/templates/agents/role-agent.codex.toml +15 -0
  704. package/plugins/lisa-wiki-agy/templates/index.md +17 -0
  705. package/plugins/lisa-wiki-agy/templates/llm-wiki-contract.md +72 -0
  706. package/plugins/lisa-wiki-agy/templates/log.md +8 -0
  707. package/plugins/lisa-wiki-agy/templates/page-types/architecture.md +18 -0
  708. package/plugins/lisa-wiki-agy/templates/page-types/concept.md +18 -0
  709. package/plugins/lisa-wiki-agy/templates/page-types/decision.md +18 -0
  710. package/plugins/lisa-wiki-agy/templates/page-types/entity.md +19 -0
  711. package/plugins/lisa-wiki-agy/templates/page-types/open-question.md +18 -0
  712. package/plugins/lisa-wiki-agy/templates/page-types/playbook.md +18 -0
  713. package/plugins/lisa-wiki-agy/templates/page-types/project.md +19 -0
  714. package/plugins/lisa-wiki-agy/templates/page-types/requirement.md +19 -0
  715. package/plugins/lisa-wiki-agy/templates/page-types/staff.md +26 -0
  716. package/plugins/lisa-wiki-agy/templates/start-here.md +24 -0
  717. package/plugins/lisa-wiki-agy/templates/state-readme.md +20 -0
  718. package/plugins/lisa-wiki-agy/templates/wrapper-gitignore.txt +19 -0
  719. package/plugins/lisa-wiki-copilot/.claude-plugin/plugin.json +8 -0
  720. package/plugins/lisa-wiki-copilot/ci/lisa-wiki-validate.yml +33 -0
  721. package/plugins/lisa-wiki-copilot/commands/add-ingest.md +6 -0
  722. package/plugins/lisa-wiki-copilot/commands/add-role.md +6 -0
  723. package/plugins/lisa-wiki-copilot/commands/doctor.md +6 -0
  724. package/plugins/lisa-wiki-copilot/commands/ingest.md +6 -0
  725. package/plugins/lisa-wiki-copilot/commands/lint.md +6 -0
  726. package/plugins/lisa-wiki-copilot/commands/migrate.md +6 -0
  727. package/plugins/lisa-wiki-copilot/commands/onboard-me.md +6 -0
  728. package/plugins/lisa-wiki-copilot/commands/query.md +6 -0
  729. package/plugins/lisa-wiki-copilot/commands/setup/wiki.md +6 -0
  730. package/plugins/lisa-wiki-copilot/commands/setup-automations.md +6 -0
  731. package/plugins/lisa-wiki-copilot/commands/setup.md +6 -0
  732. package/plugins/lisa-wiki-copilot/commands/status.md +6 -0
  733. package/plugins/lisa-wiki-copilot/commands/tear-down-automations.md +6 -0
  734. package/plugins/lisa-wiki-copilot/schema/lisa-wiki-config.schema.json +118 -0
  735. package/plugins/lisa-wiki-copilot/schema/wiki-structure.schema.json +51 -0
  736. package/plugins/lisa-wiki-copilot/scripts/_wiki-lib.mjs +185 -0
  737. package/plugins/lisa-wiki-copilot/scripts/diff-guard.mjs +116 -0
  738. package/plugins/lisa-wiki-copilot/scripts/ensure-gitignore.mjs +131 -0
  739. package/plugins/lisa-wiki-copilot/scripts/ingest-git.mjs +189 -0
  740. package/plugins/lisa-wiki-copilot/scripts/ingest-memory.mjs +130 -0
  741. package/plugins/lisa-wiki-copilot/scripts/ingest-roles.mjs +85 -0
  742. package/plugins/lisa-wiki-copilot/scripts/ingest_slack_channel.py +329 -0
  743. package/plugins/lisa-wiki-copilot/scripts/lint-wiki.mjs +324 -0
  744. package/plugins/lisa-wiki-copilot/scripts/mcp-doctor.mjs +72 -0
  745. package/plugins/lisa-wiki-copilot/scripts/render-contract.mjs +107 -0
  746. package/plugins/lisa-wiki-copilot/scripts/rewrite-refs.mjs +144 -0
  747. package/plugins/lisa-wiki-copilot/scripts/slack_oauth_user.py +179 -0
  748. package/plugins/lisa-wiki-copilot/scripts/validate-config.mjs +232 -0
  749. package/plugins/lisa-wiki-copilot/scripts/verify-migration.mjs +199 -0
  750. package/plugins/lisa-wiki-copilot/scripts/wiki-status.mjs +345 -0
  751. package/plugins/lisa-wiki-copilot/skills/lisa-wiki-add-ingest/SKILL.md +34 -0
  752. package/plugins/lisa-wiki-copilot/skills/lisa-wiki-add-role/SKILL.md +30 -0
  753. package/plugins/lisa-wiki-copilot/skills/lisa-wiki-connector-confluence/SKILL.md +25 -0
  754. package/plugins/lisa-wiki-copilot/skills/lisa-wiki-connector-docs/SKILL.md +30 -0
  755. package/plugins/lisa-wiki-copilot/skills/lisa-wiki-connector-git/SKILL.md +25 -0
  756. package/plugins/lisa-wiki-copilot/skills/lisa-wiki-connector-jira/SKILL.md +28 -0
  757. package/plugins/lisa-wiki-copilot/skills/lisa-wiki-connector-memory/SKILL.md +28 -0
  758. package/plugins/lisa-wiki-copilot/skills/lisa-wiki-connector-notion/SKILL.md +25 -0
  759. package/plugins/lisa-wiki-copilot/skills/lisa-wiki-connector-roles/SKILL.md +22 -0
  760. package/plugins/lisa-wiki-copilot/skills/lisa-wiki-connector-slack/SKILL.md +30 -0
  761. package/plugins/lisa-wiki-copilot/skills/lisa-wiki-connector-web/SKILL.md +23 -0
  762. package/plugins/lisa-wiki-copilot/skills/lisa-wiki-doctor/SKILL.md +47 -0
  763. package/plugins/lisa-wiki-copilot/skills/lisa-wiki-ingest/SKILL.md +72 -0
  764. package/plugins/lisa-wiki-copilot/skills/lisa-wiki-lint/SKILL.md +32 -0
  765. package/plugins/lisa-wiki-copilot/skills/lisa-wiki-migrate/SKILL.md +43 -0
  766. package/plugins/lisa-wiki-copilot/skills/lisa-wiki-onboard-me/SKILL.md +33 -0
  767. package/plugins/lisa-wiki-copilot/skills/lisa-wiki-query/SKILL.md +30 -0
  768. package/plugins/lisa-wiki-copilot/skills/lisa-wiki-setup/SKILL.md +75 -0
  769. package/plugins/lisa-wiki-copilot/skills/lisa-wiki-setup-automations/SKILL.md +80 -0
  770. package/plugins/lisa-wiki-copilot/skills/lisa-wiki-status/SKILL.md +47 -0
  771. package/plugins/lisa-wiki-copilot/skills/lisa-wiki-tear-down-automations/SKILL.md +34 -0
  772. package/plugins/lisa-wiki-copilot/skills/lisa-wiki-usage/SKILL.md +50 -0
  773. package/plugins/lisa-wiki-copilot/templates/agents/role-agent.claude.md +16 -0
  774. package/plugins/lisa-wiki-copilot/templates/agents/role-agent.codex.toml +15 -0
  775. package/plugins/lisa-wiki-copilot/templates/index.md +17 -0
  776. package/plugins/lisa-wiki-copilot/templates/llm-wiki-contract.md +72 -0
  777. package/plugins/lisa-wiki-copilot/templates/log.md +8 -0
  778. package/plugins/lisa-wiki-copilot/templates/page-types/architecture.md +18 -0
  779. package/plugins/lisa-wiki-copilot/templates/page-types/concept.md +18 -0
  780. package/plugins/lisa-wiki-copilot/templates/page-types/decision.md +18 -0
  781. package/plugins/lisa-wiki-copilot/templates/page-types/entity.md +19 -0
  782. package/plugins/lisa-wiki-copilot/templates/page-types/open-question.md +18 -0
  783. package/plugins/lisa-wiki-copilot/templates/page-types/playbook.md +18 -0
  784. package/plugins/lisa-wiki-copilot/templates/page-types/project.md +19 -0
  785. package/plugins/lisa-wiki-copilot/templates/page-types/requirement.md +19 -0
  786. package/plugins/lisa-wiki-copilot/templates/page-types/staff.md +26 -0
  787. package/plugins/lisa-wiki-copilot/templates/start-here.md +24 -0
  788. package/plugins/lisa-wiki-copilot/templates/state-readme.md +20 -0
  789. package/plugins/lisa-wiki-copilot/templates/wrapper-gitignore.txt +19 -0
  790. package/plugins/lisa-wiki-cursor/.claude-plugin/plugin.json +8 -0
  791. package/plugins/lisa-wiki-cursor/ci/lisa-wiki-validate.yml +33 -0
  792. package/plugins/lisa-wiki-cursor/commands/add-ingest.md +6 -0
  793. package/plugins/lisa-wiki-cursor/commands/add-role.md +6 -0
  794. package/plugins/lisa-wiki-cursor/commands/doctor.md +6 -0
  795. package/plugins/lisa-wiki-cursor/commands/ingest.md +6 -0
  796. package/plugins/lisa-wiki-cursor/commands/lint.md +6 -0
  797. package/plugins/lisa-wiki-cursor/commands/migrate.md +6 -0
  798. package/plugins/lisa-wiki-cursor/commands/onboard-me.md +6 -0
  799. package/plugins/lisa-wiki-cursor/commands/query.md +6 -0
  800. package/plugins/lisa-wiki-cursor/commands/setup/wiki.md +6 -0
  801. package/plugins/lisa-wiki-cursor/commands/setup-automations.md +6 -0
  802. package/plugins/lisa-wiki-cursor/commands/setup.md +6 -0
  803. package/plugins/lisa-wiki-cursor/commands/status.md +6 -0
  804. package/plugins/lisa-wiki-cursor/commands/tear-down-automations.md +6 -0
  805. package/plugins/lisa-wiki-cursor/schema/lisa-wiki-config.schema.json +118 -0
  806. package/plugins/lisa-wiki-cursor/schema/wiki-structure.schema.json +51 -0
  807. package/plugins/lisa-wiki-cursor/scripts/_wiki-lib.mjs +185 -0
  808. package/plugins/lisa-wiki-cursor/scripts/diff-guard.mjs +116 -0
  809. package/plugins/lisa-wiki-cursor/scripts/ensure-gitignore.mjs +131 -0
  810. package/plugins/lisa-wiki-cursor/scripts/ingest-git.mjs +189 -0
  811. package/plugins/lisa-wiki-cursor/scripts/ingest-memory.mjs +130 -0
  812. package/plugins/lisa-wiki-cursor/scripts/ingest-roles.mjs +85 -0
  813. package/plugins/lisa-wiki-cursor/scripts/ingest_slack_channel.py +329 -0
  814. package/plugins/lisa-wiki-cursor/scripts/lint-wiki.mjs +324 -0
  815. package/plugins/lisa-wiki-cursor/scripts/mcp-doctor.mjs +72 -0
  816. package/plugins/lisa-wiki-cursor/scripts/render-contract.mjs +107 -0
  817. package/plugins/lisa-wiki-cursor/scripts/rewrite-refs.mjs +144 -0
  818. package/plugins/lisa-wiki-cursor/scripts/slack_oauth_user.py +179 -0
  819. package/plugins/lisa-wiki-cursor/scripts/validate-config.mjs +232 -0
  820. package/plugins/lisa-wiki-cursor/scripts/verify-migration.mjs +199 -0
  821. package/plugins/lisa-wiki-cursor/scripts/wiki-status.mjs +345 -0
  822. package/plugins/lisa-wiki-cursor/skills/lisa-wiki-add-ingest/SKILL.md +34 -0
  823. package/plugins/lisa-wiki-cursor/skills/lisa-wiki-add-role/SKILL.md +30 -0
  824. package/plugins/lisa-wiki-cursor/skills/lisa-wiki-connector-confluence/SKILL.md +25 -0
  825. package/plugins/lisa-wiki-cursor/skills/lisa-wiki-connector-docs/SKILL.md +30 -0
  826. package/plugins/lisa-wiki-cursor/skills/lisa-wiki-connector-git/SKILL.md +25 -0
  827. package/plugins/lisa-wiki-cursor/skills/lisa-wiki-connector-jira/SKILL.md +28 -0
  828. package/plugins/lisa-wiki-cursor/skills/lisa-wiki-connector-memory/SKILL.md +28 -0
  829. package/plugins/lisa-wiki-cursor/skills/lisa-wiki-connector-notion/SKILL.md +25 -0
  830. package/plugins/lisa-wiki-cursor/skills/lisa-wiki-connector-roles/SKILL.md +22 -0
  831. package/plugins/lisa-wiki-cursor/skills/lisa-wiki-connector-slack/SKILL.md +30 -0
  832. package/plugins/lisa-wiki-cursor/skills/lisa-wiki-connector-web/SKILL.md +23 -0
  833. package/plugins/lisa-wiki-cursor/skills/lisa-wiki-doctor/SKILL.md +47 -0
  834. package/plugins/lisa-wiki-cursor/skills/lisa-wiki-ingest/SKILL.md +72 -0
  835. package/plugins/lisa-wiki-cursor/skills/lisa-wiki-lint/SKILL.md +32 -0
  836. package/plugins/lisa-wiki-cursor/skills/lisa-wiki-migrate/SKILL.md +43 -0
  837. package/plugins/lisa-wiki-cursor/skills/lisa-wiki-onboard-me/SKILL.md +33 -0
  838. package/plugins/lisa-wiki-cursor/skills/lisa-wiki-query/SKILL.md +30 -0
  839. package/plugins/lisa-wiki-cursor/skills/lisa-wiki-setup/SKILL.md +75 -0
  840. package/plugins/lisa-wiki-cursor/skills/lisa-wiki-setup-automations/SKILL.md +80 -0
  841. package/plugins/lisa-wiki-cursor/skills/lisa-wiki-status/SKILL.md +47 -0
  842. package/plugins/lisa-wiki-cursor/skills/lisa-wiki-tear-down-automations/SKILL.md +34 -0
  843. package/plugins/lisa-wiki-cursor/skills/lisa-wiki-usage/SKILL.md +50 -0
  844. package/plugins/lisa-wiki-cursor/templates/agents/role-agent.claude.md +16 -0
  845. package/plugins/lisa-wiki-cursor/templates/agents/role-agent.codex.toml +15 -0
  846. package/plugins/lisa-wiki-cursor/templates/index.md +17 -0
  847. package/plugins/lisa-wiki-cursor/templates/llm-wiki-contract.md +72 -0
  848. package/plugins/lisa-wiki-cursor/templates/log.md +8 -0
  849. package/plugins/lisa-wiki-cursor/templates/page-types/architecture.md +18 -0
  850. package/plugins/lisa-wiki-cursor/templates/page-types/concept.md +18 -0
  851. package/plugins/lisa-wiki-cursor/templates/page-types/decision.md +18 -0
  852. package/plugins/lisa-wiki-cursor/templates/page-types/entity.md +19 -0
  853. package/plugins/lisa-wiki-cursor/templates/page-types/open-question.md +18 -0
  854. package/plugins/lisa-wiki-cursor/templates/page-types/playbook.md +18 -0
  855. package/plugins/lisa-wiki-cursor/templates/page-types/project.md +19 -0
  856. package/plugins/lisa-wiki-cursor/templates/page-types/requirement.md +19 -0
  857. package/plugins/lisa-wiki-cursor/templates/page-types/staff.md +26 -0
  858. package/plugins/lisa-wiki-cursor/templates/start-here.md +24 -0
  859. package/plugins/lisa-wiki-cursor/templates/state-readme.md +20 -0
  860. package/plugins/lisa-wiki-cursor/templates/wrapper-gitignore.txt +19 -0
  861. package/plugins/src/expo/skills/directory-structure/SKILL.md +32 -20
  862. package/plugins/src/expo/skills/directory-structure/scripts/validate_structure.py +15 -6
  863. package/scripts/build-plugins.sh +28 -11
  864. package/typescript/copy-overwrite/.prettierignore +1 -0
  865. package/typescript/copy-overwrite/eslint.ignore.config.json +2 -0
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa",
3
- "version": "2.121.1",
3
+ "version": "2.123.0",
4
4
  "description": "Universal governance — agents, skills, commands, hooks, and rules for all projects",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-expo",
3
- "version": "2.121.1",
3
+ "version": "2.123.0",
4
4
  "description": "Expo/React Native-specific skills, agents, rules, and MCP servers",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-expo",
3
- "version": "2.121.1",
3
+ "version": "2.123.0",
4
4
  "description": "Expo and React Native-specific skills, agents, rules, and MCP servers.",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -20,28 +20,40 @@ This skill ensures all new code follows the documented directory structure stand
20
20
 
21
21
  ## Root Directory Structure
22
22
 
23
+ Expo SDK 55+/56 adopts the `/src` convention: all **application source** lives
24
+ under `src/`, while config, assets, tests, and tooling stay at the project root.
25
+ Older projects keep source at the root. The structure below shows the `/src`
26
+ layout; for a root-layout project, read `src/<dir>` as `<dir>`. The `@/*`
27
+ TypeScript path alias points at `./src/*` (or `./*` for root layout), so imports
28
+ are identical either way. The validator and lint/coverage configs auto-detect a
29
+ `src/` directory.
30
+
23
31
  ```
24
32
  <project-root>/
25
- ├── app/ # Expo Router - THIN WRAPPERS ONLY
26
- ├── features/ # Feature modules - PRIMARY CODE LOCATION
27
- ├── components/ # Shared components
28
- │ ├── ui/ # GlueStack UI primitives
29
- │ ├── icons/ # Icon components
30
- │ ├── custom/ # Custom UI components
31
- └── [ComponentName]/ # Feature-agnostic components
32
- ├── hooks/ # Global hooks (with __tests__/)
33
- ├── providers/ # Global React context providers (with __tests__/)
34
- ├── stores/ # Global state - Apollo reactive variables (with __tests__/)
35
- ├── utils/ # Utility functions (with __tests__/)
36
- ├── types/ # Global TypeScript types
37
- ├── generated/ # Auto-generated GraphQL types (DO NOT EDIT)
38
- ├── config/ # Configuration files
39
- ├── constants/ # Global constants
40
- ├── assets/ # Static assets (fonts/, icons/, css/)
41
- ├── e2e/ # End-to-end tests (fixtures/, pages/, tests/, utils/)
42
- ├── scripts/ # Build and development scripts
43
- ├── docs/ # Documentation
44
- └── projects/ # Project-specific files (archive/)
33
+ ├── src/ # APPLICATION SOURCE (SDK 55+/56 /src convention)
34
+ ├── app/ # Expo Router - THIN WRAPPERS ONLY
35
+ ├── features/ # Feature modules - PRIMARY CODE LOCATION
36
+ │ ├── components/ # Shared components
37
+ ├── ui/ # GlueStack UI primitives
38
+ ├── icons/ # Icon components
39
+ │ ├── custom/ # Custom UI components
40
+ │ │ └── [ComponentName]/ # Feature-agnostic components
41
+ ├── hooks/ # Global hooks (with __tests__/)
42
+ ├── providers/ # Global React context providers (with __tests__/)
43
+ ├── stores/ # Global state - Apollo reactive variables (with __tests__/)
44
+ ├── utils/ # Utility functions (with __tests__/)
45
+ ├── lib/ # Utility libraries / integrations
46
+ ├── types/ # Global TypeScript types
47
+ ├── generated/ # Auto-generated GraphQL types (DO NOT EDIT)
48
+ ├── config/ # Configuration files
49
+ │ └── constants/ # Global constants
50
+ ├── assets/ # Static assets (fonts/, icons/, css/) — STAYS AT ROOT
51
+ ├── e2e/ # End-to-end tests (fixtures/, pages/, tests/, utils/) — STAYS AT ROOT
52
+ ├── scripts/ # Build and development scripts — STAYS AT ROOT
53
+ ├── public/ # Public web assets — STAYS AT ROOT
54
+ ├── __mocks__/ # Jest manual mocks — STAYS AT ROOT
55
+ ├── docs/ # Documentation — STAYS AT ROOT
56
+ └── projects/ # Project-specific files (archive/) — STAYS AT ROOT
45
57
  ```
46
58
 
47
59
  ## Feature Module Structure
@@ -298,8 +298,12 @@ def validate_naming_conventions(root: Path) -> List[ValidationResult]:
298
298
  """Validate file and directory naming conventions."""
299
299
  results = []
300
300
 
301
+ # Source lives under src/ for projects on the Expo SDK 55+/56 /src
302
+ # convention; fall back to the project root otherwise.
303
+ source_root = root / 'src' if (root / 'src').is_dir() else root
304
+
301
305
  # Feature directory names should be kebab-case
302
- features_dir = root / 'features'
306
+ features_dir = source_root / 'features'
303
307
  if features_dir.exists():
304
308
  kebab_pattern = re.compile(r'^[a-z][a-z0-9]*(-[a-z0-9]+)*$')
305
309
  for item in features_dir.iterdir():
@@ -308,7 +312,7 @@ def validate_naming_conventions(root: Path) -> List[ValidationResult]:
308
312
  results.append(ValidationResult(
309
313
  passed=False,
310
314
  message=f"Feature directory not in kebab-case",
311
- file_path=f"features/{item.name}",
315
+ file_path=str(item.relative_to(root)),
312
316
  suggestion=f"Rename to kebab-case (e.g., 'my-feature')"
313
317
  ))
314
318
 
@@ -330,7 +334,7 @@ def validate_naming_conventions(root: Path) -> List[ValidationResult]:
330
334
  ))
331
335
 
332
336
  # Check components directory (skip special subdirectories)
333
- components_dir = root / 'components'
337
+ components_dir = source_root / 'components'
334
338
  if components_dir.exists():
335
339
  for item in components_dir.iterdir():
336
340
  # Skip special directories that are allowed to be lowercase
@@ -361,22 +365,27 @@ def run_validation(path: Path) -> ValidationReport:
361
365
  report = ValidationReport()
362
366
  root = find_project_root(path)
363
367
 
368
+ # Source lives under src/ for projects on the Expo SDK 55+/56 /src
369
+ # convention; fall back to the project root otherwise. relative_to(root)
370
+ # is still used for display so reported paths read as src/...
371
+ source_root = root / 'src' if (root / 'src').is_dir() else root
372
+
364
373
  print(f"Validating directory structure from: {root}\n")
365
374
 
366
375
  # Run all validations
367
376
  report.errors.extend(validate_test_file_placement(root))
368
377
  report.errors.extend(validate_naming_conventions(root))
369
- report.errors.extend(validate_app_directory(root / 'app', root))
378
+ report.errors.extend(validate_app_directory(source_root / 'app', root))
370
379
 
371
380
  # Validate features
372
- features_dir = root / 'features'
381
+ features_dir = source_root / 'features'
373
382
  if features_dir.exists():
374
383
  for feature in features_dir.iterdir():
375
384
  if feature.is_dir() and not feature.name.startswith('.'):
376
385
  report.errors.extend(validate_feature_structure(feature, root))
377
386
 
378
387
  # Validate global components
379
- components_dir = root / 'components'
388
+ components_dir = source_root / 'components'
380
389
  if components_dir.exists():
381
390
  for item in components_dir.iterdir():
382
391
  # Skip ui/, icons/, custom/ as they have different structure
@@ -0,0 +1,8 @@
1
+ {
2
+ "mcpServers": {
3
+ "expo": {
4
+ "type": "http",
5
+ "url": "https://mcp.expo.dev/mcp"
6
+ }
7
+ }
8
+ }
@@ -0,0 +1,57 @@
1
+ # Third-Party Notices
2
+
3
+ ## Official Expo skills (vendored)
4
+
5
+ The following skills under `skills/` are vendored verbatim from Expo's official
6
+ plugin and are **not** Lisa-authored. Do not hand-edit them; re-vendor from
7
+ upstream to update.
8
+
9
+ - **Source:** https://github.com/expo/skills (`plugins/expo/skills/`)
10
+ - **Upstream commit:** `510373b50956ef4dc84c20bb4c9cce70b618aa06`
11
+ - **License:** MIT — Copyright (c) 2025-present 650 Industries, Inc. (aka Expo)
12
+
13
+ Vendored skills:
14
+
15
+ ```
16
+ add-app-clip expo-cicd-workflows expo-ui-jetpack-compose
17
+ building-native-ui expo-deployment expo-ui-swift-ui
18
+ eas-update-insights expo-dev-client native-data-fetching
19
+ expo-api-routes expo-module upgrading-expo
20
+ expo-brownfield expo-tailwind-setup use-dom
21
+ ```
22
+
23
+ These ship alongside Lisa's own opinionated Expo/React Native skills
24
+ (`apollo-client`, `gluestack-nativewind`, `container-view-pattern`, etc.), which
25
+ they complement rather than replace. Notably both `expo-tailwind-setup`
26
+ (Tailwind v4 / NativeWind v5) and Lisa's `gluestack-nativewind` (Gluestack v3 /
27
+ NativeWind v4) are kept intentionally; choose per project.
28
+
29
+ The accompanying `expo` MCP server in `.mcp.json` points at Expo's official
30
+ remote server (`https://mcp.expo.dev/mcp`), replacing the previously bundled
31
+ third-party `expo-local-docs-mcp` stdio server.
32
+
33
+ ### MIT License
34
+
35
+ ```
36
+ The MIT License (MIT)
37
+
38
+ Copyright (c) 2025-present 650 Industries, Inc. (aka Expo)
39
+
40
+ Permission is hereby granted, free of charge, to any person obtaining a copy
41
+ of this software and associated documentation files (the "Software"), to deal
42
+ in the Software without restriction, including without limitation the rights
43
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
44
+ copies of the Software, and to permit persons to whom the Software is
45
+ furnished to do so, subject to the following conditions:
46
+
47
+ The above copyright notice and this permission notice shall be included in all
48
+ copies or substantial portions of the Software.
49
+
50
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
51
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
52
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
53
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
54
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
55
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
56
+ SOFTWARE.
57
+ ```
@@ -0,0 +1,124 @@
1
+ ---
2
+ name: ops-specialist
3
+ description: Operations specialist agent for Expo + serverless backend projects. Runs the full stack locally, deploys frontend (EAS) and backend (Serverless), checks logs (local, browser, device, CloudWatch), monitors errors (Sentry), runs browser UAT via Playwright MCP tools, manages database migrations, and performs performance analysis. Self-contained with all operational knowledge.
4
+ tools: Read, Grep, Glob, Bash
5
+ skills:
6
+ - ops-run-local
7
+ - ops-deploy
8
+ - ops-check-logs
9
+ - ops-verify-health
10
+ - ops-browser-uat
11
+ - ops-db-ops
12
+ - ops-monitor-errors
13
+ - ops-performance
14
+ ---
15
+
16
+ # Ops Specialist Agent
17
+
18
+ You are an operations specialist for an Expo + serverless backend application. Your mission is to **run, monitor, deploy, debug, and UAT the application** across local and remote environments. You operate with full operational knowledge embedded in this prompt — you do not need to search for setup instructions.
19
+
20
+ ## Architecture Summary
21
+
22
+ | Layer | Stack | Key Tech |
23
+ |-------|-------|----------|
24
+ | Frontend | Expo (React Native for Web, iOS, Android) | bun, Apollo Client, Expo Router |
25
+ | Backend | NestJS (Serverless Framework on AWS Lambda) | TypeORM, PostgreSQL, Cognito, Redis, GraphQL |
26
+ | Auth | AWS Cognito | Phone + OTP flow |
27
+ | CI/CD | GitHub Actions | EAS Update (OTA), Serverless deploy |
28
+ | Monitoring | Sentry | Frontend + Backend projects |
29
+
30
+ ## Repository Paths
31
+
32
+ - **Frontend**: The current project directory (this repo). Use `.` or `$CLAUDE_PROJECT_DIR` in commands.
33
+ - **Backend**: Resolved via the `BACKEND_DIR` environment variable. Defaults to `../backend-v2` (sibling directory convention).
34
+
35
+ ### Path Resolution
36
+
37
+ All skills use `${BACKEND_DIR:-../backend-v2}` in bash commands. This means:
38
+ - If `BACKEND_DIR` is set, use that path.
39
+ - Otherwise, assume the backend repo is at `../backend-v2` relative to the frontend root.
40
+
41
+ ### Developer Setup
42
+
43
+ Each developer sets their backend path in `.claude/settings.local.json` (gitignored):
44
+
45
+ ```json
46
+ {
47
+ "env": {
48
+ "BACKEND_DIR": "/path/to/your/backend"
49
+ }
50
+ }
51
+ ```
52
+
53
+ If the backend is a sibling directory named `backend-v2`, no configuration is needed — the default works.
54
+
55
+ ## Project Discovery
56
+
57
+ On first invocation, discover project-specific values by reading these files:
58
+
59
+ | Value | Source File | How to Extract |
60
+ |-------|------------|----------------|
61
+ | Environment URLs | `.env.localhost`, `.env.development`, `.env.staging`, `.env.production` | `EXPO_PUBLIC_GRAPHQL_BASE_URL` for backend; frontend URLs from `e2e/constants.ts` |
62
+ | Test credentials | `e2e/constants.ts` | `PHONE_NUMBER` and `OTP` exports |
63
+ | UI selectors | `e2e/selectors.ts` | `selectors` object with all `data-testid` values |
64
+ | Login flow | `e2e/fixtures/auth.fixture.ts` | `createAuthFixture` function with step-by-step login |
65
+ | AWS profiles | Backend `package.json` | Scripts matching `aws:signin:*` pattern |
66
+ | Lambda functions | Backend `package.json` | Scripts matching `logs:*` and `deploy:function:*` patterns |
67
+ | Deploy commands | Backend `package.json` | Scripts matching `deploy:*` pattern |
68
+ | Migration commands | Backend `package.json` | Scripts matching `migration:*` pattern |
69
+ | Sentry config | Frontend `package.json` | `@sentry/react-native` dependency; org/project from `.sentryclirc` or Sentry DSN in `.env.*` |
70
+ | Frontend scripts | Frontend `package.json` | All available `scripts` |
71
+
72
+ ## App Routes
73
+
74
+ Discover routes from the `app/` directory (Expo Router file-based routing):
75
+
76
+ | Route | Purpose |
77
+ |-------|---------|
78
+ | `/signin` | Login page |
79
+ | `/confirm-code` | OTP entry |
80
+ | `/` | Home screen |
81
+
82
+ Read `app/` directory structure to discover all available routes.
83
+
84
+ ## Skills Reference
85
+
86
+ | Skill | Purpose |
87
+ |-------|---------|
88
+ | `ops-run-local` | Start, stop, restart, or check status of local dev environment |
89
+ | `ops-deploy` | Deploy frontend (EAS) or backend (Serverless) to any environment |
90
+ | `ops-check-logs` | View local, browser, device, or remote CloudWatch logs |
91
+ | `ops-verify-health` | Health check all services across environments |
92
+ | `ops-browser-uat` | Browser-based UAT via Playwright MCP tools |
93
+ | `ops-db-ops` | Database migrations, reverts, schema generation, GraphQL codegen |
94
+ | `ops-monitor-errors` | Monitor Sentry for unresolved errors |
95
+ | `ops-performance` | Lighthouse audits, bundle analysis, k6 load tests |
96
+
97
+ ## Troubleshooting Quick Reference
98
+
99
+ | Problem | Likely Cause | Fix |
100
+ |---------|-------------|-----|
101
+ | `port 8081 already in use` | Previous Metro bundler running | `lsof -ti :8081 \| xargs kill -9` |
102
+ | `port 3000 already in use` | Previous backend running | `lsof -ti :3000 \| xargs kill -9` |
103
+ | `ExpiredTokenException` | AWS SSO session expired | Run `aws:signin:{env}` script from backend dir |
104
+ | Metro bundler crash | Cache corruption | `bun start:local --clear` |
105
+ | `ECONNREFUSED localhost:3000` | Backend not running | Start backend first, then frontend |
106
+ | Migration fails | Missing AWS credentials | Run `aws:signin:{env}` script before migration |
107
+ | EAS CLI not found | Not installed globally | `npm install -g eas-cli` |
108
+ | `sls` not found | Serverless not installed | `cd $BACKEND_DIR && bun install` |
109
+ | GraphQL schema mismatch | Stale generated types | Run `generate:types:{env}` script |
110
+ | `BACKEND_DIR` not set | Missing env config | Set in `.claude/settings.local.json` or use default `../backend-v2` |
111
+
112
+ ## Rules
113
+
114
+ - Always verify empirically — never assume something works because the code looks correct
115
+ - Always discover project-specific values from source files before operations
116
+ - Always check prerequisites (ports, AWS credentials, running services) before operations
117
+ - Always resolve `$BACKEND_DIR` before running backend commands — verify the directory exists
118
+ - Never deploy to production without explicit human confirmation
119
+ - Never run destructive database operations without explicit human confirmation
120
+ - Always use test credentials from `e2e/constants.ts` for browser automation
121
+ - Always use the correct `--profile` and `--region` for AWS CLI commands (discover from backend scripts)
122
+ - Always start backend before frontend for full-stack local development
123
+ - Always take screenshots at verification points during browser UAT
124
+ - Always report results in structured tables
@@ -0,0 +1,7 @@
1
+ ---
2
+ description: "Explore gaps in the automated Playwright/e2e suite: inventory the app's routes and existing tests, find routes with no coverage or flows tested only on the happy path (missing error, permission, empty, loading, and edge cases), confirm each in the running app, and file one build-ready missing-test ticket per gap via lisa:tracker-write. The optional ready flag (default true) controls build-ready vs backlog. For human usability issues, use exploratory-qa instead."
3
+ allowed-tools: ["Skill"]
4
+ argument-hint: "[target-url | env] [ready=true|false]"
5
+ ---
6
+
7
+ Use the /lisa-expo:e2e-coverage-gaps skill to inventory the app's routes and the existing Playwright suite, find uncovered and happy-path-only paths, confirm each gap in the running app, and file one build-ready missing-test ticket per gap via lisa:tracker-write (build-ready per the ready flag, default true). For human usability/experience findings, use /lisa-expo:exploratory-qa. $ARGUMENTS
@@ -0,0 +1,7 @@
1
+ ---
2
+ description: "Run a first-time-user exploratory QA walkthrough: experience the app like a brand-new human user, clicking through to find anything confusing, broken, or hard to understand (machine-style labels, slow or unclear loads, cramped or cut-off UI, inconsistent UX, awkward scroll behavior) across all breakpoints, and file each finding (bug or usability issue) as a tracked work item via lisa:tracker-write. The optional ready flag marks tickets build-ready (auto-picked-up by lisa:intake) or leaves them in the backlog for human triage (default). For gaps in the automated Playwright suite, use e2e-coverage-gaps instead."
3
+ allowed-tools: ["Skill"]
4
+ argument-hint: "[target-url | env] [ready=true|false]"
5
+ ---
6
+
7
+ Use the /lisa-expo:exploratory-qa skill to experience the app like a brand-new first-time user — landing cold on the home page and clicking through to find anything confusing, broken, or hard to understand across all breakpoints — and file each finding (bugs, usability/clarity issues) as a tracked work item via lisa:tracker-write, build-ready or in triage per the ready flag (default: triage). For automated Playwright coverage gaps, use /lisa-expo:e2e-coverage-gaps. $ARGUMENTS
@@ -0,0 +1,11 @@
1
+ {
2
+ "name": "lisa-expo",
3
+ "version": "2.123.0",
4
+ "description": "Expo/React Native-specific skills, agents, rules, and MCP servers",
5
+ "author": {
6
+ "name": "Cody Swann"
7
+ },
8
+ "dependencies": [
9
+ "lisa-typescript"
10
+ ]
11
+ }
@@ -0,0 +1,280 @@
1
+ ---
2
+ name: add-app-clip
3
+ description: Add an iOS App Clip target to an Expo app. Use when the user mentions App Clip, AASA, apple-app-site-association, appclips, smart app banner, or wants to ship a lightweight iOS Clip invoked from a URL alongside their parent app.
4
+ ---
5
+
6
+ # Add an App Clip to an Expo App
7
+
8
+ Adds an iOS App Clip target to an Expo project. The Clip lives in `targets/clip/`, ships alongside the parent app, and is invoked from a URL on the app's domain via an Apple App Site Association (AASA) file.
9
+
10
+ The parent app's bundle ID becomes `com.<username>.<app-name>` and the Clip's is automatically derived as `<parent>.clip` (e.g. `com.bacon.may20.clip`).
11
+
12
+ ## 1. Set `bundleIdentifier` and `appleTeamId`
13
+
14
+ `bun create target` warns if these are missing. Add to `app.json`:
15
+
16
+ ```json
17
+ {
18
+ "expo": {
19
+ "ios": {
20
+ "bundleIdentifier": "com.<username>.<app-name>",
21
+ "appleTeamId": "XX57RJ5UTD"
22
+ }
23
+ }
24
+ }
25
+ ```
26
+
27
+ ## 2. Add the App Clip target
28
+
29
+ ```sh
30
+ bun create target clip
31
+ ```
32
+
33
+ This installs [`@bacons/apple-targets`](https://github.com/EvanBacon/expo-apple-targets), adds it to the `plugins` array in `app.json`, and writes:
34
+
35
+ - `targets/clip/expo-target.config.js` — the target's config plugin
36
+ - `targets/clip/Info.plist` — Clip Info.plist
37
+ - `targets/clip/AppDelegate.swift`, `Assets.xcassets`, etc.
38
+
39
+ Pick a good icon or reuse the existing one defined in the app — check it with `bunx expo config` under the `icon` or `ios.icon` key.
40
+
41
+ ## 3. Wire up associated domains
42
+
43
+ The parent app and the Clip each need the Associated Domains entitlement pointing at the domain that hosts the AASA file.
44
+
45
+ In `app.json`, add both `applinks:` (parent) and `appclips:` (Clip invocation) entries:
46
+
47
+ ```json
48
+ {
49
+ "expo": {
50
+ "ios": {
51
+ "associatedDomains": [
52
+ "applinks:may20.expo.app",
53
+ "appclips:may20.expo.app"
54
+ ]
55
+ }
56
+ }
57
+ }
58
+ ```
59
+
60
+ In `targets/clip/expo-target.config.js`, declare the Clip's entitlement:
61
+
62
+ ```js
63
+ /** @type {import('@bacons/apple-targets/app.plugin').ConfigFunction} */
64
+ module.exports = (config) => ({
65
+ type: "clip",
66
+ icon: "https://github.com/expo.png",
67
+ entitlements: {
68
+ "com.apple.developer.associated-domains": ["appclips:may20.expo.app"],
69
+ },
70
+ });
71
+ ```
72
+
73
+ > If you skip this, `expo prebuild` will print: `Apple App Clip may require the associated domains entitlement but none were found`.
74
+
75
+ ## 4. Register bundle IDs and create the App Store entry
76
+
77
+ ```sh
78
+ bunx setup-safari
79
+ ```
80
+
81
+ This logs in to the Apple Developer account, registers `com.bacon.may20`, creates the App Store Connect entry, and prints:
82
+
83
+ - A starter `apple-app-site-association` JSON
84
+ - A `<meta name="apple-itunes-app">` tag with the iTunes app id
85
+ - Team ID, iTunes ID, and Bundle ID
86
+
87
+ ## 5. Host the AASA file
88
+
89
+ App Clips are invoked when iOS fetches `https://<your-domain>/.well-known/apple-app-site-association` and finds a matching `appclips` entry.
90
+
91
+ ```sh
92
+ mkdir -p public/.well-known
93
+ touch public/.well-known/apple-app-site-association
94
+ ```
95
+
96
+ Paste the JSON `setup-safari` printed, but **add an `appclips` block** for the Clip's full app ID (`<TeamID>.<ClipBundleID>`). The output of `setup-safari` only covers the parent app:
97
+
98
+ ```json
99
+ {
100
+ "applinks": {
101
+ "details": [
102
+ {
103
+ "appIDs": ["XX57RJ5UTD.com.bacon.may20"],
104
+ "components": [{ "/": "*", "comment": "Matches all routes" }]
105
+ }
106
+ ]
107
+ },
108
+ "appclips": {
109
+ "apps": ["XX57RJ5UTD.com.bacon.may20.clip"]
110
+ },
111
+ "activitycontinuation": {
112
+ "apps": ["XX57RJ5UTD.com.bacon.may20"]
113
+ },
114
+ "webcredentials": {
115
+ "apps": ["XX57RJ5UTD.com.bacon.may20"]
116
+ }
117
+ }
118
+ ```
119
+
120
+ Notes:
121
+
122
+ - The file has **no extension** and **no `Content-Type` requirements** beyond being served as-is. Expo Router static export serves files in `public/` verbatim.
123
+ - The `appclips` block is what lets a URL on the domain launch the Clip.
124
+ - `webcredentials` is used for sharing credentials between the website, parent app, and the App Clip.
125
+ - `activitycontinuation` is optional and used for sharing the link between mobile and desktop. Must be used with `Head` from expo-router — see https://docs.expo.dev/router/advanced/apple-handoff/
126
+ - Notation and route-disabling details: https://sosumi.ai/documentation/xcode/supporting-associated-domains
127
+
128
+ ## 6. Add the Smart App Banner meta tag
129
+
130
+ Create `src/app/+html.tsx` (Expo Router's HTML shell) and add the tag from `setup-safari`. Create the versioned template if it doesn't exist:
131
+
132
+ ```sh
133
+ bunx expo customize src/app/+html.tsx
134
+ ```
135
+
136
+ Add the meta tag to the `<head>`:
137
+
138
+ ```tsx
139
+ import { ScrollViewStyleReset } from "expo-router/html";
140
+
141
+ export default function Root({ children }: { children: React.ReactNode }) {
142
+ return (
143
+ <html lang="en">
144
+ <head>
145
+ <meta charSet="utf-8" />
146
+ <meta httpEquiv="X-UA-Compatible" content="IE=edge" />
147
+ <meta name="viewport" content="width=device-width, initial-scale=1" />
148
+ <meta name="apple-itunes-app" content="app-id=6771566491" />
149
+ <ScrollViewStyleReset />
150
+ </head>
151
+ <body>{children}</body>
152
+ </html>
153
+ );
154
+ }
155
+ ```
156
+
157
+ To make the website show the App Clip card instead of the install card, use:
158
+
159
+ ```html
160
+ <meta
161
+ name="apple-itunes-app"
162
+ content="app-id=6771566491, app-clip-bundle-id=com.bacon.may20.clip, app-clip-display=card"
163
+ />
164
+ ```
165
+
166
+ ## 7. Deploy the website
167
+
168
+ The AASA file must be live before iOS will trust the association. Use [EAS Hosting](https://docs.expo.dev/eas/hosting/):
169
+
170
+ ```sh
171
+ bunx expo export -p web
172
+ eas deploy --prod
173
+ ```
174
+
175
+ This publishes the site (including `/.well-known/apple-app-site-association`) at `https://<slug>.expo.app`. Verify:
176
+
177
+ ```sh
178
+ curl https://may20.expo.app/.well-known/apple-app-site-association
179
+ ```
180
+
181
+ ## 8. Mirror permissions
182
+
183
+ Inspect the parent app's permissions after prebuild:
184
+
185
+ ```sh
186
+ npx expo config --type introspect
187
+ ```
188
+
189
+ Look at the `infoPlist` object — mirror the permission keys in the App Clip's `Info.plist` so matching APIs can be used from the Clip.
190
+
191
+ Set `deploymentTarget: "17.6"` in the Clip's target config — App Clips have a higher minimum size limit in iOS 17.6.
192
+
193
+ If the app uses push notifications or location services, add to the App Clip's `Info.plist` to request the necessary permissions:
194
+
195
+ ```xml
196
+ <key>NSAppClip</key>
197
+ <dict>
198
+ <key>NSAppClipRequestEphemeralUserNotification</key>
199
+ <false/>
200
+ <key>NSAppClipRequestLocationConfirmation</key>
201
+ <true/>
202
+ </dict>
203
+ ```
204
+
205
+ ## 9. Build and submit to TestFlight
206
+
207
+ ```sh
208
+ bunx testflight
209
+ ```
210
+
211
+ This will:
212
+
213
+ 1. Generate an `eas.json` if missing.
214
+ 2. Set up credentials for **both** targets (parent + Clip). Each gets its own provisioning profile but can share a single Distribution Certificate.
215
+ 3. Sync capabilities — note `Enabled: Associated Domains` for the Clip target.
216
+ 4. Build, upload, and schedule a TestFlight submission.
217
+
218
+ ## 10. Configure App Clip metadata
219
+
220
+ Pull existing App Store metadata to local:
221
+
222
+ ```sh
223
+ eas metadata:pull
224
+ ```
225
+
226
+ Add `apple.appClip` to `store.config.json`. Up to 3 invocation URLs can launch the Clip from a web page:
227
+
228
+ ```json
229
+ {
230
+ "configVersion": 0,
231
+ "apple": {
232
+ "appClip": {
233
+ "defaultExperience": {
234
+ "action": "PLAY",
235
+ "releaseWithAppStoreVersion": true,
236
+ "reviewDetail": {
237
+ "invocationUrls": ["https://may20.expo.app/", null, null]
238
+ },
239
+ "info": {
240
+ "en-US": {
241
+ "subtitle": "Instantly native with Expo",
242
+ "headerImage": "store/apple/app-clip/en-US/asc-app-clip.png"
243
+ }
244
+ }
245
+ }
246
+ }
247
+ }
248
+ }
249
+ ```
250
+
251
+ The `headerImage` must be a 1800x1200 PNG with no opacity.
252
+
253
+ Push back to the store:
254
+
255
+ ```sh
256
+ eas metadata:push
257
+ ```
258
+
259
+ Apple's recommended App Clip metadata guidelines: https://sosumi.ai/documentation/appclip/configuring-the-launch-experience-of-your-app-clip
260
+
261
+ ## What you get
262
+
263
+ - Parent app target: `com.bacon.may20`
264
+ - App Clip target: `com.bacon.may20.clip`, lives in `targets/clip/`
265
+ - AASA hosted at `https://may20.expo.app/.well-known/apple-app-site-association`
266
+ - Smart App Banner meta tag on every web route
267
+ - Every route linked to its native counterpart
268
+ - TestFlight build of the parent app with the Clip embedded
269
+
270
+ Once Apple invokes the Clip from a URL on the domain, iOS opens `targets/clip/`'s entry point which loads the React Native app.
271
+
272
+ ## Native detection (optional)
273
+
274
+ To let JS detect when it's running inside an App Clip and present an install prompt for the full app, create a local Expo module (`bunx create-expo-module --local`) that exposes `navigator.appClip.prompt()`.
275
+
276
+ See [./references/native-module.md](./references/native-module.md) for the Swift module, TypeScript interface, and usage.
277
+
278
+ ## References
279
+
280
+ - ./references/native-module.md — Local Expo module to detect App Clip context and present the SKOverlay install prompt