miclaw-app 0.2.0 → 0.4.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 (222) hide show
  1. package/.next/standalone/.next/BUILD_ID +1 -1
  2. package/.next/standalone/.next/build-manifest.json +6 -5
  3. package/.next/standalone/.next/server/app/_global-error/page/build-manifest.json +3 -2
  4. package/.next/standalone/.next/server/app/_global-error/page.js +6 -4
  5. package/.next/standalone/.next/server/app/_global-error/page.js.nft.json +1 -1
  6. package/.next/standalone/.next/server/app/_global-error/page_client-reference-manifest.js +1 -1
  7. package/.next/standalone/.next/server/app/_global-error.html +1 -1
  8. package/.next/standalone/.next/server/app/_global-error.rsc +1 -1
  9. package/.next/standalone/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
  10. package/.next/standalone/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
  11. package/.next/standalone/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
  12. package/.next/standalone/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
  13. package/.next/standalone/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  14. package/.next/standalone/.next/server/app/_not-found/page/build-manifest.json +3 -2
  15. package/.next/standalone/.next/server/app/_not-found/page.js +6 -4
  16. package/.next/standalone/.next/server/app/_not-found/page.js.nft.json +1 -1
  17. package/.next/standalone/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  18. package/.next/standalone/.next/server/app/_not-found.html +3 -3
  19. package/.next/standalone/.next/server/app/_not-found.rsc +10 -10
  20. package/.next/standalone/.next/server/app/_not-found.segments/_full.segment.rsc +10 -10
  21. package/.next/standalone/.next/server/app/_not-found.segments/_head.segment.rsc +4 -4
  22. package/.next/standalone/.next/server/app/_not-found.segments/_index.segment.rsc +5 -5
  23. package/.next/standalone/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +2 -2
  24. package/.next/standalone/.next/server/app/_not-found.segments/_not-found.segment.rsc +3 -3
  25. package/.next/standalone/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -2
  26. package/.next/standalone/.next/server/app/agents/page/build-manifest.json +3 -2
  27. package/.next/standalone/.next/server/app/agents/page/server-reference-manifest.json +26 -1
  28. package/.next/standalone/.next/server/app/agents/page.js +10 -6
  29. package/.next/standalone/.next/server/app/agents/page.js.nft.json +1 -1
  30. package/.next/standalone/.next/server/app/agents/page_client-reference-manifest.js +1 -1
  31. package/.next/standalone/.next/server/app/agents.html +17 -10
  32. package/.next/standalone/.next/server/app/agents.rsc +19 -24
  33. package/.next/standalone/.next/server/app/agents.segments/_full.segment.rsc +19 -24
  34. package/.next/standalone/.next/server/app/agents.segments/_head.segment.rsc +4 -4
  35. package/.next/standalone/.next/server/app/agents.segments/_index.segment.rsc +5 -5
  36. package/.next/standalone/.next/server/app/agents.segments/_tree.segment.rsc +2 -2
  37. package/.next/standalone/.next/server/app/agents.segments/agents/__PAGE__.segment.rsc +14 -19
  38. package/.next/standalone/.next/server/app/agents.segments/agents.segment.rsc +3 -3
  39. package/.next/standalone/.next/server/app/commands/page/build-manifest.json +3 -2
  40. package/.next/standalone/.next/server/app/commands/page/server-reference-manifest.json +26 -1
  41. package/.next/standalone/.next/server/app/commands/page.js +10 -6
  42. package/.next/standalone/.next/server/app/commands/page.js.nft.json +1 -1
  43. package/.next/standalone/.next/server/app/commands/page_client-reference-manifest.js +1 -1
  44. package/.next/standalone/.next/server/app/commands.html +27 -15
  45. package/.next/standalone/.next/server/app/commands.rsc +166 -174
  46. package/.next/standalone/.next/server/app/commands.segments/_full.segment.rsc +166 -174
  47. package/.next/standalone/.next/server/app/commands.segments/_head.segment.rsc +4 -4
  48. package/.next/standalone/.next/server/app/commands.segments/_index.segment.rsc +5 -5
  49. package/.next/standalone/.next/server/app/commands.segments/_tree.segment.rsc +2 -2
  50. package/.next/standalone/.next/server/app/commands.segments/commands/__PAGE__.segment.rsc +161 -169
  51. package/.next/standalone/.next/server/app/commands.segments/commands.segment.rsc +3 -3
  52. package/.next/standalone/.next/server/app/hooks/page/build-manifest.json +3 -2
  53. package/.next/standalone/.next/server/app/hooks/page.js +7 -5
  54. package/.next/standalone/.next/server/app/hooks/page.js.nft.json +1 -1
  55. package/.next/standalone/.next/server/app/hooks/page_client-reference-manifest.js +1 -1
  56. package/.next/standalone/.next/server/app/hooks.html +3 -3
  57. package/.next/standalone/.next/server/app/hooks.rsc +11 -11
  58. package/.next/standalone/.next/server/app/hooks.segments/_full.segment.rsc +11 -11
  59. package/.next/standalone/.next/server/app/hooks.segments/_head.segment.rsc +4 -4
  60. package/.next/standalone/.next/server/app/hooks.segments/_index.segment.rsc +5 -5
  61. package/.next/standalone/.next/server/app/hooks.segments/_tree.segment.rsc +2 -2
  62. package/.next/standalone/.next/server/app/hooks.segments/hooks/__PAGE__.segment.rsc +2 -2
  63. package/.next/standalone/.next/server/app/hooks.segments/hooks.segment.rsc +3 -3
  64. package/.next/standalone/.next/server/app/index.html +18 -18
  65. package/.next/standalone/.next/server/app/index.rsc +12 -12
  66. package/.next/standalone/.next/server/app/index.segments/__PAGE__.segment.rsc +4 -4
  67. package/.next/standalone/.next/server/app/index.segments/_full.segment.rsc +12 -12
  68. package/.next/standalone/.next/server/app/index.segments/_head.segment.rsc +4 -4
  69. package/.next/standalone/.next/server/app/index.segments/_index.segment.rsc +5 -5
  70. package/.next/standalone/.next/server/app/index.segments/_tree.segment.rsc +2 -2
  71. package/.next/standalone/.next/server/app/mcp/page/build-manifest.json +3 -2
  72. package/.next/standalone/.next/server/app/mcp/page.js +7 -5
  73. package/.next/standalone/.next/server/app/mcp/page.js.nft.json +1 -1
  74. package/.next/standalone/.next/server/app/mcp/page_client-reference-manifest.js +1 -1
  75. package/.next/standalone/.next/server/app/mcp.html +3 -3
  76. package/.next/standalone/.next/server/app/mcp.rsc +12 -12
  77. package/.next/standalone/.next/server/app/mcp.segments/_full.segment.rsc +12 -12
  78. package/.next/standalone/.next/server/app/mcp.segments/_head.segment.rsc +4 -4
  79. package/.next/standalone/.next/server/app/mcp.segments/_index.segment.rsc +5 -5
  80. package/.next/standalone/.next/server/app/mcp.segments/_tree.segment.rsc +2 -2
  81. package/.next/standalone/.next/server/app/mcp.segments/mcp/__PAGE__.segment.rsc +7 -8
  82. package/.next/standalone/.next/server/app/mcp.segments/mcp.segment.rsc +3 -3
  83. package/.next/standalone/.next/server/app/page/build-manifest.json +3 -2
  84. package/.next/standalone/.next/server/app/page.js +7 -5
  85. package/.next/standalone/.next/server/app/page.js.nft.json +1 -1
  86. package/.next/standalone/.next/server/app/page_client-reference-manifest.js +1 -1
  87. package/.next/standalone/.next/server/app/projects/[slug]/page/build-manifest.json +3 -2
  88. package/.next/standalone/.next/server/app/projects/[slug]/page/server-reference-manifest.json +50 -1
  89. package/.next/standalone/.next/server/app/projects/[slug]/page.js +11 -7
  90. package/.next/standalone/.next/server/app/projects/[slug]/page.js.nft.json +1 -1
  91. package/.next/standalone/.next/server/app/projects/[slug]/page_client-reference-manifest.js +1 -1
  92. package/.next/standalone/.next/server/app/rules/page/build-manifest.json +3 -2
  93. package/.next/standalone/.next/server/app/rules/page/server-reference-manifest.json +14 -1
  94. package/.next/standalone/.next/server/app/rules/page.js +10 -6
  95. package/.next/standalone/.next/server/app/rules/page.js.nft.json +1 -1
  96. package/.next/standalone/.next/server/app/rules/page_client-reference-manifest.js +1 -1
  97. package/.next/standalone/.next/server/app/rules.html +24 -12
  98. package/.next/standalone/.next/server/app/rules.rsc +23 -23
  99. package/.next/standalone/.next/server/app/rules.segments/_full.segment.rsc +23 -23
  100. package/.next/standalone/.next/server/app/rules.segments/_head.segment.rsc +4 -4
  101. package/.next/standalone/.next/server/app/rules.segments/_index.segment.rsc +5 -5
  102. package/.next/standalone/.next/server/app/rules.segments/_tree.segment.rsc +2 -2
  103. package/.next/standalone/.next/server/app/rules.segments/rules/__PAGE__.segment.rsc +15 -15
  104. package/.next/standalone/.next/server/app/rules.segments/rules.segment.rsc +3 -3
  105. package/.next/standalone/.next/server/app/settings/page/build-manifest.json +3 -2
  106. package/.next/standalone/.next/server/app/settings/page.js +7 -5
  107. package/.next/standalone/.next/server/app/settings/page.js.nft.json +1 -1
  108. package/.next/standalone/.next/server/app/settings/page_client-reference-manifest.js +1 -1
  109. package/.next/standalone/.next/server/app/settings.html +3 -50
  110. package/.next/standalone/.next/server/app/settings.rsc +44 -229
  111. package/.next/standalone/.next/server/app/settings.segments/_full.segment.rsc +44 -229
  112. package/.next/standalone/.next/server/app/settings.segments/_head.segment.rsc +4 -4
  113. package/.next/standalone/.next/server/app/settings.segments/_index.segment.rsc +5 -5
  114. package/.next/standalone/.next/server/app/settings.segments/_tree.segment.rsc +2 -2
  115. package/.next/standalone/.next/server/app/settings.segments/settings/__PAGE__.segment.rsc +34 -224
  116. package/.next/standalone/.next/server/app/settings.segments/settings.segment.rsc +3 -3
  117. package/.next/standalone/.next/server/app/skills/page/build-manifest.json +3 -2
  118. package/.next/standalone/.next/server/app/skills/page/server-reference-manifest.json +26 -1
  119. package/.next/standalone/.next/server/app/skills/page.js +10 -6
  120. package/.next/standalone/.next/server/app/skills/page.js.nft.json +1 -1
  121. package/.next/standalone/.next/server/app/skills/page_client-reference-manifest.js +1 -1
  122. package/.next/standalone/.next/server/app/skills.html +17 -10
  123. package/.next/standalone/.next/server/app/skills.rsc +22 -24
  124. package/.next/standalone/.next/server/app/skills.segments/_full.segment.rsc +22 -24
  125. package/.next/standalone/.next/server/app/skills.segments/_head.segment.rsc +4 -4
  126. package/.next/standalone/.next/server/app/skills.segments/_index.segment.rsc +5 -5
  127. package/.next/standalone/.next/server/app/skills.segments/_tree.segment.rsc +2 -2
  128. package/.next/standalone/.next/server/app/skills.segments/skills/__PAGE__.segment.rsc +17 -19
  129. package/.next/standalone/.next/server/app/skills.segments/skills.segment.rsc +3 -3
  130. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0.angw.._.js +19 -0
  131. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0.n_sm9._.js +3 -0
  132. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__00-fvlp._.js +3 -0
  133. package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__0xrk31o._.js → [root-of-the-server]__07-x3pk._.js} +2 -2
  134. package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__09x1iac._.js → [root-of-the-server]__074ddak._.js} +2 -2
  135. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0762gzw._.js +3 -0
  136. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0a6fhf4._.js +3 -0
  137. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0cyn.yv._.js +3 -0
  138. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0drsnbn._.js +3 -0
  139. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0gs673v._.js +3 -0
  140. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0hb8yr6._.js +3 -0
  141. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0lvdgab._.js +3 -0
  142. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0pi2cyu._.js +3 -0
  143. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0pqmw9_._.js +3 -0
  144. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0qau0oe._.js +3 -0
  145. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0y_r~bl._.js +3 -0
  146. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__13f6exv._.js +3 -0
  147. package/.next/standalone/.next/server/chunks/ssr/_0155~lj._.js +4 -0
  148. package/.next/standalone/.next/server/chunks/ssr/_019pxqf._.js +3 -0
  149. package/.next/standalone/.next/server/chunks/ssr/_04f1jnd._.js +3 -0
  150. package/.next/standalone/.next/server/chunks/ssr/_075l.9f._.js +3 -0
  151. package/.next/standalone/.next/server/chunks/ssr/_08ya7_7._.js +18 -0
  152. package/.next/standalone/.next/server/chunks/ssr/_0_s6zlf._.js +4 -0
  153. package/.next/standalone/.next/server/chunks/ssr/_0blw8hh._.js +4 -0
  154. package/.next/standalone/.next/server/chunks/ssr/_0d3amaq._.js +3 -0
  155. package/.next/standalone/.next/server/chunks/ssr/_0henl1i._.js +3 -0
  156. package/.next/standalone/.next/server/chunks/ssr/_0n0cdzu._.js +7 -0
  157. package/.next/standalone/.next/server/chunks/ssr/_0odsblc._.js +4 -0
  158. package/.next/standalone/.next/server/chunks/ssr/_0qj6zf~._.js +4 -0
  159. package/.next/standalone/.next/server/chunks/ssr/_0~-r05b._.js +3 -0
  160. package/.next/standalone/.next/server/chunks/ssr/node_modules_06ooq~z._.js +3 -0
  161. package/.next/standalone/.next/server/chunks/ssr/node_modules_lucide-react_dist_esm_icons_x_06-w9xa.js +3 -0
  162. package/.next/standalone/.next/server/chunks/ssr/node_modules_next_dist_05~t7f3._.js +3 -0
  163. package/.next/standalone/.next/server/chunks/ssr/node_modules_next_dist_060d1m.._.js +3 -0
  164. package/.next/standalone/.next/server/chunks/ssr/node_modules_next_dist_0ve2ws3._.js +6 -0
  165. package/.next/standalone/.next/server/chunks/ssr/node_modules_next_dist_compiled_0wewlb4._.js +3 -0
  166. package/.next/standalone/.next/server/chunks/ssr/src_components_OverviewClient_tsx_02hf4_.._.js +4 -6
  167. package/.next/standalone/.next/server/chunks/ssr/src_components_PermissionList_tsx_11auuo4._.js +3 -0
  168. package/.next/standalone/.next/server/middleware-build-manifest.js +6 -5
  169. package/.next/standalone/.next/server/pages/404.html +3 -3
  170. package/.next/standalone/.next/server/pages/500.html +1 -1
  171. package/.next/standalone/.next/server/server-reference-manifest.js +1 -1
  172. package/.next/standalone/.next/server/server-reference-manifest.json +98 -1
  173. package/.next/standalone/AGENTS.md +5 -0
  174. package/.next/standalone/CLAUDE.md +123 -0
  175. package/.next/standalone/README.md +80 -0
  176. package/.next/standalone/package.json +1 -1
  177. package/.next/static/chunks/04aem330ymbdp.js +1 -0
  178. package/.next/static/chunks/04oemklgq9z0h.js +2 -0
  179. package/.next/static/chunks/05aigtet4z44u.js +2 -0
  180. package/.next/static/chunks/07xsxgej4fv2x.js +2 -0
  181. package/.next/static/chunks/08fwcb._hc08b.js +2 -0
  182. package/.next/static/chunks/0_y~i1hg5~4wi.js +1 -0
  183. package/.next/static/chunks/0g_3.48-9emgq.js +2 -0
  184. package/.next/static/chunks/0lb3l2a8_251j.css +4 -0
  185. package/.next/static/chunks/0pokw498xojn-.js +5 -0
  186. package/.next/static/chunks/13dvyaeya8iqh.js +2 -0
  187. package/.next/static/chunks/14eh46s-dfy04.js +13 -0
  188. package/.next/static/chunks/turbopack-0vxtok8kx-1on.js +1 -0
  189. package/README.md +8 -3
  190. package/package.json +1 -1
  191. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0-h~dmy._.js +0 -3
  192. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__03-xb~6._.js +0 -3
  193. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__05bypkr._.js +0 -3
  194. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0689aen._.js +0 -3
  195. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__09jukbl._.js +0 -3
  196. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__09z7o2x._.js +0 -19
  197. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0beg-.s._.js +0 -3
  198. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0bm8p5g._.js +0 -3
  199. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0j~ozdd._.js +0 -3
  200. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0m45oxh._.js +0 -3
  201. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0o4fjuz._.js +0 -3
  202. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0qk5gqw._.js +0 -3
  203. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0u-t242._.js +0 -3
  204. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0y_d026._.js +0 -3
  205. package/.next/standalone/.next/server/chunks/ssr/_09kkdgy._.js +0 -6
  206. package/.next/standalone/.next/server/chunks/ssr/_0g8yqoe._.js +0 -7
  207. package/.next/standalone/.next/server/chunks/ssr/_next-internal_server_app_agents_page_actions_07l1ss4.js +0 -3
  208. package/.next/standalone/.next/server/chunks/ssr/_next-internal_server_app_commands_page_actions_0npst50.js +0 -3
  209. package/.next/standalone/.next/server/chunks/ssr/_next-internal_server_app_projects_[slug]_page_actions_0xg3f7c.js +0 -3
  210. package/.next/standalone/.next/server/chunks/ssr/_next-internal_server_app_rules_page_actions_0xcrbur.js +0 -3
  211. package/.next/standalone/.next/server/chunks/ssr/_next-internal_server_app_skills_page_actions_0cxzzu-.js +0 -3
  212. package/.next/standalone/.next/server/chunks/ssr/node_modules_0sy8gnb._.js +0 -3
  213. package/.next/standalone/.next/server/chunks/ssr/src_components_ExpandableBody_tsx_0-ivqwg._.js +0 -3
  214. package/.next/static/chunks/0hbcy8fff~.ks.js +0 -15
  215. package/.next/static/chunks/0mmpyn9fv2fjf.js +0 -2
  216. package/.next/static/chunks/0xlrze18so95w.css +0 -4
  217. package/.next/static/chunks/0y3~cortx~or~.js +0 -5
  218. package/.next/static/chunks/12p3iqtw2ohfq.js +0 -1
  219. package/.next/static/chunks/turbopack-06dy8k5p5cegf.js +0 -1
  220. /package/.next/static/{vFFhR9bZqGO0pHP7N7NNG → ykykNEJbtAXExgOj13bt9}/_buildManifest.js +0 -0
  221. /package/.next/static/{vFFhR9bZqGO0pHP7N7NNG → ykykNEJbtAXExgOj13bt9}/_clientMiddlewareManifest.js +0 -0
  222. /package/.next/static/{vFFhR9bZqGO0pHP7N7NNG → ykykNEJbtAXExgOj13bt9}/_ssgManifest.js +0 -0
@@ -1,24 +1,24 @@
1
1
  1:"$Sreact.fragment"
2
- 2:I[22140,["/_next/static/chunks/0mmpyn9fv2fjf.js","/_next/static/chunks/0d3shmwh5_nmn.js"],"Sidebar"]
3
- 3:I[39756,["/_next/static/chunks/0mmpyn9fv2fjf.js","/_next/static/chunks/0d3shmwh5_nmn.js"],"default"]
4
- 4:I[37457,["/_next/static/chunks/0mmpyn9fv2fjf.js","/_next/static/chunks/0d3shmwh5_nmn.js"],"default"]
5
- 6:I[97367,["/_next/static/chunks/0mmpyn9fv2fjf.js","/_next/static/chunks/0d3shmwh5_nmn.js"],"OutletBoundary"]
2
+ 2:I[22140,["/_next/static/chunks/08fwcb._hc08b.js","/_next/static/chunks/0d3shmwh5_nmn.js"],"Sidebar"]
3
+ 3:I[39756,["/_next/static/chunks/08fwcb._hc08b.js","/_next/static/chunks/0d3shmwh5_nmn.js"],"default"]
4
+ 4:I[37457,["/_next/static/chunks/08fwcb._hc08b.js","/_next/static/chunks/0d3shmwh5_nmn.js"],"default"]
5
+ 6:I[97367,["/_next/static/chunks/08fwcb._hc08b.js","/_next/static/chunks/0d3shmwh5_nmn.js"],"OutletBoundary"]
6
6
  7:"$Sreact.suspense"
7
- a:I[97367,["/_next/static/chunks/0mmpyn9fv2fjf.js","/_next/static/chunks/0d3shmwh5_nmn.js"],"ViewportBoundary"]
8
- c:I[97367,["/_next/static/chunks/0mmpyn9fv2fjf.js","/_next/static/chunks/0d3shmwh5_nmn.js"],"MetadataBoundary"]
9
- e:I[68027,["/_next/static/chunks/0mmpyn9fv2fjf.js","/_next/static/chunks/0d3shmwh5_nmn.js"],"default",1]
10
- :HL["/_next/static/chunks/0xlrze18so95w.css","style"]
7
+ a:I[97367,["/_next/static/chunks/08fwcb._hc08b.js","/_next/static/chunks/0d3shmwh5_nmn.js"],"ViewportBoundary"]
8
+ c:I[97367,["/_next/static/chunks/08fwcb._hc08b.js","/_next/static/chunks/0d3shmwh5_nmn.js"],"MetadataBoundary"]
9
+ e:I[68027,["/_next/static/chunks/08fwcb._hc08b.js","/_next/static/chunks/0d3shmwh5_nmn.js"],"default",1]
10
+ :HL["/_next/static/chunks/0lb3l2a8_251j.css","style"]
11
11
  :HL["/_next/static/media/166ab60e98aadb0a-s.p.0mka4ru4_bj1d.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
12
12
  :HL["/_next/static/media/797e433ab948586e-s.p.0.q-h669a_dqa.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
13
13
  :HL["/_next/static/media/83afe278b6a6bb3c-s.p.0q-301v4kxxnr.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
14
- 0:{"P":null,"c":["","skills"],"q":"","i":false,"f":[[["",{"children":["skills",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0xlrze18so95w.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/0mmpyn9fv2fjf.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/0d3shmwh5_nmn.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","className":"inter_fe8b9d92-module__LINzvG__variable geist_mono_8d43a2aa-module__8Li5zG__variable fira_code_d18ac710-module__OladcG__variable","children":["$","body",null,{"className":"bg-surface text-text font-sans antialiased","children":["$","div",null,{"className":"flex h-screen overflow-hidden","children":[["$","$L2",null,{}],["$","main",null,{"className":"flex-1 overflow-y-auto bg-grid","children":["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":["$L5",[["$","script","script-0",{"src":"/_next/static/chunks/12p3iqtw2ohfq.js","async":true,"nonce":"$undefined"}]],["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],{},null,false,null]},null,false,"$@9"]},null,false,null],["$","$1","h",{"children":[null,["$","$La",null,{"children":"$Lb"}],["$","div",null,{"hidden":true,"children":["$","$Lc",null,{"children":["$","$7",null,{"name":"Next.Metadata","children":"$Ld"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$e",[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0xlrze18so95w.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"vFFhR9bZqGO0pHP7N7NNG"}
14
+ 0:{"P":null,"c":["","skills"],"q":"","i":false,"f":[[["",{"children":["skills",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0lb3l2a8_251j.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/08fwcb._hc08b.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/0d3shmwh5_nmn.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","className":"inter_fe8b9d92-module__LINzvG__variable geist_mono_8d43a2aa-module__8Li5zG__variable fira_code_d18ac710-module__OladcG__variable","children":["$","body",null,{"className":"bg-surface text-text font-sans antialiased","children":["$","div",null,{"className":"flex h-screen overflow-hidden","children":[["$","$L2",null,{}],["$","main",null,{"className":"flex-1 overflow-y-auto bg-grid","children":["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":["$L5",[["$","script","script-0",{"src":"/_next/static/chunks/0g_3.48-9emgq.js","async":true,"nonce":"$undefined"}]],["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],{},null,false,null]},null,false,"$@9"]},null,false,null],["$","$1","h",{"children":[null,["$","$La",null,{"children":"$Lb"}],["$","div",null,{"hidden":true,"children":["$","$Lc",null,{"children":["$","$7",null,{"name":"Next.Metadata","children":"$Ld"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$e",[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0lb3l2a8_251j.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"ykykNEJbtAXExgOj13bt9"}
15
15
  f:[]
16
16
  9:"$Wf"
17
17
  b:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
18
- 10:I[27201,["/_next/static/chunks/0mmpyn9fv2fjf.js","/_next/static/chunks/0d3shmwh5_nmn.js"],"IconMark"]
18
+ 10:I[27201,["/_next/static/chunks/08fwcb._hc08b.js","/_next/static/chunks/0d3shmwh5_nmn.js"],"IconMark"]
19
19
  8:null
20
20
  d:[["$","title","0",{"children":"MiClaw"}],["$","meta","1",{"name":"description","content":"Claude Code configuration visualizer"}],["$","link","2",{"rel":"icon","href":"/favicon.ico?favicon.0x3dzn~oxb6tn.ico","sizes":"256x256","type":"image/x-icon"}],["$","$L10","3",{}]]
21
- 11:I[22450,["/_next/static/chunks/0mmpyn9fv2fjf.js","/_next/static/chunks/0d3shmwh5_nmn.js","/_next/static/chunks/12p3iqtw2ohfq.js"],"ExpandableBody"]
21
+ 11:I[22400,["/_next/static/chunks/08fwcb._hc08b.js","/_next/static/chunks/0d3shmwh5_nmn.js","/_next/static/chunks/0g_3.48-9emgq.js"],"SkillScopeGroup"]
22
22
  12:Tc6c,# Implement Ticket Pipeline
23
23
 
24
24
  You are orchestrating a full implementation pipeline for ticket: **$ARGUMENTS**
@@ -102,8 +102,8 @@ After all phases complete, provide a concise summary:
102
102
  - **Review**: whether all issues were addressed
103
103
  - **Ready for**: what the user should do next (e.g., "ready for git staging and commit")
104
104
 
105
- Do NOT run `git add` or `git commit`. The user handles all git operations.5:["$","div",null,{"className":"mx-auto max-w-5xl px-8 py-10","children":[["$","div",null,{"className":"mb-8","children":[["$","div",null,{"className":"flex items-baseline gap-3","children":[["$","h1",null,{"className":"text-2xl font-medium tracking-tight","children":"Skills"}],["$","span",null,{"className":"text-sm text-text-muted","children":7}]]}],["$","p",null,{"className":"mt-1 text-sm text-text-muted","children":"Reusable prompts and workflows"}]]}],["$","div",null,{"className":"mb-8","children":[["$","div",null,{"className":"flex items-center gap-2 mb-3","children":[["$","span",null,{"className":"inline-flex items-center px-2 py-0.5 text-xs font-medium rounded-sm bg-surface-raised text-text-dim","children":"GLOBAL"}],["$","span",null,{"className":"text-xs text-text-dim font-mono","children":"~/.claude/skills/implement-ticket"}]]}],["$","div",null,{"className":"space-y-3","children":[["$","div","/Users/gabry/.claude/skills/implement-ticket/SKILL.md",{"id":"implement-ticket","className":"border border-border rounded-sm p-5 scroll-mt-4 ","children":[["$","div",null,{"className":"flex items-center gap-2 flex-wrap","children":[["$","h3",null,{"className":"text-sm font-medium","children":"implement-ticket"}],null]}],["$","p",null,{"className":"mt-1.5 text-sm text-text-muted leading-relaxed","children":"Full implementation pipeline for a ticket -- implement, review, address feedback, fix tests. Orchestrates subagents with parallelism for multi-package changes."}],["$","$L11",null,{"content":"$12"}]]}]]}]]}],"$L13"]}]
106
- 14:Td51,# find-variant
105
+ Do NOT run `git add` or `git commit`. The user handles all git operations.5:["$","div",null,{"className":"mx-auto max-w-5xl px-8 py-10","children":[["$","div",null,{"className":"mb-8","children":[["$","div",null,{"className":"flex items-baseline gap-3","children":[["$","h1",null,{"className":"text-2xl font-mono font-medium tracking-tight","children":"Skills"}],["$","span",null,{"className":"font-mono text-sm text-text-dim","children":7}]]}],["$","p",null,{"className":"mt-1 text-sm text-text-muted","children":"Reusable prompts and workflows"}]]}],["$","div",null,{"className":"mb-8","children":[["$","div",null,{"className":"flex items-center gap-2 mb-3","children":[["$","span",null,{"className":"font-mono text-xs text-text-dim","children":["[","GLOBAL","]"]}],["$","span",null,{"className":"text-xs text-text-dim font-mono","children":"~/.claude"}]]}],["$","$L11",null,{"skills":[{"frontmatter":{"name":"implement-ticket","description":"Full implementation pipeline for a ticket -- implement, review, address feedback, fix tests. Orchestrates subagents with parallelism for multi-package changes.","disable-model-invocation":true,"user-invocable":true,"argument-hint":"<ticket-id>"},"body":"$12","filePath":"/Users/gabry/.claude/skills/implement-ticket/SKILL.md","scope":{"type":"global"},"referencedAgents":["address-review","fix-tests","implement","review"]}],"scopePath":"/Users/gabry/.claude","scopeType":"global"}]]}],["$L13","$L14","$L15","$L16"]]}]
106
+ 17:Td51,# find-variant
107
107
 
108
108
  Looks up a genomic variant in the user's VCF file and researches it across public genomic databases.
109
109
 
@@ -175,8 +175,7 @@ Present a concise summary with:
175
175
  - VCF files may not contain rsIDs -- always query by genomic position.
176
176
  - Be skeptical of 0-star ClinVar submissions, especially for common variants.
177
177
  - Distinguish between Mendelian pathogenicity (rare, high-penetrance) and GWAS risk alleles (common, low effect size).
178
- - If the variant is in a well-known gene (BRCA1, HFE, CFTR, etc.), note relevant compound heterozygosity considerations.13:["$","div",null,{"children":[["$","div",null,{"className":"flex items-center gap-2 mb-3","children":[["$","span",null,{"className":"inline-flex items-center px-2 py-0.5 text-xs font-medium rounded-sm bg-surface-raised text-text-dim","children":"DESKTOP"}],["$","span",null,{"className":"text-xs text-text-dim font-mono","children":"~/Desktop/.claude/skills/find-variant"}]]}],["$","div",null,{"className":"space-y-3","children":[["$","div","/Users/gabry/Desktop/.claude/skills/find-variant/SKILL.md",{"id":"find-variant","className":"border border-border rounded-sm p-5 scroll-mt-4 ","children":[["$","div",null,{"className":"flex items-center gap-2 flex-wrap","children":[["$","h3",null,{"className":"text-sm font-medium","children":"find-variant"}],null]}],["$","p",null,{"className":"mt-1.5 text-sm text-text-muted leading-relaxed","children":"Look up a genomic variant in a local VCF and public databases (ClinVar, dbSNP, ClinGen, GWAS)"}],["$","$L11",null,{"content":"$14"}]]}],"$L15","$L16","$L17","$L18","$L19"]}]]}]
179
- 1a:T130d,# fix-tests
178
+ - If the variant is in a well-known gene (BRCA1, HFE, CFTR, etc.), note relevant compound heterozygosity considerations.18:T130d,# fix-tests
180
179
 
181
180
  Analyzes and fixes test files to conform to platform-services testing standards defined in AGENTS.md.
182
181
 
@@ -336,8 +335,7 @@ When this skill is invoked:
336
335
  2. Analyze against all standards
337
336
  3. Present findings organized by issue type
338
337
  4. Apply fixes one by one with user approval
339
- 5. Verify tests still pass with 100% coverage15:["$","div","/Users/gabry/Desktop/.claude/skills/fix-tests/SKILL.md",{"id":"fix-tests","className":"border border-border rounded-sm p-5 scroll-mt-4 ","children":[["$","div",null,{"className":"flex items-center gap-2 flex-wrap","children":[["$","h3",null,{"className":"text-sm font-medium","children":"fix-tests"}],null]}],["$","p",null,{"className":"mt-1.5 text-sm text-text-muted leading-relaxed","children":"Analyze and fix test files to follow platform-services testing standards"}],["$","$L11",null,{"content":"$1a"}]]}]
340
- 1b:T2126,Create a weekly status report that contains the last 7 days of activity.
338
+ 5. Verify tests still pass with 100% coverage19:T2126,Create a weekly status report that contains the last 7 days of activity.
341
339
 
342
340
  There will be Four components - GitHub behavior, Notion page scraping, ASKING for any additional major items, and then styling the report. Each has a sub section below.
343
341
 
@@ -548,8 +546,8 @@ Ask the user to copy and paste their work from the week from Notion.
548
546
  * Misc
549
547
  * Several MAB member genomics reviews with Chris. Reception continues to be very positive
550
548
  and the real-time feedback continues to be extremely helpful.
551
- * Set up the first wave of interviews next week for bioinfo roles.16:["$","div","/Users/gabry/Desktop/.claude/skills/make-status-report/SKILL.md",{"id":"make-status-report","className":"border border-border rounded-sm p-5 scroll-mt-4 ","children":[["$","div",null,{"className":"flex items-center gap-2 flex-wrap","children":[["$","h3",null,{"className":"text-sm font-medium","children":"make-status-report"}],null]}],["$","p",null,{"className":"mt-1.5 text-sm text-text-muted leading-relaxed","children":"$undefined"}],["$","$L11",null,{"content":"$1b"}]]}]
552
- 1c:T3684,# Create Validation Notebook Skill
549
+ * Set up the first wave of interviews next week for bioinfo roles.13:["$","div","/Users/gabry/Desktop",{"className":"mb-8","children":[["$","div",null,{"className":"flex items-center gap-2 mb-3","children":[["$","span",null,{"className":"font-mono text-xs text-text-dim","children":["[","DESKTOP","]"]}],["$","span",null,{"className":"text-xs text-text-dim font-mono","children":"~/Desktop"}]]}],["$","$L11",null,{"skills":[{"frontmatter":{"name":"find-variant","description":"Look up a genomic variant in a local VCF and public databases (ClinVar, dbSNP, ClinGen, GWAS)"},"body":"$17","filePath":"/Users/gabry/Desktop/.claude/skills/find-variant/SKILL.md","scope":{"type":"project","projectName":"Desktop","projectPath":"/Users/gabry/Desktop"},"referencedAgents":["review"]},{"frontmatter":{"name":"fix-tests","description":"Analyze and fix test files to follow platform-services testing standards"},"body":"$18","filePath":"/Users/gabry/Desktop/.claude/skills/fix-tests/SKILL.md","scope":"$13:props:children:1:props:skills:0:scope","referencedAgents":["fix-tests","review"]},{"frontmatter":{"name":"make-status-report"},"body":"$19","filePath":"/Users/gabry/Desktop/.claude/skills/make-status-report/SKILL.md","scope":"$13:props:children:1:props:skills:0:scope","referencedAgents":[]}],"scopePath":"/Users/gabry/Desktop","scopeType":"project"}]]}]
550
+ 1a:T3684,# Create Validation Notebook Skill
553
551
 
554
552
  You are a WGS validation workflow assistant. Your job is to interactively create a Jupyter notebook for validating WGS pipeline changes.
555
553
 
@@ -817,8 +815,8 @@ for patient_id in patient_ids:
817
815
  2. Calling `invoke_wgs_ingestion_service` to start the Step Function
818
816
  3. Returning the execution ARN
819
817
 
820
- This re-runs the full pipeline: `vcf-processor` → `genomics-wgs-query-service` → `genomics-variant-assessment-service` → `genomics-prs-io-service`.17:["$","div","/Users/gabry/Desktop/platform-services/packages/wgs_validations/.claude/skills/create-validation-notebook/SKILL.md",{"id":"create-validation-notebook","className":"border border-border rounded-sm p-5 scroll-mt-4 ","children":[["$","div",null,{"className":"flex items-center gap-2 flex-wrap","children":[["$","h3",null,{"className":"text-sm font-medium","children":"create-validation-notebook"}],null]}],["$","p",null,{"className":"mt-1.5 text-sm text-text-muted leading-relaxed","children":"Create a validation notebook for WGS pipeline testing based on modified packages"}],["$","$L11",null,{"content":"$1c"}]]}]
821
- 1d:T3684,# Create Validation Notebook Skill
818
+ This re-runs the full pipeline: `vcf-processor` → `genomics-wgs-query-service` → `genomics-variant-assessment-service` → `genomics-prs-io-service`.14:["$","div","/Users/gabry/Desktop/platform-services/packages/wgs_validations",{"className":"mb-8","children":[["$","div",null,{"className":"flex items-center gap-2 mb-3","children":[["$","span",null,{"className":"font-mono text-xs text-text-dim","children":["[","WGS_VALIDATIONS","]"]}],["$","span",null,{"className":"text-xs text-text-dim font-mono","children":"~/Desktop/platform-services/packages/wgs_validations"}]]}],["$","$L11",null,{"skills":[{"frontmatter":{"name":"create-validation-notebook","description":"Create a validation notebook for WGS pipeline testing based on modified packages"},"body":"$1a","filePath":"/Users/gabry/Desktop/platform-services/packages/wgs_validations/.claude/skills/create-validation-notebook/SKILL.md","scope":{"type":"project","projectName":"wgs_validations","projectPath":"/Users/gabry/Desktop/platform-services/packages/wgs_validations"},"referencedAgents":["review"]}],"scopePath":"/Users/gabry/Desktop/platform-services/packages/wgs_validations","scopeType":"project"}]]}]
819
+ 1b:T3684,# Create Validation Notebook Skill
822
820
 
823
821
  You are a WGS validation workflow assistant. Your job is to interactively create a Jupyter notebook for validating WGS pipeline changes.
824
822
 
@@ -1086,8 +1084,8 @@ for patient_id in patient_ids:
1086
1084
  2. Calling `invoke_wgs_ingestion_service` to start the Step Function
1087
1085
  3. Returning the execution ARN
1088
1086
 
1089
- This re-runs the full pipeline: `vcf-processor` → `genomics-wgs-query-service` → `genomics-variant-assessment-service` → `genomics-prs-io-service`.18:["$","div","/Users/gabry/Desktop/ps-copy/platform-services/packages/wgs_validations/.claude/skills/create-validation-notebook/SKILL.md",{"id":"create-validation-notebook","className":"border border-border rounded-sm p-5 scroll-mt-4 ","children":[["$","div",null,{"className":"flex items-center gap-2 flex-wrap","children":[["$","h3",null,{"className":"text-sm font-medium","children":"create-validation-notebook"}],null]}],["$","p",null,{"className":"mt-1.5 text-sm text-text-muted leading-relaxed","children":"Create a validation notebook for WGS pipeline testing based on modified packages"}],["$","$L11",null,{"content":"$1d"}]]}]
1090
- 1e:T5f5,You are an expert web tester with extensive experience in quality assurance, user experience testing, and test
1087
+ This re-runs the full pipeline: `vcf-processor` → `genomics-wgs-query-service` → `genomics-variant-assessment-service` → `genomics-prs-io-service`.15:["$","div","/Users/gabry/Desktop/ps-copy/platform-services/packages/wgs_validations",{"className":"mb-8","children":[["$","div",null,{"className":"flex items-center gap-2 mb-3","children":[["$","span",null,{"className":"font-mono text-xs text-text-dim","children":["[","WGS_VALIDATIONS","]"]}],["$","span",null,{"className":"text-xs text-text-dim font-mono","children":"~/Desktop/ps-copy/platform-services/packages/wgs_validations"}]]}],["$","$L11",null,{"skills":[{"frontmatter":"$14:props:children:1:props:skills:0:frontmatter","body":"$1b","filePath":"/Users/gabry/Desktop/ps-copy/platform-services/packages/wgs_validations/.claude/skills/create-validation-notebook/SKILL.md","scope":{"type":"project","projectName":"wgs_validations","projectPath":"/Users/gabry/Desktop/ps-copy/platform-services/packages/wgs_validations"},"referencedAgents":["review"]}],"scopePath":"/Users/gabry/Desktop/ps-copy/platform-services/packages/wgs_validations","scopeType":"project"}]]}]
1088
+ 1c:T5f5,You are an expert web tester with extensive experience in quality assurance, user experience testing, and test
1091
1089
  scenario design. Your expertise includes functional testing, edge case identification, and bug documentation.
1092
1090
 
1093
1091
  By taking advantage of the playwright MCP server, you will:
@@ -1108,4 +1106,4 @@ By taking advantage of the playwright MCP server, you will:
1108
1106
  - Include pages visited, actions taken, and results of those actions
1109
1107
  - For adverse events, include error messages, network response error statuses and message, or screenshots as appropriate
1110
1108
 
1111
- **Output Format**: Always save the complete output as a markdown file with clear headings, numbered steps and actions taken, with full-path links to view screenshots.19:["$","div","/Users/gabry/Desktop/web-app/.claude/skills/smoke-test/SKILL.md",{"id":"smoke-test","className":"border border-border rounded-sm p-5 scroll-mt-4 ","children":[["$","div",null,{"className":"flex items-center gap-2 flex-wrap","children":[["$","h3",null,{"className":"text-sm font-medium","children":"smoke-test"}],null]}],["$","p",null,{"className":"mt-1.5 text-sm text-text-muted leading-relaxed","children":"Use this skill for doing exploratory testing of the application"}],["$","$L11",null,{"content":"$1e"}]]}]
1109
+ **Output Format**: Always save the complete output as a markdown file with clear headings, numbered steps and actions taken, with full-path links to view screenshots.16:["$","div","/Users/gabry/Desktop/web-app",{"className":"mb-8","children":[["$","div",null,{"className":"flex items-center gap-2 mb-3","children":[["$","span",null,{"className":"font-mono text-xs text-text-dim","children":["[","WEB-APP","]"]}],["$","span",null,{"className":"text-xs text-text-dim font-mono","children":"~/Desktop/web-app"}]]}],["$","$L11",null,{"skills":[{"frontmatter":{"name":"smoke-test","description":"Use this skill for doing exploratory testing of the application"},"body":"$1c","filePath":"/Users/gabry/Desktop/web-app/.claude/skills/smoke-test/SKILL.md","scope":{"type":"project","projectName":"web-app","projectPath":"/Users/gabry/Desktop/web-app"},"referencedAgents":[]}],"scopePath":"/Users/gabry/Desktop/web-app","scopeType":"project"}]]}]
@@ -1,24 +1,24 @@
1
1
  1:"$Sreact.fragment"
2
- 2:I[22140,["/_next/static/chunks/0mmpyn9fv2fjf.js","/_next/static/chunks/0d3shmwh5_nmn.js"],"Sidebar"]
3
- 3:I[39756,["/_next/static/chunks/0mmpyn9fv2fjf.js","/_next/static/chunks/0d3shmwh5_nmn.js"],"default"]
4
- 4:I[37457,["/_next/static/chunks/0mmpyn9fv2fjf.js","/_next/static/chunks/0d3shmwh5_nmn.js"],"default"]
5
- 6:I[97367,["/_next/static/chunks/0mmpyn9fv2fjf.js","/_next/static/chunks/0d3shmwh5_nmn.js"],"OutletBoundary"]
2
+ 2:I[22140,["/_next/static/chunks/08fwcb._hc08b.js","/_next/static/chunks/0d3shmwh5_nmn.js"],"Sidebar"]
3
+ 3:I[39756,["/_next/static/chunks/08fwcb._hc08b.js","/_next/static/chunks/0d3shmwh5_nmn.js"],"default"]
4
+ 4:I[37457,["/_next/static/chunks/08fwcb._hc08b.js","/_next/static/chunks/0d3shmwh5_nmn.js"],"default"]
5
+ 6:I[97367,["/_next/static/chunks/08fwcb._hc08b.js","/_next/static/chunks/0d3shmwh5_nmn.js"],"OutletBoundary"]
6
6
  7:"$Sreact.suspense"
7
- a:I[97367,["/_next/static/chunks/0mmpyn9fv2fjf.js","/_next/static/chunks/0d3shmwh5_nmn.js"],"ViewportBoundary"]
8
- c:I[97367,["/_next/static/chunks/0mmpyn9fv2fjf.js","/_next/static/chunks/0d3shmwh5_nmn.js"],"MetadataBoundary"]
9
- e:I[68027,["/_next/static/chunks/0mmpyn9fv2fjf.js","/_next/static/chunks/0d3shmwh5_nmn.js"],"default",1]
10
- :HL["/_next/static/chunks/0xlrze18so95w.css","style"]
7
+ a:I[97367,["/_next/static/chunks/08fwcb._hc08b.js","/_next/static/chunks/0d3shmwh5_nmn.js"],"ViewportBoundary"]
8
+ c:I[97367,["/_next/static/chunks/08fwcb._hc08b.js","/_next/static/chunks/0d3shmwh5_nmn.js"],"MetadataBoundary"]
9
+ e:I[68027,["/_next/static/chunks/08fwcb._hc08b.js","/_next/static/chunks/0d3shmwh5_nmn.js"],"default",1]
10
+ :HL["/_next/static/chunks/0lb3l2a8_251j.css","style"]
11
11
  :HL["/_next/static/media/166ab60e98aadb0a-s.p.0mka4ru4_bj1d.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
12
12
  :HL["/_next/static/media/797e433ab948586e-s.p.0.q-h669a_dqa.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
13
13
  :HL["/_next/static/media/83afe278b6a6bb3c-s.p.0q-301v4kxxnr.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
14
- 0:{"P":null,"c":["","skills"],"q":"","i":false,"f":[[["",{"children":["skills",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0xlrze18so95w.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/0mmpyn9fv2fjf.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/0d3shmwh5_nmn.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","className":"inter_fe8b9d92-module__LINzvG__variable geist_mono_8d43a2aa-module__8Li5zG__variable fira_code_d18ac710-module__OladcG__variable","children":["$","body",null,{"className":"bg-surface text-text font-sans antialiased","children":["$","div",null,{"className":"flex h-screen overflow-hidden","children":[["$","$L2",null,{}],["$","main",null,{"className":"flex-1 overflow-y-auto bg-grid","children":["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":["$L5",[["$","script","script-0",{"src":"/_next/static/chunks/12p3iqtw2ohfq.js","async":true,"nonce":"$undefined"}]],["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],{},null,false,null]},null,false,"$@9"]},null,false,null],["$","$1","h",{"children":[null,["$","$La",null,{"children":"$Lb"}],["$","div",null,{"hidden":true,"children":["$","$Lc",null,{"children":["$","$7",null,{"name":"Next.Metadata","children":"$Ld"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$e",[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0xlrze18so95w.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"vFFhR9bZqGO0pHP7N7NNG"}
14
+ 0:{"P":null,"c":["","skills"],"q":"","i":false,"f":[[["",{"children":["skills",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0lb3l2a8_251j.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/08fwcb._hc08b.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/0d3shmwh5_nmn.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","className":"inter_fe8b9d92-module__LINzvG__variable geist_mono_8d43a2aa-module__8Li5zG__variable fira_code_d18ac710-module__OladcG__variable","children":["$","body",null,{"className":"bg-surface text-text font-sans antialiased","children":["$","div",null,{"className":"flex h-screen overflow-hidden","children":[["$","$L2",null,{}],["$","main",null,{"className":"flex-1 overflow-y-auto bg-grid","children":["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":["$L5",[["$","script","script-0",{"src":"/_next/static/chunks/0g_3.48-9emgq.js","async":true,"nonce":"$undefined"}]],["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],{},null,false,null]},null,false,"$@9"]},null,false,null],["$","$1","h",{"children":[null,["$","$La",null,{"children":"$Lb"}],["$","div",null,{"hidden":true,"children":["$","$Lc",null,{"children":["$","$7",null,{"name":"Next.Metadata","children":"$Ld"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$e",[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0lb3l2a8_251j.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"ykykNEJbtAXExgOj13bt9"}
15
15
  f:[]
16
16
  9:"$Wf"
17
17
  b:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
18
- 10:I[27201,["/_next/static/chunks/0mmpyn9fv2fjf.js","/_next/static/chunks/0d3shmwh5_nmn.js"],"IconMark"]
18
+ 10:I[27201,["/_next/static/chunks/08fwcb._hc08b.js","/_next/static/chunks/0d3shmwh5_nmn.js"],"IconMark"]
19
19
  8:null
20
20
  d:[["$","title","0",{"children":"MiClaw"}],["$","meta","1",{"name":"description","content":"Claude Code configuration visualizer"}],["$","link","2",{"rel":"icon","href":"/favicon.ico?favicon.0x3dzn~oxb6tn.ico","sizes":"256x256","type":"image/x-icon"}],["$","$L10","3",{}]]
21
- 11:I[22450,["/_next/static/chunks/0mmpyn9fv2fjf.js","/_next/static/chunks/0d3shmwh5_nmn.js","/_next/static/chunks/12p3iqtw2ohfq.js"],"ExpandableBody"]
21
+ 11:I[22400,["/_next/static/chunks/08fwcb._hc08b.js","/_next/static/chunks/0d3shmwh5_nmn.js","/_next/static/chunks/0g_3.48-9emgq.js"],"SkillScopeGroup"]
22
22
  12:Tc6c,# Implement Ticket Pipeline
23
23
 
24
24
  You are orchestrating a full implementation pipeline for ticket: **$ARGUMENTS**
@@ -102,8 +102,8 @@ After all phases complete, provide a concise summary:
102
102
  - **Review**: whether all issues were addressed
103
103
  - **Ready for**: what the user should do next (e.g., "ready for git staging and commit")
104
104
 
105
- Do NOT run `git add` or `git commit`. The user handles all git operations.5:["$","div",null,{"className":"mx-auto max-w-5xl px-8 py-10","children":[["$","div",null,{"className":"mb-8","children":[["$","div",null,{"className":"flex items-baseline gap-3","children":[["$","h1",null,{"className":"text-2xl font-medium tracking-tight","children":"Skills"}],["$","span",null,{"className":"text-sm text-text-muted","children":7}]]}],["$","p",null,{"className":"mt-1 text-sm text-text-muted","children":"Reusable prompts and workflows"}]]}],["$","div",null,{"className":"mb-8","children":[["$","div",null,{"className":"flex items-center gap-2 mb-3","children":[["$","span",null,{"className":"inline-flex items-center px-2 py-0.5 text-xs font-medium rounded-sm bg-surface-raised text-text-dim","children":"GLOBAL"}],["$","span",null,{"className":"text-xs text-text-dim font-mono","children":"~/.claude/skills/implement-ticket"}]]}],["$","div",null,{"className":"space-y-3","children":[["$","div","/Users/gabry/.claude/skills/implement-ticket/SKILL.md",{"id":"implement-ticket","className":"border border-border rounded-sm p-5 scroll-mt-4 ","children":[["$","div",null,{"className":"flex items-center gap-2 flex-wrap","children":[["$","h3",null,{"className":"text-sm font-medium","children":"implement-ticket"}],null]}],["$","p",null,{"className":"mt-1.5 text-sm text-text-muted leading-relaxed","children":"Full implementation pipeline for a ticket -- implement, review, address feedback, fix tests. Orchestrates subagents with parallelism for multi-package changes."}],["$","$L11",null,{"content":"$12"}]]}]]}]]}],"$L13"]}]
106
- 14:Td51,# find-variant
105
+ Do NOT run `git add` or `git commit`. The user handles all git operations.5:["$","div",null,{"className":"mx-auto max-w-5xl px-8 py-10","children":[["$","div",null,{"className":"mb-8","children":[["$","div",null,{"className":"flex items-baseline gap-3","children":[["$","h1",null,{"className":"text-2xl font-mono font-medium tracking-tight","children":"Skills"}],["$","span",null,{"className":"font-mono text-sm text-text-dim","children":7}]]}],["$","p",null,{"className":"mt-1 text-sm text-text-muted","children":"Reusable prompts and workflows"}]]}],["$","div",null,{"className":"mb-8","children":[["$","div",null,{"className":"flex items-center gap-2 mb-3","children":[["$","span",null,{"className":"font-mono text-xs text-text-dim","children":["[","GLOBAL","]"]}],["$","span",null,{"className":"text-xs text-text-dim font-mono","children":"~/.claude"}]]}],["$","$L11",null,{"skills":[{"frontmatter":{"name":"implement-ticket","description":"Full implementation pipeline for a ticket -- implement, review, address feedback, fix tests. Orchestrates subagents with parallelism for multi-package changes.","disable-model-invocation":true,"user-invocable":true,"argument-hint":"<ticket-id>"},"body":"$12","filePath":"/Users/gabry/.claude/skills/implement-ticket/SKILL.md","scope":{"type":"global"},"referencedAgents":["address-review","fix-tests","implement","review"]}],"scopePath":"/Users/gabry/.claude","scopeType":"global"}]]}],["$L13","$L14","$L15","$L16"]]}]
106
+ 17:Td51,# find-variant
107
107
 
108
108
  Looks up a genomic variant in the user's VCF file and researches it across public genomic databases.
109
109
 
@@ -175,8 +175,7 @@ Present a concise summary with:
175
175
  - VCF files may not contain rsIDs -- always query by genomic position.
176
176
  - Be skeptical of 0-star ClinVar submissions, especially for common variants.
177
177
  - Distinguish between Mendelian pathogenicity (rare, high-penetrance) and GWAS risk alleles (common, low effect size).
178
- - If the variant is in a well-known gene (BRCA1, HFE, CFTR, etc.), note relevant compound heterozygosity considerations.13:["$","div",null,{"children":[["$","div",null,{"className":"flex items-center gap-2 mb-3","children":[["$","span",null,{"className":"inline-flex items-center px-2 py-0.5 text-xs font-medium rounded-sm bg-surface-raised text-text-dim","children":"DESKTOP"}],["$","span",null,{"className":"text-xs text-text-dim font-mono","children":"~/Desktop/.claude/skills/find-variant"}]]}],["$","div",null,{"className":"space-y-3","children":[["$","div","/Users/gabry/Desktop/.claude/skills/find-variant/SKILL.md",{"id":"find-variant","className":"border border-border rounded-sm p-5 scroll-mt-4 ","children":[["$","div",null,{"className":"flex items-center gap-2 flex-wrap","children":[["$","h3",null,{"className":"text-sm font-medium","children":"find-variant"}],null]}],["$","p",null,{"className":"mt-1.5 text-sm text-text-muted leading-relaxed","children":"Look up a genomic variant in a local VCF and public databases (ClinVar, dbSNP, ClinGen, GWAS)"}],["$","$L11",null,{"content":"$14"}]]}],"$L15","$L16","$L17","$L18","$L19"]}]]}]
179
- 1a:T130d,# fix-tests
178
+ - If the variant is in a well-known gene (BRCA1, HFE, CFTR, etc.), note relevant compound heterozygosity considerations.18:T130d,# fix-tests
180
179
 
181
180
  Analyzes and fixes test files to conform to platform-services testing standards defined in AGENTS.md.
182
181
 
@@ -336,8 +335,7 @@ When this skill is invoked:
336
335
  2. Analyze against all standards
337
336
  3. Present findings organized by issue type
338
337
  4. Apply fixes one by one with user approval
339
- 5. Verify tests still pass with 100% coverage15:["$","div","/Users/gabry/Desktop/.claude/skills/fix-tests/SKILL.md",{"id":"fix-tests","className":"border border-border rounded-sm p-5 scroll-mt-4 ","children":[["$","div",null,{"className":"flex items-center gap-2 flex-wrap","children":[["$","h3",null,{"className":"text-sm font-medium","children":"fix-tests"}],null]}],["$","p",null,{"className":"mt-1.5 text-sm text-text-muted leading-relaxed","children":"Analyze and fix test files to follow platform-services testing standards"}],["$","$L11",null,{"content":"$1a"}]]}]
340
- 1b:T2126,Create a weekly status report that contains the last 7 days of activity.
338
+ 5. Verify tests still pass with 100% coverage19:T2126,Create a weekly status report that contains the last 7 days of activity.
341
339
 
342
340
  There will be Four components - GitHub behavior, Notion page scraping, ASKING for any additional major items, and then styling the report. Each has a sub section below.
343
341
 
@@ -548,8 +546,8 @@ Ask the user to copy and paste their work from the week from Notion.
548
546
  * Misc
549
547
  * Several MAB member genomics reviews with Chris. Reception continues to be very positive
550
548
  and the real-time feedback continues to be extremely helpful.
551
- * Set up the first wave of interviews next week for bioinfo roles.16:["$","div","/Users/gabry/Desktop/.claude/skills/make-status-report/SKILL.md",{"id":"make-status-report","className":"border border-border rounded-sm p-5 scroll-mt-4 ","children":[["$","div",null,{"className":"flex items-center gap-2 flex-wrap","children":[["$","h3",null,{"className":"text-sm font-medium","children":"make-status-report"}],null]}],["$","p",null,{"className":"mt-1.5 text-sm text-text-muted leading-relaxed","children":"$undefined"}],["$","$L11",null,{"content":"$1b"}]]}]
552
- 1c:T3684,# Create Validation Notebook Skill
549
+ * Set up the first wave of interviews next week for bioinfo roles.13:["$","div","/Users/gabry/Desktop",{"className":"mb-8","children":[["$","div",null,{"className":"flex items-center gap-2 mb-3","children":[["$","span",null,{"className":"font-mono text-xs text-text-dim","children":["[","DESKTOP","]"]}],["$","span",null,{"className":"text-xs text-text-dim font-mono","children":"~/Desktop"}]]}],["$","$L11",null,{"skills":[{"frontmatter":{"name":"find-variant","description":"Look up a genomic variant in a local VCF and public databases (ClinVar, dbSNP, ClinGen, GWAS)"},"body":"$17","filePath":"/Users/gabry/Desktop/.claude/skills/find-variant/SKILL.md","scope":{"type":"project","projectName":"Desktop","projectPath":"/Users/gabry/Desktop"},"referencedAgents":["review"]},{"frontmatter":{"name":"fix-tests","description":"Analyze and fix test files to follow platform-services testing standards"},"body":"$18","filePath":"/Users/gabry/Desktop/.claude/skills/fix-tests/SKILL.md","scope":"$13:props:children:1:props:skills:0:scope","referencedAgents":["fix-tests","review"]},{"frontmatter":{"name":"make-status-report"},"body":"$19","filePath":"/Users/gabry/Desktop/.claude/skills/make-status-report/SKILL.md","scope":"$13:props:children:1:props:skills:0:scope","referencedAgents":[]}],"scopePath":"/Users/gabry/Desktop","scopeType":"project"}]]}]
550
+ 1a:T3684,# Create Validation Notebook Skill
553
551
 
554
552
  You are a WGS validation workflow assistant. Your job is to interactively create a Jupyter notebook for validating WGS pipeline changes.
555
553
 
@@ -817,8 +815,8 @@ for patient_id in patient_ids:
817
815
  2. Calling `invoke_wgs_ingestion_service` to start the Step Function
818
816
  3. Returning the execution ARN
819
817
 
820
- This re-runs the full pipeline: `vcf-processor` → `genomics-wgs-query-service` → `genomics-variant-assessment-service` → `genomics-prs-io-service`.17:["$","div","/Users/gabry/Desktop/platform-services/packages/wgs_validations/.claude/skills/create-validation-notebook/SKILL.md",{"id":"create-validation-notebook","className":"border border-border rounded-sm p-5 scroll-mt-4 ","children":[["$","div",null,{"className":"flex items-center gap-2 flex-wrap","children":[["$","h3",null,{"className":"text-sm font-medium","children":"create-validation-notebook"}],null]}],["$","p",null,{"className":"mt-1.5 text-sm text-text-muted leading-relaxed","children":"Create a validation notebook for WGS pipeline testing based on modified packages"}],["$","$L11",null,{"content":"$1c"}]]}]
821
- 1d:T3684,# Create Validation Notebook Skill
818
+ This re-runs the full pipeline: `vcf-processor` → `genomics-wgs-query-service` → `genomics-variant-assessment-service` → `genomics-prs-io-service`.14:["$","div","/Users/gabry/Desktop/platform-services/packages/wgs_validations",{"className":"mb-8","children":[["$","div",null,{"className":"flex items-center gap-2 mb-3","children":[["$","span",null,{"className":"font-mono text-xs text-text-dim","children":["[","WGS_VALIDATIONS","]"]}],["$","span",null,{"className":"text-xs text-text-dim font-mono","children":"~/Desktop/platform-services/packages/wgs_validations"}]]}],["$","$L11",null,{"skills":[{"frontmatter":{"name":"create-validation-notebook","description":"Create a validation notebook for WGS pipeline testing based on modified packages"},"body":"$1a","filePath":"/Users/gabry/Desktop/platform-services/packages/wgs_validations/.claude/skills/create-validation-notebook/SKILL.md","scope":{"type":"project","projectName":"wgs_validations","projectPath":"/Users/gabry/Desktop/platform-services/packages/wgs_validations"},"referencedAgents":["review"]}],"scopePath":"/Users/gabry/Desktop/platform-services/packages/wgs_validations","scopeType":"project"}]]}]
819
+ 1b:T3684,# Create Validation Notebook Skill
822
820
 
823
821
  You are a WGS validation workflow assistant. Your job is to interactively create a Jupyter notebook for validating WGS pipeline changes.
824
822
 
@@ -1086,8 +1084,8 @@ for patient_id in patient_ids:
1086
1084
  2. Calling `invoke_wgs_ingestion_service` to start the Step Function
1087
1085
  3. Returning the execution ARN
1088
1086
 
1089
- This re-runs the full pipeline: `vcf-processor` → `genomics-wgs-query-service` → `genomics-variant-assessment-service` → `genomics-prs-io-service`.18:["$","div","/Users/gabry/Desktop/ps-copy/platform-services/packages/wgs_validations/.claude/skills/create-validation-notebook/SKILL.md",{"id":"create-validation-notebook","className":"border border-border rounded-sm p-5 scroll-mt-4 ","children":[["$","div",null,{"className":"flex items-center gap-2 flex-wrap","children":[["$","h3",null,{"className":"text-sm font-medium","children":"create-validation-notebook"}],null]}],["$","p",null,{"className":"mt-1.5 text-sm text-text-muted leading-relaxed","children":"Create a validation notebook for WGS pipeline testing based on modified packages"}],["$","$L11",null,{"content":"$1d"}]]}]
1090
- 1e:T5f5,You are an expert web tester with extensive experience in quality assurance, user experience testing, and test
1087
+ This re-runs the full pipeline: `vcf-processor` → `genomics-wgs-query-service` → `genomics-variant-assessment-service` → `genomics-prs-io-service`.15:["$","div","/Users/gabry/Desktop/ps-copy/platform-services/packages/wgs_validations",{"className":"mb-8","children":[["$","div",null,{"className":"flex items-center gap-2 mb-3","children":[["$","span",null,{"className":"font-mono text-xs text-text-dim","children":["[","WGS_VALIDATIONS","]"]}],["$","span",null,{"className":"text-xs text-text-dim font-mono","children":"~/Desktop/ps-copy/platform-services/packages/wgs_validations"}]]}],["$","$L11",null,{"skills":[{"frontmatter":"$14:props:children:1:props:skills:0:frontmatter","body":"$1b","filePath":"/Users/gabry/Desktop/ps-copy/platform-services/packages/wgs_validations/.claude/skills/create-validation-notebook/SKILL.md","scope":{"type":"project","projectName":"wgs_validations","projectPath":"/Users/gabry/Desktop/ps-copy/platform-services/packages/wgs_validations"},"referencedAgents":["review"]}],"scopePath":"/Users/gabry/Desktop/ps-copy/platform-services/packages/wgs_validations","scopeType":"project"}]]}]
1088
+ 1c:T5f5,You are an expert web tester with extensive experience in quality assurance, user experience testing, and test
1091
1089
  scenario design. Your expertise includes functional testing, edge case identification, and bug documentation.
1092
1090
 
1093
1091
  By taking advantage of the playwright MCP server, you will:
@@ -1108,4 +1106,4 @@ By taking advantage of the playwright MCP server, you will:
1108
1106
  - Include pages visited, actions taken, and results of those actions
1109
1107
  - For adverse events, include error messages, network response error statuses and message, or screenshots as appropriate
1110
1108
 
1111
- **Output Format**: Always save the complete output as a markdown file with clear headings, numbered steps and actions taken, with full-path links to view screenshots.19:["$","div","/Users/gabry/Desktop/web-app/.claude/skills/smoke-test/SKILL.md",{"id":"smoke-test","className":"border border-border rounded-sm p-5 scroll-mt-4 ","children":[["$","div",null,{"className":"flex items-center gap-2 flex-wrap","children":[["$","h3",null,{"className":"text-sm font-medium","children":"smoke-test"}],null]}],["$","p",null,{"className":"mt-1.5 text-sm text-text-muted leading-relaxed","children":"Use this skill for doing exploratory testing of the application"}],["$","$L11",null,{"content":"$1e"}]]}]
1109
+ **Output Format**: Always save the complete output as a markdown file with clear headings, numbered steps and actions taken, with full-path links to view screenshots.16:["$","div","/Users/gabry/Desktop/web-app",{"className":"mb-8","children":[["$","div",null,{"className":"flex items-center gap-2 mb-3","children":[["$","span",null,{"className":"font-mono text-xs text-text-dim","children":["[","WEB-APP","]"]}],["$","span",null,{"className":"text-xs text-text-dim font-mono","children":"~/Desktop/web-app"}]]}],["$","$L11",null,{"skills":[{"frontmatter":{"name":"smoke-test","description":"Use this skill for doing exploratory testing of the application"},"body":"$1c","filePath":"/Users/gabry/Desktop/web-app/.claude/skills/smoke-test/SKILL.md","scope":{"type":"project","projectName":"web-app","projectPath":"/Users/gabry/Desktop/web-app"},"referencedAgents":[]}],"scopePath":"/Users/gabry/Desktop/web-app","scopeType":"project"}]]}]
@@ -1,6 +1,6 @@
1
1
  1:"$Sreact.fragment"
2
- 2:I[97367,["/_next/static/chunks/0mmpyn9fv2fjf.js","/_next/static/chunks/0d3shmwh5_nmn.js"],"ViewportBoundary"]
3
- 3:I[97367,["/_next/static/chunks/0mmpyn9fv2fjf.js","/_next/static/chunks/0d3shmwh5_nmn.js"],"MetadataBoundary"]
2
+ 2:I[97367,["/_next/static/chunks/08fwcb._hc08b.js","/_next/static/chunks/0d3shmwh5_nmn.js"],"ViewportBoundary"]
3
+ 3:I[97367,["/_next/static/chunks/08fwcb._hc08b.js","/_next/static/chunks/0d3shmwh5_nmn.js"],"MetadataBoundary"]
4
4
  4:"$Sreact.suspense"
5
- 5:I[27201,["/_next/static/chunks/0mmpyn9fv2fjf.js","/_next/static/chunks/0d3shmwh5_nmn.js"],"IconMark"]
6
- 0:{"rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"MiClaw"}],["$","meta","1",{"name":"description","content":"Claude Code configuration visualizer"}],["$","link","2",{"rel":"icon","href":"/favicon.ico?favicon.0x3dzn~oxb6tn.ico","sizes":"256x256","type":"image/x-icon"}],["$","$L5","3",{}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"vFFhR9bZqGO0pHP7N7NNG"}
5
+ 5:I[27201,["/_next/static/chunks/08fwcb._hc08b.js","/_next/static/chunks/0d3shmwh5_nmn.js"],"IconMark"]
6
+ 0:{"rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"MiClaw"}],["$","meta","1",{"name":"description","content":"Claude Code configuration visualizer"}],["$","link","2",{"rel":"icon","href":"/favicon.ico?favicon.0x3dzn~oxb6tn.ico","sizes":"256x256","type":"image/x-icon"}],["$","$L5","3",{}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"ykykNEJbtAXExgOj13bt9"}
@@ -1,6 +1,6 @@
1
1
  1:"$Sreact.fragment"
2
- 2:I[22140,["/_next/static/chunks/0mmpyn9fv2fjf.js","/_next/static/chunks/0d3shmwh5_nmn.js"],"Sidebar"]
3
- 3:I[39756,["/_next/static/chunks/0mmpyn9fv2fjf.js","/_next/static/chunks/0d3shmwh5_nmn.js"],"default"]
4
- 4:I[37457,["/_next/static/chunks/0mmpyn9fv2fjf.js","/_next/static/chunks/0d3shmwh5_nmn.js"],"default"]
5
- :HL["/_next/static/chunks/0xlrze18so95w.css","style"]
6
- 0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0xlrze18so95w.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/0mmpyn9fv2fjf.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/0d3shmwh5_nmn.js","async":true}]],["$","html",null,{"lang":"en","className":"inter_fe8b9d92-module__LINzvG__variable geist_mono_8d43a2aa-module__8Li5zG__variable fira_code_d18ac710-module__OladcG__variable","children":["$","body",null,{"className":"bg-surface text-text font-sans antialiased","children":["$","div",null,{"className":"flex h-screen overflow-hidden","children":[["$","$L2",null,{}],["$","main",null,{"className":"flex-1 overflow-y-auto bg-grid","children":["$","$L3",null,{"parallelRouterKey":"children","template":["$","$L4",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]}]]}]}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"vFFhR9bZqGO0pHP7N7NNG"}
2
+ 2:I[22140,["/_next/static/chunks/08fwcb._hc08b.js","/_next/static/chunks/0d3shmwh5_nmn.js"],"Sidebar"]
3
+ 3:I[39756,["/_next/static/chunks/08fwcb._hc08b.js","/_next/static/chunks/0d3shmwh5_nmn.js"],"default"]
4
+ 4:I[37457,["/_next/static/chunks/08fwcb._hc08b.js","/_next/static/chunks/0d3shmwh5_nmn.js"],"default"]
5
+ :HL["/_next/static/chunks/0lb3l2a8_251j.css","style"]
6
+ 0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0lb3l2a8_251j.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/08fwcb._hc08b.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/0d3shmwh5_nmn.js","async":true}]],["$","html",null,{"lang":"en","className":"inter_fe8b9d92-module__LINzvG__variable geist_mono_8d43a2aa-module__8Li5zG__variable fira_code_d18ac710-module__OladcG__variable","children":["$","body",null,{"className":"bg-surface text-text font-sans antialiased","children":["$","div",null,{"className":"flex h-screen overflow-hidden","children":[["$","$L2",null,{}],["$","main",null,{"className":"flex-1 overflow-y-auto bg-grid","children":["$","$L3",null,{"parallelRouterKey":"children","template":["$","$L4",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]}]]}]}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"ykykNEJbtAXExgOj13bt9"}
@@ -1,5 +1,5 @@
1
- :HL["/_next/static/chunks/0xlrze18so95w.css","style"]
1
+ :HL["/_next/static/chunks/0lb3l2a8_251j.css","style"]
2
2
  :HL["/_next/static/media/166ab60e98aadb0a-s.p.0mka4ru4_bj1d.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
3
3
  :HL["/_next/static/media/797e433ab948586e-s.p.0.q-h669a_dqa.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
4
4
  :HL["/_next/static/media/83afe278b6a6bb3c-s.p.0q-301v4kxxnr.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
5
- 0:{"tree":{"name":"","param":null,"prefetchHints":16,"slots":{"children":{"name":"skills","param":null,"prefetchHints":0,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":0,"slots":null}}}}},"staleTime":300,"buildId":"vFFhR9bZqGO0pHP7N7NNG"}
5
+ 0:{"tree":{"name":"","param":null,"prefetchHints":16,"slots":{"children":{"name":"skills","param":null,"prefetchHints":0,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":0,"slots":null}}}}},"staleTime":300,"buildId":"ykykNEJbtAXExgOj13bt9"}
@@ -1,7 +1,7 @@
1
1
  1:"$Sreact.fragment"
2
- 2:I[22450,["/_next/static/chunks/0mmpyn9fv2fjf.js","/_next/static/chunks/0d3shmwh5_nmn.js","/_next/static/chunks/12p3iqtw2ohfq.js"],"ExpandableBody"]
3
- d:I[97367,["/_next/static/chunks/0mmpyn9fv2fjf.js","/_next/static/chunks/0d3shmwh5_nmn.js"],"OutletBoundary"]
4
- e:"$Sreact.suspense"
2
+ 2:I[22400,["/_next/static/chunks/08fwcb._hc08b.js","/_next/static/chunks/0d3shmwh5_nmn.js","/_next/static/chunks/0g_3.48-9emgq.js"],"SkillScopeGroup"]
3
+ 10:I[97367,["/_next/static/chunks/08fwcb._hc08b.js","/_next/static/chunks/0d3shmwh5_nmn.js"],"OutletBoundary"]
4
+ 11:"$Sreact.suspense"
5
5
  3:Tc6c,# Implement Ticket Pipeline
6
6
 
7
7
  You are orchestrating a full implementation pipeline for ticket: **$ARGUMENTS**
@@ -85,8 +85,8 @@ After all phases complete, provide a concise summary:
85
85
  - **Review**: whether all issues were addressed
86
86
  - **Ready for**: what the user should do next (e.g., "ready for git staging and commit")
87
87
 
88
- Do NOT run `git add` or `git commit`. The user handles all git operations.0:{"rsc":["$","$1","c",{"children":[["$","div",null,{"className":"mx-auto max-w-5xl px-8 py-10","children":[["$","div",null,{"className":"mb-8","children":[["$","div",null,{"className":"flex items-baseline gap-3","children":[["$","h1",null,{"className":"text-2xl font-medium tracking-tight","children":"Skills"}],["$","span",null,{"className":"text-sm text-text-muted","children":7}]]}],["$","p",null,{"className":"mt-1 text-sm text-text-muted","children":"Reusable prompts and workflows"}]]}],["$","div",null,{"className":"mb-8","children":[["$","div",null,{"className":"flex items-center gap-2 mb-3","children":[["$","span",null,{"className":"inline-flex items-center px-2 py-0.5 text-xs font-medium rounded-sm bg-surface-raised text-text-dim","children":"GLOBAL"}],["$","span",null,{"className":"text-xs text-text-dim font-mono","children":"~/.claude/skills/implement-ticket"}]]}],["$","div",null,{"className":"space-y-3","children":[["$","div","/Users/gabry/.claude/skills/implement-ticket/SKILL.md",{"id":"implement-ticket","className":"border border-border rounded-sm p-5 scroll-mt-4 ","children":[["$","div",null,{"className":"flex items-center gap-2 flex-wrap","children":[["$","h3",null,{"className":"text-sm font-medium","children":"implement-ticket"}],null]}],["$","p",null,{"className":"mt-1.5 text-sm text-text-muted leading-relaxed","children":"Full implementation pipeline for a ticket -- implement, review, address feedback, fix tests. Orchestrates subagents with parallelism for multi-package changes."}],["$","$L2",null,{"content":"$3"}]]}]]}]]}],"$L4"]}],["$L5"],"$L6"]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"vFFhR9bZqGO0pHP7N7NNG"}
89
- 7:Td51,# find-variant
88
+ Do NOT run `git add` or `git commit`. The user handles all git operations.0:{"rsc":["$","$1","c",{"children":[["$","div",null,{"className":"mx-auto max-w-5xl px-8 py-10","children":[["$","div",null,{"className":"mb-8","children":[["$","div",null,{"className":"flex items-baseline gap-3","children":[["$","h1",null,{"className":"text-2xl font-mono font-medium tracking-tight","children":"Skills"}],["$","span",null,{"className":"font-mono text-sm text-text-dim","children":7}]]}],["$","p",null,{"className":"mt-1 text-sm text-text-muted","children":"Reusable prompts and workflows"}]]}],["$","div",null,{"className":"mb-8","children":[["$","div",null,{"className":"flex items-center gap-2 mb-3","children":[["$","span",null,{"className":"font-mono text-xs text-text-dim","children":["[","GLOBAL","]"]}],["$","span",null,{"className":"text-xs text-text-dim font-mono","children":"~/.claude"}]]}],["$","$L2",null,{"skills":[{"frontmatter":{"name":"implement-ticket","description":"Full implementation pipeline for a ticket -- implement, review, address feedback, fix tests. Orchestrates subagents with parallelism for multi-package changes.","disable-model-invocation":true,"user-invocable":true,"argument-hint":"<ticket-id>"},"body":"$3","filePath":"/Users/gabry/.claude/skills/implement-ticket/SKILL.md","scope":{"type":"global"},"referencedAgents":["address-review","fix-tests","implement","review"]}],"scopePath":"/Users/gabry/.claude","scopeType":"global"}]]}],["$L4","$L5","$L6","$L7"]]}],["$L8"],"$L9"]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"ykykNEJbtAXExgOj13bt9"}
89
+ a:Td51,# find-variant
90
90
 
91
91
  Looks up a genomic variant in the user's VCF file and researches it across public genomic databases.
92
92
 
@@ -158,10 +158,7 @@ Present a concise summary with:
158
158
  - VCF files may not contain rsIDs -- always query by genomic position.
159
159
  - Be skeptical of 0-star ClinVar submissions, especially for common variants.
160
160
  - Distinguish between Mendelian pathogenicity (rare, high-penetrance) and GWAS risk alleles (common, low effect size).
161
- - If the variant is in a well-known gene (BRCA1, HFE, CFTR, etc.), note relevant compound heterozygosity considerations.4:["$","div",null,{"children":[["$","div",null,{"className":"flex items-center gap-2 mb-3","children":[["$","span",null,{"className":"inline-flex items-center px-2 py-0.5 text-xs font-medium rounded-sm bg-surface-raised text-text-dim","children":"DESKTOP"}],["$","span",null,{"className":"text-xs text-text-dim font-mono","children":"~/Desktop/.claude/skills/find-variant"}]]}],["$","div",null,{"className":"space-y-3","children":[["$","div","/Users/gabry/Desktop/.claude/skills/find-variant/SKILL.md",{"id":"find-variant","className":"border border-border rounded-sm p-5 scroll-mt-4 ","children":[["$","div",null,{"className":"flex items-center gap-2 flex-wrap","children":[["$","h3",null,{"className":"text-sm font-medium","children":"find-variant"}],null]}],["$","p",null,{"className":"mt-1.5 text-sm text-text-muted leading-relaxed","children":"Look up a genomic variant in a local VCF and public databases (ClinVar, dbSNP, ClinGen, GWAS)"}],["$","$L2",null,{"content":"$7"}]]}],"$L8","$L9","$La","$Lb","$Lc"]}]]}]
162
- 5:["$","script","script-0",{"src":"/_next/static/chunks/12p3iqtw2ohfq.js","async":true}]
163
- 6:["$","$Ld",null,{"children":["$","$e",null,{"name":"Next.MetadataOutlet","children":"$@f"}]}]
164
- 10:T130d,# fix-tests
161
+ - If the variant is in a well-known gene (BRCA1, HFE, CFTR, etc.), note relevant compound heterozygosity considerations.b:T130d,# fix-tests
165
162
 
166
163
  Analyzes and fixes test files to conform to platform-services testing standards defined in AGENTS.md.
167
164
 
@@ -321,8 +318,7 @@ When this skill is invoked:
321
318
  2. Analyze against all standards
322
319
  3. Present findings organized by issue type
323
320
  4. Apply fixes one by one with user approval
324
- 5. Verify tests still pass with 100% coverage8:["$","div","/Users/gabry/Desktop/.claude/skills/fix-tests/SKILL.md",{"id":"fix-tests","className":"border border-border rounded-sm p-5 scroll-mt-4 ","children":[["$","div",null,{"className":"flex items-center gap-2 flex-wrap","children":[["$","h3",null,{"className":"text-sm font-medium","children":"fix-tests"}],null]}],["$","p",null,{"className":"mt-1.5 text-sm text-text-muted leading-relaxed","children":"Analyze and fix test files to follow platform-services testing standards"}],["$","$L2",null,{"content":"$10"}]]}]
325
- 11:T2126,Create a weekly status report that contains the last 7 days of activity.
321
+ 5. Verify tests still pass with 100% coveragec:T2126,Create a weekly status report that contains the last 7 days of activity.
326
322
 
327
323
  There will be Four components - GitHub behavior, Notion page scraping, ASKING for any additional major items, and then styling the report. Each has a sub section below.
328
324
 
@@ -533,8 +529,8 @@ Ask the user to copy and paste their work from the week from Notion.
533
529
  * Misc
534
530
  * Several MAB member genomics reviews with Chris. Reception continues to be very positive
535
531
  and the real-time feedback continues to be extremely helpful.
536
- * Set up the first wave of interviews next week for bioinfo roles.9:["$","div","/Users/gabry/Desktop/.claude/skills/make-status-report/SKILL.md",{"id":"make-status-report","className":"border border-border rounded-sm p-5 scroll-mt-4 ","children":[["$","div",null,{"className":"flex items-center gap-2 flex-wrap","children":[["$","h3",null,{"className":"text-sm font-medium","children":"make-status-report"}],null]}],["$","p",null,{"className":"mt-1.5 text-sm text-text-muted leading-relaxed"}],["$","$L2",null,{"content":"$11"}]]}]
537
- 12:T3684,# Create Validation Notebook Skill
532
+ * Set up the first wave of interviews next week for bioinfo roles.4:["$","div","/Users/gabry/Desktop",{"className":"mb-8","children":[["$","div",null,{"className":"flex items-center gap-2 mb-3","children":[["$","span",null,{"className":"font-mono text-xs text-text-dim","children":["[","DESKTOP","]"]}],["$","span",null,{"className":"text-xs text-text-dim font-mono","children":"~/Desktop"}]]}],["$","$L2",null,{"skills":[{"frontmatter":{"name":"find-variant","description":"Look up a genomic variant in a local VCF and public databases (ClinVar, dbSNP, ClinGen, GWAS)"},"body":"$a","filePath":"/Users/gabry/Desktop/.claude/skills/find-variant/SKILL.md","scope":{"type":"project","projectName":"Desktop","projectPath":"/Users/gabry/Desktop"},"referencedAgents":["review"]},{"frontmatter":{"name":"fix-tests","description":"Analyze and fix test files to follow platform-services testing standards"},"body":"$b","filePath":"/Users/gabry/Desktop/.claude/skills/fix-tests/SKILL.md","scope":"$4:props:children:1:props:skills:0:scope","referencedAgents":["fix-tests","review"]},{"frontmatter":{"name":"make-status-report"},"body":"$c","filePath":"/Users/gabry/Desktop/.claude/skills/make-status-report/SKILL.md","scope":"$4:props:children:1:props:skills:0:scope","referencedAgents":[]}],"scopePath":"/Users/gabry/Desktop","scopeType":"project"}]]}]
533
+ d:T3684,# Create Validation Notebook Skill
538
534
 
539
535
  You are a WGS validation workflow assistant. Your job is to interactively create a Jupyter notebook for validating WGS pipeline changes.
540
536
 
@@ -802,8 +798,8 @@ for patient_id in patient_ids:
802
798
  2. Calling `invoke_wgs_ingestion_service` to start the Step Function
803
799
  3. Returning the execution ARN
804
800
 
805
- This re-runs the full pipeline: `vcf-processor` → `genomics-wgs-query-service` → `genomics-variant-assessment-service` → `genomics-prs-io-service`.a:["$","div","/Users/gabry/Desktop/platform-services/packages/wgs_validations/.claude/skills/create-validation-notebook/SKILL.md",{"id":"create-validation-notebook","className":"border border-border rounded-sm p-5 scroll-mt-4 ","children":[["$","div",null,{"className":"flex items-center gap-2 flex-wrap","children":[["$","h3",null,{"className":"text-sm font-medium","children":"create-validation-notebook"}],null]}],["$","p",null,{"className":"mt-1.5 text-sm text-text-muted leading-relaxed","children":"Create a validation notebook for WGS pipeline testing based on modified packages"}],["$","$L2",null,{"content":"$12"}]]}]
806
- 13:T3684,# Create Validation Notebook Skill
801
+ This re-runs the full pipeline: `vcf-processor` → `genomics-wgs-query-service` → `genomics-variant-assessment-service` → `genomics-prs-io-service`.5:["$","div","/Users/gabry/Desktop/platform-services/packages/wgs_validations",{"className":"mb-8","children":[["$","div",null,{"className":"flex items-center gap-2 mb-3","children":[["$","span",null,{"className":"font-mono text-xs text-text-dim","children":["[","WGS_VALIDATIONS","]"]}],["$","span",null,{"className":"text-xs text-text-dim font-mono","children":"~/Desktop/platform-services/packages/wgs_validations"}]]}],["$","$L2",null,{"skills":[{"frontmatter":{"name":"create-validation-notebook","description":"Create a validation notebook for WGS pipeline testing based on modified packages"},"body":"$d","filePath":"/Users/gabry/Desktop/platform-services/packages/wgs_validations/.claude/skills/create-validation-notebook/SKILL.md","scope":{"type":"project","projectName":"wgs_validations","projectPath":"/Users/gabry/Desktop/platform-services/packages/wgs_validations"},"referencedAgents":["review"]}],"scopePath":"/Users/gabry/Desktop/platform-services/packages/wgs_validations","scopeType":"project"}]]}]
802
+ e:T3684,# Create Validation Notebook Skill
807
803
 
808
804
  You are a WGS validation workflow assistant. Your job is to interactively create a Jupyter notebook for validating WGS pipeline changes.
809
805
 
@@ -1071,8 +1067,8 @@ for patient_id in patient_ids:
1071
1067
  2. Calling `invoke_wgs_ingestion_service` to start the Step Function
1072
1068
  3. Returning the execution ARN
1073
1069
 
1074
- This re-runs the full pipeline: `vcf-processor` → `genomics-wgs-query-service` → `genomics-variant-assessment-service` → `genomics-prs-io-service`.b:["$","div","/Users/gabry/Desktop/ps-copy/platform-services/packages/wgs_validations/.claude/skills/create-validation-notebook/SKILL.md",{"id":"create-validation-notebook","className":"border border-border rounded-sm p-5 scroll-mt-4 ","children":[["$","div",null,{"className":"flex items-center gap-2 flex-wrap","children":[["$","h3",null,{"className":"text-sm font-medium","children":"create-validation-notebook"}],null]}],["$","p",null,{"className":"mt-1.5 text-sm text-text-muted leading-relaxed","children":"Create a validation notebook for WGS pipeline testing based on modified packages"}],["$","$L2",null,{"content":"$13"}]]}]
1075
- 14:T5f5,You are an expert web tester with extensive experience in quality assurance, user experience testing, and test
1070
+ This re-runs the full pipeline: `vcf-processor` → `genomics-wgs-query-service` → `genomics-variant-assessment-service` → `genomics-prs-io-service`.6:["$","div","/Users/gabry/Desktop/ps-copy/platform-services/packages/wgs_validations",{"className":"mb-8","children":[["$","div",null,{"className":"flex items-center gap-2 mb-3","children":[["$","span",null,{"className":"font-mono text-xs text-text-dim","children":["[","WGS_VALIDATIONS","]"]}],["$","span",null,{"className":"text-xs text-text-dim font-mono","children":"~/Desktop/ps-copy/platform-services/packages/wgs_validations"}]]}],["$","$L2",null,{"skills":[{"frontmatter":"$5:props:children:1:props:skills:0:frontmatter","body":"$e","filePath":"/Users/gabry/Desktop/ps-copy/platform-services/packages/wgs_validations/.claude/skills/create-validation-notebook/SKILL.md","scope":{"type":"project","projectName":"wgs_validations","projectPath":"/Users/gabry/Desktop/ps-copy/platform-services/packages/wgs_validations"},"referencedAgents":["review"]}],"scopePath":"/Users/gabry/Desktop/ps-copy/platform-services/packages/wgs_validations","scopeType":"project"}]]}]
1071
+ f:T5f5,You are an expert web tester with extensive experience in quality assurance, user experience testing, and test
1076
1072
  scenario design. Your expertise includes functional testing, edge case identification, and bug documentation.
1077
1073
 
1078
1074
  By taking advantage of the playwright MCP server, you will:
@@ -1093,5 +1089,7 @@ By taking advantage of the playwright MCP server, you will:
1093
1089
  - Include pages visited, actions taken, and results of those actions
1094
1090
  - For adverse events, include error messages, network response error statuses and message, or screenshots as appropriate
1095
1091
 
1096
- **Output Format**: Always save the complete output as a markdown file with clear headings, numbered steps and actions taken, with full-path links to view screenshots.c:["$","div","/Users/gabry/Desktop/web-app/.claude/skills/smoke-test/SKILL.md",{"id":"smoke-test","className":"border border-border rounded-sm p-5 scroll-mt-4 ","children":[["$","div",null,{"className":"flex items-center gap-2 flex-wrap","children":[["$","h3",null,{"className":"text-sm font-medium","children":"smoke-test"}],null]}],["$","p",null,{"className":"mt-1.5 text-sm text-text-muted leading-relaxed","children":"Use this skill for doing exploratory testing of the application"}],["$","$L2",null,{"content":"$14"}]]}]
1097
- f:null
1092
+ **Output Format**: Always save the complete output as a markdown file with clear headings, numbered steps and actions taken, with full-path links to view screenshots.7:["$","div","/Users/gabry/Desktop/web-app",{"className":"mb-8","children":[["$","div",null,{"className":"flex items-center gap-2 mb-3","children":[["$","span",null,{"className":"font-mono text-xs text-text-dim","children":["[","WEB-APP","]"]}],["$","span",null,{"className":"text-xs text-text-dim font-mono","children":"~/Desktop/web-app"}]]}],["$","$L2",null,{"skills":[{"frontmatter":{"name":"smoke-test","description":"Use this skill for doing exploratory testing of the application"},"body":"$f","filePath":"/Users/gabry/Desktop/web-app/.claude/skills/smoke-test/SKILL.md","scope":{"type":"project","projectName":"web-app","projectPath":"/Users/gabry/Desktop/web-app"},"referencedAgents":[]}],"scopePath":"/Users/gabry/Desktop/web-app","scopeType":"project"}]]}]
1093
+ 8:["$","script","script-0",{"src":"/_next/static/chunks/0g_3.48-9emgq.js","async":true}]
1094
+ 9:["$","$L10",null,{"children":["$","$11",null,{"name":"Next.MetadataOutlet","children":"$@12"}]}]
1095
+ 12:null
@@ -1,5 +1,5 @@
1
1
  1:"$Sreact.fragment"
2
- 2:I[39756,["/_next/static/chunks/0mmpyn9fv2fjf.js","/_next/static/chunks/0d3shmwh5_nmn.js"],"default"]
3
- 3:I[37457,["/_next/static/chunks/0mmpyn9fv2fjf.js","/_next/static/chunks/0d3shmwh5_nmn.js"],"default"]
2
+ 2:I[39756,["/_next/static/chunks/08fwcb._hc08b.js","/_next/static/chunks/0d3shmwh5_nmn.js"],"default"]
3
+ 3:I[37457,["/_next/static/chunks/08fwcb._hc08b.js","/_next/static/chunks/0d3shmwh5_nmn.js"],"default"]
4
4
  4:[]
5
- 0:{"rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"isPartial":false,"staleTime":300,"varyParams":"$W4","buildId":"vFFhR9bZqGO0pHP7N7NNG"}
5
+ 0:{"rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"isPartial":false,"staleTime":300,"varyParams":"$W4","buildId":"ykykNEJbtAXExgOj13bt9"}