@rubytech/create-realagent-code 0.1.255 → 0.1.257

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 (217) hide show
  1. package/dist/__tests__/plugin-install.test.js +58 -40
  2. package/dist/index.js +77 -26
  3. package/dist/lib/plugin-install.js +31 -29
  4. package/package.json +1 -1
  5. package/payload/platform/config/brand-registry.json +8 -0
  6. package/payload/platform/config/brand.json +2 -2
  7. package/payload/platform/lib/graph-search/src/__tests__/fulltext-coverage.test.ts +12 -0
  8. package/payload/platform/lib/graph-write/dist/index.d.ts.map +1 -1
  9. package/payload/platform/lib/graph-write/dist/index.js +2 -0
  10. package/payload/platform/lib/graph-write/dist/index.js.map +1 -1
  11. package/payload/platform/lib/graph-write/src/index.ts +2 -0
  12. package/payload/platform/neo4j/schema.cypher +126 -0
  13. package/payload/platform/plugins/.claude-plugin/marketplace.json +5 -0
  14. package/payload/platform/plugins/admin/.claude-plugin/plugin.json +1 -1
  15. package/payload/platform/plugins/admin/PLUGIN.md +3 -6
  16. package/payload/platform/plugins/admin/mcp/dist/index.js +0 -60
  17. package/payload/platform/plugins/admin/mcp/dist/index.js.map +1 -1
  18. package/payload/platform/plugins/admin/skills/insight/SKILL.md +24 -0
  19. package/payload/platform/plugins/admin/skills/platform-architecture/SKILL.md +63 -10
  20. package/payload/platform/plugins/business-assistant/PLUGIN.md +1 -1
  21. package/payload/platform/plugins/business-assistant/references/document-management.md +1 -1
  22. package/payload/platform/plugins/business-assistant/references/invoicing.md +2 -2
  23. package/payload/platform/plugins/business-assistant/references/quoting.md +1 -1
  24. package/payload/platform/plugins/docs/PLUGIN.md +1 -0
  25. package/payload/platform/plugins/docs/references/admin-ui.md +1 -1
  26. package/payload/platform/plugins/docs/references/deployment.md +18 -5
  27. package/payload/platform/plugins/docs/references/memory-guide.md +4 -0
  28. package/payload/platform/plugins/docs/references/platform.md +1 -1
  29. package/payload/platform/plugins/docs/references/plugins-guide.md +1 -1
  30. package/payload/platform/plugins/docs/references/slides.md +31 -0
  31. package/payload/platform/plugins/docs/references/voice-mirror-guide.md +1 -1
  32. package/payload/platform/plugins/memory/PLUGIN.md +1 -1
  33. package/payload/platform/plugins/memory/mcp/dist/index.js +1 -1
  34. package/payload/platform/plugins/memory/mcp/dist/index.js.map +1 -1
  35. package/payload/platform/plugins/memory/mcp/dist/tools/memory-typed-edge-pass.d.ts +1 -1
  36. package/payload/platform/plugins/memory/mcp/dist/tools/memory-typed-edge-pass.js +1 -1
  37. package/payload/platform/plugins/memory/mcp/dist/tools/memory-write.d.ts.map +1 -1
  38. package/payload/platform/plugins/memory/mcp/dist/tools/memory-write.js +10 -0
  39. package/payload/platform/plugins/memory/mcp/dist/tools/memory-write.js.map +1 -1
  40. package/payload/platform/plugins/memory/references/schema-construction.md +72 -0
  41. package/payload/platform/plugins/slides/.claude-plugin/plugin.json +8 -0
  42. package/payload/platform/plugins/slides/LICENSE +21 -0
  43. package/payload/platform/plugins/slides/PLUGIN.md +18 -0
  44. package/payload/platform/plugins/slides/PROVENANCE.md +40 -0
  45. package/payload/platform/plugins/slides/commands/add-slide.md +29 -0
  46. package/payload/platform/plugins/slides/commands/slides-claus.md +39 -0
  47. package/payload/platform/plugins/slides/commands/slides-new-component.md +39 -0
  48. package/payload/platform/plugins/slides/commands/slides-outline.md +43 -0
  49. package/payload/platform/plugins/slides/commands/slides-review.md +52 -0
  50. package/payload/platform/plugins/slides/commands/slides-theme.md +64 -0
  51. package/payload/platform/plugins/slides/commands/slides.md +59 -0
  52. package/payload/platform/plugins/slides/skills/deck-system/REFERENCE.md +581 -0
  53. package/payload/platform/plugins/slides/skills/deck-system/SKILL.md +607 -0
  54. package/payload/platform/plugins/slides/skills/deck-system/STORYTELLING-board.md +426 -0
  55. package/payload/platform/plugins/slides/skills/deck-system/STORYTELLING-claus.md +185 -0
  56. package/payload/platform/plugins/slides/skills/deck-system/STORYTELLING-mbb.md +450 -0
  57. package/payload/platform/plugins/slides/skills/deck-system/STORYTELLING-product-launch.md +579 -0
  58. package/payload/platform/plugins/slides/skills/deck-system/STORYTELLING-sales.md +464 -0
  59. package/payload/platform/plugins/slides/skills/deck-system/STORYTELLING-sequoia.md +489 -0
  60. package/payload/platform/plugins/slides/skills/deck-system/STORYTELLING.md +273 -0
  61. package/payload/platform/plugins/slides/skills/deck-system/deck-craft.html +1371 -0
  62. package/payload/platform/plugins/slides/skills/deck-system/deck-solid.html +1667 -0
  63. package/payload/platform/plugins/slides/skills/deck-system/deck.html +1359 -0
  64. package/payload/platform/plugins/url-get/.claude-plugin/plugin.json +1 -1
  65. package/payload/platform/plugins/url-get/PLUGIN.md +26 -21
  66. package/payload/platform/plugins/url-get/mcp/dist/index.js +3 -3
  67. package/payload/platform/plugins/url-get/mcp/dist/index.js.map +1 -1
  68. package/payload/platform/plugins/url-get/mcp/dist/tools/url-get.d.ts +1 -2
  69. package/payload/platform/plugins/url-get/mcp/dist/tools/url-get.d.ts.map +1 -1
  70. package/payload/platform/plugins/url-get/mcp/dist/tools/url-get.js +20 -40
  71. package/payload/platform/plugins/url-get/mcp/dist/tools/url-get.js.map +1 -1
  72. package/payload/platform/scripts/setup-account.sh +1 -10
  73. package/payload/platform/services/claude-session-manager/dist/canonical-tool-names.generated.d.ts.map +1 -1
  74. package/payload/platform/services/claude-session-manager/dist/canonical-tool-names.generated.js +0 -1
  75. package/payload/platform/services/claude-session-manager/dist/canonical-tool-names.generated.js.map +1 -1
  76. package/payload/platform/services/claude-session-manager/dist/http-server.d.ts +5 -0
  77. package/payload/platform/services/claude-session-manager/dist/http-server.d.ts.map +1 -1
  78. package/payload/platform/services/claude-session-manager/dist/http-server.js +32 -2
  79. package/payload/platform/services/claude-session-manager/dist/http-server.js.map +1 -1
  80. package/payload/platform/services/claude-session-manager/dist/rc-daemon.js +2 -2
  81. package/payload/platform/services/claude-session-manager/dist/rc-daemon.js.map +1 -1
  82. package/payload/platform/templates/specialists/agents/database-operator.md +1 -1
  83. package/payload/platform/templates/specialists/agents/typed-edge-classifier.md +1 -1
  84. package/payload/server/public/assets/AdminShell-T-YknnBn.js +1 -0
  85. package/payload/server/public/assets/Checkbox-DmDxpqVv.js +1 -0
  86. package/payload/server/public/assets/admin-COUV-jgt.js +1 -0
  87. package/payload/server/public/assets/{arc-aUiRP9AS.js → arc-B2CweJq3.js} +1 -1
  88. package/payload/server/public/assets/architecture-YZFGNWBL-Dnn6Hc65.js +1 -0
  89. package/payload/server/public/assets/{architectureDiagram-Q4EWVU46-c09loTER.js → architectureDiagram-Q4EWVU46-DP2o-MFV.js} +1 -1
  90. package/payload/server/public/assets/{blockDiagram-DXYQGD6D-Cjdeyoq1.js → blockDiagram-DXYQGD6D-DO4mcYDJ.js} +1 -1
  91. package/payload/server/public/assets/{c4Diagram-AHTNJAMY-NY6Wlzo2.js → c4Diagram-AHTNJAMY-Sy1giHbj.js} +1 -1
  92. package/payload/server/public/assets/channel-CEpR_0rE.js +1 -0
  93. package/payload/server/public/assets/{chunk-2KRD3SAO-BK3470lx.js → chunk-2KRD3SAO-CKsCYCsN.js} +1 -1
  94. package/payload/server/public/assets/chunk-336JU56O-C0-P-aUF.js +2 -0
  95. package/payload/server/public/assets/chunk-426QAEUC-DFjEt3Zb.js +1 -0
  96. package/payload/server/public/assets/{chunk-4BX2VUAB-BOvVdJLf.js → chunk-4BX2VUAB-B8bqAmBa.js} +1 -1
  97. package/payload/server/public/assets/{chunk-4TB4RGXK-BXpto3yW.js → chunk-4TB4RGXK-D1k0VSlW.js} +1 -1
  98. package/payload/server/public/assets/{chunk-55IACEB6-BwZyF7vR.js → chunk-55IACEB6-B-p_QNqz.js} +1 -1
  99. package/payload/server/public/assets/{chunk-5FUZZQ4R-C403gCUk.js → chunk-5FUZZQ4R-D6U6tV_j.js} +1 -1
  100. package/payload/server/public/assets/{chunk-5PVQY5BW-CjVzXQEp.js → chunk-5PVQY5BW-CYK76xfs.js} +1 -1
  101. package/payload/server/public/assets/{chunk-67CJDMHE-D5bhMrtY.js → chunk-67CJDMHE-BC9js-lf.js} +1 -1
  102. package/payload/server/public/assets/{chunk-7N4EOEYR-Si7Lgrwc.js → chunk-7N4EOEYR-4j2OqKkv.js} +1 -1
  103. package/payload/server/public/assets/{chunk-AA7GKIK3-DMuHtDqO.js → chunk-AA7GKIK3-Coen-fXN.js} +1 -1
  104. package/payload/server/public/assets/{chunk-BSJP7CBP-L79XKVcb.js → chunk-BSJP7CBP-CAiOBvec.js} +1 -1
  105. package/payload/server/public/assets/{chunk-CIAEETIT-C0O7Upmg.js → chunk-CIAEETIT-AJzzpZVb.js} +1 -1
  106. package/payload/server/public/assets/{chunk-EDXVE4YY-DJcJAsAg.js → chunk-EDXVE4YY-BL4BKozX.js} +1 -1
  107. package/payload/server/public/assets/{chunk-ENJZ2VHE-CFDNvYu1.js → chunk-ENJZ2VHE-mhAFG8UD.js} +1 -1
  108. package/payload/server/public/assets/{chunk-FMBD7UC4-C_E43NFJ.js → chunk-FMBD7UC4-H231gZA_.js} +1 -1
  109. package/payload/server/public/assets/{chunk-FOC6F5B3-D9lWWHAu.js → chunk-FOC6F5B3-Cl3ZZjYG.js} +1 -1
  110. package/payload/server/public/assets/{chunk-ICPOFSXX-ecLOxGhL.js → chunk-ICPOFSXX-DOEzvzJa.js} +2 -2
  111. package/payload/server/public/assets/{chunk-K5T4RW27-DuhsNH4c.js → chunk-K5T4RW27-C_ipbUDD.js} +1 -1
  112. package/payload/server/public/assets/{chunk-KGLVRYIC-B4-A1Abi.js → chunk-KGLVRYIC-CTsDNSCU.js} +1 -1
  113. package/payload/server/public/assets/{chunk-LIHQZDEY-BxqgHRgT.js → chunk-LIHQZDEY-DvSXhkGf.js} +1 -1
  114. package/payload/server/public/assets/{chunk-ORNJ4GCN-DEYQ5WaJ.js → chunk-ORNJ4GCN-p574NOI7.js} +1 -1
  115. package/payload/server/public/assets/{chunk-OYMX7WX6-B7MW66KB.js → chunk-OYMX7WX6-BlEgFM6U.js} +1 -1
  116. package/payload/server/public/assets/chunk-QZHKN3VN-DpF06ZZQ.js +1 -0
  117. package/payload/server/public/assets/{chunk-U2HBQHQK-BMawmsyk.js → chunk-U2HBQHQK-B2bDK0jv.js} +1 -1
  118. package/payload/server/public/assets/{chunk-X2U36JSP-CT6g7pno.js → chunk-X2U36JSP-D69BxKFw.js} +1 -1
  119. package/payload/server/public/assets/{chunk-XPW4576I-CBfZXZDB.js → chunk-XPW4576I-Dm-PcyUi.js} +1 -1
  120. package/payload/server/public/assets/{chunk-YZCP3GAM-xeAluiAH.js → chunk-YZCP3GAM-Be8RnXgx.js} +1 -1
  121. package/payload/server/public/assets/{chunk-ZZ45TVLE-BRN9qUC5.js → chunk-ZZ45TVLE-Ck8PCTa4.js} +1 -1
  122. package/payload/server/public/assets/classDiagram-6PBFFD2Q-CYbXvKLI.js +1 -0
  123. package/payload/server/public/assets/classDiagram-v2-HSJHXN6E-DEyHzRhq.js +1 -0
  124. package/payload/server/public/assets/clone-y8gexbBy.js +1 -0
  125. package/payload/server/public/assets/{cose-bilkent-S5V4N54A-Br2gjtEO.js → cose-bilkent-S5V4N54A-CmkW2Eaj.js} +1 -1
  126. package/payload/server/public/assets/{dagre-DTjePoco.js → dagre-Dqp-ns8F.js} +1 -1
  127. package/payload/server/public/assets/{dagre-KV5264BT-DHBkRke4.js → dagre-KV5264BT-ZgWWXPLc.js} +1 -1
  128. package/payload/server/public/assets/data-gy6QH9c1.js +1 -0
  129. package/payload/server/public/assets/{diagram-5BDNPKRD-BIq1-idL.js → diagram-5BDNPKRD-CTX5-ScM.js} +1 -1
  130. package/payload/server/public/assets/{diagram-G4DWMVQ6-BsIUDzV6.js → diagram-G4DWMVQ6-BovIsO6H.js} +1 -1
  131. package/payload/server/public/assets/{diagram-MMDJMWI5-CgHSri2i.js → diagram-MMDJMWI5-DcETsQy-.js} +1 -1
  132. package/payload/server/public/assets/{diagram-TYMM5635-Ce2Wh9ZX.js → diagram-TYMM5635-yyq6peoZ.js} +1 -1
  133. package/payload/server/public/assets/{erDiagram-SMLLAGMA-BU0Kh6OQ.js → erDiagram-SMLLAGMA-CiNToftB.js} +1 -1
  134. package/payload/server/public/assets/{flatten-Bo6YRmWl.js → flatten-BtFI066E.js} +1 -1
  135. package/payload/server/public/assets/{flowDiagram-DWJPFMVM-B0N06MF7.js → flowDiagram-DWJPFMVM-Xnl3SpIM.js} +1 -1
  136. package/payload/server/public/assets/{ganttDiagram-T4ZO3ILL-BVbx4ARZ.js → ganttDiagram-T4ZO3ILL-C1iyWe0f.js} +1 -1
  137. package/payload/server/public/assets/gitGraph-7Q5UKJZL-CNs-LD5i.js +1 -0
  138. package/payload/server/public/assets/{gitGraphDiagram-UUTBAWPF-C-xRJ94t.js → gitGraphDiagram-UUTBAWPF-D97pbMQb.js} +1 -1
  139. package/payload/server/public/assets/graph-labels-cZu4pK16.js +1 -0
  140. package/payload/server/public/assets/{graph-g48ZcA5M.js → graph-qz5tFKqU.js} +3 -3
  141. package/payload/server/public/assets/{graphlib-YmNcoMjY.js → graphlib-Lq8ijgON.js} +1 -1
  142. package/payload/server/public/assets/info-OMHHGYJF-DsTNigSS.js +1 -0
  143. package/payload/server/public/assets/infoDiagram-42DDH7IO-C_OarRTA.js +2 -0
  144. package/payload/server/public/assets/{isEmpty-D6Kr-M1M.js → isEmpty-D6QovjYR.js} +1 -1
  145. package/payload/server/public/assets/{ishikawaDiagram-UXIWVN3A-DTrq54yC.js → ishikawaDiagram-UXIWVN3A-B8XBdjJn.js} +1 -1
  146. package/payload/server/public/assets/{journeyDiagram-VCZTEJTY-OZZZMrFX.js → journeyDiagram-VCZTEJTY-CZYbiOaQ.js} +1 -1
  147. package/payload/server/public/assets/{kanban-definition-6JOO6SKY--w-IP9pN.js → kanban-definition-6JOO6SKY-B1PybFoh.js} +1 -1
  148. package/payload/server/public/assets/{line-Ckeulv5T.js → line-D-tw3hHp.js} +1 -1
  149. package/payload/server/public/assets/{linear-DOh_6k2k.js → linear-BHhXD3cd.js} +1 -1
  150. package/payload/server/public/assets/{mermaid-parser.core-CVRAxYRD.js → mermaid-parser.core-C9RAnysF.js} +2 -2
  151. package/payload/server/public/assets/{mermaid.core-B-mE18I1.js → mermaid.core-B532LT1r.js} +3 -3
  152. package/payload/server/public/assets/{mindmap-definition-QFDTVHPH-Bm8mDicL.js → mindmap-definition-QFDTVHPH-DGlgeeTV.js} +1 -1
  153. package/payload/server/public/assets/{ordinal-BDi6f4xk.js → ordinal-Bl-aM5b9.js} +1 -1
  154. package/payload/server/public/assets/packet-4T2RLAQJ-DGES22b-.js +1 -0
  155. package/payload/server/public/assets/pie-ZZUOXDRM-ChKeDbzt.js +1 -0
  156. package/payload/server/public/assets/{pieDiagram-DEJITSTG-BCmRLgGO.js → pieDiagram-DEJITSTG-DV9FIWko.js} +1 -1
  157. package/payload/server/public/assets/{public-DknO-g9S.js → public-Bu2_Xi0a.js} +5 -5
  158. package/payload/server/public/assets/{quadrantDiagram-34T5L4WZ-CniTIUTm.js → quadrantDiagram-34T5L4WZ-Betwya4l.js} +1 -1
  159. package/payload/server/public/assets/radar-PYXPWWZC-FGG5Fs7N.js +1 -0
  160. package/payload/server/public/assets/{reduce-CGi9ik8i.js → reduce-BD4xUd2c.js} +1 -1
  161. package/payload/server/public/assets/{requirementDiagram-MS252O5E-CoxBSj9M.js → requirementDiagram-MS252O5E-Cq3vODdg.js} +1 -1
  162. package/payload/server/public/assets/{sankeyDiagram-XADWPNL6-BjS-4jzq.js → sankeyDiagram-XADWPNL6-x8krXWcS.js} +1 -1
  163. package/payload/server/public/assets/{sequenceDiagram-FGHM5R23-B9jVOnPR.js → sequenceDiagram-FGHM5R23-i-_uH-Yl.js} +1 -1
  164. package/payload/server/public/assets/{stateDiagram-FHFEXIEX-BvOQPzP8.js → stateDiagram-FHFEXIEX-il4KqSgI.js} +1 -1
  165. package/payload/server/public/assets/stateDiagram-v2-QKLJ7IA2-B6zNJ6Tv.js +1 -0
  166. package/payload/server/public/assets/{timeline-definition-GMOUNBTQ-CdfgWLo1.js → timeline-definition-GMOUNBTQ-DATdZkA5.js} +1 -1
  167. package/payload/server/public/assets/treeView-SZITEDCU-VAQQdbtf.js +1 -0
  168. package/payload/server/public/assets/treemap-W4RFUUIX-DKchO3zI.js +1 -0
  169. package/payload/server/public/assets/useSelectionMode-A5KItZ2T.js +13 -0
  170. package/payload/server/public/assets/{brand-D0gNihp7.css → useSelectionMode-C-Ojh7W9.css} +1 -1
  171. package/payload/server/public/assets/{vennDiagram-DHZGUBPP-JCgpIbj-.js → vennDiagram-DHZGUBPP-BJh9tJTt.js} +1 -1
  172. package/payload/server/public/assets/wardley-RL74JXVD-CBGtx0bS.js +1 -0
  173. package/payload/server/public/assets/{wardleyDiagram-NUSXRM2D-Dei3VqHo.js → wardleyDiagram-NUSXRM2D-EMN1Hdfg.js} +1 -1
  174. package/payload/server/public/assets/{xychartDiagram-5P7HB3ND-DUtIyoIb.js → xychartDiagram-5P7HB3ND-DbUWXa7T.js} +1 -1
  175. package/payload/server/public/data.html +5 -5
  176. package/payload/server/public/graph.html +6 -6
  177. package/payload/server/public/index.html +5 -6
  178. package/payload/server/public/public.html +4 -5
  179. package/payload/server/server.js +65 -23
  180. package/payload/platform/plugins/admin/hooks/__tests__/insight.test.sh +0 -395
  181. package/payload/platform/plugins/admin/hooks/insight.sh +0 -219
  182. package/payload/platform/plugins/admin/hooks/lib/admin-graph-pass-common.sh +0 -239
  183. package/payload/server/public/assets/AdminShell-892Jy_rs.js +0 -1
  184. package/payload/server/public/assets/Checkbox-Bc2QzX9b.js +0 -1
  185. package/payload/server/public/assets/admin-D3K13ndi.js +0 -1
  186. package/payload/server/public/assets/architecture-YZFGNWBL--v-pJPNp.js +0 -1
  187. package/payload/server/public/assets/brand-CcN3dELF.js +0 -9
  188. package/payload/server/public/assets/channel-B1IT7to2.js +0 -1
  189. package/payload/server/public/assets/chunk-336JU56O-CdKRCIeE.js +0 -2
  190. package/payload/server/public/assets/chunk-426QAEUC-BybuQ3Ve.js +0 -1
  191. package/payload/server/public/assets/chunk-QZHKN3VN-Bd-GrQM6.js +0 -1
  192. package/payload/server/public/assets/classDiagram-6PBFFD2Q-rjCize6i.js +0 -1
  193. package/payload/server/public/assets/classDiagram-v2-HSJHXN6E-BORWOUt0.js +0 -1
  194. package/payload/server/public/assets/clone-Csqv5U6T.js +0 -1
  195. package/payload/server/public/assets/data-Br-pdljK.js +0 -1
  196. package/payload/server/public/assets/gitGraph-7Q5UKJZL-CI0s_tqn.js +0 -1
  197. package/payload/server/public/assets/graph-labels-BYH-IPCb.js +0 -1
  198. package/payload/server/public/assets/info-OMHHGYJF-g3gYW7Qm.js +0 -1
  199. package/payload/server/public/assets/infoDiagram-42DDH7IO-Di6oPQ_-.js +0 -2
  200. package/payload/server/public/assets/packet-4T2RLAQJ-CT0TB9HI.js +0 -1
  201. package/payload/server/public/assets/pie-ZZUOXDRM-CXLe7TFF.js +0 -1
  202. package/payload/server/public/assets/radar-PYXPWWZC-DnPLBl-D.js +0 -1
  203. package/payload/server/public/assets/stateDiagram-v2-QKLJ7IA2-v4ND10uR.js +0 -1
  204. package/payload/server/public/assets/treeView-SZITEDCU-C3cb7Xwe.js +0 -1
  205. package/payload/server/public/assets/treemap-W4RFUUIX-Dc7G3Bgm.js +0 -1
  206. package/payload/server/public/assets/useSelectionMode-DwsyptOw.js +0 -5
  207. package/payload/server/public/assets/wardley-RL74JXVD-DtgibWAt.js +0 -1
  208. /package/payload/server/public/assets/{_baseFor-Cam2PbSt.js → _baseFor-Cs8Y-rGh.js} +0 -0
  209. /package/payload/server/public/assets/{array-DYRGGQae.js → array-iHZP4KWJ.js} +0 -0
  210. /package/payload/server/public/assets/{cytoscape.esm-nWsJMTNI.js → cytoscape.esm-BR2GOQ8_.js} +0 -0
  211. /package/payload/server/public/assets/{defaultLocale-Du1XY3Dp.js → defaultLocale-B9aLeOTg.js} +0 -0
  212. /package/payload/server/public/assets/{dist-BzAsli7o.js → dist-DB-VPj_8.js} +0 -0
  213. /package/payload/server/public/assets/{init-B5BXBRcm.js → init-BNFRgqHM.js} +0 -0
  214. /package/payload/server/public/assets/{katex-HOUACuRw.js → katex-B-EfS3nw.js} +0 -0
  215. /package/payload/server/public/assets/{path-CNO468J-.js → path-DmWWdwp7.js} +0 -0
  216. /package/payload/server/public/assets/{rough.esm-DRO6hWPh.js → rough.esm-Ci7Kjt46.js} +0 -0
  217. /package/payload/server/public/assets/{src-CWiyyVfn.js → src-C1jfwBq0.js} +0 -0
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2026 Nils Smed
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -0,0 +1,18 @@
1
+ ---
2
+ name: slides
3
+ surface: platform
4
+ description: "Generate, extend, theme, and review self-contained HTML slide decks. One HTML file, no build step, no dependencies beyond Google Fonts. Ships seven commands (/slides, /slides-outline, /add-slide, /slides-theme, /slides-review, /slides-new-component, /slides-claus) over a 25-component design system with three themes (Default, Craft, Solid) and six storytelling formats (talk, Sequoia pitch, McKinsey SCR, product launch, board update, sales). Provides one skill: deck-system."
5
+ tools: []
6
+ skills:
7
+ - skills/deck-system/SKILL.md
8
+ always: false
9
+ embed: false
10
+ ---
11
+
12
+ # Slides
13
+
14
+ Vendored copy of the open-source Slides™ deck framework (`github.com/noskillish/slides`, MIT). Turns a description into a finished, self-contained `deck.html` — inline CSS and JS, no build step, navigable with arrow keys and exportable to PDF.
15
+
16
+ No MCP server; the plugin provides commands plus the `deck-system` reference skill (the full component library, design tokens, theme rules, and storytelling routing). The three theme templates (`deck.html`, `deck-craft.html`, `deck-solid.html`) ship inside `skills/deck-system/` and are copied verbatim when applying a predefined theme.
17
+
18
+ Frozen at a pinned upstream commit — see [`PROVENANCE.md`](PROVENANCE.md). The one divergence from upstream (template path repointed from repo-root to the co-located skill folder) is recorded there.
@@ -0,0 +1,40 @@
1
+ # Provenance — vendored Slides™ plugin
2
+
3
+ This plugin is a **frozen vendored copy** of the open-source Slides™ deck framework.
4
+
5
+ | | |
6
+ |---|---|
7
+ | Upstream | `https://github.com/noskillish/slides` |
8
+ | Subtree vendored | `plugins/slides/` |
9
+ | Pinned commit | `578af900d537e8a2bd8bfca11a4d72dc4e8fb588` |
10
+ | Upstream plugin version | `1.0.0` |
11
+ | License | MIT — see [`LICENSE`](LICENSE) (Copyright © 2026 Nils Smed) |
12
+ | Vendored | 2026-06-05, Task 644 |
13
+
14
+ ## What was copied
15
+
16
+ `commands/` (all seven) and `skills/deck-system/` (SKILL.md, REFERENCE.md, the
17
+ `STORYTELLING*.md` set, and the three `deck*.html` templates) verbatim from the
18
+ pinned commit, plus the upstream `LICENSE`.
19
+
20
+ ## Divergences from upstream
21
+
22
+ The upstream `.claude-plugin/plugin.json` was **not** copied — platform plugins
23
+ generate their `plugin.json` from `PLUGIN.md` at bundle time. `PLUGIN.md` is a
24
+ Maxy-platform addition, not upstream.
25
+
26
+ Upstream keeps a second copy of the theme templates at the repo root and some
27
+ instructions read them from there (`../../deck.html`). The vendored plugin has no
28
+ repo root, so the template-location instructions were repointed to the co-located
29
+ `skills/deck-system/` copies (which upstream already ships). Edited:
30
+
31
+ - `skills/deck-system/REFERENCE.md` — "from the repo root … `../../deck.html`" → "from this skill folder".
32
+ - `commands/slides-theme.md` (×3) — "from the repo" / unqualified "Read `deck.html`" → "from the deck-system skill folder".
33
+
34
+ No component CSS, storytelling content, or command behaviour was otherwise changed.
35
+
36
+ ## Re-syncing upstream
37
+
38
+ Frozen by design — there is no automatic update. To pull a newer upstream
39
+ release, re-vendor `plugins/slides/` at the new commit, re-apply the template-path
40
+ divergences above, and bump the pinned commit in this file.
@@ -0,0 +1,29 @@
1
+ ---
2
+ description: Add one or more slides to an existing deck. Respects the current theme, storytelling arc, and component style.
3
+ ---
4
+
5
+ # /add-slide
6
+
7
+ Add slides to an existing deck without regenerating the whole thing.
8
+
9
+ ## Usage
10
+
11
+ - `/add-slide "a stat grid after slide 8 showing our key metrics"`
12
+ - `/add-slide "a dark quote slide before the closing that says 'The question was never if. It was when.'"`
13
+ - `/add-slide "two-column comparison between the old and new workflow after the intro"`
14
+
15
+ ## What the command does
16
+
17
+ 1. Read the existing deck to understand theme, structure, and storytelling arc
18
+ 2. Determine the right component type for the requested content
19
+ 3. Generate the new slide HTML using the same design tokens and patterns
20
+ 4. Insert at the specified position (or suggest the best position if not specified)
21
+ 5. Update nothing else. The JS counter and progress bar adjust automatically
22
+
23
+ ## Tips
24
+
25
+ - Reference slides by number: "after slide 8"
26
+ - Reference slides by content: "after the team slide"
27
+ - Reference storytelling beats: "in the evidence section"
28
+ - Specify the component if you know it: "a dot-flow slide", "a product slide"
29
+ - If you don't specify a position, the command suggests one based on the storytelling arc
@@ -0,0 +1,39 @@
1
+ ---
2
+ description: Generate a Claus Mode deck. Max 4 words per slide. All caps. Extreme buzzwords. Zero nuance. Every slide is a billboard. Minimum 15 slides. Use when the user wants maximum energy and minimum explanation.
3
+ ---
4
+
5
+ # /slides-claus
6
+
7
+ Generate a high-energy deck of nothing but big bold headlines and extreme buzzwords.
8
+
9
+ ## Usage
10
+
11
+ - `/slides-claus "AI is eating the world"`
12
+ - `/slides-claus "our company in 30 seconds"`
13
+ - `/slides-claus "why we are winning"`
14
+
15
+ ## What the command does
16
+
17
+ 1. **If the user gave a topic but no details**, ask a few quick questions to fuel the hype. Keep it short and high-energy:
18
+ - What is the company/product/idea?
19
+ - What is the one thing you want the audience to remember?
20
+ - Any specific wins, numbers, or flex points?
21
+ Then generate immediately after the answers. Do not ask follow-ups.
22
+ 2. **If the user already provided enough context**, skip questions and generate.
23
+ 3. Load the Claus storytelling guide (`STORYTELLING-claus.md`) from the `deck-system` skill folder.
24
+ 4. Generate minimum 15 slides of pure headline energy. No subtitles. No body text. No complex components.
25
+ 4. Use the Solid theme by default. Read `deck-solid.html` from the skill folder and copy its style and script blocks verbatim.
26
+ 5. Every slide is a dark or light quote slide. Max 4 words. All caps.
27
+ 6. Every headline must contain at least one buzzword from the approved list.
28
+ 7. No dim spans. No punctuation except question marks on the last slide.
29
+
30
+ ## Rules
31
+
32
+ - Maximum 4 words per headline
33
+ - All caps always
34
+ - Minimum 15 slides
35
+ - All quote slides, no other components (except cover)
36
+ - No subtitles, no body text, no eyebrows, no meta
37
+ - Every headline contains a buzzword
38
+ - No dim spans. Full intensity.
39
+ - Alternate dark and light slides for rhythm
@@ -0,0 +1,39 @@
1
+ ---
2
+ description: Design and build a new slide component that doesn't exist in the standard 25-component library. Ensures it follows the design system tokens and naming conventions.
3
+ ---
4
+
5
+ # /slides-new-component
6
+
7
+ Build a custom slide component when the standard library doesn't have what you need.
8
+
9
+ ## Usage
10
+
11
+ - `/slides-new-component "a funnel chart showing conversion rates across 5 stages"`
12
+ - `/slides-new-component "a matrix grid with two axes for effort vs impact"`
13
+ - `/slides-new-component "a horizontal bar chart comparing three metrics"`
14
+ - `/slides-new-component "a kanban-style board showing project status"`
15
+
16
+ ## What the command does
17
+
18
+ 1. Understand what the user needs to visualize
19
+ 2. Check if an existing component can be adapted first
20
+ 3. If not, design a new component following the Freestyle rules:
21
+ - **Stay on-token.** Only use colors, fonts, weights, and spacing from the design tokens
22
+ - **Use the headline pattern.** Bold-then-dim with `<span class="dim">` where applicable
23
+ - **Match existing craft.** Border radius 10px for cards, 4px for small elements. Padding 1–1.5rem
24
+ - **Name the class.** Lowercase, hyphenated: `funnel-chart`, `impact-matrix`, `bar-compare`
25
+ - **Keep CSS inline** in the `<style>` block, grouped with a descriptive comment
26
+ - **One new idea per slide.** Pair with familiar elements (eyebrow, subtitle)
27
+ 4. Generate both the CSS and HTML for the new component
28
+ 5. Show an example slide using the component with placeholder content
29
+
30
+ ## What you get back
31
+
32
+ - CSS to add to the `<style>` block (with comment group header)
33
+ - HTML template for the new component
34
+ - An example slide using it with realistic placeholder content
35
+ - Integration notes (where it fits in a deck, which beats it serves)
36
+
37
+ ## Design constraints
38
+
39
+ The new component must look like it belongs next to the existing 25 components. If it needs a new color or a different font to work, it needs to be rethought. The design system is deliberately constrained. That constraint is what makes decks look consistent.
@@ -0,0 +1,43 @@
1
+ ---
2
+ description: Generate a slide-by-slide outline without writing HTML. Fast iteration on structure, beats, and component types before committing to code.
3
+ ---
4
+
5
+ # /slides-outline
6
+
7
+ Draft the structure of a deck before writing any HTML.
8
+
9
+ ## Usage
10
+
11
+ - `/slides-outline "a 15-minute talk about why we rebuilt our data pipeline"`
12
+ - `/slides-outline --format sequoia "pitch for a developer productivity tool"`
13
+ - `/slides-outline`, then describe in the follow-up
14
+
15
+ ## What the command does
16
+
17
+ 1. Read the user's description and detect the best storytelling format
18
+ 2. Generate an outline as a markdown table:
19
+
20
+ ```
21
+ | # | Beat | Component | Headline | Notes |
22
+ |---|------|-----------|----------|-------|
23
+ | 1 | Open | Quote slide | "We threw away six months of work." | Hook, surprise |
24
+ | 2 | Act 1 | Eyebrow + headline | The old pipeline. | Status quo |
25
+ | 3 | Act 1 | Two-column | Before vs. after. | Pain points |
26
+ | ... | | | | |
27
+ ```
28
+
29
+ 3. Present the outline for feedback
30
+ 4. Iterate until the user approves
31
+
32
+ ## What you get back
33
+
34
+ - A numbered slide list with storytelling beats
35
+ - Component type recommendations
36
+ - Headline drafts
37
+ - Estimated time allocation per section
38
+
39
+ ## Tips
40
+
41
+ - Use this before `/slides` to iterate on structure quickly
42
+ - Once approved, run `/slides` to generate the full HTML from the outline
43
+ - Specify format with `--format` if you know what you want (talk, sequoia, mbb, launch, board, sales)
@@ -0,0 +1,52 @@
1
+ ---
2
+ description: Review an existing slide deck for storytelling structure, design consistency, pacing, and common mistakes. Produces actionable feedback.
3
+ ---
4
+
5
+ # /slides-review
6
+
7
+ Get a structured review of your deck before you present.
8
+
9
+ ## Usage
10
+
11
+ - `/slides-review`: review the current deck.html
12
+ - `/slides-review deck-craft.html`: review a specific file
13
+
14
+ ## What the command does
15
+
16
+ Reads the deck and evaluates it across six dimensions:
17
+
18
+ ### 1. Storytelling arc
19
+ - Does the deck follow a recognizable structure (six-beat, SCR, pitch, etc.)?
20
+ - Is there a clear open, turn, evidence section, and close?
21
+ - Does it build toward something?
22
+
23
+ ### 2. Pacing
24
+ - Are there too many text-heavy slides in a row?
25
+ - Are dark slides and quote slides used as punctuation?
26
+ - Is Act 3 (evidence) roughly 40% of the deck?
27
+
28
+ ### 3. Headline pattern
29
+ - Do headlines use bold-then-dim (`<span class="dim">`)?
30
+ - Are headlines statements?
31
+ - Are they specific enough?
32
+
33
+ ### 4. Component variety
34
+ - Is the deck using the right component for each content type?
35
+ - Are there missed opportunities (e.g., a stat grid instead of a text slide)?
36
+
37
+ ### 5. Design rules
38
+ - Max 1 dark callout? Max 2–3 dark slides?
39
+ - Are eyebrows, spacing, and typography on-token?
40
+ - No em-dashes in body copy?
41
+
42
+ ### 6. Tone
43
+ - Specific numbers over vague claims?
44
+ - Names instead of pronouns?
45
+ - No fluff sentences?
46
+
47
+ ## What you get back
48
+
49
+ A structured report with:
50
+ - Overall assessment (strong / needs work / major issues)
51
+ - Specific findings per dimension
52
+ - Suggested fixes with slide numbers
@@ -0,0 +1,64 @@
1
+ ---
2
+ description: Switch a deck between visual themes (Default, Craft, Solid, or a custom style). Accepts text descriptions or image attachments. Replaces the CSS style block and adjusts theme-specific classes.
3
+ ---
4
+
5
+ # /slides-theme
6
+
7
+ Convert a deck from one visual theme to another.
8
+
9
+ ## Usage
10
+
11
+ - `/slides-theme craft`: switch to the Craft theme
12
+ - `/slides-theme solid`: switch to the Solid theme
13
+ - `/slides-theme default`: switch to the Default theme
14
+ - `/slides-theme dark blue with orange accents`: switch to a custom theme from text
15
+ - `/slides-theme` + attached image: match the design from a screenshot
16
+ - `/slides-theme "like this but darker"` + attached image: match the image with overrides
17
+
18
+ ## Available themes
19
+
20
+ | Theme | Source | Character |
21
+ |-------|--------|-----------|
22
+ | **Default** | `deck.html` | Warm off-white, minimal, editorial. The starting point. |
23
+ | **Craft** | `deck-craft.html` | Richer textures, art overlays, painterly backgrounds. More visual weight. |
24
+ | **Solid** | `deck-solid.html` | Glass morphism, gradients, frosted cards. Modern SaaS aesthetic. |
25
+ | **Custom** | Text or image | Any visual style the user describes or shows. |
26
+
27
+ ## Predefined themes (Default, Craft, Solid)
28
+
29
+ 1. Read the target template file (`deck.html`, `deck-craft.html`, or `deck-solid.html`) from the deck-system skill folder
30
+ 2. Copy the entire `<style>` block from the template file verbatim into the deck
31
+ 3. Copy the entire `<script>` block from the template file verbatim into the deck
32
+ 4. Preserve all slide content and structure unchanged
33
+ 5. Always read the actual template file. Never generate theme CSS from memory or descriptions.
34
+
35
+ ## Custom theme
36
+
37
+ When the argument does not match "default", "craft", or "solid", treat it as a custom theme. Custom themes can come from text, an attached image, or both.
38
+
39
+ ### From text
40
+
41
+ 1. Read `deck.html` from the deck-system skill folder as the structural base. Copy the `<script>` block verbatim.
42
+ 2. Rewrite the `<style>` block to match the description:
43
+ - Keep every CSS selector and class name identical to the Default theme.
44
+ - Change only visual properties: colors, backgrounds, gradients, shadows, border styles, border-radius, font weights.
45
+ - Preserve all layout properties: padding, margin, grid, flexbox, clamp values, media queries.
46
+ - Define a cohesive palette with at minimum 6 tokens: background, surface, ink, border, dim text, accent.
47
+ 3. Show the user the proposed palette before applying. Get approval first.
48
+ 4. Replace the deck's `<style>` block with the new CSS. Preserve all slide content.
49
+
50
+ ### From image
51
+
52
+ When the user attaches a screenshot, slide, website capture, or brand guideline:
53
+
54
+ 1. Analyze the image and extract: base mode (dark/light), background, surface, ink, accent, dim text, border style, corner radius, shadows, typography weight, and font if recognizable.
55
+ 2. Read `deck.html` from the deck-system skill folder as the structural base. Copy the `<script>` block verbatim.
56
+ 3. Rewrite the `<style>` block using the extracted tokens. Same rules as text-based: keep all selectors, change only visual properties.
57
+ 4. If the user also wrote text, apply it as an override on top of what was extracted.
58
+ 5. Generate immediately. No approval step needed. The image is the approval.
59
+
60
+ ## Important
61
+
62
+ - All themes share the same HTML component structure
63
+ - The difference is purely in CSS: colors, backgrounds, card styles, shadows
64
+ - Content, slide order, and component types remain identical after switching
@@ -0,0 +1,59 @@
1
+ ---
2
+ description: Generate a complete slide deck from a description. Auto-detects the best storytelling format (talk, pitch, sales, board, product launch) and produces a single self-contained HTML file.
3
+ ---
4
+
5
+ # /slides
6
+
7
+ Generate a complete presentation deck from a description.
8
+
9
+ ## Usage
10
+
11
+ - `/slides`, then describe your presentation in the follow-up
12
+ - `/slides "a 20-minute conference talk about AI-assisted development"`
13
+ - `/slides --format sequoia "our Series A pitch for a developer tools company"`
14
+
15
+ ## What the command does
16
+
17
+ Runs the `deck-system` skill end-to-end:
18
+
19
+ 1. **Use what the user already provided.** The user's message, form responses, and attachments are the brief. Do NOT re-ask for information already given. If topic, format, length, or theme were stated, use them directly. Proceed to the outline.
20
+ 2. If critical info is missing (you have no idea what the deck is about), ask once. One short question. Then move on.
21
+ 3. Detect the best storytelling format from context (or use the one the user specified)
22
+ 4. Load the corresponding storytelling guide (bundled in the `deck-system` skill folder)
23
+ 5. Draft a slide-by-slide outline (titles, component types, beats)
24
+ 6. Present the outline for approval
25
+ 7. Generate the full HTML deck using the component reference and design tokens
26
+ 8. Output a single `deck.html` file
27
+
28
+ ## Format detection
29
+
30
+ The skill auto-detects format from context. Override with `--format`:
31
+
32
+ | Flag | Format |
33
+ |------|--------|
34
+ | `--format talk` | TED Talk / six-beat |
35
+ | `--format sequoia` | Sequoia pitch deck |
36
+ | `--format mbb` | McKinsey SCR / pyramid |
37
+ | `--format launch` | Product launch (Apple-style) |
38
+ | `--format board` | Board / strategy update |
39
+ | `--format sales` | Sales deck |
40
+
41
+ The storytelling guides are bundled in the `deck-system` skill folder. The skill handles loading them.
42
+
43
+ ## What you get back
44
+
45
+ - A complete, self-contained HTML file
46
+ - CSS and JS copied verbatim from the template file
47
+ - Keyboard and touch navigation built in
48
+
49
+ ## How themes work
50
+
51
+ For predefined themes (default, craft, solid), the skill reads the actual template file and copies its `<style>` and `<script>` blocks verbatim. Only the slide content is generated.
52
+
53
+ For custom themes, the user describes the visual style in plain language (e.g. "dark blue with orange accents", "brutalist black and white"). The skill starts from the Default template structure, rewrites the CSS to match the description, and shows the palette for approval before generating slides.
54
+
55
+ ## Tips
56
+
57
+ - Be specific about your audience, duration, and goal
58
+ - Mention the format if you have a preference: "pitch deck", "conference talk", "sales presentation"
59
+ - Mention the theme if you want one: "use the solid theme", "craft theme", or describe your own: "warm earth tones with terracotta accents". Default is the Default theme.