simple-skill-manager 0.1.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 (321) hide show
  1. package/.next/BUILD_ID +1 -0
  2. package/.next/app-build-manifest.json +185 -0
  3. package/.next/app-path-routes-manifest.json +22 -0
  4. package/.next/build-manifest.json +33 -0
  5. package/.next/diagnostics/build-diagnostics.json +6 -0
  6. package/.next/diagnostics/framework.json +1 -0
  7. package/.next/export-marker.json +6 -0
  8. package/.next/images-manifest.json +58 -0
  9. package/.next/next-minimal-server.js.nft.json +1 -0
  10. package/.next/next-server.js.nft.json +1 -0
  11. package/.next/package.json +1 -0
  12. package/.next/prerender-manifest.json +205 -0
  13. package/.next/react-loadable-manifest.json +1 -0
  14. package/.next/required-server-files.json +323 -0
  15. package/.next/routes-manifest.json +98 -0
  16. package/.next/server/app/_not-found/page.js +2 -0
  17. package/.next/server/app/_not-found/page.js.nft.json +1 -0
  18. package/.next/server/app/_not-found/page_client-reference-manifest.js +1 -0
  19. package/.next/server/app/_not-found.html +1 -0
  20. package/.next/server/app/_not-found.meta +8 -0
  21. package/.next/server/app/_not-found.rsc +24 -0
  22. package/.next/server/app/api/agents/route.js +2 -0
  23. package/.next/server/app/api/agents/route.js.nft.json +1 -0
  24. package/.next/server/app/api/agents/route_client-reference-manifest.js +1 -0
  25. package/.next/server/app/api/config/route.js +1 -0
  26. package/.next/server/app/api/config/route.js.nft.json +1 -0
  27. package/.next/server/app/api/config/route_client-reference-manifest.js +1 -0
  28. package/.next/server/app/api/marketplace/route.js +1 -0
  29. package/.next/server/app/api/marketplace/route.js.nft.json +1 -0
  30. package/.next/server/app/api/marketplace/route_client-reference-manifest.js +1 -0
  31. package/.next/server/app/api/mcp/route.js +3 -0
  32. package/.next/server/app/api/mcp/route.js.nft.json +1 -0
  33. package/.next/server/app/api/mcp/route_client-reference-manifest.js +1 -0
  34. package/.next/server/app/api/skills/action/route.js +1 -0
  35. package/.next/server/app/api/skills/action/route.js.nft.json +1 -0
  36. package/.next/server/app/api/skills/action/route_client-reference-manifest.js +1 -0
  37. package/.next/server/app/api/skills/detail/route.js +1 -0
  38. package/.next/server/app/api/skills/detail/route.js.nft.json +1 -0
  39. package/.next/server/app/api/skills/detail/route_client-reference-manifest.js +1 -0
  40. package/.next/server/app/api/skills/dups/route.js +1 -0
  41. package/.next/server/app/api/skills/dups/route.js.nft.json +1 -0
  42. package/.next/server/app/api/skills/dups/route_client-reference-manifest.js +1 -0
  43. package/.next/server/app/api/skills/route.js +1 -0
  44. package/.next/server/app/api/skills/route.js.nft.json +1 -0
  45. package/.next/server/app/api/skills/route_client-reference-manifest.js +1 -0
  46. package/.next/server/app/api/skills/updates/route.js +1 -0
  47. package/.next/server/app/api/skills/updates/route.js.nft.json +1 -0
  48. package/.next/server/app/api/skills/updates/route_client-reference-manifest.js +1 -0
  49. package/.next/server/app/api/sync/route.js +1 -0
  50. package/.next/server/app/api/sync/route.js.nft.json +1 -0
  51. package/.next/server/app/api/sync/route_client-reference-manifest.js +1 -0
  52. package/.next/server/app/api/tags/route.js +1 -0
  53. package/.next/server/app/api/tags/route.js.nft.json +1 -0
  54. package/.next/server/app/api/tags/route_client-reference-manifest.js +1 -0
  55. package/.next/server/app/discover/page.js +2 -0
  56. package/.next/server/app/discover/page.js.nft.json +1 -0
  57. package/.next/server/app/discover/page_client-reference-manifest.js +1 -0
  58. package/.next/server/app/discover.html +1 -0
  59. package/.next/server/app/discover.meta +7 -0
  60. package/.next/server/app/discover.rsc +28 -0
  61. package/.next/server/app/index.html +1 -0
  62. package/.next/server/app/index.meta +9 -0
  63. package/.next/server/app/index.rsc +25 -0
  64. package/.next/server/app/library/page.js +2 -0
  65. package/.next/server/app/library/page.js.nft.json +1 -0
  66. package/.next/server/app/library/page_client-reference-manifest.js +1 -0
  67. package/.next/server/app/library.html +1 -0
  68. package/.next/server/app/library.meta +7 -0
  69. package/.next/server/app/library.rsc +28 -0
  70. package/.next/server/app/marketplace/page.js +2 -0
  71. package/.next/server/app/marketplace/page.js.nft.json +1 -0
  72. package/.next/server/app/marketplace/page_client-reference-manifest.js +1 -0
  73. package/.next/server/app/marketplace.html +1 -0
  74. package/.next/server/app/marketplace.meta +7 -0
  75. package/.next/server/app/marketplace.rsc +28 -0
  76. package/.next/server/app/mcp/page.js +2 -0
  77. package/.next/server/app/mcp/page.js.nft.json +1 -0
  78. package/.next/server/app/mcp/page_client-reference-manifest.js +1 -0
  79. package/.next/server/app/mcp.html +1 -0
  80. package/.next/server/app/mcp.meta +7 -0
  81. package/.next/server/app/mcp.rsc +28 -0
  82. package/.next/server/app/page.js +2 -0
  83. package/.next/server/app/page.js.nft.json +1 -0
  84. package/.next/server/app/page_client-reference-manifest.js +1 -0
  85. package/.next/server/app/parking/page.js +2 -0
  86. package/.next/server/app/parking/page.js.nft.json +1 -0
  87. package/.next/server/app/parking/page_client-reference-manifest.js +1 -0
  88. package/.next/server/app/parking.html +1 -0
  89. package/.next/server/app/parking.meta +9 -0
  90. package/.next/server/app/parking.rsc +25 -0
  91. package/.next/server/app/settings/page.js +5 -0
  92. package/.next/server/app/settings/page.js.nft.json +1 -0
  93. package/.next/server/app/settings/page_client-reference-manifest.js +1 -0
  94. package/.next/server/app/settings.html +1 -0
  95. package/.next/server/app/settings.meta +7 -0
  96. package/.next/server/app/settings.rsc +28 -0
  97. package/.next/server/app/workspace/[agentId]/page.js +2 -0
  98. package/.next/server/app/workspace/[agentId]/page.js.nft.json +1 -0
  99. package/.next/server/app/workspace/[agentId]/page_client-reference-manifest.js +1 -0
  100. package/.next/server/app-paths-manifest.json +22 -0
  101. package/.next/server/chunks/331.js +22 -0
  102. package/.next/server/chunks/416.js +1 -0
  103. package/.next/server/chunks/424.js +1 -0
  104. package/.next/server/chunks/448.js +1 -0
  105. package/.next/server/chunks/450.js +58 -0
  106. package/.next/server/chunks/487.js +1 -0
  107. package/.next/server/chunks/49.js +25 -0
  108. package/.next/server/chunks/611.js +6 -0
  109. package/.next/server/chunks/689.js +25 -0
  110. package/.next/server/chunks/692.js +1 -0
  111. package/.next/server/chunks/783.js +9 -0
  112. package/.next/server/edge-runtime-webpack.js +2 -0
  113. package/.next/server/edge-runtime-webpack.js.map +1 -0
  114. package/.next/server/functions-config-manifest.json +16 -0
  115. package/.next/server/interception-route-rewrite-manifest.js +1 -0
  116. package/.next/server/middleware-build-manifest.js +1 -0
  117. package/.next/server/middleware-manifest.json +32 -0
  118. package/.next/server/middleware-react-loadable-manifest.js +1 -0
  119. package/.next/server/next-font-manifest.js +1 -0
  120. package/.next/server/next-font-manifest.json +1 -0
  121. package/.next/server/pages/404.html +1 -0
  122. package/.next/server/pages/500.html +1 -0
  123. package/.next/server/pages/_app.js +1 -0
  124. package/.next/server/pages/_app.js.nft.json +1 -0
  125. package/.next/server/pages/_document.js +1 -0
  126. package/.next/server/pages/_document.js.nft.json +1 -0
  127. package/.next/server/pages/_error.js +19 -0
  128. package/.next/server/pages/_error.js.nft.json +1 -0
  129. package/.next/server/pages-manifest.json +6 -0
  130. package/.next/server/server-reference-manifest.js +1 -0
  131. package/.next/server/server-reference-manifest.json +1 -0
  132. package/.next/server/src/middleware.js +14 -0
  133. package/.next/server/src/middleware.js.map +1 -0
  134. package/.next/server/webpack-runtime.js +1 -0
  135. package/.next/static/chunks/229-80088ec0a56bae01.js +1 -0
  136. package/.next/static/chunks/255-98a0bdaa30757bda.js +1 -0
  137. package/.next/static/chunks/4bd1b696-c023c6e3521b1417.js +1 -0
  138. package/.next/static/chunks/554-d480e263fa018d32.js +1 -0
  139. package/.next/static/chunks/619-ba102abea3e3d0e4.js +1 -0
  140. package/.next/static/chunks/640-054fa4c37c444bf1.js +1 -0
  141. package/.next/static/chunks/930-cc10a778360bdc13.js +1 -0
  142. package/.next/static/chunks/969-cb9152dc8c78f0c1.js +1 -0
  143. package/.next/static/chunks/app/_not-found/page-a53529e6dd16c74a.js +1 -0
  144. package/.next/static/chunks/app/api/agents/route-29185e760ce819db.js +1 -0
  145. package/.next/static/chunks/app/api/config/route-29185e760ce819db.js +1 -0
  146. package/.next/static/chunks/app/api/marketplace/route-29185e760ce819db.js +1 -0
  147. package/.next/static/chunks/app/api/mcp/route-29185e760ce819db.js +1 -0
  148. package/.next/static/chunks/app/api/skills/action/route-29185e760ce819db.js +1 -0
  149. package/.next/static/chunks/app/api/skills/detail/route-29185e760ce819db.js +1 -0
  150. package/.next/static/chunks/app/api/skills/dups/route-29185e760ce819db.js +1 -0
  151. package/.next/static/chunks/app/api/skills/route-29185e760ce819db.js +1 -0
  152. package/.next/static/chunks/app/api/skills/updates/route-29185e760ce819db.js +1 -0
  153. package/.next/static/chunks/app/api/sync/route-29185e760ce819db.js +1 -0
  154. package/.next/static/chunks/app/api/tags/route-29185e760ce819db.js +1 -0
  155. package/.next/static/chunks/app/discover/page-1c885c8fb390303b.js +1 -0
  156. package/.next/static/chunks/app/error-12b42e5b1c0976b7.js +1 -0
  157. package/.next/static/chunks/app/layout-43f8d3b177484c28.js +1 -0
  158. package/.next/static/chunks/app/library/page-9f36412e45580d79.js +1 -0
  159. package/.next/static/chunks/app/marketplace/page-432e5bf10f261643.js +1 -0
  160. package/.next/static/chunks/app/mcp/page-28d0ccbed66b84bf.js +1 -0
  161. package/.next/static/chunks/app/page-29185e760ce819db.js +1 -0
  162. package/.next/static/chunks/app/parking/page-29185e760ce819db.js +1 -0
  163. package/.next/static/chunks/app/settings/page-3f27696f76844720.js +1 -0
  164. package/.next/static/chunks/app/workspace/[agentId]/page-13efdfaa0dbe480a.js +1 -0
  165. package/.next/static/chunks/framework-a6e0b7e30f98059a.js +1 -0
  166. package/.next/static/chunks/main-9c4a9f621ac18d27.js +1 -0
  167. package/.next/static/chunks/main-app-99c543bad473411d.js +1 -0
  168. package/.next/static/chunks/pages/_app-7d307437aca18ad4.js +1 -0
  169. package/.next/static/chunks/pages/_error-5e0018e2ff5b8770.js +1 -0
  170. package/.next/static/chunks/polyfills-42372ed130431b0a.js +1 -0
  171. package/.next/static/chunks/webpack-94bcbc314710e256.js +1 -0
  172. package/.next/static/cr2XlaJXTckSW820Nw36M/_buildManifest.js +1 -0
  173. package/.next/static/cr2XlaJXTckSW820Nw36M/_ssgManifest.js +1 -0
  174. package/.next/static/css/80f1dbaf54d7087e.css +1 -0
  175. package/.next/static/css/b74ab9576f703ea0.css +3 -0
  176. package/.next/static/css/d5086ad7fdf3aa55.css +1 -0
  177. package/.next/static/media/014af09217ee0278-s.woff2 +0 -0
  178. package/.next/static/media/025390dff74c3fdc-s.woff2 +0 -0
  179. package/.next/static/media/030e15e537bde24c-s.woff2 +0 -0
  180. package/.next/static/media/03de48839c524ba8-s.woff2 +0 -0
  181. package/.next/static/media/042045403b28123e-s.woff2 +0 -0
  182. package/.next/static/media/08426c36a7e307c6-s.woff2 +0 -0
  183. package/.next/static/media/08e8c99375ab05cb-s.woff2 +0 -0
  184. package/.next/static/media/0cf2cd6db92e9068-s.woff2 +0 -0
  185. package/.next/static/media/0d948a7a3f6feae0-s.woff2 +0 -0
  186. package/.next/static/media/0daf8b93acb78d32-s.woff2 +0 -0
  187. package/.next/static/media/0eee9acaf21e9fe4-s.woff2 +0 -0
  188. package/.next/static/media/15cdf923782c87d7-s.woff2 +0 -0
  189. package/.next/static/media/182425b6bb045120-s.woff2 +0 -0
  190. package/.next/static/media/1ad50c5de43a9300-s.woff2 +0 -0
  191. package/.next/static/media/1cd350d5fca802aa-s.woff2 +0 -0
  192. package/.next/static/media/20a6009fd4276381-s.woff2 +0 -0
  193. package/.next/static/media/2167bfa77d1179d7-s.woff2 +0 -0
  194. package/.next/static/media/228aa8c8dd80a8bf-s.woff2 +0 -0
  195. package/.next/static/media/2921f019da32c9f1-s.woff2 +0 -0
  196. package/.next/static/media/29588cc61ecb44fd-s.woff2 +0 -0
  197. package/.next/static/media/2a18fc56c4401bc3-s.woff2 +0 -0
  198. package/.next/static/media/2b261e659b551a46-s.woff2 +0 -0
  199. package/.next/static/media/3131c862d4942660-s.woff2 +0 -0
  200. package/.next/static/media/33718844fb0798ef-s.woff2 +0 -0
  201. package/.next/static/media/3f4cbe0d03deb618-s.woff2 +0 -0
  202. package/.next/static/media/42c5d07f8867612a-s.woff2 +0 -0
  203. package/.next/static/media/49c029ab0f16fb83-s.woff2 +0 -0
  204. package/.next/static/media/4f45f843b1f557a7-s.woff2 +0 -0
  205. package/.next/static/media/51e1803f4d82eef9-s.woff2 +0 -0
  206. package/.next/static/media/590913eea6787df8-s.woff2 +0 -0
  207. package/.next/static/media/5dc441f2a12530d4-s.woff2 +0 -0
  208. package/.next/static/media/5e8c82762141c2b3-s.woff2 +0 -0
  209. package/.next/static/media/5ec6e9c9d97987a7-s.woff2 +0 -0
  210. package/.next/static/media/5fb10926b4ae7890-s.woff2 +0 -0
  211. package/.next/static/media/62854b5755ea73b2-s.woff2 +0 -0
  212. package/.next/static/media/659dc56157cb756c-s.woff2 +0 -0
  213. package/.next/static/media/69a6642b76e274cd-s.woff2 +0 -0
  214. package/.next/static/media/6a9c36ea9dc9b36b-s.woff2 +0 -0
  215. package/.next/static/media/71f33d7efe77f0b8-s.woff2 +0 -0
  216. package/.next/static/media/7637af4f10f4e9d5-s.woff2 +0 -0
  217. package/.next/static/media/7b66bc2c1e783782-s.woff2 +0 -0
  218. package/.next/static/media/7cb4467c9a94c0e4-s.woff2 +0 -0
  219. package/.next/static/media/8190c755b4f40895-s.woff2 +0 -0
  220. package/.next/static/media/8199babf11225de0-s.woff2 +0 -0
  221. package/.next/static/media/868edd7da6924777-s.woff2 +0 -0
  222. package/.next/static/media/88b4e2d36073058f-s.woff2 +0 -0
  223. package/.next/static/media/8d5d40d6b86f6852-s.woff2 +0 -0
  224. package/.next/static/media/8dbf4d3d38cb3dc8-s.woff2 +0 -0
  225. package/.next/static/media/8ee620fcc254cd2f-s.woff2 +0 -0
  226. package/.next/static/media/8feb00c7a0a3433e-s.woff2 +0 -0
  227. package/.next/static/media/913ebfcc6635f8a5-s.woff2 +0 -0
  228. package/.next/static/media/91a3b75b7ccdf51f-s.woff2 +0 -0
  229. package/.next/static/media/92c45324344dea6a-s.woff2 +0 -0
  230. package/.next/static/media/9644308abe0450c9-s.woff2 +0 -0
  231. package/.next/static/media/96b4b3bc70da457c-s.woff2 +0 -0
  232. package/.next/static/media/9c35993615b2a4c1-s.woff2 +0 -0
  233. package/.next/static/media/9e85ee50121d8019-s.woff2 +0 -0
  234. package/.next/static/media/a28a1e9cdee21412-s.woff2 +0 -0
  235. package/.next/static/media/a652df653ed9cbf2-s.woff2 +0 -0
  236. package/.next/static/media/a6610cca791c59c9-s.woff2 +0 -0
  237. package/.next/static/media/a6be31d2841346a1-s.woff2 +0 -0
  238. package/.next/static/media/a6e04eaecb47179d-s.woff2 +0 -0
  239. package/.next/static/media/a709b3f0e9e2575c-s.woff2 +0 -0
  240. package/.next/static/media/a83f19e07bdbc6c9-s.woff2 +0 -0
  241. package/.next/static/media/a977e0eec1edf7e6-s.woff2 +0 -0
  242. package/.next/static/media/abc0681c3caf3185-s.woff2 +0 -0
  243. package/.next/static/media/abfec168c8990f67-s.woff2 +0 -0
  244. package/.next/static/media/ad4f01c8bc474394-s.woff2 +0 -0
  245. package/.next/static/media/b31da9bd80ad22e9-s.woff2 +0 -0
  246. package/.next/static/media/b465fe72c6993d96-s.woff2 +0 -0
  247. package/.next/static/media/b53c1142b9136fe1-s.woff2 +0 -0
  248. package/.next/static/media/b71d9bacf9dff845-s.woff2 +0 -0
  249. package/.next/static/media/b911ba6d74ed3f89-s.woff2 +0 -0
  250. package/.next/static/media/bd2405d20e707e28-s.woff2 +0 -0
  251. package/.next/static/media/be2afef9721bdbc2-s.woff2 +0 -0
  252. package/.next/static/media/c05d3263514631d5-s.woff2 +0 -0
  253. package/.next/static/media/c27fdee414a630ac-s.woff2 +0 -0
  254. package/.next/static/media/c662d9058d0b304f-s.woff2 +0 -0
  255. package/.next/static/media/c6d60d432101ec18-s.woff2 +0 -0
  256. package/.next/static/media/c721587ed2835340-s.woff2 +0 -0
  257. package/.next/static/media/cc3fc13d58c9e8ca-s.woff2 +0 -0
  258. package/.next/static/media/ce63488d6ad40434-s.woff2 +0 -0
  259. package/.next/static/media/cf725a8ae48df54c-s.woff2 +0 -0
  260. package/.next/static/media/cfd80e3a45313785-s.woff2 +0 -0
  261. package/.next/static/media/d519191908c27654-s.woff2 +0 -0
  262. package/.next/static/media/ddbe497b6bdb7730-s.woff2 +0 -0
  263. package/.next/static/media/e1694c6cb47c173f-s.woff2 +0 -0
  264. package/.next/static/media/e2e9ce5bc8b07138-s.woff2 +0 -0
  265. package/.next/static/media/e704a099fc8b748e-s.woff2 +0 -0
  266. package/.next/static/media/e80f1613359a63a8-s.woff2 +0 -0
  267. package/.next/static/media/e9d7ba2f2e19ba4a-s.woff2 +0 -0
  268. package/.next/static/media/e9db5222de0e6610-s.woff2 +0 -0
  269. package/.next/static/media/edef1a271f97a8ec-s.p.woff2 +0 -0
  270. package/.next/static/media/ee40bb094c99a29a-s.p.woff2 +0 -0
  271. package/.next/static/media/f07aa0a11b14d610-s.woff2 +0 -0
  272. package/.next/static/media/f0c9fe70cba4762d-s.woff2 +0 -0
  273. package/.next/static/media/f592c30243f37849-s.woff2 +0 -0
  274. package/.next/static/media/f6a19faf021cbe49-s.woff2 +0 -0
  275. package/.next/static/media/f7efc23e3d14d27c-s.woff2 +0 -0
  276. package/.next/static/media/f95b22de292be729-s.woff2 +0 -0
  277. package/.next/static/media/fa8aac51b728ea7b-s.woff2 +0 -0
  278. package/.next/static/media/fdfb73cffcb1fb8b-s.woff2 +0 -0
  279. package/.next/static/media/fe697e6a5b784226-s.woff2 +0 -0
  280. package/.next/static/media/feee9e12ea9450c9-s.woff2 +0 -0
  281. package/.next/static/media/ff606ab945873cbd-s.woff2 +0 -0
  282. package/.next/static/media/ffd6b2f548dbe83e-s.woff2 +0 -0
  283. package/.next/trace +3 -0
  284. package/.next/types/app/api/agents/route.ts +347 -0
  285. package/.next/types/app/api/config/route.ts +347 -0
  286. package/.next/types/app/api/marketplace/route.ts +347 -0
  287. package/.next/types/app/api/mcp/route.ts +347 -0
  288. package/.next/types/app/api/skills/action/route.ts +347 -0
  289. package/.next/types/app/api/skills/detail/route.ts +347 -0
  290. package/.next/types/app/api/skills/dups/route.ts +347 -0
  291. package/.next/types/app/api/skills/route.ts +347 -0
  292. package/.next/types/app/api/skills/updates/route.ts +347 -0
  293. package/.next/types/app/api/sync/route.ts +347 -0
  294. package/.next/types/app/api/tags/route.ts +347 -0
  295. package/.next/types/app/discover/page.ts +84 -0
  296. package/.next/types/app/library/page.ts +84 -0
  297. package/.next/types/app/marketplace/page.ts +84 -0
  298. package/.next/types/app/mcp/page.ts +84 -0
  299. package/.next/types/app/page.ts +84 -0
  300. package/.next/types/app/parking/page.ts +84 -0
  301. package/.next/types/app/settings/page.ts +84 -0
  302. package/.next/types/app/workspace/[agentId]/page.ts +84 -0
  303. package/.next/types/cache-life.d.ts +141 -0
  304. package/.next/types/package.json +1 -0
  305. package/.next/types/routes.d.ts +90 -0
  306. package/.next/types/validator.ts +232 -0
  307. package/LICENSE +21 -0
  308. package/README.md +116 -0
  309. package/README.zh-CN.md +120 -0
  310. package/bin/cli.mjs +128 -0
  311. package/next.config.mjs +11 -0
  312. package/package.json +73 -0
  313. package/public/logos/antigravity-logo.png +0 -0
  314. package/public/logos/claude-logo.png +0 -0
  315. package/public/logos/codex-logo.png +0 -0
  316. package/public/logos/gemini-logo.png +0 -0
  317. package/public/logos/hermesagent-logo.png +0 -0
  318. package/public/logos/kimi-logo.png +0 -0
  319. package/public/logos/openclaw-logo.png +0 -0
  320. package/scripts/build-sandbox.mjs +117 -0
  321. package/scripts/prepare.mjs +27 -0
@@ -0,0 +1 @@
1
+ globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/library/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"621":{"*":{"id":"10213","name":"*","chunks":[],"async":false}},"622":{"*":{"id":"82146","name":"*","chunks":[],"async":false}},"960":{"*":{"id":"96908","name":"*","chunks":[],"async":false}},"1959":{"*":{"id":"31603","name":"*","chunks":[],"async":false}},"2896":{"*":{"id":"53943","name":"*","chunks":[],"async":false}},"3014":{"*":{"id":"50324","name":"*","chunks":[],"async":false}},"3886":{"*":{"id":"75170","name":"*","chunks":[],"async":false}},"4431":{"*":{"id":"12263","name":"*","chunks":[],"async":false}},"5051":{"*":{"id":"44237","name":"*","chunks":[],"async":false}},"5119":{"*":{"id":"1","name":"*","chunks":[],"async":false}},"5278":{"*":{"id":"78922","name":"*","chunks":[],"async":false}},"6199":{"*":{"id":"79120","name":"*","chunks":[],"async":false}},"6588":{"*":{"id":"53367","name":"*","chunks":[],"async":false}},"7150":{"*":{"id":"54160","name":"*","chunks":[],"async":false}},"7989":{"*":{"id":"68495","name":"*","chunks":[],"async":false}},"8459":{"*":{"id":"99844","name":"*","chunks":[],"async":false}},"8708":{"*":{"id":"56186","name":"*","chunks":[],"async":false}},"8772":{"*":{"id":"76442","name":"*","chunks":[],"async":false}},"8924":{"*":{"id":"29234","name":"*","chunks":[],"async":false}},"9766":{"*":{"id":"77526","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/yilialu/Developer/simple-skill-manager-public/node_modules/next/dist/client/components/builtin/global-error.js":{"id":7150,"name":"*","chunks":[],"async":false},"/Users/yilialu/Developer/simple-skill-manager-public/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":7150,"name":"*","chunks":[],"async":false},"/Users/yilialu/Developer/simple-skill-manager-public/node_modules/next/dist/client/components/client-page.js":{"id":1959,"name":"*","chunks":[],"async":false},"/Users/yilialu/Developer/simple-skill-manager-public/node_modules/next/dist/esm/client/components/client-page.js":{"id":1959,"name":"*","chunks":[],"async":false},"/Users/yilialu/Developer/simple-skill-manager-public/node_modules/next/dist/client/components/client-segment.js":{"id":7989,"name":"*","chunks":[],"async":false},"/Users/yilialu/Developer/simple-skill-manager-public/node_modules/next/dist/esm/client/components/client-segment.js":{"id":7989,"name":"*","chunks":[],"async":false},"/Users/yilialu/Developer/simple-skill-manager-public/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":3886,"name":"*","chunks":[],"async":false},"/Users/yilialu/Developer/simple-skill-manager-public/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":3886,"name":"*","chunks":[],"async":false},"/Users/yilialu/Developer/simple-skill-manager-public/node_modules/next/dist/client/components/layout-router.js":{"id":9766,"name":"*","chunks":[],"async":false},"/Users/yilialu/Developer/simple-skill-manager-public/node_modules/next/dist/esm/client/components/layout-router.js":{"id":9766,"name":"*","chunks":[],"async":false},"/Users/yilialu/Developer/simple-skill-manager-public/node_modules/next/dist/client/components/metadata/async-metadata.js":{"id":5278,"name":"*","chunks":[],"async":false},"/Users/yilialu/Developer/simple-skill-manager-public/node_modules/next/dist/esm/client/components/metadata/async-metadata.js":{"id":5278,"name":"*","chunks":[],"async":false},"/Users/yilialu/Developer/simple-skill-manager-public/node_modules/next/dist/client/components/render-from-template-context.js":{"id":8924,"name":"*","chunks":[],"async":false},"/Users/yilialu/Developer/simple-skill-manager-public/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":8924,"name":"*","chunks":[],"async":false},"/Users/yilialu/Developer/simple-skill-manager-public/node_modules/next/dist/lib/framework/boundary-components.js":{"id":4431,"name":"*","chunks":[],"async":false},"/Users/yilialu/Developer/simple-skill-manager-public/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":4431,"name":"*","chunks":[],"async":false},"/Users/yilialu/Developer/simple-skill-manager-public/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":622,"name":"*","chunks":[],"async":false},"/Users/yilialu/Developer/simple-skill-manager-public/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":622,"name":"*","chunks":[],"async":false},"/Users/yilialu/Developer/simple-skill-manager-public/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Nunito\",\"arguments\":[{\"subsets\":[\"latin\"],\"weight\":[\"400\",\"500\",\"600\",\"700\",\"800\",\"900\"],\"variable\":\"--font-nunito\"}],\"variableName\":\"nunito\"}":{"id":2037,"name":"*","chunks":["229","static/chunks/229-80088ec0a56bae01.js","619","static/chunks/619-ba102abea3e3d0e4.js","969","static/chunks/969-cb9152dc8c78f0c1.js","177","static/chunks/app/layout-43f8d3b177484c28.js"],"async":false},"/Users/yilialu/Developer/simple-skill-manager-public/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Noto_Sans_SC\",\"arguments\":[{\"subsets\":[\"latin\"],\"weight\":[\"400\",\"500\",\"700\"],\"variable\":\"--font-noto\"}],\"variableName\":\"noto\"}":{"id":2972,"name":"*","chunks":["229","static/chunks/229-80088ec0a56bae01.js","619","static/chunks/619-ba102abea3e3d0e4.js","969","static/chunks/969-cb9152dc8c78f0c1.js","177","static/chunks/app/layout-43f8d3b177484c28.js"],"async":false},"/Users/yilialu/Developer/simple-skill-manager-public/src/app/globals.css":{"id":3673,"name":"*","chunks":["229","static/chunks/229-80088ec0a56bae01.js","619","static/chunks/619-ba102abea3e3d0e4.js","969","static/chunks/969-cb9152dc8c78f0c1.js","177","static/chunks/app/layout-43f8d3b177484c28.js"],"async":false},"/Users/yilialu/Developer/simple-skill-manager-public/src/components/LangProvider.tsx":{"id":8459,"name":"*","chunks":["229","static/chunks/229-80088ec0a56bae01.js","619","static/chunks/619-ba102abea3e3d0e4.js","969","static/chunks/969-cb9152dc8c78f0c1.js","177","static/chunks/app/layout-43f8d3b177484c28.js"],"async":false},"/Users/yilialu/Developer/simple-skill-manager-public/src/components/SafetyBanner.tsx":{"id":621,"name":"*","chunks":["229","static/chunks/229-80088ec0a56bae01.js","619","static/chunks/619-ba102abea3e3d0e4.js","969","static/chunks/969-cb9152dc8c78f0c1.js","177","static/chunks/app/layout-43f8d3b177484c28.js"],"async":false},"/Users/yilialu/Developer/simple-skill-manager-public/src/components/Sidebar.tsx":{"id":5051,"name":"*","chunks":["229","static/chunks/229-80088ec0a56bae01.js","619","static/chunks/619-ba102abea3e3d0e4.js","969","static/chunks/969-cb9152dc8c78f0c1.js","177","static/chunks/app/layout-43f8d3b177484c28.js"],"async":false},"/Users/yilialu/Developer/simple-skill-manager-public/src/components/Toast.tsx":{"id":3014,"name":"*","chunks":["229","static/chunks/229-80088ec0a56bae01.js","619","static/chunks/619-ba102abea3e3d0e4.js","969","static/chunks/969-cb9152dc8c78f0c1.js","177","static/chunks/app/layout-43f8d3b177484c28.js"],"async":false},"/Users/yilialu/Developer/simple-skill-manager-public/src/app/error.tsx":{"id":960,"name":"*","chunks":["39","static/chunks/app/error-12b42e5b1c0976b7.js"],"async":false},"/Users/yilialu/Developer/simple-skill-manager-public/src/app/discover/page.tsx":{"id":6588,"name":"*","chunks":[],"async":false},"/Users/yilialu/Developer/simple-skill-manager-public/src/app/mcp/page.tsx":{"id":8772,"name":"*","chunks":[],"async":false},"/Users/yilialu/Developer/simple-skill-manager-public/src/app/marketplace/page.tsx":{"id":5119,"name":"*","chunks":[],"async":false},"/Users/yilialu/Developer/simple-skill-manager-public/src/app/library/page.tsx":{"id":6199,"name":"*","chunks":["229","static/chunks/229-80088ec0a56bae01.js","930","static/chunks/930-cc10a778360bdc13.js","619","static/chunks/619-ba102abea3e3d0e4.js","969","static/chunks/969-cb9152dc8c78f0c1.js","554","static/chunks/554-d480e263fa018d32.js","640","static/chunks/640-054fa4c37c444bf1.js","382","static/chunks/app/library/page-9f36412e45580d79.js"],"async":false},"/Users/yilialu/Developer/simple-skill-manager-public/src/app/settings/page.tsx":{"id":2896,"name":"*","chunks":[],"async":false},"/Users/yilialu/Developer/simple-skill-manager-public/src/app/workspace/[agentId]/page.tsx":{"id":8708,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/Users/yilialu/Developer/simple-skill-manager-public/src/":[],"/Users/yilialu/Developer/simple-skill-manager-public/src/app/layout":[{"inlined":false,"path":"static/css/d5086ad7fdf3aa55.css"},{"inlined":false,"path":"static/css/80f1dbaf54d7087e.css"},{"inlined":false,"path":"static/css/b74ab9576f703ea0.css"}],"/Users/yilialu/Developer/simple-skill-manager-public/src/app/error":[],"/Users/yilialu/Developer/simple-skill-manager-public/src/app/page":[],"/Users/yilialu/Developer/simple-skill-manager-public/src/app/library/page":[]},"rscModuleMapping":{"621":{"*":{"id":"50611","name":"*","chunks":[],"async":false}},"622":{"*":{"id":"51384","name":"*","chunks":[],"async":false}},"960":{"*":{"id":"5682","name":"*","chunks":[],"async":false}},"1959":{"*":{"id":"23597","name":"*","chunks":[],"async":false}},"2896":{"*":{"id":"85431","name":"*","chunks":[],"async":false}},"3014":{"*":{"id":"77078","name":"*","chunks":[],"async":false}},"3673":{"*":{"id":"61135","name":"*","chunks":[],"async":false}},"3886":{"*":{"id":"89748","name":"*","chunks":[],"async":false}},"4431":{"*":{"id":"73041","name":"*","chunks":[],"async":false}},"5051":{"*":{"id":"87907","name":"*","chunks":[],"async":false}},"5119":{"*":{"id":"56063","name":"*","chunks":[],"async":false}},"5278":{"*":{"id":"7184","name":"*","chunks":[],"async":false}},"6199":{"*":{"id":"53375","name":"*","chunks":[],"async":false}},"6588":{"*":{"id":"97941","name":"*","chunks":[],"async":false}},"7150":{"*":{"id":"81170","name":"*","chunks":[],"async":false}},"7989":{"*":{"id":"36893","name":"*","chunks":[],"async":false}},"8459":{"*":{"id":"55552","name":"*","chunks":[],"async":false}},"8708":{"*":{"id":"96628","name":"*","chunks":[],"async":false}},"8772":{"*":{"id":"51016","name":"*","chunks":[],"async":false}},"8924":{"*":{"id":"69576","name":"*","chunks":[],"async":false}},"9766":{"*":{"id":"6060","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}}
@@ -0,0 +1 @@
1
+ <!DOCTYPE html><!--cr2XlaJXTckSW820Nw36M--><html lang="en" class="__variable_3cd16e __variable_ddb438"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" href="/_next/static/media/edef1a271f97a8ec-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="preload" href="/_next/static/media/ee40bb094c99a29a-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="stylesheet" href="/_next/static/css/d5086ad7fdf3aa55.css" data-precedence="next"/><link rel="stylesheet" href="/_next/static/css/80f1dbaf54d7087e.css" data-precedence="next"/><link rel="stylesheet" href="/_next/static/css/b74ab9576f703ea0.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-94bcbc314710e256.js"/><script src="/_next/static/chunks/4bd1b696-c023c6e3521b1417.js" async=""></script><script src="/_next/static/chunks/255-98a0bdaa30757bda.js" async=""></script><script src="/_next/static/chunks/main-app-99c543bad473411d.js" async=""></script><script src="/_next/static/chunks/229-80088ec0a56bae01.js" async=""></script><script src="/_next/static/chunks/619-ba102abea3e3d0e4.js" async=""></script><script src="/_next/static/chunks/969-cb9152dc8c78f0c1.js" async=""></script><script src="/_next/static/chunks/app/layout-43f8d3b177484c28.js" async=""></script><script src="/_next/static/chunks/app/error-12b42e5b1c0976b7.js" async=""></script><script src="/_next/static/chunks/930-cc10a778360bdc13.js" async=""></script><script src="/_next/static/chunks/554-d480e263fa018d32.js" async=""></script><script src="/_next/static/chunks/640-054fa4c37c444bf1.js" async=""></script><script src="/_next/static/chunks/app/library/page-9f36412e45580d79.js" async=""></script><meta name="next-size-adjust" content=""/><title>Skill Manager</title><meta name="description" content="Corral skills across your AI tools"/><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body><div hidden=""><!--$--><!--/$--></div><div class="flex h-screen overflow-hidden"><aside class="flex w-64 shrink-0 flex-col gap-2 border-r-2 border-line/30 bg-content/60 p-4"><div class="mb-2 px-2"><div class="flex items-center gap-2 text-ink-header"><span class="text-2xl">🏝️</span><span class="text-lg font-extrabold">Skill Manager</span></div><p class="mt-1 text-xs leading-snug text-ink-secondary">Corral skills scattered across your AI tools into one clean list</p></div><nav class="flex flex-col gap-1"><a class="flex items-center gap-3 rounded-[12px] px-3 py-2 text-sm font-bold transition-colors bg-mint text-white shadow-soft" href="/library"><span>πŸ“š</span>My Library</a><a class="flex items-center gap-3 rounded-[12px] px-3 py-2 text-sm font-bold transition-colors text-ink-body hover:bg-mint-light" href="/discover"><span>πŸ”</span>Discover</a><a class="flex items-center gap-3 rounded-[12px] px-3 py-2 text-sm font-bold transition-colors text-ink-body hover:bg-mint-light" href="/marketplace"><span>πŸ›’</span>Marketplace</a><a class="flex items-center gap-3 rounded-[12px] px-3 py-2 text-sm font-bold transition-colors text-ink-body hover:bg-mint-light" href="/mcp"><span>πŸ”Œ</span>MCP Overview</a><a class="flex items-center gap-3 rounded-[12px] px-3 py-2 text-sm font-bold transition-colors text-ink-body hover:bg-mint-light" href="/settings"><span>βš™οΈ</span>Settings</a></nav><div class="mt-3 px-2 text-xs font-bold uppercase tracking-wide text-ink-secondary">By Agent</div><nav class="flex flex-col gap-1"><span class="px-3 text-xs text-ink-disabled">No agents detected</span></nav><div class="mt-auto flex items-center justify-center gap-1 rounded-pill border-2 border-line/40 bg-white/60 p-1"><button class="flex-1 rounded-pill px-3 py-1 text-xs font-bold transition-colors text-ink-secondary">δΈ­ζ–‡</button><button class="flex-1 rounded-pill px-3 py-1 text-xs font-bold transition-colors bg-mint text-white">EN</button></div></aside><main class="flex flex-1 flex-col overflow-hidden"><div class="flex-1 overflow-y-auto"><div class="mx-auto max-w-6xl px-8 py-8"><div class="flex flex-col gap-5"><header class="flex items-center justify-between"><h1 class="text-2xl font-extrabold text-ink-header">πŸ“š <!-- -->My Library</h1><div class="flex items-center gap-2"><div class="flex rounded-pill border-2 border-line/40 bg-content p-0.5"><button title="Top tags" class="rounded-pill px-3 py-1 text-sm font-bold transition-colors bg-mint text-white">β–­</button><button title="Tag sidebar" class="rounded-pill px-3 py-1 text-sm font-bold transition-colors text-ink-secondary">β–₯</button></div><button class="btn btn-default">⬆ Check updates</button><button class="btn btn-default">πŸ”„ <!-- -->Rescan</button></div></header><div class="flex flex-wrap gap-2"><button class="rounded-pill border-2 px-4 py-1.5 text-sm font-bold transition-colors border-mint-active bg-mint text-white">My skills<!-- --> <span class="opacity-70">0</span></button><button class="rounded-pill border-2 px-4 py-1.5 text-sm font-bold transition-colors border-line/40 bg-content text-ink-secondary hover:bg-mint-light">Built-in<!-- --> <span class="opacity-70">0</span></button></div><div class="flex flex-wrap items-center justify-between gap-3"><div class="flex gap-1 rounded-pill border-2 border-line/40 bg-content p-0.5"><button class="rounded-pill px-4 py-1 text-sm font-bold transition-colors bg-mint text-white">All</button><button class="rounded-pill px-4 py-1 text-sm font-bold transition-colors text-ink-secondary">In use</button><button class="rounded-pill px-4 py-1 text-sm font-bold transition-colors text-ink-secondary">Idle</button></div><input class="input w-64" placeholder="Search skills…" value=""/></div><div class="flex flex-wrap gap-2"><button class="rounded-pill border-2 px-4 py-1.5 text-sm font-bold transition-colors border-mint-active bg-mint text-white">All<!-- --> <span class="opacity-70">0</span></button></div><div class="flex items-center justify-center py-20"><div class="h-8 w-8 animate-spin rounded-full border-[3px] border-line/30 border-t-mint"></div></div></div><!--$--><!--/$--></div></div></main></div><div class="fixed bottom-6 right-6 z-50 flex max-w-sm flex-col gap-2"></div><script src="/_next/static/chunks/webpack-94bcbc314710e256.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[8459,[\"229\",\"static/chunks/229-80088ec0a56bae01.js\",\"619\",\"static/chunks/619-ba102abea3e3d0e4.js\",\"969\",\"static/chunks/969-cb9152dc8c78f0c1.js\",\"177\",\"static/chunks/app/layout-43f8d3b177484c28.js\"],\"LangProvider\"]\n3:I[3014,[\"229\",\"static/chunks/229-80088ec0a56bae01.js\",\"619\",\"static/chunks/619-ba102abea3e3d0e4.js\",\"969\",\"static/chunks/969-cb9152dc8c78f0c1.js\",\"177\",\"static/chunks/app/layout-43f8d3b177484c28.js\"],\"ToastProvider\"]\n4:I[5051,[\"229\",\"static/chunks/229-80088ec0a56bae01.js\",\"619\",\"static/chunks/619-ba102abea3e3d0e4.js\",\"969\",\"static/chunks/969-cb9152dc8c78f0c1.js\",\"177\",\"static/chunks/app/layout-43f8d3b177484c28.js\"],\"Sidebar\"]\n5:I[621,[\"229\",\"static/chunks/229-80088ec0a56bae01.js\",\"619\",\"static/chunks/619-ba102abea3e3d0e4.js\",\"969\",\"static/chunks/969-cb9152dc8c78f0c1.js\",\"177\",\"static/chunks/app/layout-43f8d3b177484c28.js\"],\"SafetyBanner\"]\n6:I[9766,[],\"\"]\n7:I[960,[\"39\",\"static/chunks/app/error-12b42e5b1c0976b7.js\"],\"default\"]\n8:I[8924,[],\"\"]\n9:I[1959,[],\"ClientPageRoot\"]\na:I[6199,[\"229\",\"static/chunks/229-80088ec0a56bae01.js\",\"930\",\"static/chunks/930-cc10a778360bdc13.js\",\"619\",\"static/chunks/619-ba102abea3e3d0e4.js\",\"969\",\"static/chunks/969-cb9152dc8c78f0c1.js\",\"554\",\"static/chunks/554-d480e263fa018d32.js\",\"640\",\"static/chunks/640-054fa4c37c444bf1.js\",\"382\",\"static/chunks/app/library/page-9f36412e45580d79.js\"],\"default\"]\nd:I[4431,[],\"OutletBoundary\"]\nf:I[5278,[],\"AsyncMetadataOutlet\"]\n11:I[4431,[],\"ViewportBoundary\"]\n13:I[4431,[],\"MetadataBoundary\"]\n14:\"$Sreact.suspense\"\n16:I[7150,[],\"\"]\n:HL[\"/_next/static/media/edef1a271f97a8ec-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/ee40bb094c99a29a-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/css/d5086ad7fdf3aa55.css\",\"style\"]\n:HL[\"/_next/static/css/80f1dbaf54d7087e.css\",\"style\"]\n:HL[\"/_next/static/css/b74ab9576f703ea0.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"cr2XlaJXTckSW820Nw36M\",\"p\":\"\",\"c\":[\"\",\"library\"],\"i\":false,\"f\":[[[\"\",{\"children\":[\"library\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",true],[\"\",[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/d5086ad7fdf3aa55.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"link\",\"1\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/80f1dbaf54d7087e.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"link\",\"2\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/b74ab9576f703ea0.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"className\":\"__variable_3cd16e __variable_ddb438\",\"children\":[\"$\",\"body\",null,{\"children\":[\"$\",\"$L2\",null,{\"children\":[\"$\",\"$L3\",null,{\"children\":[\"$\",\"div\",null,{\"className\":\"flex h-screen overflow-hidden\",\"children\":[[\"$\",\"$L4\",null,{}],[\"$\",\"main\",null,{\"className\":\"flex flex-1 flex-col overflow-hidden\",\"children\":[[\"$\",\"$L5\",null,{}],[\"$\",\"div\",null,{\"className\":\"flex-1 overflow-y-auto\",\"children\":[\"$\",\"div\",null,{\"className\":\"mx-auto max-w-6xl px-8 py-8\",\"children\":[\"$\",\"$L6\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$7\",\"errorStyles\":[],\"errorScripts\":[],\"template\":[\"$\",\"$L8\",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\":[\"library\",[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L6\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L8\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[\"__PAGE__\",[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"$L9\",null,{\"Component\":\"$a\",\"searchParams\":{},\"params\":{},\"promises\":[\"$@b\",\"$@c\"]}],null,[\"$\",\"$Ld\",null,{\"children\":[\"$Le\",[\"$\",\"$Lf\",null,{\"promise\":\"$@10\"}]]}]]}],{},null,false]},null,false]},null,false],[\"$\",\"$1\",\"h\",{\"children\":[null,[[\"$\",\"$L11\",null,{\"children\":\"$L12\"}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]],[\"$\",\"$L13\",null,{\"children\":[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$14\",null,{\"fallback\":null,\"children\":\"$L15\"}]}]}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$16\",[]],\"s\":false,\"S\":true}\n"])</script><script>self.__next_f.push([1,"b:{}\nc:\"$0:f:0:1:2:children:2:children:1:props:children:0:props:params\"\n"])</script><script>self.__next_f.push([1,"12:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\ne:null\n"])</script><script>self.__next_f.push([1,"10:{\"metadata\":[[\"$\",\"title\",\"0\",{\"children\":\"Skill Manager\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Corral skills across your AI tools\"}]],\"error\":null,\"digest\":\"$undefined\"}\n"])</script><script>self.__next_f.push([1,"15:\"$10:metadata\"\n"])</script></body></html>
@@ -0,0 +1,7 @@
1
+ {
2
+ "headers": {
3
+ "x-nextjs-stale-time": "300",
4
+ "x-nextjs-prerender": "1",
5
+ "x-next-cache-tags": "_N_T_/layout,_N_T_/library/layout,_N_T_/library/page,_N_T_/library"
6
+ }
7
+ }
@@ -0,0 +1,28 @@
1
+ 1:"$Sreact.fragment"
2
+ 2:I[8459,["229","static/chunks/229-80088ec0a56bae01.js","619","static/chunks/619-ba102abea3e3d0e4.js","969","static/chunks/969-cb9152dc8c78f0c1.js","177","static/chunks/app/layout-43f8d3b177484c28.js"],"LangProvider"]
3
+ 3:I[3014,["229","static/chunks/229-80088ec0a56bae01.js","619","static/chunks/619-ba102abea3e3d0e4.js","969","static/chunks/969-cb9152dc8c78f0c1.js","177","static/chunks/app/layout-43f8d3b177484c28.js"],"ToastProvider"]
4
+ 4:I[5051,["229","static/chunks/229-80088ec0a56bae01.js","619","static/chunks/619-ba102abea3e3d0e4.js","969","static/chunks/969-cb9152dc8c78f0c1.js","177","static/chunks/app/layout-43f8d3b177484c28.js"],"Sidebar"]
5
+ 5:I[621,["229","static/chunks/229-80088ec0a56bae01.js","619","static/chunks/619-ba102abea3e3d0e4.js","969","static/chunks/969-cb9152dc8c78f0c1.js","177","static/chunks/app/layout-43f8d3b177484c28.js"],"SafetyBanner"]
6
+ 6:I[9766,[],""]
7
+ 7:I[960,["39","static/chunks/app/error-12b42e5b1c0976b7.js"],"default"]
8
+ 8:I[8924,[],""]
9
+ 9:I[1959,[],"ClientPageRoot"]
10
+ a:I[6199,["229","static/chunks/229-80088ec0a56bae01.js","930","static/chunks/930-cc10a778360bdc13.js","619","static/chunks/619-ba102abea3e3d0e4.js","969","static/chunks/969-cb9152dc8c78f0c1.js","554","static/chunks/554-d480e263fa018d32.js","640","static/chunks/640-054fa4c37c444bf1.js","382","static/chunks/app/library/page-9f36412e45580d79.js"],"default"]
11
+ d:I[4431,[],"OutletBoundary"]
12
+ f:I[5278,[],"AsyncMetadataOutlet"]
13
+ 11:I[4431,[],"ViewportBoundary"]
14
+ 13:I[4431,[],"MetadataBoundary"]
15
+ 14:"$Sreact.suspense"
16
+ 16:I[7150,[],""]
17
+ :HL["/_next/static/media/edef1a271f97a8ec-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
18
+ :HL["/_next/static/media/ee40bb094c99a29a-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
19
+ :HL["/_next/static/css/d5086ad7fdf3aa55.css","style"]
20
+ :HL["/_next/static/css/80f1dbaf54d7087e.css","style"]
21
+ :HL["/_next/static/css/b74ab9576f703ea0.css","style"]
22
+ 0:{"P":null,"b":"cr2XlaJXTckSW820Nw36M","p":"","c":["","library"],"i":false,"f":[[["",{"children":["library",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],["",["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/d5086ad7fdf3aa55.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/css/80f1dbaf54d7087e.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","link","2",{"rel":"stylesheet","href":"/_next/static/css/b74ab9576f703ea0.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","className":"__variable_3cd16e __variable_ddb438","children":["$","body",null,{"children":["$","$L2",null,{"children":["$","$L3",null,{"children":["$","div",null,{"className":"flex h-screen overflow-hidden","children":[["$","$L4",null,{}],["$","main",null,{"className":"flex flex-1 flex-col overflow-hidden","children":[["$","$L5",null,{}],["$","div",null,{"className":"flex-1 overflow-y-auto","children":["$","div",null,{"className":"mx-auto max-w-6xl px-8 py-8","children":["$","$L6",null,{"parallelRouterKey":"children","error":"$7","errorStyles":[],"errorScripts":[],"template":["$","$L8",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":["library",["$","$1","c",{"children":[null,["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L8",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":["__PAGE__",["$","$1","c",{"children":[["$","$L9",null,{"Component":"$a","searchParams":{},"params":{},"promises":["$@b","$@c"]}],null,["$","$Ld",null,{"children":["$Le",["$","$Lf",null,{"promise":"$@10"}]]}]]}],{},null,false]},null,false]},null,false],["$","$1","h",{"children":[null,[["$","$L11",null,{"children":"$L12"}],["$","meta",null,{"name":"next-size-adjust","content":""}]],["$","$L13",null,{"children":["$","div",null,{"hidden":true,"children":["$","$14",null,{"fallback":null,"children":"$L15"}]}]}]]}],false]],"m":"$undefined","G":["$16",[]],"s":false,"S":true}
23
+ b:{}
24
+ c:"$0:f:0:1:2:children:2:children:1:props:children:0:props:params"
25
+ 12:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
26
+ e:null
27
+ 10:{"metadata":[["$","title","0",{"children":"Skill Manager"}],["$","meta","1",{"name":"description","content":"Corral skills across your AI tools"}]],"error":null,"digest":"$undefined"}
28
+ 15:"$10:metadata"
@@ -0,0 +1,2 @@
1
+ (()=>{var a={};a.id=94,a.ids=[94],a.modules={1:(a,b,c)=>{"use strict";c.r(b),c.d(b,{default:()=>m});var d=c(21124),e=c(38301),f=c(52300),g=c(68813),h=c.n(g),i=c(55503),j=c(99844),k=c(50324),l=c(2803);function m(){let{t:a}=(0,j.u)(),[b,c]=(0,e.useState)("browse");return(0,d.jsxs)("div",{className:"flex flex-col gap-5",children:[(0,d.jsxs)("header",{children:[(0,d.jsxs)("h1",{className:"text-2xl font-extrabold text-ink-header",children:["\uD83D\uDED2 ",a("nav_marketplace")]}),(0,d.jsx)("div",{className:"mt-3 flex flex-wrap gap-2",children:[{key:"browse",label:`πŸ” ${a("mkt_tab_browse")}`},{key:"git",label:`🌿 ${a("mkt_tab_git")}`},{key:"local",label:`πŸ“ ${a("mkt_tab_local")}`}].map(a=>(0,d.jsx)("button",{onClick:()=>c(a.key),className:h()("rounded-pill border-2 px-4 py-1.5 text-sm font-bold transition-colors",b===a.key?"border-mint-active bg-mint text-white":"border-line/40 bg-content text-ink-secondary hover:bg-mint-light"),children:a.label},a.key))})]}),"browse"===b&&(0,d.jsx)(n,{}),"git"===b&&(0,d.jsx)(o,{}),"local"===b&&(0,d.jsx)(p,{})]})}function n(){let{t:a}=(0,j.u)(),b=(0,k.d)(),[c,g]=(0,e.useState)(""),[h,m]=(0,e.useState)(""),[n,o]=(0,e.useState)(""),{data:p,error:q,isLoading:r,mutate:s}=(0,f.Ay)(`/api/marketplace?q=${encodeURIComponent(h)}`,i.GO,i.B2);async function t(c){o(c.id);try{await (0,i.$P)("/api/marketplace",{action:"install",skill:c,agentIds:[]}),b(`${a("act_install")}: ${c.name} β†’ ${a("nav_library")} \xb7 ${a("lbl_idle")}`,"success")}catch(a){b(a.message,"error")}finally{o("")}}async function u(a,b){await (0,i.$P)("/api/marketplace",{action:"favorite",marketId:a.id,on:b}),s()}let v=new Set(p?.favorites??[]),w=p?.source==="skillssh"?a("mkt_skillssh"):p?.source==="github"?a("mkt_github"):p?.source==="starter"?a("mkt_offline"):"";return(0,d.jsxs)("div",{className:"flex flex-col gap-4",children:[(0,d.jsxs)("div",{className:"flex items-center justify-between gap-3",children:[(0,d.jsx)("p",{className:"text-xs text-ink-disabled",children:w}),(0,d.jsx)("input",{className:"input w-72",placeholder:a("lbl_search"),value:c,onChange:a=>g(a.target.value)})]}),q?(0,d.jsx)(l.W5,{message:q.message,onRetry:()=>s()}):r?(0,d.jsx)(l.y$,{}):p?.source==="ratelimited"?(0,d.jsxs)("div",{className:"flex flex-col items-center gap-3 py-8",children:[(0,d.jsxs)("p",{className:"max-w-md rounded-bubble bg-amber-50 p-4 text-center text-sm text-amber-700",children:["⏳ ",a("mkt_ratelimited")]}),(0,d.jsxs)(l.$n,{variant:"default",onClick:()=>s(),children:["\uD83D\uDD04 ",a("act_retry")]})]}):(p?.skills.length??0)===0?(0,d.jsx)(l.pp,{text:a("lbl_no_skills")}):(0,d.jsx)("div",{className:"grid grid-cols-1 gap-4 md:grid-cols-2",children:p.skills.map(b=>(0,d.jsxs)("div",{className:"card card-hover flex flex-col gap-2",children:[(0,d.jsxs)("div",{className:"flex items-start justify-between gap-2",children:[(0,d.jsx)("h3",{className:"min-w-0 truncate text-base font-extrabold text-ink-header",children:b.name}),(0,d.jsx)("button",{onClick:()=>u(b,!v.has(b.id)),className:"shrink-0 text-lg",title:a("act_want"),"aria-label":a("act_want"),children:v.has(b.id)?"⭐":"β˜†"})]}),(0,d.jsx)("p",{className:"line-clamp-2 text-sm text-ink-body",children:b.description||b.source}),(0,d.jsxs)("div",{className:"flex flex-wrap items-center gap-3 text-xs text-ink-secondary",children:[(0,d.jsxs)("a",{href:b.gitUrl+(b.subpath?`/tree/HEAD/${b.subpath}`:""),target:"_blank",rel:"noopener noreferrer",title:a("mkt_view_source"),className:"truncate font-mono text-ink-secondary hover:text-mint-active hover:underline",children:["\uD83D\uDCE6 ",b.source||b.author," β†—"]}),b.installs>0&&(0,d.jsxs)("span",{className:"rounded-pill bg-mint-light px-2 py-0.5 font-bold text-mint-active",children:["⬇ ",b.installs.toLocaleString()]})]}),(0,d.jsx)("div",{className:"mt-1 flex justify-end",children:(0,d.jsx)(l.$n,{variant:"primary",disabled:n===b.id,onClick:()=>t(b),children:n===b.id?"…":`⬇ ${a("act_install")}`})})]},b.id))})]})}function o(){let{t:a}=(0,j.u)(),b=(0,k.d)(),[c,f]=(0,e.useState)(""),[g,h]=(0,e.useState)(!1);async function m(){if(c.trim()){h(!0);try{let d=await (0,i.$P)("/api/marketplace",{action:"installGit",ref:c.trim(),agentIds:[]});b(`${a("act_install")}: ${d.name} β†’ ${a("nav_library")}`,"success"),f("")}catch(a){b(a.message,"error")}finally{h(!1)}}}return(0,d.jsxs)("div",{className:"card flex flex-col gap-3",children:[(0,d.jsx)("p",{className:"text-sm text-ink-secondary",children:a("mkt_git_hint")}),(0,d.jsxs)("div",{className:"flex flex-wrap items-center gap-2",children:[(0,d.jsx)("input",{className:"input min-w-0 flex-1",placeholder:a("mkt_git_ph"),value:c,disabled:g,onChange:a=>f(a.target.value),onKeyDown:a=>"Enter"===a.key&&m()}),(0,d.jsx)(l.$n,{variant:"primary",disabled:g||!c.trim(),onClick:m,children:g?"…":`⬇ ${a("act_install")}`})]}),(0,d.jsx)("p",{className:"font-mono text-xs text-ink-disabled",children:"e.g. obra/superpowers/skills/brainstorming \xb7 anthropics/skills"})]})}function p(){let{t:a}=(0,j.u)(),b=(0,k.d)(),[c,f]=(0,e.useState)(""),[g,h]=(0,e.useState)(!1),[m,n]=(0,e.useState)(!1);async function o(){if(c.trim()){n(!0);try{let d=await (0,i.$P)("/api/marketplace",{action:"installLocal",path:c.trim(),batch:g,agentIds:[]});b(`${a("mkt_installed_n")}: ${d.installed} βœ“`,"success"),f("")}catch(a){b(a.message,"error")}finally{n(!1)}}}return(0,d.jsxs)("div",{className:"card flex flex-col gap-3",children:[(0,d.jsx)("p",{className:"text-sm text-ink-secondary",children:a("mkt_local_hint")}),(0,d.jsxs)("div",{className:"flex flex-wrap items-center gap-2",children:[(0,d.jsx)("input",{className:"input min-w-0 flex-1 font-mono",placeholder:a("mkt_local_ph"),value:c,disabled:m,onChange:a=>f(a.target.value),onKeyDown:a=>"Enter"===a.key&&o()}),(0,d.jsx)(l.$n,{variant:"primary",disabled:m||!c.trim(),onClick:o,children:m?"…":`⬇ ${a("act_install")}`})]}),(0,d.jsxs)("label",{className:"flex cursor-pointer items-center gap-2 text-sm text-ink-body",children:[(0,d.jsx)("input",{type:"checkbox",checked:g,onChange:a=>h(a.target.checked),className:"h-4 w-4 accent-[#19c8b9]"}),a("mkt_local_batch")]})]})}},261:a=>{"use strict";a.exports=require("next/dist/shared/lib/router/utils/app-paths")},2803:(a,b,c)=>{"use strict";c.d(b,{$n:()=>h,Fr:()=>l,VI:()=>k,W5:()=>o,pp:()=>m,y$:()=>n});var d=c(21124),e=c(68813),f=c.n(e),g=c(99844);function h({variant:a="default",className:b,children:c,...e}){return(0,d.jsx)("button",{className:f()("btn",{"btn-primary":"primary"===a,"btn-default":"default"===a,"btn-danger":"danger"===a,"btn-ghost":"ghost"===a},b),...e,children:c})}let i={"self-authored":"bg-mint-light text-mint-active border border-mint",downloaded:"bg-amber-50 text-amber-700 border border-amber-300",bundled:"bg-stone-100 text-ink-muted border border-line/50",unknown:"bg-stone-50 text-ink-muted border border-line/40"},j={"self-authored":"prov_self",downloaded:"prov_downloaded",bundled:"prov_bundled",unknown:"prov_unknown"};function k({provenance:a,bundledByLabel:b}){let{t:c}=(0,g.u)(),e="bundled"===a&&b?`${b} ${c("builtin_suffix")}`:c(j[a]);return(0,d.jsx)("span",{className:f()("badge",i[a]),children:e})}function l({hash:a}){return(0,d.jsxs)("span",{className:"font-mono text-[11px] text-ink-disabled",children:["#",a.slice(0,8)]})}function m({text:a}){return(0,d.jsxs)("div",{className:"flex flex-col items-center justify-center gap-3 py-20 text-ink-secondary",children:[(0,d.jsx)("div",{className:"text-5xl",children:"\uD83C\uDFDD️"}),(0,d.jsx)("p",{className:"font-bold",children:a})]})}function n(){return(0,d.jsx)("div",{className:"flex items-center justify-center py-20",children:(0,d.jsx)("div",{className:"h-8 w-8 animate-spin rounded-full border-[3px] border-line/30 border-t-mint"})})}function o({message:a,onRetry:b}){let{t:c}=(0,g.u)();return(0,d.jsxs)("div",{className:"flex flex-col items-center justify-center gap-3 py-20 text-status-error-active",children:[(0,d.jsx)("div",{className:"text-5xl",children:"\uD83C\uDF42"}),(0,d.jsx)("p",{className:"font-bold",children:c("err_load")}),(0,d.jsx)("p",{className:"max-w-md break-words text-center text-xs text-ink-muted",children:a}),b&&(0,d.jsxs)(h,{variant:"default",onClick:b,children:["\uD83D\uDD04 ",c("act_retry")]})]})}},3295:a=>{"use strict";a.exports=require("next/dist/server/app-render/after-task-async-storage.external.js")},10846:a=>{"use strict";a.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},19121:a=>{"use strict";a.exports=require("next/dist/server/app-render/action-async-storage.external.js")},26713:a=>{"use strict";a.exports=require("next/dist/shared/lib/router/utils/is-bot")},28354:a=>{"use strict";a.exports=require("util")},29294:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-async-storage.external.js")},33873:a=>{"use strict";a.exports=require("path")},41025:a=>{"use strict";a.exports=require("next/dist/server/app-render/dynamic-access-async-storage.external.js")},53435:(a,b,c)=>{"use strict";c.r(b),c.d(b,{GlobalError:()=>E.a,__next_app__:()=>K,handler:()=>M,pages:()=>J,routeModule:()=>L,tree:()=>I});var d=c(49754),e=c(9117),f=c(46595),g=c(32324),h=c(39326),i=c(38928),j=c(20175),k=c(12),l=c(54290),m=c(12696),n=c(52574),o=c(82802),p=c(77533),q=c(45229),r=c(32822),s=c(261),t=c(26453),u=c(52474),v=c(26713),w=c(51356),x=c(62685),y=c(36225),z=c(63446),A=c(2762),B=c(45742),C=c(86439),D=c(81170),E=c.n(D),F=c(62506),G=c(91203),H={};for(let a in F)0>["default","tree","pages","GlobalError","__next_app__","routeModule","handler"].indexOf(a)&&(H[a]=()=>F[a]);c.d(b,H);let I={children:["",{children:["marketplace",{children:["__PAGE__",{},{page:[()=>Promise.resolve().then(c.bind(c,56063)),"/Users/yilialu/Developer/simple-skill-manager-public/src/app/marketplace/page.tsx"]}]},{}]},{layout:[()=>Promise.resolve().then(c.bind(c,51472)),"/Users/yilialu/Developer/simple-skill-manager-public/src/app/layout.tsx"],error:[()=>Promise.resolve().then(c.bind(c,5682)),"/Users/yilialu/Developer/simple-skill-manager-public/src/app/error.tsx"],"global-error":[()=>Promise.resolve().then(c.t.bind(c,81170,23)),"next/dist/client/components/builtin/global-error.js"],"not-found":[()=>Promise.resolve().then(c.t.bind(c,87028,23)),"next/dist/client/components/builtin/not-found.js"],forbidden:[()=>Promise.resolve().then(c.t.bind(c,90461,23)),"next/dist/client/components/builtin/forbidden.js"],unauthorized:[()=>Promise.resolve().then(c.t.bind(c,32768,23)),"next/dist/client/components/builtin/unauthorized.js"]}]}.children,J=["/Users/yilialu/Developer/simple-skill-manager-public/src/app/marketplace/page.tsx"],K={require:c,loadChunk:()=>Promise.resolve()},L=new d.AppPageRouteModule({definition:{kind:e.RouteKind.APP_PAGE,page:"/marketplace/page",pathname:"/marketplace",bundlePath:"",filename:"",appPaths:[]},userland:{loaderTree:I},distDir:".next",relativeProjectDir:""});async function M(a,b,d){var D;let H="/marketplace/page";"/index"===H&&(H="/");let N=(0,h.getRequestMeta)(a,"postponed"),O=(0,h.getRequestMeta)(a,"minimalMode"),P=await L.prepare(a,b,{srcPage:H,multiZoneDraftMode:!1});if(!P)return b.statusCode=400,b.end("Bad Request"),null==d.waitUntil||d.waitUntil.call(d,Promise.resolve()),null;let{buildId:Q,query:R,params:S,parsedUrl:T,pageIsDynamic:U,buildManifest:V,nextFontManifest:W,reactLoadableManifest:X,serverActionsManifest:Y,clientReferenceManifest:Z,subresourceIntegrityManifest:$,prerenderManifest:_,isDraftMode:aa,resolvedPathname:ab,revalidateOnlyGenerated:ac,routerServerContext:ad,nextConfig:ae,interceptionRoutePatterns:af}=P,ag=T.pathname||"/",ah=(0,s.normalizeAppPath)(H),{isOnDemandRevalidate:ai}=P,aj=L.match(ag,_),ak=!!_.routes[ab],al=!!(aj||ak||_.routes[ah]),am=a.headers["user-agent"]||"",an=(0,v.getBotType)(am),ao=(0,q.isHtmlBotRequest)(a),ap=(0,h.getRequestMeta)(a,"isPrefetchRSCRequest")??"1"===a.headers[u.NEXT_ROUTER_PREFETCH_HEADER],aq=(0,h.getRequestMeta)(a,"isRSCRequest")??(0,n.f)(a.headers[u.RSC_HEADER]),ar=(0,t.getIsPossibleServerAction)(a),as=(0,m.checkIsAppPPREnabled)(ae.experimental.ppr)&&(null==(D=_.routes[ah]??_.dynamicRoutes[ah])?void 0:D.renderingMode)==="PARTIALLY_STATIC",at=!1,au=!1,av=as?N:void 0,aw=as&&aq&&!ap,ax=(0,h.getRequestMeta)(a,"segmentPrefetchRSCRequest"),ay=!am||(0,q.shouldServeStreamingMetadata)(am,ae.htmlLimitedBots);ao&&as&&(al=!1,ay=!1);let az=!0===L.isDev||!al||"string"==typeof N||aw,aA=ao&&as,aB=null;aa||!al||az||ar||av||aw||(aB=ab);let aC=aB;!aC&&L.isDev&&(aC=ab),L.isDev||aa||!al||!aq||aw||(0,k.d)(a.headers);let aD={...F,tree:I,pages:J,GlobalError:E(),handler:M,routeModule:L,__next_app__:K};Y&&Z&&(0,p.setReferenceManifestsSingleton)({page:H,clientReferenceManifest:Z,serverActionsManifest:Y,serverModuleMap:(0,r.createServerModuleMap)({serverActionsManifest:Y})});let aE=a.method||"GET",aF=(0,g.getTracer)(),aG=aF.getActiveScopeSpan();try{let f=L.getVaryHeader(ab,af);b.setHeader("Vary",f);let k=async(c,d)=>{let e=new l.NodeNextRequest(a),f=new l.NodeNextResponse(b);return L.render(e,f,d).finally(()=>{if(!c)return;c.setAttributes({"http.status_code":b.statusCode,"next.rsc":!1});let d=aF.getRootSpanAttributes();if(!d)return;if(d.get("next.span_type")!==i.BaseServerSpan.handleRequest)return void console.warn(`Unexpected root span type '${d.get("next.span_type")}'. Please report this Next.js issue https://github.com/vercel/next.js`);let e=d.get("next.route");if(e){let a=`${aE} ${e}`;c.setAttributes({"next.route":e,"http.route":e,"next.span_name":a}),c.updateName(a)}else c.updateName(`${aE} ${a.url}`)})},m=async({span:e,postponed:f,fallbackRouteParams:g})=>{let i={query:R,params:S,page:ah,sharedContext:{buildId:Q},serverComponentsHmrCache:(0,h.getRequestMeta)(a,"serverComponentsHmrCache"),fallbackRouteParams:g,renderOpts:{App:()=>null,Document:()=>null,pageConfig:{},ComponentMod:aD,Component:(0,j.T)(aD),params:S,routeModule:L,page:H,postponed:f,shouldWaitOnAllReady:aA,serveStreamingMetadata:ay,supportsDynamicResponse:"string"==typeof f||az,buildManifest:V,nextFontManifest:W,reactLoadableManifest:X,subresourceIntegrityManifest:$,serverActionsManifest:Y,clientReferenceManifest:Z,setIsrStatus:null==ad?void 0:ad.setIsrStatus,dir:c(33873).join(process.cwd(),L.relativeProjectDir),isDraftMode:aa,isRevalidate:al&&!f&&!aw,botType:an,isOnDemandRevalidate:ai,isPossibleServerAction:ar,assetPrefix:ae.assetPrefix,nextConfigOutput:ae.output,crossOrigin:ae.crossOrigin,trailingSlash:ae.trailingSlash,previewProps:_.preview,deploymentId:ae.deploymentId,enableTainting:ae.experimental.taint,htmlLimitedBots:ae.htmlLimitedBots,devtoolSegmentExplorer:ae.experimental.devtoolSegmentExplorer,reactMaxHeadersLength:ae.reactMaxHeadersLength,multiZoneDraftMode:!1,incrementalCache:(0,h.getRequestMeta)(a,"incrementalCache"),cacheLifeProfiles:ae.experimental.cacheLife,basePath:ae.basePath,serverActions:ae.experimental.serverActions,...at?{nextExport:!0,supportsDynamicResponse:!1,isStaticGeneration:!0,isRevalidate:!0,isDebugDynamicAccesses:at}:{},experimental:{isRoutePPREnabled:as,expireTime:ae.expireTime,staleTimes:ae.experimental.staleTimes,cacheComponents:!!ae.experimental.cacheComponents,clientSegmentCache:!!ae.experimental.clientSegmentCache,clientParamParsing:!!ae.experimental.clientParamParsing,dynamicOnHover:!!ae.experimental.dynamicOnHover,inlineCss:!!ae.experimental.inlineCss,authInterrupts:!!ae.experimental.authInterrupts,clientTraceMetadata:ae.experimental.clientTraceMetadata||[]},waitUntil:d.waitUntil,onClose:a=>{b.on("close",a)},onAfterTaskError:()=>{},onInstrumentationRequestError:(b,c,d)=>L.onRequestError(a,b,d,ad),err:(0,h.getRequestMeta)(a,"invokeError"),dev:L.isDev}},l=await k(e,i),{metadata:m}=l,{cacheControl:n,headers:o={},fetchTags:p}=m;if(p&&(o[z.NEXT_CACHE_TAGS_HEADER]=p),a.fetchMetrics=m.fetchMetrics,al&&(null==n?void 0:n.revalidate)===0&&!L.isDev&&!as){let a=m.staticBailoutInfo,b=Object.defineProperty(Error(`Page changed from static to dynamic at runtime ${ab}${(null==a?void 0:a.description)?`, reason: ${a.description}`:""}
2
+ see more here https://nextjs.org/docs/messages/app-static-to-dynamic-error`),"__NEXT_ERROR_CODE",{value:"E132",enumerable:!1,configurable:!0});if(null==a?void 0:a.stack){let c=a.stack;b.stack=b.message+c.substring(c.indexOf("\n"))}throw b}return{value:{kind:w.CachedRouteKind.APP_PAGE,html:l,headers:o,rscData:m.flightData,postponed:m.postponed,status:m.statusCode,segmentData:m.segmentData},cacheControl:n}},n=async({hasResolved:c,previousCacheEntry:f,isRevalidating:g,span:i})=>{let j,k=!1===L.isDev,l=c||b.writableEnded;if(ai&&ac&&!f&&!O)return(null==ad?void 0:ad.render404)?await ad.render404(a,b):(b.statusCode=404,b.end("This page could not be found")),null;if(aj&&(j=(0,x.parseFallbackField)(aj.fallback)),j===x.FallbackMode.PRERENDER&&(0,v.isBot)(am)&&(!as||ao)&&(j=x.FallbackMode.BLOCKING_STATIC_RENDER),(null==f?void 0:f.isStale)===-1&&(ai=!0),ai&&(j!==x.FallbackMode.NOT_FOUND||f)&&(j=x.FallbackMode.BLOCKING_STATIC_RENDER),!O&&j!==x.FallbackMode.BLOCKING_STATIC_RENDER&&aC&&!l&&!aa&&U&&(k||!ak)){let b;if((k||aj)&&j===x.FallbackMode.NOT_FOUND)throw new C.NoFallbackError;if(as&&!aq){let c="string"==typeof(null==aj?void 0:aj.fallback)?aj.fallback:k?ah:null;if(b=await L.handleResponse({cacheKey:c,req:a,nextConfig:ae,routeKind:e.RouteKind.APP_PAGE,isFallback:!0,prerenderManifest:_,isRoutePPREnabled:as,responseGenerator:async()=>m({span:i,postponed:void 0,fallbackRouteParams:k||au?(0,o.u)(ah):null}),waitUntil:d.waitUntil}),null===b)return null;if(b)return delete b.cacheControl,b}}let n=ai||g||!av?void 0:av;if(at&&void 0!==n)return{cacheControl:{revalidate:1,expire:void 0},value:{kind:w.CachedRouteKind.PAGES,html:y.default.EMPTY,pageData:{},headers:void 0,status:void 0}};let p=U&&as&&((0,h.getRequestMeta)(a,"renderFallbackShell")||au)?(0,o.u)(ag):null;return m({span:i,postponed:n,fallbackRouteParams:p})},p=async c=>{var f,g,i,j,k;let l,o=await L.handleResponse({cacheKey:aB,responseGenerator:a=>n({span:c,...a}),routeKind:e.RouteKind.APP_PAGE,isOnDemandRevalidate:ai,isRoutePPREnabled:as,req:a,nextConfig:ae,prerenderManifest:_,waitUntil:d.waitUntil});if(aa&&b.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate"),L.isDev&&b.setHeader("Cache-Control","no-store, must-revalidate"),!o){if(aB)throw Object.defineProperty(Error("invariant: cache entry required but not generated"),"__NEXT_ERROR_CODE",{value:"E62",enumerable:!1,configurable:!0});return null}if((null==(f=o.value)?void 0:f.kind)!==w.CachedRouteKind.APP_PAGE)throw Object.defineProperty(Error(`Invariant app-page handler received invalid cache entry ${null==(i=o.value)?void 0:i.kind}`),"__NEXT_ERROR_CODE",{value:"E707",enumerable:!1,configurable:!0});let p="string"==typeof o.value.postponed;al&&!aw&&(!p||ap)&&(O||b.setHeader("x-nextjs-cache",ai?"REVALIDATED":o.isMiss?"MISS":o.isStale?"STALE":"HIT"),b.setHeader(u.NEXT_IS_PRERENDER_HEADER,"1"));let{value:q}=o;if(av)l={revalidate:0,expire:void 0};else if(O&&aq&&!ap&&as)l={revalidate:0,expire:void 0};else if(!L.isDev)if(aa)l={revalidate:0,expire:void 0};else if(al){if(o.cacheControl)if("number"==typeof o.cacheControl.revalidate){if(o.cacheControl.revalidate<1)throw Object.defineProperty(Error(`Invalid revalidate configuration provided: ${o.cacheControl.revalidate} < 1`),"__NEXT_ERROR_CODE",{value:"E22",enumerable:!1,configurable:!0});l={revalidate:o.cacheControl.revalidate,expire:(null==(j=o.cacheControl)?void 0:j.expire)??ae.expireTime}}else l={revalidate:z.CACHE_ONE_YEAR,expire:void 0}}else b.getHeader("Cache-Control")||(l={revalidate:0,expire:void 0});if(o.cacheControl=l,"string"==typeof ax&&(null==q?void 0:q.kind)===w.CachedRouteKind.APP_PAGE&&q.segmentData){b.setHeader(u.NEXT_DID_POSTPONE_HEADER,"2");let c=null==(k=q.headers)?void 0:k[z.NEXT_CACHE_TAGS_HEADER];O&&al&&c&&"string"==typeof c&&b.setHeader(z.NEXT_CACHE_TAGS_HEADER,c);let d=q.segmentData.get(ax);return void 0!==d?(0,B.sendRenderResult)({req:a,res:b,generateEtags:ae.generateEtags,poweredByHeader:ae.poweredByHeader,result:y.default.fromStatic(d,u.RSC_CONTENT_TYPE_HEADER),cacheControl:o.cacheControl}):(b.statusCode=204,(0,B.sendRenderResult)({req:a,res:b,generateEtags:ae.generateEtags,poweredByHeader:ae.poweredByHeader,result:y.default.EMPTY,cacheControl:o.cacheControl}))}let r=(0,h.getRequestMeta)(a,"onCacheEntry");if(r&&await r({...o,value:{...o.value,kind:"PAGE"}},{url:(0,h.getRequestMeta)(a,"initURL")}))return null;if(p&&av)throw Object.defineProperty(Error("Invariant: postponed state should not be present on a resume request"),"__NEXT_ERROR_CODE",{value:"E396",enumerable:!1,configurable:!0});if(q.headers){let a={...q.headers};for(let[c,d]of(O&&al||delete a[z.NEXT_CACHE_TAGS_HEADER],Object.entries(a)))if(void 0!==d)if(Array.isArray(d))for(let a of d)b.appendHeader(c,a);else"number"==typeof d&&(d=d.toString()),b.appendHeader(c,d)}let s=null==(g=q.headers)?void 0:g[z.NEXT_CACHE_TAGS_HEADER];if(O&&al&&s&&"string"==typeof s&&b.setHeader(z.NEXT_CACHE_TAGS_HEADER,s),!q.status||aq&&as||(b.statusCode=q.status),!O&&q.status&&G.RedirectStatusCode[q.status]&&aq&&(b.statusCode=200),p&&b.setHeader(u.NEXT_DID_POSTPONE_HEADER,"1"),aq&&!aa){if(void 0===q.rscData){if(q.postponed)throw Object.defineProperty(Error("Invariant: Expected postponed to be undefined"),"__NEXT_ERROR_CODE",{value:"E372",enumerable:!1,configurable:!0});return(0,B.sendRenderResult)({req:a,res:b,generateEtags:ae.generateEtags,poweredByHeader:ae.poweredByHeader,result:q.html,cacheControl:aw?{revalidate:0,expire:void 0}:o.cacheControl})}return(0,B.sendRenderResult)({req:a,res:b,generateEtags:ae.generateEtags,poweredByHeader:ae.poweredByHeader,result:y.default.fromStatic(q.rscData,u.RSC_CONTENT_TYPE_HEADER),cacheControl:o.cacheControl})}let t=q.html;if(!p||O||aq)return(0,B.sendRenderResult)({req:a,res:b,generateEtags:ae.generateEtags,poweredByHeader:ae.poweredByHeader,result:t,cacheControl:o.cacheControl});if(at)return t.push(new ReadableStream({start(a){a.enqueue(A.ENCODED_TAGS.CLOSED.BODY_AND_HTML),a.close()}})),(0,B.sendRenderResult)({req:a,res:b,generateEtags:ae.generateEtags,poweredByHeader:ae.poweredByHeader,result:t,cacheControl:{revalidate:0,expire:void 0}});let v=new TransformStream;return t.push(v.readable),m({span:c,postponed:q.postponed,fallbackRouteParams:null}).then(async a=>{var b,c;if(!a)throw Object.defineProperty(Error("Invariant: expected a result to be returned"),"__NEXT_ERROR_CODE",{value:"E463",enumerable:!1,configurable:!0});if((null==(b=a.value)?void 0:b.kind)!==w.CachedRouteKind.APP_PAGE)throw Object.defineProperty(Error(`Invariant: expected a page response, got ${null==(c=a.value)?void 0:c.kind}`),"__NEXT_ERROR_CODE",{value:"E305",enumerable:!1,configurable:!0});await a.value.html.pipeTo(v.writable)}).catch(a=>{v.writable.abort(a).catch(a=>{console.error("couldn't abort transformer",a)})}),(0,B.sendRenderResult)({req:a,res:b,generateEtags:ae.generateEtags,poweredByHeader:ae.poweredByHeader,result:t,cacheControl:{revalidate:0,expire:void 0}})};if(!aG)return await aF.withPropagatedContext(a.headers,()=>aF.trace(i.BaseServerSpan.handleRequest,{spanName:`${aE} ${a.url}`,kind:g.SpanKind.SERVER,attributes:{"http.method":aE,"http.target":a.url}},p));await p(aG)}catch(b){throw b instanceof C.NoFallbackError||await L.onRequestError(a,b,{routerKind:"App Router",routePath:H,routeType:"render",revalidateReason:(0,f.c)({isRevalidate:al,isOnDemandRevalidate:ai})},ad),b}}},56063:(a,b,c)=>{"use strict";c.r(b),c.d(b,{default:()=>d});let d=(0,c(97954).registerClientReference)(function(){throw Error("Attempted to call the default export of \"/Users/yilialu/Developer/simple-skill-manager-public/src/app/marketplace/page.tsx\" from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"/Users/yilialu/Developer/simple-skill-manager-public/src/app/marketplace/page.tsx","default")},58555:(a,b,c)=>{Promise.resolve().then(c.bind(c,56063))},63033:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-unit-async-storage.external.js")},69171:(a,b,c)=>{Promise.resolve().then(c.bind(c,1))},86439:a=>{"use strict";a.exports=require("next/dist/shared/lib/no-fallback-error.external")}};var b=require("../../webpack-runtime.js");b.C(a);var c=b.X(0,[331,783,416],()=>b(b.s=53435));module.exports=c})();
@@ -0,0 +1 @@
1
+ {"version":1,"files":["../../../../node_modules/next/dist/client/components/app-router-headers.js","../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js","../../../../node_modules/next/dist/lib/client-and-server-references.js","../../../../node_modules/next/dist/lib/constants.js","../../../../node_modules/next/dist/lib/interop-default.js","../../../../node_modules/next/dist/lib/is-error.js","../../../../node_modules/next/dist/lib/semver-noop.js","../../../../node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/async-local-storage.js","../../../../node_modules/next/dist/server/app-render/cache-signal.js","../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../node_modules/next/dist/server/lib/cache-handlers/default.external.js","../../../../node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../node_modules/next/dist/server/lib/lru-cache.js","../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../node_modules/next/dist/server/lib/trace/constants.js","../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../node_modules/next/dist/server/load-manifest.external.js","../../../../node_modules/next/dist/server/response-cache/types.js","../../../../node_modules/next/dist/shared/lib/deep-freeze.js","../../../../node_modules/next/dist/shared/lib/invariant-error.js","../../../../node_modules/next/dist/shared/lib/is-plain-object.js","../../../../node_modules/next/dist/shared/lib/is-thenable.js","../../../../node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","../../../../node_modules/next/dist/shared/lib/router/utils/app-paths.js","../../../../node_modules/next/dist/shared/lib/router/utils/html-bots.js","../../../../node_modules/next/dist/shared/lib/router/utils/is-bot.js","../../../../node_modules/next/dist/shared/lib/segment.js","../../../../node_modules/next/dist/shared/lib/server-reference-info.js","../../../../node_modules/next/package.json","../../../package.json","../../chunks/331.js","../../chunks/416.js","../../chunks/783.js","../../webpack-runtime.js","page_client-reference-manifest.js"]}
@@ -0,0 +1 @@
1
+ globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/marketplace/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"621":{"*":{"id":"10213","name":"*","chunks":[],"async":false}},"622":{"*":{"id":"82146","name":"*","chunks":[],"async":false}},"960":{"*":{"id":"96908","name":"*","chunks":[],"async":false}},"1959":{"*":{"id":"31603","name":"*","chunks":[],"async":false}},"2896":{"*":{"id":"53943","name":"*","chunks":[],"async":false}},"3014":{"*":{"id":"50324","name":"*","chunks":[],"async":false}},"3886":{"*":{"id":"75170","name":"*","chunks":[],"async":false}},"4431":{"*":{"id":"12263","name":"*","chunks":[],"async":false}},"5051":{"*":{"id":"44237","name":"*","chunks":[],"async":false}},"5119":{"*":{"id":"1","name":"*","chunks":[],"async":false}},"5278":{"*":{"id":"78922","name":"*","chunks":[],"async":false}},"6199":{"*":{"id":"79120","name":"*","chunks":[],"async":false}},"6588":{"*":{"id":"53367","name":"*","chunks":[],"async":false}},"7150":{"*":{"id":"54160","name":"*","chunks":[],"async":false}},"7989":{"*":{"id":"68495","name":"*","chunks":[],"async":false}},"8459":{"*":{"id":"99844","name":"*","chunks":[],"async":false}},"8708":{"*":{"id":"56186","name":"*","chunks":[],"async":false}},"8772":{"*":{"id":"76442","name":"*","chunks":[],"async":false}},"8924":{"*":{"id":"29234","name":"*","chunks":[],"async":false}},"9766":{"*":{"id":"77526","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/yilialu/Developer/simple-skill-manager-public/node_modules/next/dist/client/components/builtin/global-error.js":{"id":7150,"name":"*","chunks":[],"async":false},"/Users/yilialu/Developer/simple-skill-manager-public/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":7150,"name":"*","chunks":[],"async":false},"/Users/yilialu/Developer/simple-skill-manager-public/node_modules/next/dist/client/components/client-page.js":{"id":1959,"name":"*","chunks":[],"async":false},"/Users/yilialu/Developer/simple-skill-manager-public/node_modules/next/dist/esm/client/components/client-page.js":{"id":1959,"name":"*","chunks":[],"async":false},"/Users/yilialu/Developer/simple-skill-manager-public/node_modules/next/dist/client/components/client-segment.js":{"id":7989,"name":"*","chunks":[],"async":false},"/Users/yilialu/Developer/simple-skill-manager-public/node_modules/next/dist/esm/client/components/client-segment.js":{"id":7989,"name":"*","chunks":[],"async":false},"/Users/yilialu/Developer/simple-skill-manager-public/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":3886,"name":"*","chunks":[],"async":false},"/Users/yilialu/Developer/simple-skill-manager-public/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":3886,"name":"*","chunks":[],"async":false},"/Users/yilialu/Developer/simple-skill-manager-public/node_modules/next/dist/client/components/layout-router.js":{"id":9766,"name":"*","chunks":[],"async":false},"/Users/yilialu/Developer/simple-skill-manager-public/node_modules/next/dist/esm/client/components/layout-router.js":{"id":9766,"name":"*","chunks":[],"async":false},"/Users/yilialu/Developer/simple-skill-manager-public/node_modules/next/dist/client/components/metadata/async-metadata.js":{"id":5278,"name":"*","chunks":[],"async":false},"/Users/yilialu/Developer/simple-skill-manager-public/node_modules/next/dist/esm/client/components/metadata/async-metadata.js":{"id":5278,"name":"*","chunks":[],"async":false},"/Users/yilialu/Developer/simple-skill-manager-public/node_modules/next/dist/client/components/render-from-template-context.js":{"id":8924,"name":"*","chunks":[],"async":false},"/Users/yilialu/Developer/simple-skill-manager-public/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":8924,"name":"*","chunks":[],"async":false},"/Users/yilialu/Developer/simple-skill-manager-public/node_modules/next/dist/lib/framework/boundary-components.js":{"id":4431,"name":"*","chunks":[],"async":false},"/Users/yilialu/Developer/simple-skill-manager-public/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":4431,"name":"*","chunks":[],"async":false},"/Users/yilialu/Developer/simple-skill-manager-public/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":622,"name":"*","chunks":[],"async":false},"/Users/yilialu/Developer/simple-skill-manager-public/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":622,"name":"*","chunks":[],"async":false},"/Users/yilialu/Developer/simple-skill-manager-public/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Nunito\",\"arguments\":[{\"subsets\":[\"latin\"],\"weight\":[\"400\",\"500\",\"600\",\"700\",\"800\",\"900\"],\"variable\":\"--font-nunito\"}],\"variableName\":\"nunito\"}":{"id":2037,"name":"*","chunks":["229","static/chunks/229-80088ec0a56bae01.js","619","static/chunks/619-ba102abea3e3d0e4.js","969","static/chunks/969-cb9152dc8c78f0c1.js","177","static/chunks/app/layout-43f8d3b177484c28.js"],"async":false},"/Users/yilialu/Developer/simple-skill-manager-public/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Noto_Sans_SC\",\"arguments\":[{\"subsets\":[\"latin\"],\"weight\":[\"400\",\"500\",\"700\"],\"variable\":\"--font-noto\"}],\"variableName\":\"noto\"}":{"id":2972,"name":"*","chunks":["229","static/chunks/229-80088ec0a56bae01.js","619","static/chunks/619-ba102abea3e3d0e4.js","969","static/chunks/969-cb9152dc8c78f0c1.js","177","static/chunks/app/layout-43f8d3b177484c28.js"],"async":false},"/Users/yilialu/Developer/simple-skill-manager-public/src/app/globals.css":{"id":3673,"name":"*","chunks":["229","static/chunks/229-80088ec0a56bae01.js","619","static/chunks/619-ba102abea3e3d0e4.js","969","static/chunks/969-cb9152dc8c78f0c1.js","177","static/chunks/app/layout-43f8d3b177484c28.js"],"async":false},"/Users/yilialu/Developer/simple-skill-manager-public/src/components/LangProvider.tsx":{"id":8459,"name":"*","chunks":["229","static/chunks/229-80088ec0a56bae01.js","619","static/chunks/619-ba102abea3e3d0e4.js","969","static/chunks/969-cb9152dc8c78f0c1.js","177","static/chunks/app/layout-43f8d3b177484c28.js"],"async":false},"/Users/yilialu/Developer/simple-skill-manager-public/src/components/SafetyBanner.tsx":{"id":621,"name":"*","chunks":["229","static/chunks/229-80088ec0a56bae01.js","619","static/chunks/619-ba102abea3e3d0e4.js","969","static/chunks/969-cb9152dc8c78f0c1.js","177","static/chunks/app/layout-43f8d3b177484c28.js"],"async":false},"/Users/yilialu/Developer/simple-skill-manager-public/src/components/Sidebar.tsx":{"id":5051,"name":"*","chunks":["229","static/chunks/229-80088ec0a56bae01.js","619","static/chunks/619-ba102abea3e3d0e4.js","969","static/chunks/969-cb9152dc8c78f0c1.js","177","static/chunks/app/layout-43f8d3b177484c28.js"],"async":false},"/Users/yilialu/Developer/simple-skill-manager-public/src/components/Toast.tsx":{"id":3014,"name":"*","chunks":["229","static/chunks/229-80088ec0a56bae01.js","619","static/chunks/619-ba102abea3e3d0e4.js","969","static/chunks/969-cb9152dc8c78f0c1.js","177","static/chunks/app/layout-43f8d3b177484c28.js"],"async":false},"/Users/yilialu/Developer/simple-skill-manager-public/src/app/error.tsx":{"id":960,"name":"*","chunks":["39","static/chunks/app/error-12b42e5b1c0976b7.js"],"async":false},"/Users/yilialu/Developer/simple-skill-manager-public/src/app/discover/page.tsx":{"id":6588,"name":"*","chunks":[],"async":false},"/Users/yilialu/Developer/simple-skill-manager-public/src/app/mcp/page.tsx":{"id":8772,"name":"*","chunks":[],"async":false},"/Users/yilialu/Developer/simple-skill-manager-public/src/app/marketplace/page.tsx":{"id":5119,"name":"*","chunks":["229","static/chunks/229-80088ec0a56bae01.js","969","static/chunks/969-cb9152dc8c78f0c1.js","94","static/chunks/app/marketplace/page-432e5bf10f261643.js"],"async":false},"/Users/yilialu/Developer/simple-skill-manager-public/src/app/library/page.tsx":{"id":6199,"name":"*","chunks":[],"async":false},"/Users/yilialu/Developer/simple-skill-manager-public/src/app/settings/page.tsx":{"id":2896,"name":"*","chunks":[],"async":false},"/Users/yilialu/Developer/simple-skill-manager-public/src/app/workspace/[agentId]/page.tsx":{"id":8708,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/Users/yilialu/Developer/simple-skill-manager-public/src/":[],"/Users/yilialu/Developer/simple-skill-manager-public/src/app/layout":[{"inlined":false,"path":"static/css/d5086ad7fdf3aa55.css"},{"inlined":false,"path":"static/css/80f1dbaf54d7087e.css"},{"inlined":false,"path":"static/css/b74ab9576f703ea0.css"}],"/Users/yilialu/Developer/simple-skill-manager-public/src/app/error":[],"/Users/yilialu/Developer/simple-skill-manager-public/src/app/page":[],"/Users/yilialu/Developer/simple-skill-manager-public/src/app/marketplace/page":[]},"rscModuleMapping":{"621":{"*":{"id":"50611","name":"*","chunks":[],"async":false}},"622":{"*":{"id":"51384","name":"*","chunks":[],"async":false}},"960":{"*":{"id":"5682","name":"*","chunks":[],"async":false}},"1959":{"*":{"id":"23597","name":"*","chunks":[],"async":false}},"2896":{"*":{"id":"85431","name":"*","chunks":[],"async":false}},"3014":{"*":{"id":"77078","name":"*","chunks":[],"async":false}},"3673":{"*":{"id":"61135","name":"*","chunks":[],"async":false}},"3886":{"*":{"id":"89748","name":"*","chunks":[],"async":false}},"4431":{"*":{"id":"73041","name":"*","chunks":[],"async":false}},"5051":{"*":{"id":"87907","name":"*","chunks":[],"async":false}},"5119":{"*":{"id":"56063","name":"*","chunks":[],"async":false}},"5278":{"*":{"id":"7184","name":"*","chunks":[],"async":false}},"6199":{"*":{"id":"53375","name":"*","chunks":[],"async":false}},"6588":{"*":{"id":"97941","name":"*","chunks":[],"async":false}},"7150":{"*":{"id":"81170","name":"*","chunks":[],"async":false}},"7989":{"*":{"id":"36893","name":"*","chunks":[],"async":false}},"8459":{"*":{"id":"55552","name":"*","chunks":[],"async":false}},"8708":{"*":{"id":"96628","name":"*","chunks":[],"async":false}},"8772":{"*":{"id":"51016","name":"*","chunks":[],"async":false}},"8924":{"*":{"id":"69576","name":"*","chunks":[],"async":false}},"9766":{"*":{"id":"6060","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}}
@@ -0,0 +1 @@
1
+ <!DOCTYPE html><!--cr2XlaJXTckSW820Nw36M--><html lang="en" class="__variable_3cd16e __variable_ddb438"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" href="/_next/static/media/edef1a271f97a8ec-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="preload" href="/_next/static/media/ee40bb094c99a29a-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="stylesheet" href="/_next/static/css/d5086ad7fdf3aa55.css" data-precedence="next"/><link rel="stylesheet" href="/_next/static/css/80f1dbaf54d7087e.css" data-precedence="next"/><link rel="stylesheet" href="/_next/static/css/b74ab9576f703ea0.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-94bcbc314710e256.js"/><script src="/_next/static/chunks/4bd1b696-c023c6e3521b1417.js" async=""></script><script src="/_next/static/chunks/255-98a0bdaa30757bda.js" async=""></script><script src="/_next/static/chunks/main-app-99c543bad473411d.js" async=""></script><script src="/_next/static/chunks/229-80088ec0a56bae01.js" async=""></script><script src="/_next/static/chunks/619-ba102abea3e3d0e4.js" async=""></script><script src="/_next/static/chunks/969-cb9152dc8c78f0c1.js" async=""></script><script src="/_next/static/chunks/app/layout-43f8d3b177484c28.js" async=""></script><script src="/_next/static/chunks/app/error-12b42e5b1c0976b7.js" async=""></script><script src="/_next/static/chunks/app/marketplace/page-432e5bf10f261643.js" async=""></script><meta name="next-size-adjust" content=""/><title>Skill Manager</title><meta name="description" content="Corral skills across your AI tools"/><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body><div hidden=""><!--$--><!--/$--></div><div class="flex h-screen overflow-hidden"><aside class="flex w-64 shrink-0 flex-col gap-2 border-r-2 border-line/30 bg-content/60 p-4"><div class="mb-2 px-2"><div class="flex items-center gap-2 text-ink-header"><span class="text-2xl">🏝️</span><span class="text-lg font-extrabold">Skill Manager</span></div><p class="mt-1 text-xs leading-snug text-ink-secondary">Corral skills scattered across your AI tools into one clean list</p></div><nav class="flex flex-col gap-1"><a class="flex items-center gap-3 rounded-[12px] px-3 py-2 text-sm font-bold transition-colors text-ink-body hover:bg-mint-light" href="/library"><span>πŸ“š</span>My Library</a><a class="flex items-center gap-3 rounded-[12px] px-3 py-2 text-sm font-bold transition-colors text-ink-body hover:bg-mint-light" href="/discover"><span>πŸ”</span>Discover</a><a class="flex items-center gap-3 rounded-[12px] px-3 py-2 text-sm font-bold transition-colors bg-mint text-white shadow-soft" href="/marketplace"><span>πŸ›’</span>Marketplace</a><a class="flex items-center gap-3 rounded-[12px] px-3 py-2 text-sm font-bold transition-colors text-ink-body hover:bg-mint-light" href="/mcp"><span>πŸ”Œ</span>MCP Overview</a><a class="flex items-center gap-3 rounded-[12px] px-3 py-2 text-sm font-bold transition-colors text-ink-body hover:bg-mint-light" href="/settings"><span>βš™οΈ</span>Settings</a></nav><div class="mt-3 px-2 text-xs font-bold uppercase tracking-wide text-ink-secondary">By Agent</div><nav class="flex flex-col gap-1"><span class="px-3 text-xs text-ink-disabled">No agents detected</span></nav><div class="mt-auto flex items-center justify-center gap-1 rounded-pill border-2 border-line/40 bg-white/60 p-1"><button class="flex-1 rounded-pill px-3 py-1 text-xs font-bold transition-colors text-ink-secondary">δΈ­ζ–‡</button><button class="flex-1 rounded-pill px-3 py-1 text-xs font-bold transition-colors bg-mint text-white">EN</button></div></aside><main class="flex flex-1 flex-col overflow-hidden"><div class="flex-1 overflow-y-auto"><div class="mx-auto max-w-6xl px-8 py-8"><div class="flex flex-col gap-5"><header><h1 class="text-2xl font-extrabold text-ink-header">πŸ›’ <!-- -->Marketplace</h1><div class="mt-3 flex flex-wrap gap-2"><button class="rounded-pill border-2 px-4 py-1.5 text-sm font-bold transition-colors border-mint-active bg-mint text-white">πŸ” Browse</button><button class="rounded-pill border-2 px-4 py-1.5 text-sm font-bold transition-colors border-line/40 bg-content text-ink-secondary hover:bg-mint-light">🌿 Git install</button><button class="rounded-pill border-2 px-4 py-1.5 text-sm font-bold transition-colors border-line/40 bg-content text-ink-secondary hover:bg-mint-light">πŸ“ Local install</button></div></header><div class="flex flex-col gap-4"><div class="flex items-center justify-between gap-3"><p class="text-xs text-ink-disabled"></p><input class="input w-72" placeholder="Search skills…" value=""/></div><div class="flex items-center justify-center py-20"><div class="h-8 w-8 animate-spin rounded-full border-[3px] border-line/30 border-t-mint"></div></div></div></div><!--$--><!--/$--></div></div></main></div><div class="fixed bottom-6 right-6 z-50 flex max-w-sm flex-col gap-2"></div><script src="/_next/static/chunks/webpack-94bcbc314710e256.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[8459,[\"229\",\"static/chunks/229-80088ec0a56bae01.js\",\"619\",\"static/chunks/619-ba102abea3e3d0e4.js\",\"969\",\"static/chunks/969-cb9152dc8c78f0c1.js\",\"177\",\"static/chunks/app/layout-43f8d3b177484c28.js\"],\"LangProvider\"]\n3:I[3014,[\"229\",\"static/chunks/229-80088ec0a56bae01.js\",\"619\",\"static/chunks/619-ba102abea3e3d0e4.js\",\"969\",\"static/chunks/969-cb9152dc8c78f0c1.js\",\"177\",\"static/chunks/app/layout-43f8d3b177484c28.js\"],\"ToastProvider\"]\n4:I[5051,[\"229\",\"static/chunks/229-80088ec0a56bae01.js\",\"619\",\"static/chunks/619-ba102abea3e3d0e4.js\",\"969\",\"static/chunks/969-cb9152dc8c78f0c1.js\",\"177\",\"static/chunks/app/layout-43f8d3b177484c28.js\"],\"Sidebar\"]\n5:I[621,[\"229\",\"static/chunks/229-80088ec0a56bae01.js\",\"619\",\"static/chunks/619-ba102abea3e3d0e4.js\",\"969\",\"static/chunks/969-cb9152dc8c78f0c1.js\",\"177\",\"static/chunks/app/layout-43f8d3b177484c28.js\"],\"SafetyBanner\"]\n6:I[9766,[],\"\"]\n7:I[960,[\"39\",\"static/chunks/app/error-12b42e5b1c0976b7.js\"],\"default\"]\n8:I[8924,[],\"\"]\n9:I[1959,[],\"ClientPageRoot\"]\na:I[5119,[\"229\",\"static/chunks/229-80088ec0a56bae01.js\",\"969\",\"static/chunks/969-cb9152dc8c78f0c1.js\",\"94\",\"static/chunks/app/marketplace/page-432e5bf10f261643.js\"],\"default\"]\nd:I[4431,[],\"OutletBoundary\"]\nf:I[5278,[],\"AsyncMetadataOutlet\"]\n11:I[4431,[],\"ViewportBoundary\"]\n13:I[4431,[],\"MetadataBoundary\"]\n14:\"$Sreact.suspense\"\n16:I[7150,[],\"\"]\n:HL[\"/_next/static/media/edef1a271f97a8ec-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/ee40bb094c99a29a-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/css/d5086ad7fdf3aa55.css\",\"style\"]\n:HL[\"/_next/static/css/80f1dbaf54d7087e.css\",\"style\"]\n:HL[\"/_next/static/css/b74ab9576f703ea0.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"cr2XlaJXTckSW820Nw36M\",\"p\":\"\",\"c\":[\"\",\"marketplace\"],\"i\":false,\"f\":[[[\"\",{\"children\":[\"marketplace\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",true],[\"\",[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/d5086ad7fdf3aa55.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"link\",\"1\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/80f1dbaf54d7087e.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"link\",\"2\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/b74ab9576f703ea0.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"className\":\"__variable_3cd16e __variable_ddb438\",\"children\":[\"$\",\"body\",null,{\"children\":[\"$\",\"$L2\",null,{\"children\":[\"$\",\"$L3\",null,{\"children\":[\"$\",\"div\",null,{\"className\":\"flex h-screen overflow-hidden\",\"children\":[[\"$\",\"$L4\",null,{}],[\"$\",\"main\",null,{\"className\":\"flex flex-1 flex-col overflow-hidden\",\"children\":[[\"$\",\"$L5\",null,{}],[\"$\",\"div\",null,{\"className\":\"flex-1 overflow-y-auto\",\"children\":[\"$\",\"div\",null,{\"className\":\"mx-auto max-w-6xl px-8 py-8\",\"children\":[\"$\",\"$L6\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$7\",\"errorStyles\":[],\"errorScripts\":[],\"template\":[\"$\",\"$L8\",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\":[\"marketplace\",[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L6\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L8\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[\"__PAGE__\",[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"$L9\",null,{\"Component\":\"$a\",\"searchParams\":{},\"params\":{},\"promises\":[\"$@b\",\"$@c\"]}],null,[\"$\",\"$Ld\",null,{\"children\":[\"$Le\",[\"$\",\"$Lf\",null,{\"promise\":\"$@10\"}]]}]]}],{},null,false]},null,false]},null,false],[\"$\",\"$1\",\"h\",{\"children\":[null,[[\"$\",\"$L11\",null,{\"children\":\"$L12\"}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]],[\"$\",\"$L13\",null,{\"children\":[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$14\",null,{\"fallback\":null,\"children\":\"$L15\"}]}]}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$16\",[]],\"s\":false,\"S\":true}\n"])</script><script>self.__next_f.push([1,"b:{}\nc:\"$0:f:0:1:2:children:2:children:1:props:children:0:props:params\"\n"])</script><script>self.__next_f.push([1,"12:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\ne:null\n"])</script><script>self.__next_f.push([1,"10:{\"metadata\":[[\"$\",\"title\",\"0\",{\"children\":\"Skill Manager\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Corral skills across your AI tools\"}]],\"error\":null,\"digest\":\"$undefined\"}\n"])</script><script>self.__next_f.push([1,"15:\"$10:metadata\"\n"])</script></body></html>
@@ -0,0 +1,7 @@
1
+ {
2
+ "headers": {
3
+ "x-nextjs-stale-time": "300",
4
+ "x-nextjs-prerender": "1",
5
+ "x-next-cache-tags": "_N_T_/layout,_N_T_/marketplace/layout,_N_T_/marketplace/page,_N_T_/marketplace"
6
+ }
7
+ }
@@ -0,0 +1,28 @@
1
+ 1:"$Sreact.fragment"
2
+ 2:I[8459,["229","static/chunks/229-80088ec0a56bae01.js","619","static/chunks/619-ba102abea3e3d0e4.js","969","static/chunks/969-cb9152dc8c78f0c1.js","177","static/chunks/app/layout-43f8d3b177484c28.js"],"LangProvider"]
3
+ 3:I[3014,["229","static/chunks/229-80088ec0a56bae01.js","619","static/chunks/619-ba102abea3e3d0e4.js","969","static/chunks/969-cb9152dc8c78f0c1.js","177","static/chunks/app/layout-43f8d3b177484c28.js"],"ToastProvider"]
4
+ 4:I[5051,["229","static/chunks/229-80088ec0a56bae01.js","619","static/chunks/619-ba102abea3e3d0e4.js","969","static/chunks/969-cb9152dc8c78f0c1.js","177","static/chunks/app/layout-43f8d3b177484c28.js"],"Sidebar"]
5
+ 5:I[621,["229","static/chunks/229-80088ec0a56bae01.js","619","static/chunks/619-ba102abea3e3d0e4.js","969","static/chunks/969-cb9152dc8c78f0c1.js","177","static/chunks/app/layout-43f8d3b177484c28.js"],"SafetyBanner"]
6
+ 6:I[9766,[],""]
7
+ 7:I[960,["39","static/chunks/app/error-12b42e5b1c0976b7.js"],"default"]
8
+ 8:I[8924,[],""]
9
+ 9:I[1959,[],"ClientPageRoot"]
10
+ a:I[5119,["229","static/chunks/229-80088ec0a56bae01.js","969","static/chunks/969-cb9152dc8c78f0c1.js","94","static/chunks/app/marketplace/page-432e5bf10f261643.js"],"default"]
11
+ d:I[4431,[],"OutletBoundary"]
12
+ f:I[5278,[],"AsyncMetadataOutlet"]
13
+ 11:I[4431,[],"ViewportBoundary"]
14
+ 13:I[4431,[],"MetadataBoundary"]
15
+ 14:"$Sreact.suspense"
16
+ 16:I[7150,[],""]
17
+ :HL["/_next/static/media/edef1a271f97a8ec-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
18
+ :HL["/_next/static/media/ee40bb094c99a29a-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
19
+ :HL["/_next/static/css/d5086ad7fdf3aa55.css","style"]
20
+ :HL["/_next/static/css/80f1dbaf54d7087e.css","style"]
21
+ :HL["/_next/static/css/b74ab9576f703ea0.css","style"]
22
+ 0:{"P":null,"b":"cr2XlaJXTckSW820Nw36M","p":"","c":["","marketplace"],"i":false,"f":[[["",{"children":["marketplace",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],["",["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/d5086ad7fdf3aa55.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/css/80f1dbaf54d7087e.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","link","2",{"rel":"stylesheet","href":"/_next/static/css/b74ab9576f703ea0.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","className":"__variable_3cd16e __variable_ddb438","children":["$","body",null,{"children":["$","$L2",null,{"children":["$","$L3",null,{"children":["$","div",null,{"className":"flex h-screen overflow-hidden","children":[["$","$L4",null,{}],["$","main",null,{"className":"flex flex-1 flex-col overflow-hidden","children":[["$","$L5",null,{}],["$","div",null,{"className":"flex-1 overflow-y-auto","children":["$","div",null,{"className":"mx-auto max-w-6xl px-8 py-8","children":["$","$L6",null,{"parallelRouterKey":"children","error":"$7","errorStyles":[],"errorScripts":[],"template":["$","$L8",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":["marketplace",["$","$1","c",{"children":[null,["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L8",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":["__PAGE__",["$","$1","c",{"children":[["$","$L9",null,{"Component":"$a","searchParams":{},"params":{},"promises":["$@b","$@c"]}],null,["$","$Ld",null,{"children":["$Le",["$","$Lf",null,{"promise":"$@10"}]]}]]}],{},null,false]},null,false]},null,false],["$","$1","h",{"children":[null,[["$","$L11",null,{"children":"$L12"}],["$","meta",null,{"name":"next-size-adjust","content":""}]],["$","$L13",null,{"children":["$","div",null,{"hidden":true,"children":["$","$14",null,{"fallback":null,"children":"$L15"}]}]}]]}],false]],"m":"$undefined","G":["$16",[]],"s":false,"S":true}
23
+ b:{}
24
+ c:"$0:f:0:1:2:children:2:children:1:props:children:0:props:params"
25
+ 12:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
26
+ e:null
27
+ 10:{"metadata":[["$","title","0",{"children":"Skill Manager"}],["$","meta","1",{"name":"description","content":"Corral skills across your AI tools"}]],"error":null,"digest":"$undefined"}
28
+ 15:"$10:metadata"
@@ -0,0 +1,2 @@
1
+ (()=>{var a={};a.id=313,a.ids=[313],a.modules={261:a=>{"use strict";a.exports=require("next/dist/shared/lib/router/utils/app-paths")},2803:(a,b,c)=>{"use strict";c.d(b,{$n:()=>h,Fr:()=>l,VI:()=>k,W5:()=>o,pp:()=>m,y$:()=>n});var d=c(21124),e=c(68813),f=c.n(e),g=c(99844);function h({variant:a="default",className:b,children:c,...e}){return(0,d.jsx)("button",{className:f()("btn",{"btn-primary":"primary"===a,"btn-default":"default"===a,"btn-danger":"danger"===a,"btn-ghost":"ghost"===a},b),...e,children:c})}let i={"self-authored":"bg-mint-light text-mint-active border border-mint",downloaded:"bg-amber-50 text-amber-700 border border-amber-300",bundled:"bg-stone-100 text-ink-muted border border-line/50",unknown:"bg-stone-50 text-ink-muted border border-line/40"},j={"self-authored":"prov_self",downloaded:"prov_downloaded",bundled:"prov_bundled",unknown:"prov_unknown"};function k({provenance:a,bundledByLabel:b}){let{t:c}=(0,g.u)(),e="bundled"===a&&b?`${b} ${c("builtin_suffix")}`:c(j[a]);return(0,d.jsx)("span",{className:f()("badge",i[a]),children:e})}function l({hash:a}){return(0,d.jsxs)("span",{className:"font-mono text-[11px] text-ink-disabled",children:["#",a.slice(0,8)]})}function m({text:a}){return(0,d.jsxs)("div",{className:"flex flex-col items-center justify-center gap-3 py-20 text-ink-secondary",children:[(0,d.jsx)("div",{className:"text-5xl",children:"\uD83C\uDFDD️"}),(0,d.jsx)("p",{className:"font-bold",children:a})]})}function n(){return(0,d.jsx)("div",{className:"flex items-center justify-center py-20",children:(0,d.jsx)("div",{className:"h-8 w-8 animate-spin rounded-full border-[3px] border-line/30 border-t-mint"})})}function o({message:a,onRetry:b}){let{t:c}=(0,g.u)();return(0,d.jsxs)("div",{className:"flex flex-col items-center justify-center gap-3 py-20 text-status-error-active",children:[(0,d.jsx)("div",{className:"text-5xl",children:"\uD83C\uDF42"}),(0,d.jsx)("p",{className:"font-bold",children:c("err_load")}),(0,d.jsx)("p",{className:"max-w-md break-words text-center text-xs text-ink-muted",children:a}),b&&(0,d.jsxs)(h,{variant:"default",onClick:b,children:["\uD83D\uDD04 ",c("act_retry")]})]})}},3295:a=>{"use strict";a.exports=require("next/dist/server/app-render/after-task-async-storage.external.js")},4028:(a,b,c)=>{Promise.resolve().then(c.bind(c,76442))},10846:a=>{"use strict";a.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},19121:a=>{"use strict";a.exports=require("next/dist/server/app-render/action-async-storage.external.js")},26713:a=>{"use strict";a.exports=require("next/dist/shared/lib/router/utils/is-bot")},28354:a=>{"use strict";a.exports=require("util")},29294:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-async-storage.external.js")},33337:(a,b,c)=>{"use strict";c.r(b),c.d(b,{GlobalError:()=>E.a,__next_app__:()=>K,handler:()=>M,pages:()=>J,routeModule:()=>L,tree:()=>I});var d=c(49754),e=c(9117),f=c(46595),g=c(32324),h=c(39326),i=c(38928),j=c(20175),k=c(12),l=c(54290),m=c(12696),n=c(52574),o=c(82802),p=c(77533),q=c(45229),r=c(32822),s=c(261),t=c(26453),u=c(52474),v=c(26713),w=c(51356),x=c(62685),y=c(36225),z=c(63446),A=c(2762),B=c(45742),C=c(86439),D=c(81170),E=c.n(D),F=c(62506),G=c(91203),H={};for(let a in F)0>["default","tree","pages","GlobalError","__next_app__","routeModule","handler"].indexOf(a)&&(H[a]=()=>F[a]);c.d(b,H);let I={children:["",{children:["mcp",{children:["__PAGE__",{},{page:[()=>Promise.resolve().then(c.bind(c,51016)),"/Users/yilialu/Developer/simple-skill-manager-public/src/app/mcp/page.tsx"]}]},{}]},{layout:[()=>Promise.resolve().then(c.bind(c,51472)),"/Users/yilialu/Developer/simple-skill-manager-public/src/app/layout.tsx"],error:[()=>Promise.resolve().then(c.bind(c,5682)),"/Users/yilialu/Developer/simple-skill-manager-public/src/app/error.tsx"],"global-error":[()=>Promise.resolve().then(c.t.bind(c,81170,23)),"next/dist/client/components/builtin/global-error.js"],"not-found":[()=>Promise.resolve().then(c.t.bind(c,87028,23)),"next/dist/client/components/builtin/not-found.js"],forbidden:[()=>Promise.resolve().then(c.t.bind(c,90461,23)),"next/dist/client/components/builtin/forbidden.js"],unauthorized:[()=>Promise.resolve().then(c.t.bind(c,32768,23)),"next/dist/client/components/builtin/unauthorized.js"]}]}.children,J=["/Users/yilialu/Developer/simple-skill-manager-public/src/app/mcp/page.tsx"],K={require:c,loadChunk:()=>Promise.resolve()},L=new d.AppPageRouteModule({definition:{kind:e.RouteKind.APP_PAGE,page:"/mcp/page",pathname:"/mcp",bundlePath:"",filename:"",appPaths:[]},userland:{loaderTree:I},distDir:".next",relativeProjectDir:""});async function M(a,b,d){var D;let H="/mcp/page";"/index"===H&&(H="/");let N=(0,h.getRequestMeta)(a,"postponed"),O=(0,h.getRequestMeta)(a,"minimalMode"),P=await L.prepare(a,b,{srcPage:H,multiZoneDraftMode:!1});if(!P)return b.statusCode=400,b.end("Bad Request"),null==d.waitUntil||d.waitUntil.call(d,Promise.resolve()),null;let{buildId:Q,query:R,params:S,parsedUrl:T,pageIsDynamic:U,buildManifest:V,nextFontManifest:W,reactLoadableManifest:X,serverActionsManifest:Y,clientReferenceManifest:Z,subresourceIntegrityManifest:$,prerenderManifest:_,isDraftMode:aa,resolvedPathname:ab,revalidateOnlyGenerated:ac,routerServerContext:ad,nextConfig:ae,interceptionRoutePatterns:af}=P,ag=T.pathname||"/",ah=(0,s.normalizeAppPath)(H),{isOnDemandRevalidate:ai}=P,aj=L.match(ag,_),ak=!!_.routes[ab],al=!!(aj||ak||_.routes[ah]),am=a.headers["user-agent"]||"",an=(0,v.getBotType)(am),ao=(0,q.isHtmlBotRequest)(a),ap=(0,h.getRequestMeta)(a,"isPrefetchRSCRequest")??"1"===a.headers[u.NEXT_ROUTER_PREFETCH_HEADER],aq=(0,h.getRequestMeta)(a,"isRSCRequest")??(0,n.f)(a.headers[u.RSC_HEADER]),ar=(0,t.getIsPossibleServerAction)(a),as=(0,m.checkIsAppPPREnabled)(ae.experimental.ppr)&&(null==(D=_.routes[ah]??_.dynamicRoutes[ah])?void 0:D.renderingMode)==="PARTIALLY_STATIC",at=!1,au=!1,av=as?N:void 0,aw=as&&aq&&!ap,ax=(0,h.getRequestMeta)(a,"segmentPrefetchRSCRequest"),ay=!am||(0,q.shouldServeStreamingMetadata)(am,ae.htmlLimitedBots);ao&&as&&(al=!1,ay=!1);let az=!0===L.isDev||!al||"string"==typeof N||aw,aA=ao&&as,aB=null;aa||!al||az||ar||av||aw||(aB=ab);let aC=aB;!aC&&L.isDev&&(aC=ab),L.isDev||aa||!al||!aq||aw||(0,k.d)(a.headers);let aD={...F,tree:I,pages:J,GlobalError:E(),handler:M,routeModule:L,__next_app__:K};Y&&Z&&(0,p.setReferenceManifestsSingleton)({page:H,clientReferenceManifest:Z,serverActionsManifest:Y,serverModuleMap:(0,r.createServerModuleMap)({serverActionsManifest:Y})});let aE=a.method||"GET",aF=(0,g.getTracer)(),aG=aF.getActiveScopeSpan();try{let f=L.getVaryHeader(ab,af);b.setHeader("Vary",f);let k=async(c,d)=>{let e=new l.NodeNextRequest(a),f=new l.NodeNextResponse(b);return L.render(e,f,d).finally(()=>{if(!c)return;c.setAttributes({"http.status_code":b.statusCode,"next.rsc":!1});let d=aF.getRootSpanAttributes();if(!d)return;if(d.get("next.span_type")!==i.BaseServerSpan.handleRequest)return void console.warn(`Unexpected root span type '${d.get("next.span_type")}'. Please report this Next.js issue https://github.com/vercel/next.js`);let e=d.get("next.route");if(e){let a=`${aE} ${e}`;c.setAttributes({"next.route":e,"http.route":e,"next.span_name":a}),c.updateName(a)}else c.updateName(`${aE} ${a.url}`)})},m=async({span:e,postponed:f,fallbackRouteParams:g})=>{let i={query:R,params:S,page:ah,sharedContext:{buildId:Q},serverComponentsHmrCache:(0,h.getRequestMeta)(a,"serverComponentsHmrCache"),fallbackRouteParams:g,renderOpts:{App:()=>null,Document:()=>null,pageConfig:{},ComponentMod:aD,Component:(0,j.T)(aD),params:S,routeModule:L,page:H,postponed:f,shouldWaitOnAllReady:aA,serveStreamingMetadata:ay,supportsDynamicResponse:"string"==typeof f||az,buildManifest:V,nextFontManifest:W,reactLoadableManifest:X,subresourceIntegrityManifest:$,serverActionsManifest:Y,clientReferenceManifest:Z,setIsrStatus:null==ad?void 0:ad.setIsrStatus,dir:c(33873).join(process.cwd(),L.relativeProjectDir),isDraftMode:aa,isRevalidate:al&&!f&&!aw,botType:an,isOnDemandRevalidate:ai,isPossibleServerAction:ar,assetPrefix:ae.assetPrefix,nextConfigOutput:ae.output,crossOrigin:ae.crossOrigin,trailingSlash:ae.trailingSlash,previewProps:_.preview,deploymentId:ae.deploymentId,enableTainting:ae.experimental.taint,htmlLimitedBots:ae.htmlLimitedBots,devtoolSegmentExplorer:ae.experimental.devtoolSegmentExplorer,reactMaxHeadersLength:ae.reactMaxHeadersLength,multiZoneDraftMode:!1,incrementalCache:(0,h.getRequestMeta)(a,"incrementalCache"),cacheLifeProfiles:ae.experimental.cacheLife,basePath:ae.basePath,serverActions:ae.experimental.serverActions,...at?{nextExport:!0,supportsDynamicResponse:!1,isStaticGeneration:!0,isRevalidate:!0,isDebugDynamicAccesses:at}:{},experimental:{isRoutePPREnabled:as,expireTime:ae.expireTime,staleTimes:ae.experimental.staleTimes,cacheComponents:!!ae.experimental.cacheComponents,clientSegmentCache:!!ae.experimental.clientSegmentCache,clientParamParsing:!!ae.experimental.clientParamParsing,dynamicOnHover:!!ae.experimental.dynamicOnHover,inlineCss:!!ae.experimental.inlineCss,authInterrupts:!!ae.experimental.authInterrupts,clientTraceMetadata:ae.experimental.clientTraceMetadata||[]},waitUntil:d.waitUntil,onClose:a=>{b.on("close",a)},onAfterTaskError:()=>{},onInstrumentationRequestError:(b,c,d)=>L.onRequestError(a,b,d,ad),err:(0,h.getRequestMeta)(a,"invokeError"),dev:L.isDev}},l=await k(e,i),{metadata:m}=l,{cacheControl:n,headers:o={},fetchTags:p}=m;if(p&&(o[z.NEXT_CACHE_TAGS_HEADER]=p),a.fetchMetrics=m.fetchMetrics,al&&(null==n?void 0:n.revalidate)===0&&!L.isDev&&!as){let a=m.staticBailoutInfo,b=Object.defineProperty(Error(`Page changed from static to dynamic at runtime ${ab}${(null==a?void 0:a.description)?`, reason: ${a.description}`:""}
2
+ see more here https://nextjs.org/docs/messages/app-static-to-dynamic-error`),"__NEXT_ERROR_CODE",{value:"E132",enumerable:!1,configurable:!0});if(null==a?void 0:a.stack){let c=a.stack;b.stack=b.message+c.substring(c.indexOf("\n"))}throw b}return{value:{kind:w.CachedRouteKind.APP_PAGE,html:l,headers:o,rscData:m.flightData,postponed:m.postponed,status:m.statusCode,segmentData:m.segmentData},cacheControl:n}},n=async({hasResolved:c,previousCacheEntry:f,isRevalidating:g,span:i})=>{let j,k=!1===L.isDev,l=c||b.writableEnded;if(ai&&ac&&!f&&!O)return(null==ad?void 0:ad.render404)?await ad.render404(a,b):(b.statusCode=404,b.end("This page could not be found")),null;if(aj&&(j=(0,x.parseFallbackField)(aj.fallback)),j===x.FallbackMode.PRERENDER&&(0,v.isBot)(am)&&(!as||ao)&&(j=x.FallbackMode.BLOCKING_STATIC_RENDER),(null==f?void 0:f.isStale)===-1&&(ai=!0),ai&&(j!==x.FallbackMode.NOT_FOUND||f)&&(j=x.FallbackMode.BLOCKING_STATIC_RENDER),!O&&j!==x.FallbackMode.BLOCKING_STATIC_RENDER&&aC&&!l&&!aa&&U&&(k||!ak)){let b;if((k||aj)&&j===x.FallbackMode.NOT_FOUND)throw new C.NoFallbackError;if(as&&!aq){let c="string"==typeof(null==aj?void 0:aj.fallback)?aj.fallback:k?ah:null;if(b=await L.handleResponse({cacheKey:c,req:a,nextConfig:ae,routeKind:e.RouteKind.APP_PAGE,isFallback:!0,prerenderManifest:_,isRoutePPREnabled:as,responseGenerator:async()=>m({span:i,postponed:void 0,fallbackRouteParams:k||au?(0,o.u)(ah):null}),waitUntil:d.waitUntil}),null===b)return null;if(b)return delete b.cacheControl,b}}let n=ai||g||!av?void 0:av;if(at&&void 0!==n)return{cacheControl:{revalidate:1,expire:void 0},value:{kind:w.CachedRouteKind.PAGES,html:y.default.EMPTY,pageData:{},headers:void 0,status:void 0}};let p=U&&as&&((0,h.getRequestMeta)(a,"renderFallbackShell")||au)?(0,o.u)(ag):null;return m({span:i,postponed:n,fallbackRouteParams:p})},p=async c=>{var f,g,i,j,k;let l,o=await L.handleResponse({cacheKey:aB,responseGenerator:a=>n({span:c,...a}),routeKind:e.RouteKind.APP_PAGE,isOnDemandRevalidate:ai,isRoutePPREnabled:as,req:a,nextConfig:ae,prerenderManifest:_,waitUntil:d.waitUntil});if(aa&&b.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate"),L.isDev&&b.setHeader("Cache-Control","no-store, must-revalidate"),!o){if(aB)throw Object.defineProperty(Error("invariant: cache entry required but not generated"),"__NEXT_ERROR_CODE",{value:"E62",enumerable:!1,configurable:!0});return null}if((null==(f=o.value)?void 0:f.kind)!==w.CachedRouteKind.APP_PAGE)throw Object.defineProperty(Error(`Invariant app-page handler received invalid cache entry ${null==(i=o.value)?void 0:i.kind}`),"__NEXT_ERROR_CODE",{value:"E707",enumerable:!1,configurable:!0});let p="string"==typeof o.value.postponed;al&&!aw&&(!p||ap)&&(O||b.setHeader("x-nextjs-cache",ai?"REVALIDATED":o.isMiss?"MISS":o.isStale?"STALE":"HIT"),b.setHeader(u.NEXT_IS_PRERENDER_HEADER,"1"));let{value:q}=o;if(av)l={revalidate:0,expire:void 0};else if(O&&aq&&!ap&&as)l={revalidate:0,expire:void 0};else if(!L.isDev)if(aa)l={revalidate:0,expire:void 0};else if(al){if(o.cacheControl)if("number"==typeof o.cacheControl.revalidate){if(o.cacheControl.revalidate<1)throw Object.defineProperty(Error(`Invalid revalidate configuration provided: ${o.cacheControl.revalidate} < 1`),"__NEXT_ERROR_CODE",{value:"E22",enumerable:!1,configurable:!0});l={revalidate:o.cacheControl.revalidate,expire:(null==(j=o.cacheControl)?void 0:j.expire)??ae.expireTime}}else l={revalidate:z.CACHE_ONE_YEAR,expire:void 0}}else b.getHeader("Cache-Control")||(l={revalidate:0,expire:void 0});if(o.cacheControl=l,"string"==typeof ax&&(null==q?void 0:q.kind)===w.CachedRouteKind.APP_PAGE&&q.segmentData){b.setHeader(u.NEXT_DID_POSTPONE_HEADER,"2");let c=null==(k=q.headers)?void 0:k[z.NEXT_CACHE_TAGS_HEADER];O&&al&&c&&"string"==typeof c&&b.setHeader(z.NEXT_CACHE_TAGS_HEADER,c);let d=q.segmentData.get(ax);return void 0!==d?(0,B.sendRenderResult)({req:a,res:b,generateEtags:ae.generateEtags,poweredByHeader:ae.poweredByHeader,result:y.default.fromStatic(d,u.RSC_CONTENT_TYPE_HEADER),cacheControl:o.cacheControl}):(b.statusCode=204,(0,B.sendRenderResult)({req:a,res:b,generateEtags:ae.generateEtags,poweredByHeader:ae.poweredByHeader,result:y.default.EMPTY,cacheControl:o.cacheControl}))}let r=(0,h.getRequestMeta)(a,"onCacheEntry");if(r&&await r({...o,value:{...o.value,kind:"PAGE"}},{url:(0,h.getRequestMeta)(a,"initURL")}))return null;if(p&&av)throw Object.defineProperty(Error("Invariant: postponed state should not be present on a resume request"),"__NEXT_ERROR_CODE",{value:"E396",enumerable:!1,configurable:!0});if(q.headers){let a={...q.headers};for(let[c,d]of(O&&al||delete a[z.NEXT_CACHE_TAGS_HEADER],Object.entries(a)))if(void 0!==d)if(Array.isArray(d))for(let a of d)b.appendHeader(c,a);else"number"==typeof d&&(d=d.toString()),b.appendHeader(c,d)}let s=null==(g=q.headers)?void 0:g[z.NEXT_CACHE_TAGS_HEADER];if(O&&al&&s&&"string"==typeof s&&b.setHeader(z.NEXT_CACHE_TAGS_HEADER,s),!q.status||aq&&as||(b.statusCode=q.status),!O&&q.status&&G.RedirectStatusCode[q.status]&&aq&&(b.statusCode=200),p&&b.setHeader(u.NEXT_DID_POSTPONE_HEADER,"1"),aq&&!aa){if(void 0===q.rscData){if(q.postponed)throw Object.defineProperty(Error("Invariant: Expected postponed to be undefined"),"__NEXT_ERROR_CODE",{value:"E372",enumerable:!1,configurable:!0});return(0,B.sendRenderResult)({req:a,res:b,generateEtags:ae.generateEtags,poweredByHeader:ae.poweredByHeader,result:q.html,cacheControl:aw?{revalidate:0,expire:void 0}:o.cacheControl})}return(0,B.sendRenderResult)({req:a,res:b,generateEtags:ae.generateEtags,poweredByHeader:ae.poweredByHeader,result:y.default.fromStatic(q.rscData,u.RSC_CONTENT_TYPE_HEADER),cacheControl:o.cacheControl})}let t=q.html;if(!p||O||aq)return(0,B.sendRenderResult)({req:a,res:b,generateEtags:ae.generateEtags,poweredByHeader:ae.poweredByHeader,result:t,cacheControl:o.cacheControl});if(at)return t.push(new ReadableStream({start(a){a.enqueue(A.ENCODED_TAGS.CLOSED.BODY_AND_HTML),a.close()}})),(0,B.sendRenderResult)({req:a,res:b,generateEtags:ae.generateEtags,poweredByHeader:ae.poweredByHeader,result:t,cacheControl:{revalidate:0,expire:void 0}});let v=new TransformStream;return t.push(v.readable),m({span:c,postponed:q.postponed,fallbackRouteParams:null}).then(async a=>{var b,c;if(!a)throw Object.defineProperty(Error("Invariant: expected a result to be returned"),"__NEXT_ERROR_CODE",{value:"E463",enumerable:!1,configurable:!0});if((null==(b=a.value)?void 0:b.kind)!==w.CachedRouteKind.APP_PAGE)throw Object.defineProperty(Error(`Invariant: expected a page response, got ${null==(c=a.value)?void 0:c.kind}`),"__NEXT_ERROR_CODE",{value:"E305",enumerable:!1,configurable:!0});await a.value.html.pipeTo(v.writable)}).catch(a=>{v.writable.abort(a).catch(a=>{console.error("couldn't abort transformer",a)})}),(0,B.sendRenderResult)({req:a,res:b,generateEtags:ae.generateEtags,poweredByHeader:ae.poweredByHeader,result:t,cacheControl:{revalidate:0,expire:void 0}})};if(!aG)return await aF.withPropagatedContext(a.headers,()=>aF.trace(i.BaseServerSpan.handleRequest,{spanName:`${aE} ${a.url}`,kind:g.SpanKind.SERVER,attributes:{"http.method":aE,"http.target":a.url}},p));await p(aG)}catch(b){throw b instanceof C.NoFallbackError||await L.onRequestError(a,b,{routerKind:"App Router",routePath:H,routeType:"render",revalidateReason:(0,f.c)({isRevalidate:al,isOnDemandRevalidate:ai})},ad),b}}},33873:a=>{"use strict";a.exports=require("path")},41025:a=>{"use strict";a.exports=require("next/dist/server/app-render/dynamic-access-async-storage.external.js")},45884:(a,b,c)=>{Promise.resolve().then(c.bind(c,51016))},51016:(a,b,c)=>{"use strict";c.r(b),c.d(b,{default:()=>d});let d=(0,c(97954).registerClientReference)(function(){throw Error("Attempted to call the default export of \"/Users/yilialu/Developer/simple-skill-manager-public/src/app/mcp/page.tsx\" from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"/Users/yilialu/Developer/simple-skill-manager-public/src/app/mcp/page.tsx","default")},63033:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-unit-async-storage.external.js")},76442:(a,b,c)=>{"use strict";c.r(b),c.d(b,{default:()=>i});var d=c(21124),e=c(38301),f=c(55503),g=c(99844),h=c(2803);function i(){let{t:a}=(0,g.u)(),[b,c]=(0,e.useState)("agent"),[i,k]=(0,e.useState)(""),{data:l,error:m,isLoading:n,mutate:o}=(0,f.gt)(i),p=l??[],q=(0,e.useMemo)(()=>{let a=new Map;for(let b of p)for(let c of b.servers){let d=c.name,e=a.get(d);e?e.agents.push(b.label):a.set(d,{server:c,agents:[b.label]})}return[...a.values()]},[p]);return(0,d.jsxs)("div",{className:"flex flex-col gap-5",children:[(0,d.jsxs)("header",{className:"flex items-center justify-between",children:[(0,d.jsxs)("div",{children:[(0,d.jsxs)("h1",{className:"text-2xl font-extrabold text-ink-header",children:["\uD83D\uDD0C ",a("nav_mcp")]}),(0,d.jsx)("p",{className:"mt-1 text-sm text-ink-secondary",children:a("mcp_readonly")})]}),(0,d.jsx)("div",{className:"flex gap-1 rounded-pill border-2 border-line/40 bg-content p-1",children:["agent","server"].map(e=>(0,d.jsx)("button",{onClick:()=>c(e),className:"rounded-pill px-4 py-1.5 text-sm font-bold transition-colors "+(b===e?"bg-mint text-white":"text-ink-secondary"),children:"agent"===e?a("mcp_by_agent"):a("mcp_by_server")},e))})]}),m?(0,d.jsx)(h.W5,{message:m.message,onRetry:()=>o()}):n?(0,d.jsx)(h.y$,{}):"agent"===b?(0,d.jsx)("div",{className:"flex flex-col gap-5",children:p.map(b=>(0,d.jsxs)("div",{className:"flex flex-col gap-3",children:[(0,d.jsxs)("div",{className:"flex flex-wrap items-center gap-2",children:[(0,d.jsx)("h2",{className:"text-lg font-extrabold text-ink-header",children:b.label}),(0,d.jsx)("span",{className:"break-all font-mono text-xs text-ink-disabled",children:b.configPath}),b.format&&(0,d.jsx)("span",{className:"badge bg-stone-100 text-ink-muted",children:b.format})]}),b.exists?b.error?(0,d.jsxs)("p",{className:"text-sm text-status-error-active",children:["⚠️ ",b.error]}):0===b.servers.length?(0,d.jsx)("p",{className:"text-sm text-ink-disabled",children:"β€”"}):(0,d.jsx)("div",{className:"grid grid-cols-1 gap-3 md:grid-cols-2",children:b.servers.map(a=>(0,d.jsx)(j,{server:a,revealed:i===`${b.agentId}:${a.name}`,onToggleReveal:()=>k(c=>c===`${b.agentId}:${a.name}`?"":`${b.agentId}:${a.name}`)},`${b.agentId}:${a.name}`))}):(0,d.jsx)("p",{className:"text-sm text-ink-disabled",children:a("mcp_no_config")})]},b.agentId))}):0===q.length?(0,d.jsx)(h.pp,{text:a("mcp_no_config")}):(0,d.jsx)("div",{className:"grid grid-cols-1 gap-3 md:grid-cols-2",children:q.map(({server:a,agents:b})=>(0,d.jsxs)("div",{className:"card",children:[(0,d.jsx)("h3",{className:"text-base font-extrabold text-ink-header",children:a.name}),(0,d.jsxs)("p",{className:"mt-1 font-mono text-xs text-ink-muted",children:[a.command," ",a.args.join(" ")]}),(0,d.jsx)("div",{className:"mt-2 flex flex-wrap gap-1.5",children:b.map(a=>(0,d.jsx)("span",{className:"badge bg-mint-light text-mint-active",children:a},a))})]},a.name))})]})}function j({server:a,revealed:b,onToggleReveal:c}){let{t:e}=(0,g.u)(),f=Object.keys(a.env);return(0,d.jsxs)("div",{className:"card flex flex-col gap-2",children:[(0,d.jsxs)("div",{className:"flex items-center justify-between",children:[(0,d.jsx)("h3",{className:"text-base font-extrabold text-ink-header",children:a.name}),!a.enabled&&(0,d.jsx)("span",{className:"badge bg-stone-100 text-ink-muted",children:e("mcp_disabled")})]}),(0,d.jsxs)("p",{className:"font-mono text-xs text-ink-muted",children:[a.command," ",a.args.join(" ")]}),f.length>0&&(0,d.jsxs)("div",{className:"rounded-bubble bg-white/60 p-2",children:[(0,d.jsxs)("div",{className:"mb-1 flex items-center justify-between",children:[(0,d.jsx)("span",{className:"text-xs font-bold text-ink-secondary",children:"env"}),(0,d.jsx)("button",{onClick:c,className:"text-xs font-bold text-mint-active hover:underline",children:b?`πŸ™ˆ ${e("act_hide")}`:`πŸ‘ ${e("act_reveal")}`})]}),f.map(c=>(0,d.jsxs)("div",{className:"font-mono text-[11px] text-ink-body",children:[(0,d.jsx)("span",{className:"text-ink-muted",children:c}),"=",(0,d.jsx)("span",{className:b?"text-status-error-active":"",children:a.env[c]})]},c))]})]})}},86439:a=>{"use strict";a.exports=require("next/dist/shared/lib/no-fallback-error.external")}};var b=require("../../webpack-runtime.js");b.C(a);var c=b.X(0,[331,783,416],()=>b(b.s=33337));module.exports=c})();
@@ -0,0 +1 @@
1
+ {"version":1,"files":["../../../../node_modules/next/dist/client/components/app-router-headers.js","../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js","../../../../node_modules/next/dist/lib/client-and-server-references.js","../../../../node_modules/next/dist/lib/constants.js","../../../../node_modules/next/dist/lib/interop-default.js","../../../../node_modules/next/dist/lib/is-error.js","../../../../node_modules/next/dist/lib/semver-noop.js","../../../../node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/async-local-storage.js","../../../../node_modules/next/dist/server/app-render/cache-signal.js","../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../node_modules/next/dist/server/lib/cache-handlers/default.external.js","../../../../node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../node_modules/next/dist/server/lib/lru-cache.js","../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../node_modules/next/dist/server/lib/trace/constants.js","../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../node_modules/next/dist/server/load-manifest.external.js","../../../../node_modules/next/dist/server/response-cache/types.js","../../../../node_modules/next/dist/shared/lib/deep-freeze.js","../../../../node_modules/next/dist/shared/lib/invariant-error.js","../../../../node_modules/next/dist/shared/lib/is-plain-object.js","../../../../node_modules/next/dist/shared/lib/is-thenable.js","../../../../node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","../../../../node_modules/next/dist/shared/lib/router/utils/app-paths.js","../../../../node_modules/next/dist/shared/lib/router/utils/html-bots.js","../../../../node_modules/next/dist/shared/lib/router/utils/is-bot.js","../../../../node_modules/next/dist/shared/lib/segment.js","../../../../node_modules/next/dist/shared/lib/server-reference-info.js","../../../../node_modules/next/package.json","../../../package.json","../../chunks/331.js","../../chunks/416.js","../../chunks/783.js","../../webpack-runtime.js","page_client-reference-manifest.js"]}
@@ -0,0 +1 @@
1
+ globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/mcp/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"621":{"*":{"id":"10213","name":"*","chunks":[],"async":false}},"622":{"*":{"id":"82146","name":"*","chunks":[],"async":false}},"960":{"*":{"id":"96908","name":"*","chunks":[],"async":false}},"1959":{"*":{"id":"31603","name":"*","chunks":[],"async":false}},"2896":{"*":{"id":"53943","name":"*","chunks":[],"async":false}},"3014":{"*":{"id":"50324","name":"*","chunks":[],"async":false}},"3886":{"*":{"id":"75170","name":"*","chunks":[],"async":false}},"4431":{"*":{"id":"12263","name":"*","chunks":[],"async":false}},"5051":{"*":{"id":"44237","name":"*","chunks":[],"async":false}},"5119":{"*":{"id":"1","name":"*","chunks":[],"async":false}},"5278":{"*":{"id":"78922","name":"*","chunks":[],"async":false}},"6199":{"*":{"id":"79120","name":"*","chunks":[],"async":false}},"6588":{"*":{"id":"53367","name":"*","chunks":[],"async":false}},"7150":{"*":{"id":"54160","name":"*","chunks":[],"async":false}},"7989":{"*":{"id":"68495","name":"*","chunks":[],"async":false}},"8459":{"*":{"id":"99844","name":"*","chunks":[],"async":false}},"8708":{"*":{"id":"56186","name":"*","chunks":[],"async":false}},"8772":{"*":{"id":"76442","name":"*","chunks":[],"async":false}},"8924":{"*":{"id":"29234","name":"*","chunks":[],"async":false}},"9766":{"*":{"id":"77526","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/yilialu/Developer/simple-skill-manager-public/node_modules/next/dist/client/components/builtin/global-error.js":{"id":7150,"name":"*","chunks":[],"async":false},"/Users/yilialu/Developer/simple-skill-manager-public/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":7150,"name":"*","chunks":[],"async":false},"/Users/yilialu/Developer/simple-skill-manager-public/node_modules/next/dist/client/components/client-page.js":{"id":1959,"name":"*","chunks":[],"async":false},"/Users/yilialu/Developer/simple-skill-manager-public/node_modules/next/dist/esm/client/components/client-page.js":{"id":1959,"name":"*","chunks":[],"async":false},"/Users/yilialu/Developer/simple-skill-manager-public/node_modules/next/dist/client/components/client-segment.js":{"id":7989,"name":"*","chunks":[],"async":false},"/Users/yilialu/Developer/simple-skill-manager-public/node_modules/next/dist/esm/client/components/client-segment.js":{"id":7989,"name":"*","chunks":[],"async":false},"/Users/yilialu/Developer/simple-skill-manager-public/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":3886,"name":"*","chunks":[],"async":false},"/Users/yilialu/Developer/simple-skill-manager-public/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":3886,"name":"*","chunks":[],"async":false},"/Users/yilialu/Developer/simple-skill-manager-public/node_modules/next/dist/client/components/layout-router.js":{"id":9766,"name":"*","chunks":[],"async":false},"/Users/yilialu/Developer/simple-skill-manager-public/node_modules/next/dist/esm/client/components/layout-router.js":{"id":9766,"name":"*","chunks":[],"async":false},"/Users/yilialu/Developer/simple-skill-manager-public/node_modules/next/dist/client/components/metadata/async-metadata.js":{"id":5278,"name":"*","chunks":[],"async":false},"/Users/yilialu/Developer/simple-skill-manager-public/node_modules/next/dist/esm/client/components/metadata/async-metadata.js":{"id":5278,"name":"*","chunks":[],"async":false},"/Users/yilialu/Developer/simple-skill-manager-public/node_modules/next/dist/client/components/render-from-template-context.js":{"id":8924,"name":"*","chunks":[],"async":false},"/Users/yilialu/Developer/simple-skill-manager-public/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":8924,"name":"*","chunks":[],"async":false},"/Users/yilialu/Developer/simple-skill-manager-public/node_modules/next/dist/lib/framework/boundary-components.js":{"id":4431,"name":"*","chunks":[],"async":false},"/Users/yilialu/Developer/simple-skill-manager-public/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":4431,"name":"*","chunks":[],"async":false},"/Users/yilialu/Developer/simple-skill-manager-public/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":622,"name":"*","chunks":[],"async":false},"/Users/yilialu/Developer/simple-skill-manager-public/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":622,"name":"*","chunks":[],"async":false},"/Users/yilialu/Developer/simple-skill-manager-public/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Nunito\",\"arguments\":[{\"subsets\":[\"latin\"],\"weight\":[\"400\",\"500\",\"600\",\"700\",\"800\",\"900\"],\"variable\":\"--font-nunito\"}],\"variableName\":\"nunito\"}":{"id":2037,"name":"*","chunks":["229","static/chunks/229-80088ec0a56bae01.js","619","static/chunks/619-ba102abea3e3d0e4.js","969","static/chunks/969-cb9152dc8c78f0c1.js","177","static/chunks/app/layout-43f8d3b177484c28.js"],"async":false},"/Users/yilialu/Developer/simple-skill-manager-public/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Noto_Sans_SC\",\"arguments\":[{\"subsets\":[\"latin\"],\"weight\":[\"400\",\"500\",\"700\"],\"variable\":\"--font-noto\"}],\"variableName\":\"noto\"}":{"id":2972,"name":"*","chunks":["229","static/chunks/229-80088ec0a56bae01.js","619","static/chunks/619-ba102abea3e3d0e4.js","969","static/chunks/969-cb9152dc8c78f0c1.js","177","static/chunks/app/layout-43f8d3b177484c28.js"],"async":false},"/Users/yilialu/Developer/simple-skill-manager-public/src/app/globals.css":{"id":3673,"name":"*","chunks":["229","static/chunks/229-80088ec0a56bae01.js","619","static/chunks/619-ba102abea3e3d0e4.js","969","static/chunks/969-cb9152dc8c78f0c1.js","177","static/chunks/app/layout-43f8d3b177484c28.js"],"async":false},"/Users/yilialu/Developer/simple-skill-manager-public/src/components/LangProvider.tsx":{"id":8459,"name":"*","chunks":["229","static/chunks/229-80088ec0a56bae01.js","619","static/chunks/619-ba102abea3e3d0e4.js","969","static/chunks/969-cb9152dc8c78f0c1.js","177","static/chunks/app/layout-43f8d3b177484c28.js"],"async":false},"/Users/yilialu/Developer/simple-skill-manager-public/src/components/SafetyBanner.tsx":{"id":621,"name":"*","chunks":["229","static/chunks/229-80088ec0a56bae01.js","619","static/chunks/619-ba102abea3e3d0e4.js","969","static/chunks/969-cb9152dc8c78f0c1.js","177","static/chunks/app/layout-43f8d3b177484c28.js"],"async":false},"/Users/yilialu/Developer/simple-skill-manager-public/src/components/Sidebar.tsx":{"id":5051,"name":"*","chunks":["229","static/chunks/229-80088ec0a56bae01.js","619","static/chunks/619-ba102abea3e3d0e4.js","969","static/chunks/969-cb9152dc8c78f0c1.js","177","static/chunks/app/layout-43f8d3b177484c28.js"],"async":false},"/Users/yilialu/Developer/simple-skill-manager-public/src/components/Toast.tsx":{"id":3014,"name":"*","chunks":["229","static/chunks/229-80088ec0a56bae01.js","619","static/chunks/619-ba102abea3e3d0e4.js","969","static/chunks/969-cb9152dc8c78f0c1.js","177","static/chunks/app/layout-43f8d3b177484c28.js"],"async":false},"/Users/yilialu/Developer/simple-skill-manager-public/src/app/error.tsx":{"id":960,"name":"*","chunks":["39","static/chunks/app/error-12b42e5b1c0976b7.js"],"async":false},"/Users/yilialu/Developer/simple-skill-manager-public/src/app/discover/page.tsx":{"id":6588,"name":"*","chunks":[],"async":false},"/Users/yilialu/Developer/simple-skill-manager-public/src/app/mcp/page.tsx":{"id":8772,"name":"*","chunks":["229","static/chunks/229-80088ec0a56bae01.js","969","static/chunks/969-cb9152dc8c78f0c1.js","313","static/chunks/app/mcp/page-28d0ccbed66b84bf.js"],"async":false},"/Users/yilialu/Developer/simple-skill-manager-public/src/app/marketplace/page.tsx":{"id":5119,"name":"*","chunks":[],"async":false},"/Users/yilialu/Developer/simple-skill-manager-public/src/app/library/page.tsx":{"id":6199,"name":"*","chunks":[],"async":false},"/Users/yilialu/Developer/simple-skill-manager-public/src/app/settings/page.tsx":{"id":2896,"name":"*","chunks":[],"async":false},"/Users/yilialu/Developer/simple-skill-manager-public/src/app/workspace/[agentId]/page.tsx":{"id":8708,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/Users/yilialu/Developer/simple-skill-manager-public/src/":[],"/Users/yilialu/Developer/simple-skill-manager-public/src/app/layout":[{"inlined":false,"path":"static/css/d5086ad7fdf3aa55.css"},{"inlined":false,"path":"static/css/80f1dbaf54d7087e.css"},{"inlined":false,"path":"static/css/b74ab9576f703ea0.css"}],"/Users/yilialu/Developer/simple-skill-manager-public/src/app/error":[],"/Users/yilialu/Developer/simple-skill-manager-public/src/app/page":[],"/Users/yilialu/Developer/simple-skill-manager-public/src/app/mcp/page":[]},"rscModuleMapping":{"621":{"*":{"id":"50611","name":"*","chunks":[],"async":false}},"622":{"*":{"id":"51384","name":"*","chunks":[],"async":false}},"960":{"*":{"id":"5682","name":"*","chunks":[],"async":false}},"1959":{"*":{"id":"23597","name":"*","chunks":[],"async":false}},"2896":{"*":{"id":"85431","name":"*","chunks":[],"async":false}},"3014":{"*":{"id":"77078","name":"*","chunks":[],"async":false}},"3673":{"*":{"id":"61135","name":"*","chunks":[],"async":false}},"3886":{"*":{"id":"89748","name":"*","chunks":[],"async":false}},"4431":{"*":{"id":"73041","name":"*","chunks":[],"async":false}},"5051":{"*":{"id":"87907","name":"*","chunks":[],"async":false}},"5119":{"*":{"id":"56063","name":"*","chunks":[],"async":false}},"5278":{"*":{"id":"7184","name":"*","chunks":[],"async":false}},"6199":{"*":{"id":"53375","name":"*","chunks":[],"async":false}},"6588":{"*":{"id":"97941","name":"*","chunks":[],"async":false}},"7150":{"*":{"id":"81170","name":"*","chunks":[],"async":false}},"7989":{"*":{"id":"36893","name":"*","chunks":[],"async":false}},"8459":{"*":{"id":"55552","name":"*","chunks":[],"async":false}},"8708":{"*":{"id":"96628","name":"*","chunks":[],"async":false}},"8772":{"*":{"id":"51016","name":"*","chunks":[],"async":false}},"8924":{"*":{"id":"69576","name":"*","chunks":[],"async":false}},"9766":{"*":{"id":"6060","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}}
@@ -0,0 +1 @@
1
+ <!DOCTYPE html><!--cr2XlaJXTckSW820Nw36M--><html lang="en" class="__variable_3cd16e __variable_ddb438"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" href="/_next/static/media/edef1a271f97a8ec-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="preload" href="/_next/static/media/ee40bb094c99a29a-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="stylesheet" href="/_next/static/css/d5086ad7fdf3aa55.css" data-precedence="next"/><link rel="stylesheet" href="/_next/static/css/80f1dbaf54d7087e.css" data-precedence="next"/><link rel="stylesheet" href="/_next/static/css/b74ab9576f703ea0.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-94bcbc314710e256.js"/><script src="/_next/static/chunks/4bd1b696-c023c6e3521b1417.js" async=""></script><script src="/_next/static/chunks/255-98a0bdaa30757bda.js" async=""></script><script src="/_next/static/chunks/main-app-99c543bad473411d.js" async=""></script><script src="/_next/static/chunks/229-80088ec0a56bae01.js" async=""></script><script src="/_next/static/chunks/619-ba102abea3e3d0e4.js" async=""></script><script src="/_next/static/chunks/969-cb9152dc8c78f0c1.js" async=""></script><script src="/_next/static/chunks/app/layout-43f8d3b177484c28.js" async=""></script><script src="/_next/static/chunks/app/error-12b42e5b1c0976b7.js" async=""></script><script src="/_next/static/chunks/app/mcp/page-28d0ccbed66b84bf.js" async=""></script><meta name="next-size-adjust" content=""/><title>Skill Manager</title><meta name="description" content="Corral skills across your AI tools"/><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body><div hidden=""><!--$--><!--/$--></div><div class="flex h-screen overflow-hidden"><aside class="flex w-64 shrink-0 flex-col gap-2 border-r-2 border-line/30 bg-content/60 p-4"><div class="mb-2 px-2"><div class="flex items-center gap-2 text-ink-header"><span class="text-2xl">🏝️</span><span class="text-lg font-extrabold">Skill Manager</span></div><p class="mt-1 text-xs leading-snug text-ink-secondary">Corral skills scattered across your AI tools into one clean list</p></div><nav class="flex flex-col gap-1"><a class="flex items-center gap-3 rounded-[12px] px-3 py-2 text-sm font-bold transition-colors text-ink-body hover:bg-mint-light" href="/library"><span>πŸ“š</span>My Library</a><a class="flex items-center gap-3 rounded-[12px] px-3 py-2 text-sm font-bold transition-colors text-ink-body hover:bg-mint-light" href="/discover"><span>πŸ”</span>Discover</a><a class="flex items-center gap-3 rounded-[12px] px-3 py-2 text-sm font-bold transition-colors text-ink-body hover:bg-mint-light" href="/marketplace"><span>πŸ›’</span>Marketplace</a><a class="flex items-center gap-3 rounded-[12px] px-3 py-2 text-sm font-bold transition-colors bg-mint text-white shadow-soft" href="/mcp"><span>πŸ”Œ</span>MCP Overview</a><a class="flex items-center gap-3 rounded-[12px] px-3 py-2 text-sm font-bold transition-colors text-ink-body hover:bg-mint-light" href="/settings"><span>βš™οΈ</span>Settings</a></nav><div class="mt-3 px-2 text-xs font-bold uppercase tracking-wide text-ink-secondary">By Agent</div><nav class="flex flex-col gap-1"><span class="px-3 text-xs text-ink-disabled">No agents detected</span></nav><div class="mt-auto flex items-center justify-center gap-1 rounded-pill border-2 border-line/40 bg-white/60 p-1"><button class="flex-1 rounded-pill px-3 py-1 text-xs font-bold transition-colors text-ink-secondary">δΈ­ζ–‡</button><button class="flex-1 rounded-pill px-3 py-1 text-xs font-bold transition-colors bg-mint text-white">EN</button></div></aside><main class="flex flex-1 flex-col overflow-hidden"><div class="flex-1 overflow-y-auto"><div class="mx-auto max-w-6xl px-8 py-8"><div class="flex flex-col gap-5"><header class="flex items-center justify-between"><div><h1 class="text-2xl font-extrabold text-ink-header">πŸ”Œ <!-- -->MCP Overview</h1><p class="mt-1 text-sm text-ink-secondary">Read-only Β· this tool never edits MCP configs</p></div><div class="flex gap-1 rounded-pill border-2 border-line/40 bg-content p-1"><button class="rounded-pill px-4 py-1.5 text-sm font-bold transition-colors bg-mint text-white">By Agent</button><button class="rounded-pill px-4 py-1.5 text-sm font-bold transition-colors text-ink-secondary">By Server</button></div></header><div class="flex items-center justify-center py-20"><div class="h-8 w-8 animate-spin rounded-full border-[3px] border-line/30 border-t-mint"></div></div></div><!--$--><!--/$--></div></div></main></div><div class="fixed bottom-6 right-6 z-50 flex max-w-sm flex-col gap-2"></div><script src="/_next/static/chunks/webpack-94bcbc314710e256.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[8459,[\"229\",\"static/chunks/229-80088ec0a56bae01.js\",\"619\",\"static/chunks/619-ba102abea3e3d0e4.js\",\"969\",\"static/chunks/969-cb9152dc8c78f0c1.js\",\"177\",\"static/chunks/app/layout-43f8d3b177484c28.js\"],\"LangProvider\"]\n3:I[3014,[\"229\",\"static/chunks/229-80088ec0a56bae01.js\",\"619\",\"static/chunks/619-ba102abea3e3d0e4.js\",\"969\",\"static/chunks/969-cb9152dc8c78f0c1.js\",\"177\",\"static/chunks/app/layout-43f8d3b177484c28.js\"],\"ToastProvider\"]\n4:I[5051,[\"229\",\"static/chunks/229-80088ec0a56bae01.js\",\"619\",\"static/chunks/619-ba102abea3e3d0e4.js\",\"969\",\"static/chunks/969-cb9152dc8c78f0c1.js\",\"177\",\"static/chunks/app/layout-43f8d3b177484c28.js\"],\"Sidebar\"]\n5:I[621,[\"229\",\"static/chunks/229-80088ec0a56bae01.js\",\"619\",\"static/chunks/619-ba102abea3e3d0e4.js\",\"969\",\"static/chunks/969-cb9152dc8c78f0c1.js\",\"177\",\"static/chunks/app/layout-43f8d3b177484c28.js\"],\"SafetyBanner\"]\n6:I[9766,[],\"\"]\n7:I[960,[\"39\",\"static/chunks/app/error-12b42e5b1c0976b7.js\"],\"default\"]\n8:I[8924,[],\"\"]\n9:I[1959,[],\"ClientPageRoot\"]\na:I[8772,[\"229\",\"static/chunks/229-80088ec0a56bae01.js\",\"969\",\"static/chunks/969-cb9152dc8c78f0c1.js\",\"313\",\"static/chunks/app/mcp/page-28d0ccbed66b84bf.js\"],\"default\"]\nd:I[4431,[],\"OutletBoundary\"]\nf:I[5278,[],\"AsyncMetadataOutlet\"]\n11:I[4431,[],\"ViewportBoundary\"]\n13:I[4431,[],\"MetadataBoundary\"]\n14:\"$Sreact.suspense\"\n16:I[7150,[],\"\"]\n:HL[\"/_next/static/media/edef1a271f97a8ec-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/ee40bb094c99a29a-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/css/d5086ad7fdf3aa55.css\",\"style\"]\n:HL[\"/_next/static/css/80f1dbaf54d7087e.css\",\"style\"]\n:HL[\"/_next/static/css/b74ab9576f703ea0.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"cr2XlaJXTckSW820Nw36M\",\"p\":\"\",\"c\":[\"\",\"mcp\"],\"i\":false,\"f\":[[[\"\",{\"children\":[\"mcp\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",true],[\"\",[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/d5086ad7fdf3aa55.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"link\",\"1\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/80f1dbaf54d7087e.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"link\",\"2\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/b74ab9576f703ea0.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"className\":\"__variable_3cd16e __variable_ddb438\",\"children\":[\"$\",\"body\",null,{\"children\":[\"$\",\"$L2\",null,{\"children\":[\"$\",\"$L3\",null,{\"children\":[\"$\",\"div\",null,{\"className\":\"flex h-screen overflow-hidden\",\"children\":[[\"$\",\"$L4\",null,{}],[\"$\",\"main\",null,{\"className\":\"flex flex-1 flex-col overflow-hidden\",\"children\":[[\"$\",\"$L5\",null,{}],[\"$\",\"div\",null,{\"className\":\"flex-1 overflow-y-auto\",\"children\":[\"$\",\"div\",null,{\"className\":\"mx-auto max-w-6xl px-8 py-8\",\"children\":[\"$\",\"$L6\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$7\",\"errorStyles\":[],\"errorScripts\":[],\"template\":[\"$\",\"$L8\",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\":[\"mcp\",[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L6\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L8\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[\"__PAGE__\",[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"$L9\",null,{\"Component\":\"$a\",\"searchParams\":{},\"params\":{},\"promises\":[\"$@b\",\"$@c\"]}],null,[\"$\",\"$Ld\",null,{\"children\":[\"$Le\",[\"$\",\"$Lf\",null,{\"promise\":\"$@10\"}]]}]]}],{},null,false]},null,false]},null,false],[\"$\",\"$1\",\"h\",{\"children\":[null,[[\"$\",\"$L11\",null,{\"children\":\"$L12\"}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]],[\"$\",\"$L13\",null,{\"children\":[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$14\",null,{\"fallback\":null,\"children\":\"$L15\"}]}]}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$16\",[]],\"s\":false,\"S\":true}\n"])</script><script>self.__next_f.push([1,"b:{}\nc:\"$0:f:0:1:2:children:2:children:1:props:children:0:props:params\"\n"])</script><script>self.__next_f.push([1,"12:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\ne:null\n"])</script><script>self.__next_f.push([1,"10:{\"metadata\":[[\"$\",\"title\",\"0\",{\"children\":\"Skill Manager\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Corral skills across your AI tools\"}]],\"error\":null,\"digest\":\"$undefined\"}\n"])</script><script>self.__next_f.push([1,"15:\"$10:metadata\"\n"])</script></body></html>
@@ -0,0 +1,7 @@
1
+ {
2
+ "headers": {
3
+ "x-nextjs-stale-time": "300",
4
+ "x-nextjs-prerender": "1",
5
+ "x-next-cache-tags": "_N_T_/layout,_N_T_/mcp/layout,_N_T_/mcp/page,_N_T_/mcp"
6
+ }
7
+ }