@aslomon/effectum 0.3.3 → 0.3.4

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 (351) hide show
  1. package/bin/install.js +27 -0
  2. package/package.json +1 -1
  3. package/system/hooks/observe.sh +164 -0
  4. package/system/hooks/quick-diff.sh +87 -0
  5. package/system/hooks/save-results.sh +56 -0
  6. package/system/hooks/scan.sh +170 -0
  7. package/system/skills/README.md +86 -0
  8. package/system/skills/SKILL.md +117 -0
  9. package/system/skills/agents/observer.md +137 -0
  10. package/system/skills/agents/start-observer.sh +143 -0
  11. package/system/skills/algorithmic-art/LICENSE.txt +202 -0
  12. package/system/skills/algorithmic-art/SKILL.md +405 -0
  13. package/system/skills/algorithmic-art/templates/generator_template.js +223 -0
  14. package/system/skills/algorithmic-art/templates/viewer.html +599 -0
  15. package/system/skills/api-endpoint/SKILL.md +106 -0
  16. package/system/skills/canvas-design/LICENSE.txt +202 -0
  17. package/system/skills/canvas-design/SKILL.md +130 -0
  18. package/system/skills/canvas-design/canvas-fonts/ArsenalSC-OFL.txt +93 -0
  19. package/system/skills/canvas-design/canvas-fonts/ArsenalSC-Regular.ttf +0 -0
  20. package/system/skills/canvas-design/canvas-fonts/BigShoulders-Bold.ttf +0 -0
  21. package/system/skills/canvas-design/canvas-fonts/BigShoulders-OFL.txt +93 -0
  22. package/system/skills/canvas-design/canvas-fonts/BigShoulders-Regular.ttf +0 -0
  23. package/system/skills/canvas-design/canvas-fonts/Boldonse-OFL.txt +93 -0
  24. package/system/skills/canvas-design/canvas-fonts/Boldonse-Regular.ttf +0 -0
  25. package/system/skills/canvas-design/canvas-fonts/BricolageGrotesque-Bold.ttf +0 -0
  26. package/system/skills/canvas-design/canvas-fonts/BricolageGrotesque-OFL.txt +93 -0
  27. package/system/skills/canvas-design/canvas-fonts/BricolageGrotesque-Regular.ttf +0 -0
  28. package/system/skills/canvas-design/canvas-fonts/CrimsonPro-Bold.ttf +0 -0
  29. package/system/skills/canvas-design/canvas-fonts/CrimsonPro-Italic.ttf +0 -0
  30. package/system/skills/canvas-design/canvas-fonts/CrimsonPro-OFL.txt +93 -0
  31. package/system/skills/canvas-design/canvas-fonts/CrimsonPro-Regular.ttf +0 -0
  32. package/system/skills/canvas-design/canvas-fonts/DMMono-OFL.txt +93 -0
  33. package/system/skills/canvas-design/canvas-fonts/DMMono-Regular.ttf +0 -0
  34. package/system/skills/canvas-design/canvas-fonts/EricaOne-OFL.txt +94 -0
  35. package/system/skills/canvas-design/canvas-fonts/EricaOne-Regular.ttf +0 -0
  36. package/system/skills/canvas-design/canvas-fonts/GeistMono-Bold.ttf +0 -0
  37. package/system/skills/canvas-design/canvas-fonts/GeistMono-OFL.txt +93 -0
  38. package/system/skills/canvas-design/canvas-fonts/GeistMono-Regular.ttf +0 -0
  39. package/system/skills/canvas-design/canvas-fonts/Gloock-OFL.txt +93 -0
  40. package/system/skills/canvas-design/canvas-fonts/Gloock-Regular.ttf +0 -0
  41. package/system/skills/canvas-design/canvas-fonts/IBMPlexMono-Bold.ttf +0 -0
  42. package/system/skills/canvas-design/canvas-fonts/IBMPlexMono-OFL.txt +93 -0
  43. package/system/skills/canvas-design/canvas-fonts/IBMPlexMono-Regular.ttf +0 -0
  44. package/system/skills/canvas-design/canvas-fonts/IBMPlexSerif-Bold.ttf +0 -0
  45. package/system/skills/canvas-design/canvas-fonts/IBMPlexSerif-BoldItalic.ttf +0 -0
  46. package/system/skills/canvas-design/canvas-fonts/IBMPlexSerif-Italic.ttf +0 -0
  47. package/system/skills/canvas-design/canvas-fonts/IBMPlexSerif-Regular.ttf +0 -0
  48. package/system/skills/canvas-design/canvas-fonts/InstrumentSans-Bold.ttf +0 -0
  49. package/system/skills/canvas-design/canvas-fonts/InstrumentSans-BoldItalic.ttf +0 -0
  50. package/system/skills/canvas-design/canvas-fonts/InstrumentSans-Italic.ttf +0 -0
  51. package/system/skills/canvas-design/canvas-fonts/InstrumentSans-OFL.txt +93 -0
  52. package/system/skills/canvas-design/canvas-fonts/InstrumentSans-Regular.ttf +0 -0
  53. package/system/skills/canvas-design/canvas-fonts/InstrumentSerif-Italic.ttf +0 -0
  54. package/system/skills/canvas-design/canvas-fonts/InstrumentSerif-Regular.ttf +0 -0
  55. package/system/skills/canvas-design/canvas-fonts/Italiana-OFL.txt +93 -0
  56. package/system/skills/canvas-design/canvas-fonts/Italiana-Regular.ttf +0 -0
  57. package/system/skills/canvas-design/canvas-fonts/JetBrainsMono-Bold.ttf +0 -0
  58. package/system/skills/canvas-design/canvas-fonts/JetBrainsMono-OFL.txt +93 -0
  59. package/system/skills/canvas-design/canvas-fonts/JetBrainsMono-Regular.ttf +0 -0
  60. package/system/skills/canvas-design/canvas-fonts/Jura-Light.ttf +0 -0
  61. package/system/skills/canvas-design/canvas-fonts/Jura-Medium.ttf +0 -0
  62. package/system/skills/canvas-design/canvas-fonts/Jura-OFL.txt +93 -0
  63. package/system/skills/canvas-design/canvas-fonts/LibreBaskerville-OFL.txt +93 -0
  64. package/system/skills/canvas-design/canvas-fonts/LibreBaskerville-Regular.ttf +0 -0
  65. package/system/skills/canvas-design/canvas-fonts/Lora-Bold.ttf +0 -0
  66. package/system/skills/canvas-design/canvas-fonts/Lora-BoldItalic.ttf +0 -0
  67. package/system/skills/canvas-design/canvas-fonts/Lora-Italic.ttf +0 -0
  68. package/system/skills/canvas-design/canvas-fonts/Lora-OFL.txt +93 -0
  69. package/system/skills/canvas-design/canvas-fonts/Lora-Regular.ttf +0 -0
  70. package/system/skills/canvas-design/canvas-fonts/NationalPark-Bold.ttf +0 -0
  71. package/system/skills/canvas-design/canvas-fonts/NationalPark-OFL.txt +93 -0
  72. package/system/skills/canvas-design/canvas-fonts/NationalPark-Regular.ttf +0 -0
  73. package/system/skills/canvas-design/canvas-fonts/NothingYouCouldDo-OFL.txt +93 -0
  74. package/system/skills/canvas-design/canvas-fonts/NothingYouCouldDo-Regular.ttf +0 -0
  75. package/system/skills/canvas-design/canvas-fonts/Outfit-Bold.ttf +0 -0
  76. package/system/skills/canvas-design/canvas-fonts/Outfit-OFL.txt +93 -0
  77. package/system/skills/canvas-design/canvas-fonts/Outfit-Regular.ttf +0 -0
  78. package/system/skills/canvas-design/canvas-fonts/PixelifySans-Medium.ttf +0 -0
  79. package/system/skills/canvas-design/canvas-fonts/PixelifySans-OFL.txt +93 -0
  80. package/system/skills/canvas-design/canvas-fonts/PoiretOne-OFL.txt +93 -0
  81. package/system/skills/canvas-design/canvas-fonts/PoiretOne-Regular.ttf +0 -0
  82. package/system/skills/canvas-design/canvas-fonts/RedHatMono-Bold.ttf +0 -0
  83. package/system/skills/canvas-design/canvas-fonts/RedHatMono-OFL.txt +93 -0
  84. package/system/skills/canvas-design/canvas-fonts/RedHatMono-Regular.ttf +0 -0
  85. package/system/skills/canvas-design/canvas-fonts/Silkscreen-OFL.txt +93 -0
  86. package/system/skills/canvas-design/canvas-fonts/Silkscreen-Regular.ttf +0 -0
  87. package/system/skills/canvas-design/canvas-fonts/SmoochSans-Medium.ttf +0 -0
  88. package/system/skills/canvas-design/canvas-fonts/SmoochSans-OFL.txt +93 -0
  89. package/system/skills/canvas-design/canvas-fonts/Tektur-Medium.ttf +0 -0
  90. package/system/skills/canvas-design/canvas-fonts/Tektur-OFL.txt +93 -0
  91. package/system/skills/canvas-design/canvas-fonts/Tektur-Regular.ttf +0 -0
  92. package/system/skills/canvas-design/canvas-fonts/WorkSans-Bold.ttf +0 -0
  93. package/system/skills/canvas-design/canvas-fonts/WorkSans-BoldItalic.ttf +0 -0
  94. package/system/skills/canvas-design/canvas-fonts/WorkSans-Italic.ttf +0 -0
  95. package/system/skills/canvas-design/canvas-fonts/WorkSans-OFL.txt +93 -0
  96. package/system/skills/canvas-design/canvas-fonts/WorkSans-Regular.ttf +0 -0
  97. package/system/skills/canvas-design/canvas-fonts/YoungSerif-OFL.txt +93 -0
  98. package/system/skills/canvas-design/canvas-fonts/YoungSerif-Regular.ttf +0 -0
  99. package/system/skills/component/SKILL.md +103 -0
  100. package/system/skills/config.json +18 -0
  101. package/system/skills/doc-coauthoring/SKILL.md +375 -0
  102. package/system/skills/docx/LICENSE.txt +30 -0
  103. package/system/skills/docx/SKILL.md +590 -0
  104. package/system/skills/docx/scripts/__init__.py +1 -0
  105. package/system/skills/docx/scripts/accept_changes.py +135 -0
  106. package/system/skills/docx/scripts/comment.py +318 -0
  107. package/system/skills/docx/scripts/office/helpers/__init__.py +0 -0
  108. package/system/skills/docx/scripts/office/helpers/merge_runs.py +199 -0
  109. package/system/skills/docx/scripts/office/helpers/simplify_redlines.py +197 -0
  110. package/system/skills/docx/scripts/office/pack.py +159 -0
  111. package/system/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-chart.xsd +1499 -0
  112. package/system/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-chartDrawing.xsd +146 -0
  113. package/system/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-diagram.xsd +1085 -0
  114. package/system/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-lockedCanvas.xsd +11 -0
  115. package/system/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-main.xsd +3081 -0
  116. package/system/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-picture.xsd +23 -0
  117. package/system/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-spreadsheetDrawing.xsd +185 -0
  118. package/system/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-wordprocessingDrawing.xsd +287 -0
  119. package/system/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/pml.xsd +1676 -0
  120. package/system/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-additionalCharacteristics.xsd +28 -0
  121. package/system/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-bibliography.xsd +144 -0
  122. package/system/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-commonSimpleTypes.xsd +174 -0
  123. package/system/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlDataProperties.xsd +25 -0
  124. package/system/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlSchemaProperties.xsd +18 -0
  125. package/system/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesCustom.xsd +59 -0
  126. package/system/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesExtended.xsd +56 -0
  127. package/system/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesVariantTypes.xsd +195 -0
  128. package/system/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-math.xsd +582 -0
  129. package/system/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-relationshipReference.xsd +25 -0
  130. package/system/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/sml.xsd +4439 -0
  131. package/system/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-main.xsd +570 -0
  132. package/system/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-officeDrawing.xsd +509 -0
  133. package/system/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-presentationDrawing.xsd +12 -0
  134. package/system/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-spreadsheetDrawing.xsd +108 -0
  135. package/system/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-wordprocessingDrawing.xsd +96 -0
  136. package/system/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/wml.xsd +3646 -0
  137. package/system/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/xml.xsd +116 -0
  138. package/system/skills/docx/scripts/office/schemas/ecma/fouth-edition/opc-contentTypes.xsd +42 -0
  139. package/system/skills/docx/scripts/office/schemas/ecma/fouth-edition/opc-coreProperties.xsd +50 -0
  140. package/system/skills/docx/scripts/office/schemas/ecma/fouth-edition/opc-digSig.xsd +49 -0
  141. package/system/skills/docx/scripts/office/schemas/ecma/fouth-edition/opc-relationships.xsd +33 -0
  142. package/system/skills/docx/scripts/office/schemas/mce/mc.xsd +75 -0
  143. package/system/skills/docx/scripts/office/schemas/microsoft/wml-2010.xsd +560 -0
  144. package/system/skills/docx/scripts/office/schemas/microsoft/wml-2012.xsd +67 -0
  145. package/system/skills/docx/scripts/office/schemas/microsoft/wml-2018.xsd +14 -0
  146. package/system/skills/docx/scripts/office/schemas/microsoft/wml-cex-2018.xsd +20 -0
  147. package/system/skills/docx/scripts/office/schemas/microsoft/wml-cid-2016.xsd +13 -0
  148. package/system/skills/docx/scripts/office/schemas/microsoft/wml-sdtdatahash-2020.xsd +4 -0
  149. package/system/skills/docx/scripts/office/schemas/microsoft/wml-symex-2015.xsd +8 -0
  150. package/system/skills/docx/scripts/office/soffice.py +183 -0
  151. package/system/skills/docx/scripts/office/unpack.py +132 -0
  152. package/system/skills/docx/scripts/office/validate.py +111 -0
  153. package/system/skills/docx/scripts/office/validators/__init__.py +15 -0
  154. package/system/skills/docx/scripts/office/validators/base.py +847 -0
  155. package/system/skills/docx/scripts/office/validators/docx.py +446 -0
  156. package/system/skills/docx/scripts/office/validators/pptx.py +275 -0
  157. package/system/skills/docx/scripts/office/validators/redlining.py +247 -0
  158. package/system/skills/docx/scripts/templates/comments.xml +3 -0
  159. package/system/skills/docx/scripts/templates/commentsExtended.xml +3 -0
  160. package/system/skills/docx/scripts/templates/commentsExtensible.xml +3 -0
  161. package/system/skills/docx/scripts/templates/commentsIds.xml +3 -0
  162. package/system/skills/docx/scripts/templates/people.xml +3 -0
  163. package/system/skills/evaluate-session.sh +69 -0
  164. package/system/skills/feature/SKILL.md +73 -0
  165. package/system/skills/frontend-design/LICENSE.txt +177 -0
  166. package/system/skills/frontend-design/SKILL.md +52 -0
  167. package/system/skills/hooks/observe.sh +164 -0
  168. package/system/skills/mcp-builder/LICENSE.txt +202 -0
  169. package/system/skills/mcp-builder/SKILL.md +236 -0
  170. package/system/skills/mcp-builder/reference/evaluation.md +602 -0
  171. package/system/skills/mcp-builder/reference/mcp_best_practices.md +249 -0
  172. package/system/skills/mcp-builder/reference/node_mcp_server.md +970 -0
  173. package/system/skills/mcp-builder/reference/python_mcp_server.md +719 -0
  174. package/system/skills/mcp-builder/scripts/connections.py +151 -0
  175. package/system/skills/mcp-builder/scripts/evaluation.py +373 -0
  176. package/system/skills/mcp-builder/scripts/example_evaluation.xml +22 -0
  177. package/system/skills/mcp-builder/scripts/requirements.txt +2 -0
  178. package/system/skills/pdf/LICENSE.txt +30 -0
  179. package/system/skills/pdf/SKILL.md +314 -0
  180. package/system/skills/pdf/forms.md +294 -0
  181. package/system/skills/pdf/reference.md +612 -0
  182. package/system/skills/pdf/scripts/check_bounding_boxes.py +65 -0
  183. package/system/skills/pdf/scripts/check_fillable_fields.py +11 -0
  184. package/system/skills/pdf/scripts/convert_pdf_to_images.py +33 -0
  185. package/system/skills/pdf/scripts/create_validation_image.py +37 -0
  186. package/system/skills/pdf/scripts/extract_form_field_info.py +122 -0
  187. package/system/skills/pdf/scripts/extract_form_structure.py +115 -0
  188. package/system/skills/pdf/scripts/fill_fillable_fields.py +98 -0
  189. package/system/skills/pdf/scripts/fill_pdf_form_with_annotations.py +107 -0
  190. package/system/skills/pptx/LICENSE.txt +30 -0
  191. package/system/skills/pptx/SKILL.md +232 -0
  192. package/system/skills/pptx/editing.md +205 -0
  193. package/system/skills/pptx/pptxgenjs.md +420 -0
  194. package/system/skills/pptx/scripts/__init__.py +0 -0
  195. package/system/skills/pptx/scripts/add_slide.py +195 -0
  196. package/system/skills/pptx/scripts/clean.py +286 -0
  197. package/system/skills/pptx/scripts/office/helpers/__init__.py +0 -0
  198. package/system/skills/pptx/scripts/office/helpers/merge_runs.py +199 -0
  199. package/system/skills/pptx/scripts/office/helpers/simplify_redlines.py +197 -0
  200. package/system/skills/pptx/scripts/office/pack.py +159 -0
  201. package/system/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-chart.xsd +1499 -0
  202. package/system/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-chartDrawing.xsd +146 -0
  203. package/system/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-diagram.xsd +1085 -0
  204. package/system/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-lockedCanvas.xsd +11 -0
  205. package/system/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-main.xsd +3081 -0
  206. package/system/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-picture.xsd +23 -0
  207. package/system/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-spreadsheetDrawing.xsd +185 -0
  208. package/system/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-wordprocessingDrawing.xsd +287 -0
  209. package/system/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/pml.xsd +1676 -0
  210. package/system/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-additionalCharacteristics.xsd +28 -0
  211. package/system/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-bibliography.xsd +144 -0
  212. package/system/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-commonSimpleTypes.xsd +174 -0
  213. package/system/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlDataProperties.xsd +25 -0
  214. package/system/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlSchemaProperties.xsd +18 -0
  215. package/system/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesCustom.xsd +59 -0
  216. package/system/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesExtended.xsd +56 -0
  217. package/system/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesVariantTypes.xsd +195 -0
  218. package/system/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-math.xsd +582 -0
  219. package/system/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-relationshipReference.xsd +25 -0
  220. package/system/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/sml.xsd +4439 -0
  221. package/system/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-main.xsd +570 -0
  222. package/system/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-officeDrawing.xsd +509 -0
  223. package/system/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-presentationDrawing.xsd +12 -0
  224. package/system/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-spreadsheetDrawing.xsd +108 -0
  225. package/system/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-wordprocessingDrawing.xsd +96 -0
  226. package/system/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/wml.xsd +3646 -0
  227. package/system/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/xml.xsd +116 -0
  228. package/system/skills/pptx/scripts/office/schemas/ecma/fouth-edition/opc-contentTypes.xsd +42 -0
  229. package/system/skills/pptx/scripts/office/schemas/ecma/fouth-edition/opc-coreProperties.xsd +50 -0
  230. package/system/skills/pptx/scripts/office/schemas/ecma/fouth-edition/opc-digSig.xsd +49 -0
  231. package/system/skills/pptx/scripts/office/schemas/ecma/fouth-edition/opc-relationships.xsd +33 -0
  232. package/system/skills/pptx/scripts/office/schemas/mce/mc.xsd +75 -0
  233. package/system/skills/pptx/scripts/office/schemas/microsoft/wml-2010.xsd +560 -0
  234. package/system/skills/pptx/scripts/office/schemas/microsoft/wml-2012.xsd +67 -0
  235. package/system/skills/pptx/scripts/office/schemas/microsoft/wml-2018.xsd +14 -0
  236. package/system/skills/pptx/scripts/office/schemas/microsoft/wml-cex-2018.xsd +20 -0
  237. package/system/skills/pptx/scripts/office/schemas/microsoft/wml-cid-2016.xsd +13 -0
  238. package/system/skills/pptx/scripts/office/schemas/microsoft/wml-sdtdatahash-2020.xsd +4 -0
  239. package/system/skills/pptx/scripts/office/schemas/microsoft/wml-symex-2015.xsd +8 -0
  240. package/system/skills/pptx/scripts/office/soffice.py +183 -0
  241. package/system/skills/pptx/scripts/office/unpack.py +132 -0
  242. package/system/skills/pptx/scripts/office/validate.py +111 -0
  243. package/system/skills/pptx/scripts/office/validators/__init__.py +15 -0
  244. package/system/skills/pptx/scripts/office/validators/base.py +847 -0
  245. package/system/skills/pptx/scripts/office/validators/docx.py +446 -0
  246. package/system/skills/pptx/scripts/office/validators/pptx.py +275 -0
  247. package/system/skills/pptx/scripts/office/validators/redlining.py +247 -0
  248. package/system/skills/pptx/scripts/thumbnail.py +289 -0
  249. package/system/skills/scripts/quick-diff.sh +87 -0
  250. package/system/skills/scripts/save-results.sh +56 -0
  251. package/system/skills/scripts/scan.sh +170 -0
  252. package/system/skills/security-check/SKILL.md +70 -0
  253. package/system/skills/skill-creator/LICENSE.txt +202 -0
  254. package/system/skills/skill-creator/SKILL.md +479 -0
  255. package/system/skills/skill-creator/agents/analyzer.md +274 -0
  256. package/system/skills/skill-creator/agents/comparator.md +202 -0
  257. package/system/skills/skill-creator/agents/grader.md +223 -0
  258. package/system/skills/skill-creator/assets/eval_review.html +146 -0
  259. package/system/skills/skill-creator/eval-viewer/generate_review.py +471 -0
  260. package/system/skills/skill-creator/eval-viewer/viewer.html +1325 -0
  261. package/system/skills/skill-creator/references/schemas.md +430 -0
  262. package/system/skills/skill-creator/scripts/__init__.py +0 -0
  263. package/system/skills/skill-creator/scripts/aggregate_benchmark.py +401 -0
  264. package/system/skills/skill-creator/scripts/generate_report.py +326 -0
  265. package/system/skills/skill-creator/scripts/improve_description.py +248 -0
  266. package/system/skills/skill-creator/scripts/package_skill.py +136 -0
  267. package/system/skills/skill-creator/scripts/quick_validate.py +103 -0
  268. package/system/skills/skill-creator/scripts/run_eval.py +310 -0
  269. package/system/skills/skill-creator/scripts/run_loop.py +332 -0
  270. package/system/skills/skill-creator/scripts/utils.py +47 -0
  271. package/system/skills/suggest-compact.sh +54 -0
  272. package/system/skills/supabase-migration/SKILL.md +59 -0
  273. package/system/skills/theme-factory/LICENSE.txt +202 -0
  274. package/system/skills/theme-factory/SKILL.md +59 -0
  275. package/system/skills/theme-factory/theme-showcase.pdf +0 -0
  276. package/system/skills/theme-factory/themes/arctic-frost.md +19 -0
  277. package/system/skills/theme-factory/themes/botanical-garden.md +19 -0
  278. package/system/skills/theme-factory/themes/desert-rose.md +19 -0
  279. package/system/skills/theme-factory/themes/forest-canopy.md +19 -0
  280. package/system/skills/theme-factory/themes/golden-hour.md +19 -0
  281. package/system/skills/theme-factory/themes/midnight-galaxy.md +19 -0
  282. package/system/skills/theme-factory/themes/modern-minimalist.md +19 -0
  283. package/system/skills/theme-factory/themes/ocean-depths.md +19 -0
  284. package/system/skills/theme-factory/themes/sunset-boulevard.md +19 -0
  285. package/system/skills/theme-factory/themes/tech-innovation.md +19 -0
  286. package/system/skills/web-artifacts-builder/LICENSE.txt +202 -0
  287. package/system/skills/web-artifacts-builder/SKILL.md +74 -0
  288. package/system/skills/web-artifacts-builder/scripts/bundle-artifact.sh +54 -0
  289. package/system/skills/web-artifacts-builder/scripts/init-artifact.sh +322 -0
  290. package/system/skills/web-artifacts-builder/scripts/shadcn-components.tar.gz +0 -0
  291. package/system/skills/webapp-testing/LICENSE.txt +202 -0
  292. package/system/skills/webapp-testing/SKILL.md +96 -0
  293. package/system/skills/webapp-testing/examples/console_logging.py +35 -0
  294. package/system/skills/webapp-testing/examples/element_discovery.py +40 -0
  295. package/system/skills/webapp-testing/examples/static_html_automation.py +33 -0
  296. package/system/skills/webapp-testing/scripts/with_server.py +106 -0
  297. package/system/skills/xlsx/LICENSE.txt +30 -0
  298. package/system/skills/xlsx/SKILL.md +292 -0
  299. package/system/skills/xlsx/scripts/office/helpers/__init__.py +0 -0
  300. package/system/skills/xlsx/scripts/office/helpers/merge_runs.py +199 -0
  301. package/system/skills/xlsx/scripts/office/helpers/simplify_redlines.py +197 -0
  302. package/system/skills/xlsx/scripts/office/pack.py +159 -0
  303. package/system/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-chart.xsd +1499 -0
  304. package/system/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-chartDrawing.xsd +146 -0
  305. package/system/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-diagram.xsd +1085 -0
  306. package/system/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-lockedCanvas.xsd +11 -0
  307. package/system/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-main.xsd +3081 -0
  308. package/system/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-picture.xsd +23 -0
  309. package/system/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-spreadsheetDrawing.xsd +185 -0
  310. package/system/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-wordprocessingDrawing.xsd +287 -0
  311. package/system/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/pml.xsd +1676 -0
  312. package/system/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-additionalCharacteristics.xsd +28 -0
  313. package/system/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-bibliography.xsd +144 -0
  314. package/system/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-commonSimpleTypes.xsd +174 -0
  315. package/system/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlDataProperties.xsd +25 -0
  316. package/system/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlSchemaProperties.xsd +18 -0
  317. package/system/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesCustom.xsd +59 -0
  318. package/system/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesExtended.xsd +56 -0
  319. package/system/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesVariantTypes.xsd +195 -0
  320. package/system/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-math.xsd +582 -0
  321. package/system/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-relationshipReference.xsd +25 -0
  322. package/system/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/sml.xsd +4439 -0
  323. package/system/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-main.xsd +570 -0
  324. package/system/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-officeDrawing.xsd +509 -0
  325. package/system/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-presentationDrawing.xsd +12 -0
  326. package/system/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-spreadsheetDrawing.xsd +108 -0
  327. package/system/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-wordprocessingDrawing.xsd +96 -0
  328. package/system/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/wml.xsd +3646 -0
  329. package/system/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/xml.xsd +116 -0
  330. package/system/skills/xlsx/scripts/office/schemas/ecma/fouth-edition/opc-contentTypes.xsd +42 -0
  331. package/system/skills/xlsx/scripts/office/schemas/ecma/fouth-edition/opc-coreProperties.xsd +50 -0
  332. package/system/skills/xlsx/scripts/office/schemas/ecma/fouth-edition/opc-digSig.xsd +49 -0
  333. package/system/skills/xlsx/scripts/office/schemas/ecma/fouth-edition/opc-relationships.xsd +33 -0
  334. package/system/skills/xlsx/scripts/office/schemas/mce/mc.xsd +75 -0
  335. package/system/skills/xlsx/scripts/office/schemas/microsoft/wml-2010.xsd +560 -0
  336. package/system/skills/xlsx/scripts/office/schemas/microsoft/wml-2012.xsd +67 -0
  337. package/system/skills/xlsx/scripts/office/schemas/microsoft/wml-2018.xsd +14 -0
  338. package/system/skills/xlsx/scripts/office/schemas/microsoft/wml-cex-2018.xsd +20 -0
  339. package/system/skills/xlsx/scripts/office/schemas/microsoft/wml-cid-2016.xsd +13 -0
  340. package/system/skills/xlsx/scripts/office/schemas/microsoft/wml-sdtdatahash-2020.xsd +4 -0
  341. package/system/skills/xlsx/scripts/office/schemas/microsoft/wml-symex-2015.xsd +8 -0
  342. package/system/skills/xlsx/scripts/office/soffice.py +183 -0
  343. package/system/skills/xlsx/scripts/office/unpack.py +132 -0
  344. package/system/skills/xlsx/scripts/office/validate.py +111 -0
  345. package/system/skills/xlsx/scripts/office/validators/__init__.py +15 -0
  346. package/system/skills/xlsx/scripts/office/validators/base.py +847 -0
  347. package/system/skills/xlsx/scripts/office/validators/docx.py +446 -0
  348. package/system/skills/xlsx/scripts/office/validators/pptx.py +275 -0
  349. package/system/skills/xlsx/scripts/office/validators/redlining.py +247 -0
  350. package/system/skills/xlsx/scripts/recalc.py +184 -0
  351. package/system/teams/profiles.md +76 -0
@@ -0,0 +1,73 @@
1
+ ---
2
+ name: feature
3
+ description: Spec-driven feature implementation from requirements to verified code. Enforces the full workflow — spec, plan, tests, implement, verify, review.
4
+ disable-model-invocation: true
5
+ argument-hint: "[feature description]"
6
+ ---
7
+
8
+ Implement feature: $ARGUMENTS
9
+
10
+ ## Workflow — Execute each phase sequentially. Do NOT skip phases.
11
+
12
+ ### Phase 1: Spec
13
+ Write a short spec (10-20 lines max) covering:
14
+ - **What**: What exactly will be built
15
+ - **Why**: What problem it solves
16
+ - **Acceptance criteria**: Concrete, testable conditions (bullet list)
17
+ - **Edge cases**: What could go wrong
18
+ - **Out of scope**: What this does NOT include
19
+
20
+ Present the spec to the user. Wait for confirmation before proceeding.
21
+
22
+ ### Phase 2: Plan
23
+ Explore the codebase to understand:
24
+ - Which files need to change
25
+ - Which existing patterns/utilities to reuse
26
+ - Database schema changes needed (if any)
27
+
28
+ Create a step-by-step implementation plan. Keep it concise:
29
+ - List files to create/modify
30
+ - Note dependencies between steps
31
+ - Identify the riskiest part
32
+
33
+ Present the plan. Wait for confirmation.
34
+
35
+ ### Phase 3: Database (if needed)
36
+ If the feature needs schema changes:
37
+ - Use `/supabase-migration` skill pattern
38
+ - Apply migration via `apply_migration`
39
+ - Verify RLS policies
40
+ - Generate TypeScript types
41
+
42
+ ### Phase 4: Tests First
43
+ Write failing tests BEFORE implementation:
44
+ - Unit tests with Vitest for business logic
45
+ - Component tests with Testing Library for UI
46
+ - Test the acceptance criteria from the spec
47
+ - Test edge cases
48
+
49
+ Run tests — they SHOULD fail (red phase).
50
+
51
+ ### Phase 5: Implement
52
+ Write the minimum code to make tests pass:
53
+ - Follow the project structure convention from CLAUDE.md
54
+ - Server Components by default, Client Components only when needed
55
+ - Zod validation on all external inputs
56
+ - Result pattern `{ data, error }` for operations that can fail
57
+ - No business logic in components — extract to lib/[domain]/
58
+
59
+ ### Phase 6: Verify
60
+ Run the full verification suite:
61
+ - `tsc --noEmit` — No type errors
62
+ - `eslint .` — No lint errors
63
+ - `vitest run` — All tests pass
64
+ - Check that ALL acceptance criteria from Phase 1 are met
65
+
66
+ If anything fails, fix it before proceeding.
67
+
68
+ ### Phase 7: Summary
69
+ Report to the user:
70
+ - What was built (files created/modified)
71
+ - All acceptance criteria: PASS/FAIL
72
+ - Any decisions made during implementation
73
+ - Suggested follow-up work (if any)
@@ -0,0 +1,177 @@
1
+
2
+ Apache License
3
+ Version 2.0, January 2004
4
+ http://www.apache.org/licenses/
5
+
6
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
7
+
8
+ 1. Definitions.
9
+
10
+ "License" shall mean the terms and conditions for use, reproduction,
11
+ and distribution as defined by Sections 1 through 9 of this document.
12
+
13
+ "Licensor" shall mean the copyright owner or entity authorized by
14
+ the copyright owner that is granting the License.
15
+
16
+ "Legal Entity" shall mean the union of the acting entity and all
17
+ other entities that control, are controlled by, or are under common
18
+ control with that entity. For the purposes of this definition,
19
+ "control" means (i) the power, direct or indirect, to cause the
20
+ direction or management of such entity, whether by contract or
21
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
22
+ outstanding shares, or (iii) beneficial ownership of such entity.
23
+
24
+ "You" (or "Your") shall mean an individual or Legal Entity
25
+ exercising permissions granted by this License.
26
+
27
+ "Source" form shall mean the preferred form for making modifications,
28
+ including but not limited to software source code, documentation
29
+ source, and configuration files.
30
+
31
+ "Object" form shall mean any form resulting from mechanical
32
+ transformation or translation of a Source form, including but
33
+ not limited to compiled object code, generated documentation,
34
+ and conversions to other media types.
35
+
36
+ "Work" shall mean the work of authorship, whether in Source or
37
+ Object form, made available under the License, as indicated by a
38
+ copyright notice that is included in or attached to the work
39
+ (an example is provided in the Appendix below).
40
+
41
+ "Derivative Works" shall mean any work, whether in Source or Object
42
+ form, that is based on (or derived from) the Work and for which the
43
+ editorial revisions, annotations, elaborations, or other modifications
44
+ represent, as a whole, an original work of authorship. For the purposes
45
+ of this License, Derivative Works shall not include works that remain
46
+ separable from, or merely link (or bind by name) to the interfaces of,
47
+ the Work and Derivative Works thereof.
48
+
49
+ "Contribution" shall mean any work of authorship, including
50
+ the original version of the Work and any modifications or additions
51
+ to that Work or Derivative Works thereof, that is intentionally
52
+ submitted to Licensor for inclusion in the Work by the copyright owner
53
+ or by an individual or Legal Entity authorized to submit on behalf of
54
+ the copyright owner. For the purposes of this definition, "submitted"
55
+ means any form of electronic, verbal, or written communication sent
56
+ to the Licensor or its representatives, including but not limited to
57
+ communication on electronic mailing lists, source code control systems,
58
+ and issue tracking systems that are managed by, or on behalf of, the
59
+ Licensor for the purpose of discussing and improving the Work, but
60
+ excluding communication that is conspicuously marked or otherwise
61
+ designated in writing by the copyright owner as "Not a Contribution."
62
+
63
+ "Contributor" shall mean Licensor and any individual or Legal Entity
64
+ on behalf of whom a Contribution has been received by Licensor and
65
+ subsequently incorporated within the Work.
66
+
67
+ 2. Grant of Copyright License. Subject to the terms and conditions of
68
+ this License, each Contributor hereby grants to You a perpetual,
69
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
70
+ copyright license to reproduce, prepare Derivative Works of,
71
+ publicly display, publicly perform, sublicense, and distribute the
72
+ Work and such Derivative Works in Source or Object form.
73
+
74
+ 3. Grant of Patent License. Subject to the terms and conditions of
75
+ this License, each Contributor hereby grants to You a perpetual,
76
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
77
+ (except as stated in this section) patent license to make, have made,
78
+ use, offer to sell, sell, import, and otherwise transfer the Work,
79
+ where such license applies only to those patent claims licensable
80
+ by such Contributor that are necessarily infringed by their
81
+ Contribution(s) alone or by combination of their Contribution(s)
82
+ with the Work to which such Contribution(s) was submitted. If You
83
+ institute patent litigation against any entity (including a
84
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
85
+ or a Contribution incorporated within the Work constitutes direct
86
+ or contributory patent infringement, then any patent licenses
87
+ granted to You under this License for that Work shall terminate
88
+ as of the date such litigation is filed.
89
+
90
+ 4. Redistribution. You may reproduce and distribute copies of the
91
+ Work or Derivative Works thereof in any medium, with or without
92
+ modifications, and in Source or Object form, provided that You
93
+ meet the following conditions:
94
+
95
+ (a) You must give any other recipients of the Work or
96
+ Derivative Works a copy of this License; and
97
+
98
+ (b) You must cause any modified files to carry prominent notices
99
+ stating that You changed the files; and
100
+
101
+ (c) You must retain, in the Source form of any Derivative Works
102
+ that You distribute, all copyright, patent, trademark, and
103
+ attribution notices from the Source form of the Work,
104
+ excluding those notices that do not pertain to any part of
105
+ the Derivative Works; and
106
+
107
+ (d) If the Work includes a "NOTICE" text file as part of its
108
+ distribution, then any Derivative Works that You distribute must
109
+ include a readable copy of the attribution notices contained
110
+ within such NOTICE file, excluding those notices that do not
111
+ pertain to any part of the Derivative Works, in at least one
112
+ of the following places: within a NOTICE text file distributed
113
+ as part of the Derivative Works; within the Source form or
114
+ documentation, if provided along with the Derivative Works; or,
115
+ within a display generated by the Derivative Works, if and
116
+ wherever such third-party notices normally appear. The contents
117
+ of the NOTICE file are for informational purposes only and
118
+ do not modify the License. You may add Your own attribution
119
+ notices within Derivative Works that You distribute, alongside
120
+ or as an addendum to the NOTICE text from the Work, provided
121
+ that such additional attribution notices cannot be construed
122
+ as modifying the License.
123
+
124
+ You may add Your own copyright statement to Your modifications and
125
+ may provide additional or different license terms and conditions
126
+ for use, reproduction, or distribution of Your modifications, or
127
+ for any such Derivative Works as a whole, provided Your use,
128
+ reproduction, and distribution of the Work otherwise complies with
129
+ the conditions stated in this License.
130
+
131
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
132
+ any Contribution intentionally submitted for inclusion in the Work
133
+ by You to the Licensor shall be under the terms and conditions of
134
+ this License, without any additional terms or conditions.
135
+ Notwithstanding the above, nothing herein shall supersede or modify
136
+ the terms of any separate license agreement you may have executed
137
+ with Licensor regarding such Contributions.
138
+
139
+ 6. Trademarks. This License does not grant permission to use the trade
140
+ names, trademarks, service marks, or product names of the Licensor,
141
+ except as required for reasonable and customary use in describing the
142
+ origin of the Work and reproducing the content of the NOTICE file.
143
+
144
+ 7. Disclaimer of Warranty. Unless required by applicable law or
145
+ agreed to in writing, Licensor provides the Work (and each
146
+ Contributor provides its Contributions) on an "AS IS" BASIS,
147
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
148
+ implied, including, without limitation, any warranties or conditions
149
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
150
+ PARTICULAR PURPOSE. You are solely responsible for determining the
151
+ appropriateness of using or redistributing the Work and assume any
152
+ risks associated with Your exercise of permissions under this License.
153
+
154
+ 8. Limitation of Liability. In no event and under no legal theory,
155
+ whether in tort (including negligence), contract, or otherwise,
156
+ unless required by applicable law (such as deliberate and grossly
157
+ negligent acts) or agreed to in writing, shall any Contributor be
158
+ liable to You for damages, including any direct, indirect, special,
159
+ incidental, or consequential damages of any character arising as a
160
+ result of this License or out of the use or inability to use the
161
+ Work (including but not limited to damages for loss of goodwill,
162
+ work stoppage, computer failure or malfunction, or any and all
163
+ other commercial damages or losses), even if such Contributor
164
+ has been advised of the possibility of such damages.
165
+
166
+ 9. Accepting Warranty or Additional Liability. While redistributing
167
+ the Work or Derivative Works thereof, You may choose to offer,
168
+ and charge a fee for, acceptance of support, warranty, indemnity,
169
+ or other liability obligations and/or rights consistent with this
170
+ License. However, in accepting such obligations, You may act only
171
+ on Your own behalf and on Your sole responsibility, not on behalf
172
+ of any other Contributor, and only if You agree to indemnify,
173
+ defend, and hold each Contributor harmless for any liability
174
+ incurred by, or claims asserted against, such Contributor by reason
175
+ of your accepting any such warranty or additional liability.
176
+
177
+ END OF TERMS AND CONDITIONS
@@ -0,0 +1,52 @@
1
+ ---
2
+ name: frontend-design
3
+ description: Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, React components, HTML/CSS layouts, or when styling/beautifying any web UI). Generates creative, polished code and UI design that avoids generic AI aesthetics.
4
+ license: Complete terms in LICENSE.txt
5
+ ---
6
+
7
+ This skill guides creation of distinctive, production-grade frontend interfaces that avoid generic "AI slop" aesthetics. Implement real working code with exceptional attention to aesthetic details and creative choices.
8
+
9
+ The user provides frontend requirements: a component, page, application, or interface to build. They may include context about the purpose, audience, or technical constraints.
10
+
11
+ ## Design Documentation — MANDATORY First Step
12
+
13
+ Before ANY design work, check for a `DESIGN.md` file in the project root:
14
+
15
+ 1. **If `DESIGN.md` exists**: Read it thoroughly. Study every section — colors, typography, spacing, animations, component patterns, brand guidelines. All design decisions MUST align with this document. Never contradict it.
16
+ 2. **If `DESIGN.md` does not exist**: Create it before writing any UI code. Establish the design foundations (palette, typography, spacing, shadows, radii, animation conventions, tone/mood) and document them.
17
+ 3. **After completing design work**: Review `DESIGN.md` and update it with any new patterns, components, or decisions that were introduced. Keep it as the single source of truth for the project's visual identity.
18
+
19
+ This ensures design consistency across sessions, agents, and contributors. The document is the project's visual contract.
20
+
21
+ ## Design Thinking
22
+
23
+ Before coding, understand the context and commit to a BOLD aesthetic direction:
24
+ - **Purpose**: What problem does this interface solve? Who uses it?
25
+ - **Tone**: Pick an extreme: brutally minimal, maximalist chaos, retro-futuristic, organic/natural, luxury/refined, playful/toy-like, editorial/magazine, brutalist/raw, art deco/geometric, soft/pastel, industrial/utilitarian, etc. There are so many flavors to choose from. Use these for inspiration but design one that is true to the aesthetic direction.
26
+ - **Constraints**: Technical requirements (framework, performance, accessibility).
27
+ - **Differentiation**: What makes this UNFORGETTABLE? What's the one thing someone will remember?
28
+
29
+ **CRITICAL**: Choose a clear conceptual direction and execute it with precision. Bold maximalism and refined minimalism both work - the key is intentionality, not intensity.
30
+
31
+ Then implement working code (HTML/CSS/JS, React, Vue, etc.) that is:
32
+ - Production-grade and functional
33
+ - Visually striking and memorable
34
+ - Cohesive with a clear aesthetic point-of-view
35
+ - Meticulously refined in every detail
36
+
37
+ ## Frontend Aesthetics Guidelines
38
+
39
+ Focus on:
40
+ - **Typography**: Choose fonts that are beautiful, unique, and interesting. Avoid generic fonts like Arial and Inter; opt instead for distinctive choices that elevate the frontend's aesthetics; unexpected, characterful font choices. Pair a distinctive display font with a refined body font.
41
+ - **Color & Theme**: Commit to a cohesive aesthetic. Use CSS variables for consistency. Dominant colors with sharp accents outperform timid, evenly-distributed palettes.
42
+ - **Motion**: Use animations for effects and micro-interactions. Prioritize CSS-only solutions for HTML. Use Motion library for React when available. Focus on high-impact moments: one well-orchestrated page load with staggered reveals (animation-delay) creates more delight than scattered micro-interactions. Use scroll-triggering and hover states that surprise.
43
+ - **Spatial Composition**: Unexpected layouts. Asymmetry. Overlap. Diagonal flow. Grid-breaking elements. Generous negative space OR controlled density.
44
+ - **Backgrounds & Visual Details**: Create atmosphere and depth rather than defaulting to solid colors. Add contextual effects and textures that match the overall aesthetic. Apply creative forms like gradient meshes, noise textures, geometric patterns, layered transparencies, dramatic shadows, decorative borders, custom cursors, and grain overlays.
45
+
46
+ NEVER use generic AI-generated aesthetics like overused font families (Inter, Roboto, Arial, system fonts), cliched color schemes (particularly purple gradients on white backgrounds), predictable layouts and component patterns, and cookie-cutter design that lacks context-specific character.
47
+
48
+ Interpret creatively and make unexpected choices that feel genuinely designed for the context. No design should be the same. Vary between light and dark themes, different fonts, different aesthetics. NEVER converge on common choices (Space Grotesk, for example) across generations.
49
+
50
+ **IMPORTANT**: Match implementation complexity to the aesthetic vision. Maximalist designs need elaborate code with extensive animations and effects. Minimalist or refined designs need restraint, precision, and careful attention to spacing, typography, and subtle details. Elegance comes from executing the vision well.
51
+
52
+ Remember: Claude is capable of extraordinary creative work. Don't hold back, show what can truly be created when thinking outside the box and committing fully to a distinctive vision.
@@ -0,0 +1,164 @@
1
+ #!/bin/bash
2
+ # Continuous Learning v2 - Observation Hook
3
+ #
4
+ # Captures tool use events for pattern analysis.
5
+ # Claude Code passes hook data via stdin as JSON.
6
+ #
7
+ # Hook config (in ~/.claude/settings.json):
8
+ #
9
+ # If installed as a plugin, use ${CLAUDE_PLUGIN_ROOT}:
10
+ # {
11
+ # "hooks": {
12
+ # "PreToolUse": [{
13
+ # "matcher": "*",
14
+ # "hooks": [{ "type": "command", "command": "${CLAUDE_PLUGIN_ROOT}/skills/continuous-learning-v2/hooks/observe.sh pre" }]
15
+ # }],
16
+ # "PostToolUse": [{
17
+ # "matcher": "*",
18
+ # "hooks": [{ "type": "command", "command": "${CLAUDE_PLUGIN_ROOT}/skills/continuous-learning-v2/hooks/observe.sh post" }]
19
+ # }]
20
+ # }
21
+ # }
22
+ #
23
+ # If installed manually to ~/.claude/skills:
24
+ # {
25
+ # "hooks": {
26
+ # "PreToolUse": [{
27
+ # "matcher": "*",
28
+ # "hooks": [{ "type": "command", "command": "~/.claude/skills/continuous-learning-v2/hooks/observe.sh pre" }]
29
+ # }],
30
+ # "PostToolUse": [{
31
+ # "matcher": "*",
32
+ # "hooks": [{ "type": "command", "command": "~/.claude/skills/continuous-learning-v2/hooks/observe.sh post" }]
33
+ # }]
34
+ # }
35
+ # }
36
+
37
+ set -e
38
+
39
+ # Hook phase from CLI argument: "pre" (PreToolUse) or "post" (PostToolUse)
40
+ HOOK_PHASE="${1:-post}"
41
+
42
+ CONFIG_DIR="${HOME}/.claude/homunculus"
43
+ OBSERVATIONS_FILE="${CONFIG_DIR}/observations.jsonl"
44
+ MAX_FILE_SIZE_MB=10
45
+
46
+ # Ensure directory exists
47
+ mkdir -p "$CONFIG_DIR"
48
+
49
+ # Skip if disabled
50
+ if [ -f "$CONFIG_DIR/disabled" ]; then
51
+ exit 0
52
+ fi
53
+
54
+ # Read JSON from stdin (Claude Code hook format)
55
+ INPUT_JSON=$(cat)
56
+
57
+ # Exit if no input
58
+ if [ -z "$INPUT_JSON" ]; then
59
+ exit 0
60
+ fi
61
+
62
+ # Parse using python via stdin pipe (safe for all JSON payloads)
63
+ # Pass HOOK_PHASE via env var since Claude Code does not include hook type in stdin JSON
64
+ PARSED=$(echo "$INPUT_JSON" | HOOK_PHASE="$HOOK_PHASE" python3 -c '
65
+ import json
66
+ import sys
67
+ import os
68
+
69
+ try:
70
+ data = json.load(sys.stdin)
71
+
72
+ # Determine event type from CLI argument passed via env var.
73
+ # Claude Code does NOT include a "hook_type" field in the stdin JSON,
74
+ # so we rely on the shell argument ("pre" or "post") instead.
75
+ hook_phase = os.environ.get("HOOK_PHASE", "post")
76
+ event = "tool_start" if hook_phase == "pre" else "tool_complete"
77
+
78
+ # Extract fields - Claude Code hook format
79
+ tool_name = data.get("tool_name", data.get("tool", "unknown"))
80
+ tool_input = data.get("tool_input", data.get("input", {}))
81
+ tool_output = data.get("tool_output", data.get("output", ""))
82
+ session_id = data.get("session_id", "unknown")
83
+
84
+ # Truncate large inputs/outputs
85
+ if isinstance(tool_input, dict):
86
+ tool_input_str = json.dumps(tool_input)[:5000]
87
+ else:
88
+ tool_input_str = str(tool_input)[:5000]
89
+
90
+ if isinstance(tool_output, dict):
91
+ tool_output_str = json.dumps(tool_output)[:5000]
92
+ else:
93
+ tool_output_str = str(tool_output)[:5000]
94
+
95
+ print(json.dumps({
96
+ "parsed": True,
97
+ "event": event,
98
+ "tool": tool_name,
99
+ "input": tool_input_str if event == "tool_start" else None,
100
+ "output": tool_output_str if event == "tool_complete" else None,
101
+ "session": session_id
102
+ }))
103
+ except Exception as e:
104
+ print(json.dumps({"parsed": False, "error": str(e)}))
105
+ ')
106
+
107
+ # Check if parsing succeeded
108
+ PARSED_OK=$(echo "$PARSED" | python3 -c "import json,sys; print(json.load(sys.stdin).get('parsed', False))")
109
+
110
+ if [ "$PARSED_OK" != "True" ]; then
111
+ # Fallback: log raw input for debugging
112
+ timestamp=$(date -u +"%Y-%m-%dT%H:%M:%SZ")
113
+ export TIMESTAMP="$timestamp"
114
+ echo "$INPUT_JSON" | python3 -c "
115
+ import json, sys, os
116
+ raw = sys.stdin.read()[:2000]
117
+ print(json.dumps({'timestamp': os.environ['TIMESTAMP'], 'event': 'parse_error', 'raw': raw}))
118
+ " >> "$OBSERVATIONS_FILE"
119
+ exit 0
120
+ fi
121
+
122
+ # Archive if file too large
123
+ if [ -f "$OBSERVATIONS_FILE" ]; then
124
+ file_size_mb=$(du -m "$OBSERVATIONS_FILE" 2>/dev/null | cut -f1)
125
+ if [ "${file_size_mb:-0}" -ge "$MAX_FILE_SIZE_MB" ]; then
126
+ archive_dir="${CONFIG_DIR}/observations.archive"
127
+ mkdir -p "$archive_dir"
128
+ mv "$OBSERVATIONS_FILE" "$archive_dir/observations-$(date +%Y%m%d-%H%M%S).jsonl"
129
+ fi
130
+ fi
131
+
132
+ # Build and write observation
133
+ timestamp=$(date -u +"%Y-%m-%dT%H:%M:%SZ")
134
+
135
+ export TIMESTAMP="$timestamp"
136
+ echo "$PARSED" | python3 -c "
137
+ import json, sys, os
138
+
139
+ parsed = json.load(sys.stdin)
140
+ observation = {
141
+ 'timestamp': os.environ['TIMESTAMP'],
142
+ 'event': parsed['event'],
143
+ 'tool': parsed['tool'],
144
+ 'session': parsed['session']
145
+ }
146
+
147
+ if parsed['input'] is not None:
148
+ observation['input'] = parsed['input']
149
+ if parsed['output'] is not None:
150
+ observation['output'] = parsed['output']
151
+
152
+ print(json.dumps(observation))
153
+ " >> "$OBSERVATIONS_FILE"
154
+
155
+ # Signal observer if running
156
+ OBSERVER_PID_FILE="${CONFIG_DIR}/.observer.pid"
157
+ if [ -f "$OBSERVER_PID_FILE" ]; then
158
+ observer_pid=$(cat "$OBSERVER_PID_FILE")
159
+ if kill -0 "$observer_pid" 2>/dev/null; then
160
+ kill -USR1 "$observer_pid" 2>/dev/null || true
161
+ fi
162
+ fi
163
+
164
+ exit 0
@@ -0,0 +1,202 @@
1
+
2
+ Apache License
3
+ Version 2.0, January 2004
4
+ http://www.apache.org/licenses/
5
+
6
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
7
+
8
+ 1. Definitions.
9
+
10
+ "License" shall mean the terms and conditions for use, reproduction,
11
+ and distribution as defined by Sections 1 through 9 of this document.
12
+
13
+ "Licensor" shall mean the copyright owner or entity authorized by
14
+ the copyright owner that is granting the License.
15
+
16
+ "Legal Entity" shall mean the union of the acting entity and all
17
+ other entities that control, are controlled by, or are under common
18
+ control with that entity. For the purposes of this definition,
19
+ "control" means (i) the power, direct or indirect, to cause the
20
+ direction or management of such entity, whether by contract or
21
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
22
+ outstanding shares, or (iii) beneficial ownership of such entity.
23
+
24
+ "You" (or "Your") shall mean an individual or Legal Entity
25
+ exercising permissions granted by this License.
26
+
27
+ "Source" form shall mean the preferred form for making modifications,
28
+ including but not limited to software source code, documentation
29
+ source, and configuration files.
30
+
31
+ "Object" form shall mean any form resulting from mechanical
32
+ transformation or translation of a Source form, including but
33
+ not limited to compiled object code, generated documentation,
34
+ and conversions to other media types.
35
+
36
+ "Work" shall mean the work of authorship, whether in Source or
37
+ Object form, made available under the License, as indicated by a
38
+ copyright notice that is included in or attached to the work
39
+ (an example is provided in the Appendix below).
40
+
41
+ "Derivative Works" shall mean any work, whether in Source or Object
42
+ form, that is based on (or derived from) the Work and for which the
43
+ editorial revisions, annotations, elaborations, or other modifications
44
+ represent, as a whole, an original work of authorship. For the purposes
45
+ of this License, Derivative Works shall not include works that remain
46
+ separable from, or merely link (or bind by name) to the interfaces of,
47
+ the Work and Derivative Works thereof.
48
+
49
+ "Contribution" shall mean any work of authorship, including
50
+ the original version of the Work and any modifications or additions
51
+ to that Work or Derivative Works thereof, that is intentionally
52
+ submitted to Licensor for inclusion in the Work by the copyright owner
53
+ or by an individual or Legal Entity authorized to submit on behalf of
54
+ the copyright owner. For the purposes of this definition, "submitted"
55
+ means any form of electronic, verbal, or written communication sent
56
+ to the Licensor or its representatives, including but not limited to
57
+ communication on electronic mailing lists, source code control systems,
58
+ and issue tracking systems that are managed by, or on behalf of, the
59
+ Licensor for the purpose of discussing and improving the Work, but
60
+ excluding communication that is conspicuously marked or otherwise
61
+ designated in writing by the copyright owner as "Not a Contribution."
62
+
63
+ "Contributor" shall mean Licensor and any individual or Legal Entity
64
+ on behalf of whom a Contribution has been received by Licensor and
65
+ subsequently incorporated within the Work.
66
+
67
+ 2. Grant of Copyright License. Subject to the terms and conditions of
68
+ this License, each Contributor hereby grants to You a perpetual,
69
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
70
+ copyright license to reproduce, prepare Derivative Works of,
71
+ publicly display, publicly perform, sublicense, and distribute the
72
+ Work and such Derivative Works in Source or Object form.
73
+
74
+ 3. Grant of Patent License. Subject to the terms and conditions of
75
+ this License, each Contributor hereby grants to You a perpetual,
76
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
77
+ (except as stated in this section) patent license to make, have made,
78
+ use, offer to sell, sell, import, and otherwise transfer the Work,
79
+ where such license applies only to those patent claims licensable
80
+ by such Contributor that are necessarily infringed by their
81
+ Contribution(s) alone or by combination of their Contribution(s)
82
+ with the Work to which such Contribution(s) was submitted. If You
83
+ institute patent litigation against any entity (including a
84
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
85
+ or a Contribution incorporated within the Work constitutes direct
86
+ or contributory patent infringement, then any patent licenses
87
+ granted to You under this License for that Work shall terminate
88
+ as of the date such litigation is filed.
89
+
90
+ 4. Redistribution. You may reproduce and distribute copies of the
91
+ Work or Derivative Works thereof in any medium, with or without
92
+ modifications, and in Source or Object form, provided that You
93
+ meet the following conditions:
94
+
95
+ (a) You must give any other recipients of the Work or
96
+ Derivative Works a copy of this License; and
97
+
98
+ (b) You must cause any modified files to carry prominent notices
99
+ stating that You changed the files; and
100
+
101
+ (c) You must retain, in the Source form of any Derivative Works
102
+ that You distribute, all copyright, patent, trademark, and
103
+ attribution notices from the Source form of the Work,
104
+ excluding those notices that do not pertain to any part of
105
+ the Derivative Works; and
106
+
107
+ (d) If the Work includes a "NOTICE" text file as part of its
108
+ distribution, then any Derivative Works that You distribute must
109
+ include a readable copy of the attribution notices contained
110
+ within such NOTICE file, excluding those notices that do not
111
+ pertain to any part of the Derivative Works, in at least one
112
+ of the following places: within a NOTICE text file distributed
113
+ as part of the Derivative Works; within the Source form or
114
+ documentation, if provided along with the Derivative Works; or,
115
+ within a display generated by the Derivative Works, if and
116
+ wherever such third-party notices normally appear. The contents
117
+ of the NOTICE file are for informational purposes only and
118
+ do not modify the License. You may add Your own attribution
119
+ notices within Derivative Works that You distribute, alongside
120
+ or as an addendum to the NOTICE text from the Work, provided
121
+ that such additional attribution notices cannot be construed
122
+ as modifying the License.
123
+
124
+ You may add Your own copyright statement to Your modifications and
125
+ may provide additional or different license terms and conditions
126
+ for use, reproduction, or distribution of Your modifications, or
127
+ for any such Derivative Works as a whole, provided Your use,
128
+ reproduction, and distribution of the Work otherwise complies with
129
+ the conditions stated in this License.
130
+
131
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
132
+ any Contribution intentionally submitted for inclusion in the Work
133
+ by You to the Licensor shall be under the terms and conditions of
134
+ this License, without any additional terms or conditions.
135
+ Notwithstanding the above, nothing herein shall supersede or modify
136
+ the terms of any separate license agreement you may have executed
137
+ with Licensor regarding such Contributions.
138
+
139
+ 6. Trademarks. This License does not grant permission to use the trade
140
+ names, trademarks, service marks, or product names of the Licensor,
141
+ except as required for reasonable and customary use in describing the
142
+ origin of the Work and reproducing the content of the NOTICE file.
143
+
144
+ 7. Disclaimer of Warranty. Unless required by applicable law or
145
+ agreed to in writing, Licensor provides the Work (and each
146
+ Contributor provides its Contributions) on an "AS IS" BASIS,
147
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
148
+ implied, including, without limitation, any warranties or conditions
149
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
150
+ PARTICULAR PURPOSE. You are solely responsible for determining the
151
+ appropriateness of using or redistributing the Work and assume any
152
+ risks associated with Your exercise of permissions under this License.
153
+
154
+ 8. Limitation of Liability. In no event and under no legal theory,
155
+ whether in tort (including negligence), contract, or otherwise,
156
+ unless required by applicable law (such as deliberate and grossly
157
+ negligent acts) or agreed to in writing, shall any Contributor be
158
+ liable to You for damages, including any direct, indirect, special,
159
+ incidental, or consequential damages of any character arising as a
160
+ result of this License or out of the use or inability to use the
161
+ Work (including but not limited to damages for loss of goodwill,
162
+ work stoppage, computer failure or malfunction, or any and all
163
+ other commercial damages or losses), even if such Contributor
164
+ has been advised of the possibility of such damages.
165
+
166
+ 9. Accepting Warranty or Additional Liability. While redistributing
167
+ the Work or Derivative Works thereof, You may choose to offer,
168
+ and charge a fee for, acceptance of support, warranty, indemnity,
169
+ or other liability obligations and/or rights consistent with this
170
+ License. However, in accepting such obligations, You may act only
171
+ on Your own behalf and on Your sole responsibility, not on behalf
172
+ of any other Contributor, and only if You agree to indemnify,
173
+ defend, and hold each Contributor harmless for any liability
174
+ incurred by, or claims asserted against, such Contributor by reason
175
+ of your accepting any such warranty or additional liability.
176
+
177
+ END OF TERMS AND CONDITIONS
178
+
179
+ APPENDIX: How to apply the Apache License to your work.
180
+
181
+ To apply the Apache License to your work, attach the following
182
+ boilerplate notice, with the fields enclosed by brackets "[]"
183
+ replaced with your own identifying information. (Don't include
184
+ the brackets!) The text should be enclosed in the appropriate
185
+ comment syntax for the file format. We also recommend that a
186
+ file or class name and description of purpose be included on the
187
+ same "printed page" as the copyright notice for easier
188
+ identification within third-party archives.
189
+
190
+ Copyright [yyyy] [name of copyright owner]
191
+
192
+ Licensed under the Apache License, Version 2.0 (the "License");
193
+ you may not use this file except in compliance with the License.
194
+ You may obtain a copy of the License at
195
+
196
+ http://www.apache.org/licenses/LICENSE-2.0
197
+
198
+ Unless required by applicable law or agreed to in writing, software
199
+ distributed under the License is distributed on an "AS IS" BASIS,
200
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
201
+ See the License for the specific language governing permissions and
202
+ limitations under the License.