takomi 2.0.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 (544) hide show
  1. package/README.md +422 -0
  2. package/assets/.agent/skills/agent-recovery/SKILL.md +147 -0
  3. package/assets/.agent/skills/ai-avatar-video/SKILL.md +153 -0
  4. package/assets/.agent/skills/ai-marketing-videos/SKILL.md +295 -0
  5. package/assets/.agent/skills/ai-podcast-creation/SKILL.md +292 -0
  6. package/assets/.agent/skills/ai-product-photography/SKILL.md +269 -0
  7. package/assets/.agent/skills/ai-sdk/SKILL.md +77 -0
  8. package/assets/.agent/skills/ai-sdk/references/ai-gateway.md +66 -0
  9. package/assets/.agent/skills/ai-sdk/references/common-errors.md +443 -0
  10. package/assets/.agent/skills/ai-sdk/references/type-safe-agents.md +204 -0
  11. package/assets/.agent/skills/ai-social-media-content/SKILL.md +253 -0
  12. package/assets/.agent/skills/ai-voice-cloning/SKILL.md +276 -0
  13. package/assets/.agent/skills/algorithmic-art/LICENSE.txt +202 -0
  14. package/assets/.agent/skills/algorithmic-art/SKILL.md +405 -0
  15. package/assets/.agent/skills/algorithmic-art/templates/generator_template.js +223 -0
  16. package/assets/.agent/skills/algorithmic-art/templates/viewer.html +599 -0
  17. package/assets/.agent/skills/audit-website/SKILL.md +631 -0
  18. package/assets/.agent/skills/audit-website/agents/openai.yaml +6 -0
  19. package/assets/.agent/skills/audit-website/assets/icon-large.png +0 -0
  20. package/assets/.agent/skills/audit-website/assets/icon-small.svg +41 -0
  21. package/assets/.agent/skills/audit-website/references/OUTPUT-FORMAT.md +250 -0
  22. package/assets/.agent/skills/avoid-feature-creep/SKILL.md +307 -0
  23. package/assets/.agent/skills/avoid-feature-creep/agents/openai.yaml +3 -0
  24. package/assets/.agent/skills/avoid-feature-creep/assets/large-logo.png +0 -0
  25. package/assets/.agent/skills/avoid-feature-creep/assets/small-logo.svg +17 -0
  26. package/assets/.agent/skills/building-native-ui/SKILL.md +320 -0
  27. package/assets/.agent/skills/building-native-ui/references/animations.md +220 -0
  28. package/assets/.agent/skills/building-native-ui/references/controls.md +270 -0
  29. package/assets/.agent/skills/building-native-ui/references/form-sheet.md +227 -0
  30. package/assets/.agent/skills/building-native-ui/references/gradients.md +106 -0
  31. package/assets/.agent/skills/building-native-ui/references/icons.md +213 -0
  32. package/assets/.agent/skills/building-native-ui/references/media.md +198 -0
  33. package/assets/.agent/skills/building-native-ui/references/route-structure.md +229 -0
  34. package/assets/.agent/skills/building-native-ui/references/search.md +248 -0
  35. package/assets/.agent/skills/building-native-ui/references/storage.md +121 -0
  36. package/assets/.agent/skills/building-native-ui/references/tabs.md +368 -0
  37. package/assets/.agent/skills/building-native-ui/references/toolbar-and-headers.md +284 -0
  38. package/assets/.agent/skills/building-native-ui/references/visual-effects.md +197 -0
  39. package/assets/.agent/skills/building-native-ui/references/webgpu-three.md +605 -0
  40. package/assets/.agent/skills/building-native-ui/references/zoom-transitions.md +158 -0
  41. package/assets/.agent/skills/code-review/SKILL.md +81 -0
  42. package/assets/.agent/skills/component-analysis/SKILL.md +103 -0
  43. package/assets/.agent/skills/context7/SKILL.md +85 -0
  44. package/assets/.agent/skills/convex/SKILL.md +62 -0
  45. package/assets/.agent/skills/convex/agents/openai.yaml +3 -0
  46. package/assets/.agent/skills/convex/assets/large-logo.png +0 -0
  47. package/assets/.agent/skills/convex/assets/small-logo.svg +17 -0
  48. package/assets/.agent/skills/convex-agents/SKILL.md +516 -0
  49. package/assets/.agent/skills/convex-agents/agents/openai.yaml +3 -0
  50. package/assets/.agent/skills/convex-agents/assets/large-logo.png +0 -0
  51. package/assets/.agent/skills/convex-agents/assets/small-logo.svg +17 -0
  52. package/assets/.agent/skills/convex-best-practices/SKILL.md +369 -0
  53. package/assets/.agent/skills/convex-best-practices/agents/openai.yaml +3 -0
  54. package/assets/.agent/skills/convex-best-practices/assets/large-logo.png +0 -0
  55. package/assets/.agent/skills/convex-best-practices/assets/small-logo.svg +17 -0
  56. package/assets/.agent/skills/convex-component-authoring/SKILL.md +457 -0
  57. package/assets/.agent/skills/convex-component-authoring/agents/openai.yaml +3 -0
  58. package/assets/.agent/skills/convex-component-authoring/assets/large-logo.png +0 -0
  59. package/assets/.agent/skills/convex-component-authoring/assets/small-logo.svg +17 -0
  60. package/assets/.agent/skills/convex-cron-jobs/SKILL.md +604 -0
  61. package/assets/.agent/skills/convex-cron-jobs/agents/openai.yaml +3 -0
  62. package/assets/.agent/skills/convex-cron-jobs/assets/large-logo.png +0 -0
  63. package/assets/.agent/skills/convex-cron-jobs/assets/small-logo.svg +17 -0
  64. package/assets/.agent/skills/convex-file-storage/SKILL.md +467 -0
  65. package/assets/.agent/skills/convex-file-storage/agents/openai.yaml +3 -0
  66. package/assets/.agent/skills/convex-file-storage/assets/large-logo.png +0 -0
  67. package/assets/.agent/skills/convex-file-storage/assets/small-logo.svg +17 -0
  68. package/assets/.agent/skills/convex-functions/SKILL.md +458 -0
  69. package/assets/.agent/skills/convex-functions/agents/openai.yaml +3 -0
  70. package/assets/.agent/skills/convex-functions/assets/large-logo.png +0 -0
  71. package/assets/.agent/skills/convex-functions/assets/small-logo.svg +17 -0
  72. package/assets/.agent/skills/convex-http-actions/SKILL.md +733 -0
  73. package/assets/.agent/skills/convex-http-actions/agents/openai.yaml +3 -0
  74. package/assets/.agent/skills/convex-http-actions/assets/large-logo.png +0 -0
  75. package/assets/.agent/skills/convex-http-actions/assets/small-logo.svg +17 -0
  76. package/assets/.agent/skills/convex-migrations/SKILL.md +712 -0
  77. package/assets/.agent/skills/convex-migrations/agents/openai.yaml +3 -0
  78. package/assets/.agent/skills/convex-migrations/assets/large-logo.png +0 -0
  79. package/assets/.agent/skills/convex-migrations/assets/small-logo.svg +17 -0
  80. package/assets/.agent/skills/convex-realtime/SKILL.md +443 -0
  81. package/assets/.agent/skills/convex-realtime/agents/openai.yaml +3 -0
  82. package/assets/.agent/skills/convex-realtime/assets/large-logo.png +0 -0
  83. package/assets/.agent/skills/convex-realtime/assets/small-logo.svg +17 -0
  84. package/assets/.agent/skills/convex-schema-validator/SKILL.md +400 -0
  85. package/assets/.agent/skills/convex-schema-validator/agents/openai.yaml +3 -0
  86. package/assets/.agent/skills/convex-schema-validator/assets/large-logo.png +0 -0
  87. package/assets/.agent/skills/convex-schema-validator/assets/small-logo.svg +17 -0
  88. package/assets/.agent/skills/convex-security-audit/SKILL.md +539 -0
  89. package/assets/.agent/skills/convex-security-audit/agents/openai.yaml +3 -0
  90. package/assets/.agent/skills/convex-security-audit/assets/large-logo.png +0 -0
  91. package/assets/.agent/skills/convex-security-audit/assets/small-logo.svg +17 -0
  92. package/assets/.agent/skills/convex-security-check/SKILL.md +378 -0
  93. package/assets/.agent/skills/convex-security-check/agents/openai.yaml +3 -0
  94. package/assets/.agent/skills/convex-security-check/assets/large-logo.png +0 -0
  95. package/assets/.agent/skills/convex-security-check/assets/small-logo.svg +17 -0
  96. package/assets/.agent/skills/copywriting/SKILL.md +251 -0
  97. package/assets/.agent/skills/copywriting/references/copy-frameworks.md +338 -0
  98. package/assets/.agent/skills/copywriting/references/natural-transitions.md +252 -0
  99. package/assets/.agent/skills/crafting-effective-readmes/SKILL.md +78 -0
  100. package/assets/.agent/skills/crafting-effective-readmes/references/art-of-readme.md +536 -0
  101. package/assets/.agent/skills/crafting-effective-readmes/references/make-a-readme.md +119 -0
  102. package/assets/.agent/skills/crafting-effective-readmes/references/standard-readme-example-maximal.md +68 -0
  103. package/assets/.agent/skills/crafting-effective-readmes/references/standard-readme-example-minimal.md +21 -0
  104. package/assets/.agent/skills/crafting-effective-readmes/references/standard-readme-spec.md +242 -0
  105. package/assets/.agent/skills/crafting-effective-readmes/section-checklist.md +17 -0
  106. package/assets/.agent/skills/crafting-effective-readmes/style-guide.md +13 -0
  107. package/assets/.agent/skills/crafting-effective-readmes/templates/internal.md +106 -0
  108. package/assets/.agent/skills/crafting-effective-readmes/templates/oss.md +77 -0
  109. package/assets/.agent/skills/crafting-effective-readmes/templates/personal.md +51 -0
  110. package/assets/.agent/skills/crafting-effective-readmes/templates/xdg-config.md +71 -0
  111. package/assets/.agent/skills/crafting-effective-readmes/using-references.md +35 -0
  112. package/assets/.agent/skills/docx/LICENSE.txt +30 -0
  113. package/assets/.agent/skills/docx/SKILL.md +481 -0
  114. package/assets/.agent/skills/docx/scripts/accept_changes.py +135 -0
  115. package/assets/.agent/skills/docx/scripts/comment.py +318 -0
  116. package/assets/.agent/skills/docx/scripts/office/helpers/merge_runs.py +199 -0
  117. package/assets/.agent/skills/docx/scripts/office/helpers/simplify_redlines.py +197 -0
  118. package/assets/.agent/skills/docx/scripts/office/pack.py +159 -0
  119. package/assets/.agent/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-chart.xsd +1499 -0
  120. package/assets/.agent/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-chartDrawing.xsd +146 -0
  121. package/assets/.agent/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-diagram.xsd +1085 -0
  122. package/assets/.agent/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-lockedCanvas.xsd +11 -0
  123. package/assets/.agent/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-main.xsd +3081 -0
  124. package/assets/.agent/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-picture.xsd +23 -0
  125. package/assets/.agent/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-spreadsheetDrawing.xsd +185 -0
  126. package/assets/.agent/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-wordprocessingDrawing.xsd +287 -0
  127. package/assets/.agent/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/pml.xsd +1676 -0
  128. package/assets/.agent/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-additionalCharacteristics.xsd +28 -0
  129. package/assets/.agent/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-bibliography.xsd +144 -0
  130. package/assets/.agent/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-commonSimpleTypes.xsd +174 -0
  131. package/assets/.agent/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlDataProperties.xsd +25 -0
  132. package/assets/.agent/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlSchemaProperties.xsd +18 -0
  133. package/assets/.agent/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesCustom.xsd +59 -0
  134. package/assets/.agent/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesExtended.xsd +56 -0
  135. package/assets/.agent/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesVariantTypes.xsd +195 -0
  136. package/assets/.agent/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-math.xsd +582 -0
  137. package/assets/.agent/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-relationshipReference.xsd +25 -0
  138. package/assets/.agent/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/sml.xsd +4439 -0
  139. package/assets/.agent/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-main.xsd +570 -0
  140. package/assets/.agent/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-officeDrawing.xsd +509 -0
  141. package/assets/.agent/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-presentationDrawing.xsd +12 -0
  142. package/assets/.agent/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-spreadsheetDrawing.xsd +108 -0
  143. package/assets/.agent/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-wordprocessingDrawing.xsd +96 -0
  144. package/assets/.agent/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/wml.xsd +3646 -0
  145. package/assets/.agent/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/xml.xsd +116 -0
  146. package/assets/.agent/skills/docx/scripts/office/schemas/ecma/fouth-edition/opc-contentTypes.xsd +42 -0
  147. package/assets/.agent/skills/docx/scripts/office/schemas/ecma/fouth-edition/opc-coreProperties.xsd +50 -0
  148. package/assets/.agent/skills/docx/scripts/office/schemas/ecma/fouth-edition/opc-digSig.xsd +49 -0
  149. package/assets/.agent/skills/docx/scripts/office/schemas/ecma/fouth-edition/opc-relationships.xsd +33 -0
  150. package/assets/.agent/skills/docx/scripts/office/schemas/mce/mc.xsd +75 -0
  151. package/assets/.agent/skills/docx/scripts/office/schemas/microsoft/wml-2010.xsd +560 -0
  152. package/assets/.agent/skills/docx/scripts/office/schemas/microsoft/wml-2012.xsd +67 -0
  153. package/assets/.agent/skills/docx/scripts/office/schemas/microsoft/wml-2018.xsd +14 -0
  154. package/assets/.agent/skills/docx/scripts/office/schemas/microsoft/wml-cex-2018.xsd +20 -0
  155. package/assets/.agent/skills/docx/scripts/office/schemas/microsoft/wml-cid-2016.xsd +13 -0
  156. package/assets/.agent/skills/docx/scripts/office/schemas/microsoft/wml-sdtdatahash-2020.xsd +4 -0
  157. package/assets/.agent/skills/docx/scripts/office/schemas/microsoft/wml-symex-2015.xsd +8 -0
  158. package/assets/.agent/skills/docx/scripts/office/soffice.py +183 -0
  159. package/assets/.agent/skills/docx/scripts/office/unpack.py +132 -0
  160. package/assets/.agent/skills/docx/scripts/office/validate.py +111 -0
  161. package/assets/.agent/skills/docx/scripts/office/validators/base.py +847 -0
  162. package/assets/.agent/skills/docx/scripts/office/validators/docx.py +446 -0
  163. package/assets/.agent/skills/docx/scripts/office/validators/pptx.py +275 -0
  164. package/assets/.agent/skills/docx/scripts/office/validators/redlining.py +247 -0
  165. package/assets/.agent/skills/docx/scripts/templates/comments.xml +3 -0
  166. package/assets/.agent/skills/docx/scripts/templates/commentsExtended.xml +3 -0
  167. package/assets/.agent/skills/docx/scripts/templates/commentsExtensible.xml +3 -0
  168. package/assets/.agent/skills/docx/scripts/templates/commentsIds.xml +3 -0
  169. package/assets/.agent/skills/docx/scripts/templates/people.xml +3 -0
  170. package/assets/.agent/skills/domain-name-brainstormer/SKILL.md +212 -0
  171. package/assets/.agent/skills/frontend-design/LICENSE.txt +177 -0
  172. package/assets/.agent/skills/frontend-design/SKILL.md +42 -0
  173. package/assets/.agent/skills/gemini/SKILL.md +223 -0
  174. package/assets/.agent/skills/git-worktree/SKILL.md +78 -0
  175. package/assets/.agent/skills/github-ops/SKILL.md +220 -0
  176. package/assets/.agent/skills/github-ops/scripts/publish_issues.ps1 +443 -0
  177. package/assets/.agent/skills/github-ops/scripts/smart-ops.ps1 +128 -0
  178. package/assets/.agent/skills/github-ops/scripts/smart-ops.sh +130 -0
  179. package/assets/.agent/skills/global-brand-namer/SKILL.md +119 -0
  180. package/assets/.agent/skills/global-brand-namer/references/language-matrices.md +196 -0
  181. package/assets/.agent/skills/global-brand-namer/references/saas-modifiers.md +132 -0
  182. package/assets/.agent/skills/google-trends/SKILL.md +157 -0
  183. package/assets/.agent/skills/google-trends/scripts/package.json +17 -0
  184. package/assets/.agent/skills/google-trends/scripts/pnpm-lock.yaml +31 -0
  185. package/assets/.agent/skills/google-trends/scripts/search.js +168 -0
  186. package/assets/.agent/skills/high-fidelity-extraction/SKILL.md +59 -0
  187. package/assets/.agent/skills/jules/SKILL.md +196 -0
  188. package/assets/.agent/skills/marketing-ideas/SKILL.md +166 -0
  189. package/assets/.agent/skills/marketing-ideas/references/ideas-by-category.md +347 -0
  190. package/assets/.agent/skills/monorepo-management/SKILL.md +623 -0
  191. package/assets/.agent/skills/nextjs-standards/SKILL.md +194 -0
  192. package/assets/.agent/skills/nextjs-standards/scripts/vibe-verify.py +150 -0
  193. package/assets/.agent/skills/nextjs-standards/templates/Coding_Guidelines.md +337 -0
  194. package/assets/.agent/skills/nextjs-standards/templates/Issue_Template.md +194 -0
  195. package/assets/.agent/skills/optimize-agent-context/SKILL.md +97 -0
  196. package/assets/.agent/skills/pdf/LICENSE.txt +30 -0
  197. package/assets/.agent/skills/pdf/SKILL.md +314 -0
  198. package/assets/.agent/skills/pdf/forms.md +294 -0
  199. package/assets/.agent/skills/pdf/reference.md +612 -0
  200. package/assets/.agent/skills/pdf/scripts/check_bounding_boxes.py +65 -0
  201. package/assets/.agent/skills/pdf/scripts/check_fillable_fields.py +11 -0
  202. package/assets/.agent/skills/pdf/scripts/convert_pdf_to_images.py +33 -0
  203. package/assets/.agent/skills/pdf/scripts/create_validation_image.py +37 -0
  204. package/assets/.agent/skills/pdf/scripts/extract_form_field_info.py +122 -0
  205. package/assets/.agent/skills/pdf/scripts/extract_form_structure.py +115 -0
  206. package/assets/.agent/skills/pdf/scripts/fill_fillable_fields.py +98 -0
  207. package/assets/.agent/skills/pdf/scripts/fill_pdf_form_with_annotations.py +107 -0
  208. package/assets/.agent/skills/pptx/LICENSE.txt +30 -0
  209. package/assets/.agent/skills/pptx/SKILL.md +232 -0
  210. package/assets/.agent/skills/pptx/editing.md +205 -0
  211. package/assets/.agent/skills/pptx/pptxgenjs.md +420 -0
  212. package/assets/.agent/skills/pptx/scripts/add_slide.py +195 -0
  213. package/assets/.agent/skills/pptx/scripts/clean.py +286 -0
  214. package/assets/.agent/skills/pptx/scripts/office/helpers/merge_runs.py +199 -0
  215. package/assets/.agent/skills/pptx/scripts/office/helpers/simplify_redlines.py +197 -0
  216. package/assets/.agent/skills/pptx/scripts/office/pack.py +159 -0
  217. package/assets/.agent/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-chart.xsd +1499 -0
  218. package/assets/.agent/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-chartDrawing.xsd +146 -0
  219. package/assets/.agent/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-diagram.xsd +1085 -0
  220. package/assets/.agent/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-lockedCanvas.xsd +11 -0
  221. package/assets/.agent/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-main.xsd +3081 -0
  222. package/assets/.agent/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-picture.xsd +23 -0
  223. package/assets/.agent/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-spreadsheetDrawing.xsd +185 -0
  224. package/assets/.agent/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-wordprocessingDrawing.xsd +287 -0
  225. package/assets/.agent/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/pml.xsd +1676 -0
  226. package/assets/.agent/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-additionalCharacteristics.xsd +28 -0
  227. package/assets/.agent/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-bibliography.xsd +144 -0
  228. package/assets/.agent/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-commonSimpleTypes.xsd +174 -0
  229. package/assets/.agent/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlDataProperties.xsd +25 -0
  230. package/assets/.agent/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlSchemaProperties.xsd +18 -0
  231. package/assets/.agent/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesCustom.xsd +59 -0
  232. package/assets/.agent/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesExtended.xsd +56 -0
  233. package/assets/.agent/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesVariantTypes.xsd +195 -0
  234. package/assets/.agent/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-math.xsd +582 -0
  235. package/assets/.agent/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-relationshipReference.xsd +25 -0
  236. package/assets/.agent/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/sml.xsd +4439 -0
  237. package/assets/.agent/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-main.xsd +570 -0
  238. package/assets/.agent/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-officeDrawing.xsd +509 -0
  239. package/assets/.agent/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-presentationDrawing.xsd +12 -0
  240. package/assets/.agent/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-spreadsheetDrawing.xsd +108 -0
  241. package/assets/.agent/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-wordprocessingDrawing.xsd +96 -0
  242. package/assets/.agent/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/wml.xsd +3646 -0
  243. package/assets/.agent/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/xml.xsd +116 -0
  244. package/assets/.agent/skills/pptx/scripts/office/schemas/ecma/fouth-edition/opc-contentTypes.xsd +42 -0
  245. package/assets/.agent/skills/pptx/scripts/office/schemas/ecma/fouth-edition/opc-coreProperties.xsd +50 -0
  246. package/assets/.agent/skills/pptx/scripts/office/schemas/ecma/fouth-edition/opc-digSig.xsd +49 -0
  247. package/assets/.agent/skills/pptx/scripts/office/schemas/ecma/fouth-edition/opc-relationships.xsd +33 -0
  248. package/assets/.agent/skills/pptx/scripts/office/schemas/mce/mc.xsd +75 -0
  249. package/assets/.agent/skills/pptx/scripts/office/schemas/microsoft/wml-2010.xsd +560 -0
  250. package/assets/.agent/skills/pptx/scripts/office/schemas/microsoft/wml-2012.xsd +67 -0
  251. package/assets/.agent/skills/pptx/scripts/office/schemas/microsoft/wml-2018.xsd +14 -0
  252. package/assets/.agent/skills/pptx/scripts/office/schemas/microsoft/wml-cex-2018.xsd +20 -0
  253. package/assets/.agent/skills/pptx/scripts/office/schemas/microsoft/wml-cid-2016.xsd +13 -0
  254. package/assets/.agent/skills/pptx/scripts/office/schemas/microsoft/wml-sdtdatahash-2020.xsd +4 -0
  255. package/assets/.agent/skills/pptx/scripts/office/schemas/microsoft/wml-symex-2015.xsd +8 -0
  256. package/assets/.agent/skills/pptx/scripts/office/soffice.py +183 -0
  257. package/assets/.agent/skills/pptx/scripts/office/unpack.py +132 -0
  258. package/assets/.agent/skills/pptx/scripts/office/validate.py +111 -0
  259. package/assets/.agent/skills/pptx/scripts/office/validators/base.py +847 -0
  260. package/assets/.agent/skills/pptx/scripts/office/validators/docx.py +446 -0
  261. package/assets/.agent/skills/pptx/scripts/office/validators/pptx.py +275 -0
  262. package/assets/.agent/skills/pptx/scripts/office/validators/redlining.py +247 -0
  263. package/assets/.agent/skills/pptx/scripts/thumbnail.py +289 -0
  264. package/assets/.agent/skills/pricing-strategy/SKILL.md +227 -0
  265. package/assets/.agent/skills/pricing-strategy/references/research-methods.md +146 -0
  266. package/assets/.agent/skills/pricing-strategy/references/tier-structure.md +223 -0
  267. package/assets/.agent/skills/programmatic-seo/SKILL.md +236 -0
  268. package/assets/.agent/skills/programmatic-seo/references/playbooks.md +293 -0
  269. package/assets/.agent/skills/prompt-engineering/SKILL.md +342 -0
  270. package/assets/.agent/skills/remotion/SKILL.md +45 -0
  271. package/assets/.agent/skills/remotion/rules/3d.md +86 -0
  272. package/assets/.agent/skills/remotion/rules/animations.md +29 -0
  273. package/assets/.agent/skills/remotion/rules/assets/charts-bar-chart.tsx +173 -0
  274. package/assets/.agent/skills/remotion/rules/assets/text-animations-typewriter.tsx +100 -0
  275. package/assets/.agent/skills/remotion/rules/assets/text-animations-word-highlight.tsx +108 -0
  276. package/assets/.agent/skills/remotion/rules/assets.md +78 -0
  277. package/assets/.agent/skills/remotion/rules/audio.md +172 -0
  278. package/assets/.agent/skills/remotion/rules/calculate-metadata.md +104 -0
  279. package/assets/.agent/skills/remotion/rules/can-decode.md +75 -0
  280. package/assets/.agent/skills/remotion/rules/charts.md +58 -0
  281. package/assets/.agent/skills/remotion/rules/compositions.md +141 -0
  282. package/assets/.agent/skills/remotion/rules/display-captions.md +126 -0
  283. package/assets/.agent/skills/remotion/rules/extract-frames.md +229 -0
  284. package/assets/.agent/skills/remotion/rules/fonts.md +152 -0
  285. package/assets/.agent/skills/remotion/rules/get-audio-duration.md +58 -0
  286. package/assets/.agent/skills/remotion/rules/get-video-dimensions.md +68 -0
  287. package/assets/.agent/skills/remotion/rules/get-video-duration.md +58 -0
  288. package/assets/.agent/skills/remotion/rules/gifs.md +138 -0
  289. package/assets/.agent/skills/remotion/rules/images.md +130 -0
  290. package/assets/.agent/skills/remotion/rules/import-srt-captions.md +67 -0
  291. package/assets/.agent/skills/remotion/rules/lottie.md +68 -0
  292. package/assets/.agent/skills/remotion/rules/maps.md +403 -0
  293. package/assets/.agent/skills/remotion/rules/measuring-dom-nodes.md +35 -0
  294. package/assets/.agent/skills/remotion/rules/measuring-text.md +143 -0
  295. package/assets/.agent/skills/remotion/rules/parameters.md +98 -0
  296. package/assets/.agent/skills/remotion/rules/sequencing.md +118 -0
  297. package/assets/.agent/skills/remotion/rules/tailwind.md +11 -0
  298. package/assets/.agent/skills/remotion/rules/text-animations.md +20 -0
  299. package/assets/.agent/skills/remotion/rules/timing.md +179 -0
  300. package/assets/.agent/skills/remotion/rules/transcribe-captions.md +19 -0
  301. package/assets/.agent/skills/remotion/rules/transitions.md +122 -0
  302. package/assets/.agent/skills/remotion/rules/trimming.md +53 -0
  303. package/assets/.agent/skills/remotion/rules/videos.md +171 -0
  304. package/assets/.agent/skills/security-audit/SKILL.md +184 -0
  305. package/assets/.agent/skills/seo-ready/SKILL.md +140 -0
  306. package/assets/.agent/skills/seo-ready/references/aeo-geo-patterns.md +279 -0
  307. package/assets/.agent/skills/seo-ready/references/ai-writing-detection.md +190 -0
  308. package/assets/.agent/skills/skill-creator/LICENSE.txt +202 -0
  309. package/assets/.agent/skills/skill-creator/SKILL.md +356 -0
  310. package/assets/.agent/skills/skill-creator/references/output-patterns.md +82 -0
  311. package/assets/.agent/skills/skill-creator/references/workflows.md +28 -0
  312. package/assets/.agent/skills/skill-creator/scripts/__pycache__/quick_validate.cpython-311.pyc +0 -0
  313. package/assets/.agent/skills/skill-creator/scripts/init_skill.py +303 -0
  314. package/assets/.agent/skills/skill-creator/scripts/package_skill.py +110 -0
  315. package/assets/.agent/skills/skill-creator/scripts/quick_validate.py +95 -0
  316. package/assets/.agent/skills/social-content/SKILL.md +277 -0
  317. package/assets/.agent/skills/social-content/references/platforms.md +163 -0
  318. package/assets/.agent/skills/social-content/references/post-templates.md +171 -0
  319. package/assets/.agent/skills/social-content/references/reverse-engineering.md +190 -0
  320. package/assets/.agent/skills/spawn-task/SKILL.md +130 -0
  321. package/assets/.agent/skills/stitch/SKILL.md +258 -0
  322. package/assets/.agent/skills/stitch/design-md/README.md +34 -0
  323. package/assets/.agent/skills/stitch/design-md/SKILL.md +172 -0
  324. package/assets/.agent/skills/stitch/design-md/examples/DESIGN.md +154 -0
  325. package/assets/.agent/skills/stitch/enhance-prompt/README.md +34 -0
  326. package/assets/.agent/skills/stitch/enhance-prompt/SKILL.md +204 -0
  327. package/assets/.agent/skills/stitch/enhance-prompt/references/KEYWORDS.md +114 -0
  328. package/assets/.agent/skills/stitch/react-components/README.md +36 -0
  329. package/assets/.agent/skills/stitch/react-components/SKILL.md +47 -0
  330. package/assets/.agent/skills/stitch/react-components/examples/gold-standard-card.tsx +80 -0
  331. package/assets/.agent/skills/stitch/react-components/package-lock.json +231 -0
  332. package/assets/.agent/skills/stitch/react-components/package.json +16 -0
  333. package/assets/.agent/skills/stitch/react-components/resources/architecture-checklist.md +15 -0
  334. package/assets/.agent/skills/stitch/react-components/resources/component-template.tsx +37 -0
  335. package/assets/.agent/skills/stitch/react-components/resources/stitch-api-reference.md +14 -0
  336. package/assets/.agent/skills/stitch/react-components/resources/style-guide.json +27 -0
  337. package/assets/.agent/skills/stitch/react-components/scripts/fetch-stitch.sh +30 -0
  338. package/assets/.agent/skills/stitch/react-components/scripts/validate.js +68 -0
  339. package/assets/.agent/skills/stitch/remotion/README.md +105 -0
  340. package/assets/.agent/skills/stitch/remotion/SKILL.md +393 -0
  341. package/assets/.agent/skills/stitch/remotion/examples/WalkthroughComposition.tsx +78 -0
  342. package/assets/.agent/skills/stitch/remotion/examples/screens.json +56 -0
  343. package/assets/.agent/skills/stitch/remotion/resources/composition-checklist.md +124 -0
  344. package/assets/.agent/skills/stitch/remotion/resources/screen-slide-template.tsx +123 -0
  345. package/assets/.agent/skills/stitch/remotion/scripts/download-stitch-asset.sh +38 -0
  346. package/assets/.agent/skills/stitch/shadcn-ui/README.md +248 -0
  347. package/assets/.agent/skills/stitch/shadcn-ui/SKILL.md +326 -0
  348. package/assets/.agent/skills/stitch/shadcn-ui/examples/auth-layout.tsx +177 -0
  349. package/assets/.agent/skills/stitch/shadcn-ui/examples/data-table.tsx +313 -0
  350. package/assets/.agent/skills/stitch/shadcn-ui/examples/form-pattern.tsx +177 -0
  351. package/assets/.agent/skills/stitch/shadcn-ui/resources/component-catalog.md +481 -0
  352. package/assets/.agent/skills/stitch/shadcn-ui/resources/customization-guide.md +516 -0
  353. package/assets/.agent/skills/stitch/shadcn-ui/resources/migration-guide.md +463 -0
  354. package/assets/.agent/skills/stitch/shadcn-ui/resources/setup-guide.md +412 -0
  355. package/assets/.agent/skills/stitch/shadcn-ui/scripts/verify-setup.sh +134 -0
  356. package/assets/.agent/skills/stitch/stitch-loop/README.md +54 -0
  357. package/assets/.agent/skills/stitch/stitch-loop/SKILL.md +203 -0
  358. package/assets/.agent/skills/stitch/stitch-loop/examples/SITE.md +73 -0
  359. package/assets/.agent/skills/stitch/stitch-loop/examples/next-prompt.md +25 -0
  360. package/assets/.agent/skills/stitch/stitch-loop/resources/baton-schema.md +61 -0
  361. package/assets/.agent/skills/stitch/stitch-loop/resources/site-template.md +104 -0
  362. package/assets/.agent/skills/subagent-driven-development/SKILL.md +242 -0
  363. package/assets/.agent/skills/subagent-driven-development/code-quality-reviewer-prompt.md +20 -0
  364. package/assets/.agent/skills/subagent-driven-development/implementer-prompt.md +78 -0
  365. package/assets/.agent/skills/subagent-driven-development/spec-reviewer-prompt.md +61 -0
  366. package/assets/.agent/skills/sync-docs/SKILL.md +88 -0
  367. package/assets/.agent/skills/twitter-automation/SKILL.md +157 -0
  368. package/assets/.agent/skills/ui-ux-pro-max/README.md +488 -0
  369. package/assets/.agent/skills/ui-ux-pro-max/SKILL.md +293 -0
  370. package/assets/.agent/skills/ui-ux-pro-max/data/charts.csv +26 -0
  371. package/assets/.agent/skills/ui-ux-pro-max/data/colors.csv +97 -0
  372. package/assets/.agent/skills/ui-ux-pro-max/data/icons.csv +101 -0
  373. package/assets/.agent/skills/ui-ux-pro-max/data/landing.csv +31 -0
  374. package/assets/.agent/skills/ui-ux-pro-max/data/products.csv +97 -0
  375. package/assets/.agent/skills/ui-ux-pro-max/data/prompts.csv +24 -0
  376. package/assets/.agent/skills/ui-ux-pro-max/data/react-performance.csv +45 -0
  377. package/assets/.agent/skills/ui-ux-pro-max/data/stacks/flutter.csv +53 -0
  378. package/assets/.agent/skills/ui-ux-pro-max/data/stacks/html-tailwind.csv +56 -0
  379. package/assets/.agent/skills/ui-ux-pro-max/data/stacks/jetpack-compose.csv +53 -0
  380. package/assets/.agent/skills/ui-ux-pro-max/data/stacks/nextjs.csv +53 -0
  381. package/assets/.agent/skills/ui-ux-pro-max/data/stacks/nuxt-ui.csv +51 -0
  382. package/assets/.agent/skills/ui-ux-pro-max/data/stacks/nuxtjs.csv +59 -0
  383. package/assets/.agent/skills/ui-ux-pro-max/data/stacks/react-native.csv +52 -0
  384. package/assets/.agent/skills/ui-ux-pro-max/data/stacks/react.csv +54 -0
  385. package/assets/.agent/skills/ui-ux-pro-max/data/stacks/shadcn.csv +61 -0
  386. package/assets/.agent/skills/ui-ux-pro-max/data/stacks/svelte.csv +54 -0
  387. package/assets/.agent/skills/ui-ux-pro-max/data/stacks/swiftui.csv +51 -0
  388. package/assets/.agent/skills/ui-ux-pro-max/data/stacks/vue.csv +50 -0
  389. package/assets/.agent/skills/ui-ux-pro-max/data/styles.csv +59 -0
  390. package/assets/.agent/skills/ui-ux-pro-max/data/typography.csv +58 -0
  391. package/assets/.agent/skills/ui-ux-pro-max/data/ui-reasoning.csv +101 -0
  392. package/assets/.agent/skills/ui-ux-pro-max/data/ux-guidelines.csv +100 -0
  393. package/assets/.agent/skills/ui-ux-pro-max/data/web-interface.csv +31 -0
  394. package/assets/.agent/skills/ui-ux-pro-max/scripts/__pycache__/core.cpython-311.pyc +0 -0
  395. package/assets/.agent/skills/ui-ux-pro-max/scripts/__pycache__/design_system.cpython-311.pyc +0 -0
  396. package/assets/.agent/skills/ui-ux-pro-max/scripts/core.py +258 -0
  397. package/assets/.agent/skills/ui-ux-pro-max/scripts/design_system.py +1067 -0
  398. package/assets/.agent/skills/ui-ux-pro-max/scripts/search.py +106 -0
  399. package/assets/.agent/skills/upgrading-expo/SKILL.md +125 -0
  400. package/assets/.agent/skills/upgrading-expo/references/expo-av-to-audio.md +132 -0
  401. package/assets/.agent/skills/upgrading-expo/references/expo-av-to-video.md +160 -0
  402. package/assets/.agent/skills/upgrading-expo/references/native-tabs.md +124 -0
  403. package/assets/.agent/skills/upgrading-expo/references/new-architecture.md +79 -0
  404. package/assets/.agent/skills/upgrading-expo/references/react-19.md +79 -0
  405. package/assets/.agent/skills/upgrading-expo/references/react-compiler.md +59 -0
  406. package/assets/.agent/skills/web-design-guidelines/SKILL.md +39 -0
  407. package/assets/.agent/skills/webapp-testing/LICENSE.txt +202 -0
  408. package/assets/.agent/skills/webapp-testing/SKILL.md +96 -0
  409. package/assets/.agent/skills/webapp-testing/examples/console_logging.py +35 -0
  410. package/assets/.agent/skills/webapp-testing/examples/element_discovery.py +40 -0
  411. package/assets/.agent/skills/webapp-testing/examples/static_html_automation.py +33 -0
  412. package/assets/.agent/skills/webapp-testing/scripts/with_server.py +106 -0
  413. package/assets/.agent/skills/xlsx/LICENSE.txt +30 -0
  414. package/assets/.agent/skills/xlsx/SKILL.md +292 -0
  415. package/assets/.agent/skills/xlsx/scripts/office/helpers/merge_runs.py +199 -0
  416. package/assets/.agent/skills/xlsx/scripts/office/helpers/simplify_redlines.py +197 -0
  417. package/assets/.agent/skills/xlsx/scripts/office/pack.py +159 -0
  418. package/assets/.agent/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-chart.xsd +1499 -0
  419. package/assets/.agent/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-chartDrawing.xsd +146 -0
  420. package/assets/.agent/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-diagram.xsd +1085 -0
  421. package/assets/.agent/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-lockedCanvas.xsd +11 -0
  422. package/assets/.agent/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-main.xsd +3081 -0
  423. package/assets/.agent/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-picture.xsd +23 -0
  424. package/assets/.agent/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-spreadsheetDrawing.xsd +185 -0
  425. package/assets/.agent/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-wordprocessingDrawing.xsd +287 -0
  426. package/assets/.agent/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/pml.xsd +1676 -0
  427. package/assets/.agent/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-additionalCharacteristics.xsd +28 -0
  428. package/assets/.agent/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-bibliography.xsd +144 -0
  429. package/assets/.agent/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-commonSimpleTypes.xsd +174 -0
  430. package/assets/.agent/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlDataProperties.xsd +25 -0
  431. package/assets/.agent/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlSchemaProperties.xsd +18 -0
  432. package/assets/.agent/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesCustom.xsd +59 -0
  433. package/assets/.agent/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesExtended.xsd +56 -0
  434. package/assets/.agent/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesVariantTypes.xsd +195 -0
  435. package/assets/.agent/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-math.xsd +582 -0
  436. package/assets/.agent/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-relationshipReference.xsd +25 -0
  437. package/assets/.agent/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/sml.xsd +4439 -0
  438. package/assets/.agent/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-main.xsd +570 -0
  439. package/assets/.agent/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-officeDrawing.xsd +509 -0
  440. package/assets/.agent/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-presentationDrawing.xsd +12 -0
  441. package/assets/.agent/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-spreadsheetDrawing.xsd +108 -0
  442. package/assets/.agent/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-wordprocessingDrawing.xsd +96 -0
  443. package/assets/.agent/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/wml.xsd +3646 -0
  444. package/assets/.agent/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/xml.xsd +116 -0
  445. package/assets/.agent/skills/xlsx/scripts/office/schemas/ecma/fouth-edition/opc-contentTypes.xsd +42 -0
  446. package/assets/.agent/skills/xlsx/scripts/office/schemas/ecma/fouth-edition/opc-coreProperties.xsd +50 -0
  447. package/assets/.agent/skills/xlsx/scripts/office/schemas/ecma/fouth-edition/opc-digSig.xsd +49 -0
  448. package/assets/.agent/skills/xlsx/scripts/office/schemas/ecma/fouth-edition/opc-relationships.xsd +33 -0
  449. package/assets/.agent/skills/xlsx/scripts/office/schemas/mce/mc.xsd +75 -0
  450. package/assets/.agent/skills/xlsx/scripts/office/schemas/microsoft/wml-2010.xsd +560 -0
  451. package/assets/.agent/skills/xlsx/scripts/office/schemas/microsoft/wml-2012.xsd +67 -0
  452. package/assets/.agent/skills/xlsx/scripts/office/schemas/microsoft/wml-2018.xsd +14 -0
  453. package/assets/.agent/skills/xlsx/scripts/office/schemas/microsoft/wml-cex-2018.xsd +20 -0
  454. package/assets/.agent/skills/xlsx/scripts/office/schemas/microsoft/wml-cid-2016.xsd +13 -0
  455. package/assets/.agent/skills/xlsx/scripts/office/schemas/microsoft/wml-sdtdatahash-2020.xsd +4 -0
  456. package/assets/.agent/skills/xlsx/scripts/office/schemas/microsoft/wml-symex-2015.xsd +8 -0
  457. package/assets/.agent/skills/xlsx/scripts/office/soffice.py +183 -0
  458. package/assets/.agent/skills/xlsx/scripts/office/unpack.py +132 -0
  459. package/assets/.agent/skills/xlsx/scripts/office/validate.py +111 -0
  460. package/assets/.agent/skills/xlsx/scripts/office/validators/base.py +847 -0
  461. package/assets/.agent/skills/xlsx/scripts/office/validators/docx.py +446 -0
  462. package/assets/.agent/skills/xlsx/scripts/office/validators/pptx.py +275 -0
  463. package/assets/.agent/skills/xlsx/scripts/office/validators/redlining.py +247 -0
  464. package/assets/.agent/skills/xlsx/scripts/recalc.py +184 -0
  465. package/assets/.agent/skills/youtube-pipeline/SKILL.md +194 -0
  466. package/assets/.agent/skills/youtube-pipeline/resources/youtube-phase1-strategy.md +224 -0
  467. package/assets/.agent/skills/youtube-pipeline/resources/youtube-phase2-packaging.md +148 -0
  468. package/assets/.agent/skills/youtube-pipeline/resources/youtube-phase3-scripting.md +197 -0
  469. package/assets/.agent/skills/youtube-pipeline/resources/youtube-phase3.5-shorts.md +271 -0
  470. package/assets/.agent/skills/youtube-pipeline/resources/youtube-phase4-production.md +193 -0
  471. package/assets/.agent/skills/youtube-pipeline/resources/youtube-phase5-repurposing.md +159 -0
  472. package/assets/.agent/skills/youtube-pipeline/resources/youtube-pipeline.md +161 -0
  473. package/assets/.agent/skills/youtube-pipeline/scripts/parse_yt_studio.ps1 +150 -0
  474. package/assets/.agent/workflows/LEGACY/ANTIGRAVITY_TOOLBOX.md +200 -0
  475. package/assets/.agent/workflows/LEGACY/analyze_component.md +141 -0
  476. package/assets/.agent/workflows/LEGACY/build_vibecode_project.md +154 -0
  477. package/assets/.agent/workflows/LEGACY/build_vibecode_project_v2.md +158 -0
  478. package/assets/.agent/workflows/LEGACY/deep_code_audit.md +79 -0
  479. package/assets/.agent/workflows/LEGACY/gemini-orchestrate.md +63 -0
  480. package/assets/.agent/workflows/LEGACY/git_worktree.md +71 -0
  481. package/assets/.agent/workflows/LEGACY/init_smart_ops.md +101 -0
  482. package/assets/.agent/workflows/LEGACY/init_vibecode_genesis_v1.md +137 -0
  483. package/assets/.agent/workflows/LEGACY/multi_agent_strategy.md +62 -0
  484. package/assets/.agent/workflows/LEGACY/orchestrate.md +321 -0
  485. package/assets/.agent/workflows/LEGACY/seo_ready.md +249 -0
  486. package/assets/.agent/workflows/LEGACY/vibe-orchestrator.md +305 -0
  487. package/assets/.agent/workflows/LEGACY/youtube-phase1-strategy.md +224 -0
  488. package/assets/.agent/workflows/LEGACY/youtube-phase2-packaging.md +148 -0
  489. package/assets/.agent/workflows/LEGACY/youtube-phase3-scripting.md +197 -0
  490. package/assets/.agent/workflows/LEGACY/youtube-phase3.5-shorts.md +271 -0
  491. package/assets/.agent/workflows/LEGACY/youtube-phase4-production.md +193 -0
  492. package/assets/.agent/workflows/LEGACY/youtube-phase5-repurposing.md +159 -0
  493. package/assets/.agent/workflows/LEGACY/youtube-pipeline.md +161 -0
  494. package/assets/.agent/workflows/README.md +537 -0
  495. package/assets/.agent/workflows/Vercel Ai SDK.md +34083 -0
  496. package/assets/.agent/workflows/agent_reset.md +173 -0
  497. package/assets/.agent/workflows/escalate.md +112 -0
  498. package/assets/.agent/workflows/migrate.md +135 -0
  499. package/assets/.agent/workflows/mode-architect.md +422 -0
  500. package/assets/.agent/workflows/mode-ask.md +294 -0
  501. package/assets/.agent/workflows/mode-code.md +481 -0
  502. package/assets/.agent/workflows/mode-debug.md +407 -0
  503. package/assets/.agent/workflows/mode-orchestrator.md +222 -0
  504. package/assets/.agent/workflows/mode-review.md +341 -0
  505. package/assets/.agent/workflows/mode-visionary.md +186 -0
  506. package/assets/.agent/workflows/optimize-agent-context.md +54 -0
  507. package/assets/.agent/workflows/remotion-build.md +323 -0
  508. package/assets/.agent/workflows/reverse_genesis.md +132 -0
  509. package/assets/.agent/workflows/review_code.md +133 -0
  510. package/assets/.agent/workflows/spawn-jstar-code-review.md +121 -0
  511. package/assets/.agent/workflows/stitch.md +149 -0
  512. package/assets/.agent/workflows/vibe-build.md +271 -0
  513. package/assets/.agent/workflows/vibe-continueBuild.md +184 -0
  514. package/assets/.agent/workflows/vibe-design.md +98 -0
  515. package/assets/.agent/workflows/vibe-finalize.md +208 -0
  516. package/assets/.agent/workflows/vibe-genesis.md +191 -0
  517. package/assets/.agent/workflows/vibe-primeAgent.md +110 -0
  518. package/assets/.agent/workflows/vibe-spawnTask.md +188 -0
  519. package/assets/.agent/workflows/vibe-syncDocs.md +90 -0
  520. package/assets/Legacy/0 VibeCode User Manual.md +175 -0
  521. package/assets/Legacy/1 Project Genesis Protocol The VibeCode Workflow.md +89 -0
  522. package/assets/Legacy/2/342/234/250 ULTIMATE ORCHESTRATION PROMPT/342/234/250.md" +114 -0
  523. package/assets/Legacy/3 Design System Genesis Protocol.md +75 -0
  524. package/assets/Legacy/3.1.1 my_design_system_rules.md +177 -0
  525. package/assets/Legacy/3.1.2 Material You M3 Genesis Protocol.md +73 -0
  526. package/assets/Legacy/4 The Ultimate GitHub Issue Meta-Prompt Template.md +54 -0
  527. package/assets/Legacy/5 The Escalation & Handoff Protocol.md +97 -0
  528. package/assets/Legacy/8 The Seamless Migration Meta-Prompt (Your Reusable Tool).md +38 -0
  529. package/assets/Legacy/9 The Reverse Genesis Protocol.md +75 -0
  530. package/assets/Takomi-Agents/custom_modes.yaml +1252 -0
  531. package/assets/Takomi-Agents/kilo-code-settings.json +1 -0
  532. package/assets/Takomi-Agents/vibe-architect.yaml +473 -0
  533. package/assets/Takomi-Agents/vibe-ask.yaml +395 -0
  534. package/assets/Takomi-Agents/vibe-code.yaml +522 -0
  535. package/assets/Takomi-Agents/vibe-debug.yaml +448 -0
  536. package/assets/Takomi-Agents/vibe-orchestrator.yaml +763 -0
  537. package/assets/Takomi-Agents/vibe-review.yaml +459 -0
  538. package/assets/Takomi-Agents/vibe-visionary.yaml +607 -0
  539. package/bin/takomi.js +2 -0
  540. package/package.json +42 -0
  541. package/src/cli.js +638 -0
  542. package/src/harness.js +281 -0
  543. package/src/store.js +239 -0
  544. package/src/utils.js +447 -0
@@ -0,0 +1,177 @@
1
+ You are a world-class UI/UX design agent. Before we begin, you must internalize the following design system. This is your single source of truth. Every design decision you make MUST strictly adhere to these rules without deviation. Acknowledge that you have read and understood these rules.
2
+
3
+ # My Design System: The Definitive Rulebook
4
+
5
+ This document is the **single source of truth** for the visual and interactive design of all products, regardless of the target platform (Web, Android, iOS, or otherwise). All design and engineering efforts MUST adhere to these rules without deviation. This is not a set of guidelines; it is a set of mandates.
6
+
7
+ Platform-specific implementations (Android XML Themes, Web CSS Custom Properties, iOS Schemes) are considered translation layers. Their sole purpose is to map native platform capabilities to the abstract tokens defined herein.
8
+
9
+ ## 1. Core Theming Contract
10
+
11
+ All platforms MUST implement a centralized theming mechanism. This mechanism, hereafter referred to as the "Theme," is a container for all design tokens: Color, Typography, Shape, and Spacing. Components MUST source their styling from this Theme and NEVER use hard-coded values.
12
+
13
+ ## 2. Typography System (The Canon)
14
+
15
+ This is the ONLY approved type scale. All text elements in the user interface MUST be styled using one of the following roles. Font sizes are defined canonically in pixels (`px`) and MUST be translated to the appropriate platform-specific density-independent unit (`sp` for Android, `rem` for Web, `pt` for iOS). `16px = 16sp = 1rem = 16pt`.
16
+
17
+ | Role | Font Size (Canonical) | Font Weight | Line Height | Letter Spacing |
18
+ | :--- | :--- | :--- | :--- | :--- |
19
+ | **Display Large** | 57px | Regular (400) | 64px | -0.25px |
20
+ | **Display Medium** | 45px | Regular (400) | 52px | 0px |
21
+ | **Display Small** | 36px | Regular (400) | 44px | 0px |
22
+ | **Headline Large** | 32px | Regular (400) | 40px | 0px |
23
+ | **Headline Medium** | 28px | Regular (400) | 36px | 0px |
24
+ | **Headline Small** | 24px | Regular (400) | 32px | 0px |
25
+ | **Title Large** | 22px | Regular (400) | 28px | 0px |
26
+ | **Title Medium** | 16px | Medium (500) | 24px | +0.15px |
27
+ | **Title Small** | 14px | Medium (500) | 20px | +0.1px |
28
+ | **Body Large** | 16px | Regular (400) | 24px | +0.5px |
29
+ | **Body Medium** | 14px | Regular (400) | 20px | +0.25px |
30
+ | **Body Small** | 12px | Regular (400) | 16px | +0.4px |
31
+ | **Label Large** | 14px | Medium (500) | 20px | +0.1px |
32
+ | **Label Medium** | 12px | Medium (500) | 16px | +0.5px |
33
+ | **Label Small** | 11px | Medium (500) | 16px | +0.5px |
34
+
35
+ ### Font Families
36
+
37
+ - **Brand Font**: The system's default sans-serif font. Used for Display and Headline styles.
38
+ - **Plain Font**: The system's default sans-serif font. Used for Title, Body, and Label styles.
39
+ - **Weights**: `Regular` maps to `400`. `Medium` maps to `500`.
40
+
41
+ ## 3. Color System (The Palette)
42
+
43
+ All colors used in the UI MUST be drawn from the following semantic roles. No other colors are permitted. These roles are defined for both light and dark themes.
44
+
45
+ ### Platform Token Naming Convention
46
+ - **Android**: `colorPrimary`, `colorOnPrimary`
47
+ - **Web**: `--md-sys-color-primary`, `--md-sys-color-on-primary`
48
+ - **iOS**: `primaryColor`, `onPrimaryColor`
49
+ - **Canonical**: `color-primary`, `color-on-primary`
50
+
51
+ ---
52
+
53
+ ### Default Light Theme Palette
54
+
55
+ | Canonical Token Name | Hex Value | Description |
56
+ | :--- | :--- | :--- |
57
+ | `color-primary` | `#6750A4` | Key interactive elements |
58
+ | `color-on-primary` | `#FFFFFF` | Content on `color-primary` |
59
+ | `color-primary-container` | `#EADDFF` | Less prominent primary elements |
60
+ | `color-on-primary-container`| `#21005D` | Content on `color-primary-container` |
61
+ | `color-secondary` | `#625B71` | Secondary interactive elements |
62
+ | `color-on-secondary` | `#FFFFFF` | Content on `color-secondary` |
63
+ | `color-secondary-container`| `#E8DEF8` | Less prominent secondary elements |
64
+ | `color-on-secondary-container`|`#1D192B` | Content on `color-secondary-container`|
65
+ | `color-tertiary` | `#7D5260` | Tertiary, contrasting accents |
66
+ | `color-on-tertiary` | `#FFFFFF` | Content on `color-tertiary` |
67
+ | `color-tertiary-container`| `#FFD8E4` | Less prominent tertiary elements |
68
+ | `color-on-tertiary-container`|`#31111D` | Content on `color-tertiary-container`|
69
+ | `color-error` | `#BA1A1A` | Error states |
70
+ | `color-on-error` | `#FFFFFF` | Content on `color-error` |
71
+ | `color-error-container` | `#FFDAD6` | Less prominent error elements |
72
+ | `color-on-error-container`| `#410E0B` | Content on `color-error-container` |
73
+ | `color-surface` | `#FEF7FF` | Base for components like cards, sheets |
74
+ | `color-on-surface` | `#1D1B20` | Default content color |
75
+ | `color-surface-variant` | `#E7E0EC` | Variant surface for differentiation |
76
+ | `color-on-surface-variant`| `#49454F` | Content on `color-surface-variant` |
77
+ | `color-outline` | `#79747E` | Borders and dividers |
78
+ | `color-outline-variant` | `#CAC4D0` | Decorative dividers or outlines |
79
+ | `color-shadow` | `#000000` | Shadow color |
80
+ | `color-scrim` | `#000000` | Scrim overlay color |
81
+
82
+ ---
83
+
84
+ ### Default Dark Theme Palette
85
+
86
+ | Canonical Token Name | Hex Value | Description |
87
+ | :--- | :--- | :--- |
88
+ | `color-primary` | `#D0BCFF` | Key interactive elements |
89
+ | `color-on-primary` | `#381E72` | Content on `color-primary` |
90
+ | `color-primary-container` | `#4F378B` | Less prominent primary elements |
91
+ | `color-on-primary-container`| `#EADDFF` | Content on `color-primary-container` |
92
+ | `color-secondary` | `#CCC2DC` | Secondary interactive elements |
93
+ | `color-on-secondary` | `#332D41` | Content on `color-secondary` |
94
+ | `color-secondary-container`| `#4A4458` | Less prominent secondary elements |
95
+ | `color-on-secondary-container`|`#E8DEF8` | Content on `color-secondary-container`|
96
+ | `color-tertiary` | `#EFB8C8` | Tertiary, contrasting accents |
97
+ | `color-on-tertiary` | `#492532` | Content on `color-tertiary` |
98
+ | `color-tertiary-container`| `#633B48` | Less prominent tertiary elements |
99
+ | `color-on-tertiary-container`|`#FFD8E4` | Content on `color-tertiary-container`|
100
+ | `color-error` | `#FFB4AB` | Error states |
101
+ | `color-on-error` | `#690005` | Content on `color-error` |
102
+ | `color-error-container` | `#93000A` | Less prominent error elements |
103
+ | `color-on-error-container`| `#FFDAD6` | Content on `color-error-container` |
104
+ | `color-surface` | `#141218` | Base for components like cards, sheets |
105
+ | `color-on-surface` | `#E6E1E5` | Default content color |
106
+ | `color-surface-variant` | `#49454F` | Variant surface for differentiation |
107
+ | `color-on-surface-variant`| `#CAC4D0` | Content on `color-surface-variant` |
108
+ | `color-outline` | `#938F99` | Borders and dividers |
109
+ | `color-outline-variant` | `#49454F` | Decorative dividers or outlines |
110
+ | `color-shadow` | `#000000` | Shadow color |
111
+ | `color-scrim` | `#000000` | Scrim overlay color |
112
+
113
+ ## 4. Shape System (The Geometry)
114
+
115
+ Component shapes are defined by their corner radius. All shapes MUST use a circular ("rounded") corner treatment.
116
+
117
+ | Canonical Name | Canonical Radius (dp/px/pt) | Primary Usage |
118
+ | :--- | :--- | :--- |
119
+ | `shape-corner-none` | 0 | Full-bleed elements |
120
+ | `shape-corner-extra-small` | 4 | Chips, small form elements |
121
+ | `shape-corner-small` | 8 | Smaller cards, text fields |
122
+ | `shape-corner-medium` | 12 | Standard cards, dialogs |
123
+ | `shape-corner-large` | 16 | Larger cards, sheets |
124
+ | `shape-corner-extra-large`| 28 | Navigation drawers, large sheets |
125
+ | `shape-corner-full` | 9999 | Buttons, pills, fully rounded elements |
126
+
127
+ ## 5. Spacing & Layout (The Grid)
128
+
129
+ All spacing, padding, and margins MUST be a multiple of the base unit.
130
+
131
+ - **Base Unit**: `4dp / 4px / 4pt`
132
+ - **Standard Spacing Increments**:
133
+ - `x1`: 4 units
134
+ - `x2`: 8 units
135
+ - `x3`: 12 units
136
+ - `x4`: 16 units
137
+ - `x6`: 24 units
138
+ - `x8`: 32 units
139
+ - **Minimum Touch Target**: All interactive elements MUST have a minimum touch target size of `48x48` dp/px/pt.
140
+
141
+ ## 6. Component Token Mapping (The Implementation Mandates)
142
+
143
+ The following sections define the non-negotiable token mappings for core components. Any new component MUST have a similar mapping defined and approved.
144
+
145
+ ### Component: Filled Button
146
+
147
+ - **Description**: A high-emphasis button with a solid background fill.
148
+ - **Typography**: MUST use `typescale-label-large`.
149
+ - **Color (Enabled state)**:
150
+ - Container Background: `color-primary`
151
+ - Content (Text/Icon): `color-on-primary`
152
+ - **Color (Disabled state)**:
153
+ - Container Background: `color-on-surface` with 12% opacity.
154
+ - Content (Text/Icon): `color-on-surface` with 38% opacity.
155
+ - **Shape**: MUST use `shape-corner-full`.
156
+ - **Spacing**:
157
+ - Height: Minimum 40 units.
158
+ - Padding (Horizontal): 24 units.
159
+ - Padding (Icon Present): 16 units leading, 24 units trailing. Icon gap is 8 units.
160
+ - **Elevation**:
161
+ - Default State: 0dp shadow.
162
+ - Hovered/Focused State: 2dp shadow.
163
+ - Pressed State: 0dp shadow.
164
+
165
+ ### Component: Outlined Card
166
+
167
+ - **Description**: A medium-emphasis container for content, delineated by an outline.
168
+ - **Typography**: Content within the card MUST use the appropriate typography roles (e.g., `typescale-title-medium`, `typescale-body-medium`).
169
+ - **Color**:
170
+ - Container Background: `color-surface`.
171
+ - Content (Text/Icon): `color-on-surface`.
172
+ - Outline: `color-outline`.
173
+ - **Shape**: MUST use `shape-corner-medium` (12 units).
174
+ - **Spacing**:
175
+ - Internal Padding: 16 units on all sides.
176
+ - External Margin: 16 units, unless part of a collection.
177
+ - **Elevation**: 0dp shadow in all states. The outline provides visual separation.
@@ -0,0 +1,73 @@
1
+ ### **M3 Genesis Protocol v4.0**
2
+
3
+ **System Role:** You are a **Material Design System Architect**. Your sole purpose is to translate a project's mission and brand identity into a strict, token-based design specification for a web application. You will operate exclusively within the constraints of the provided Material Design 3 (M3) rulebook. All outputs you generate **MUST** reference the canonical tokens from this system for color, typography, shape, and spacing. You will not deviate.
4
+
5
+ **Your Workflow:**
6
+
7
+ 1. **Project Scoping:** You will first ask me for the project details and M3 theme seeds outlined in "Step 1" below. Do not proceed until this is complete.
8
+ 2. **Sitemap Generation:** Based on the project's requirements, you will generate the definitive Visual Sitemap.
9
+ 3. **M3 Theme Generation:** Using the provided seed color, you will algorithmically generate the complete Light and Dark theme palettes, mapping them to the M3 semantic color roles (e.g., `md.sys.color.primary`, `md.sys.color.surface`, etc.). You will present this token map to me for confirmation.
10
+ 4. **Prompt Generation:** You will use all gathered information to forge two distinct prompts, "PROMPT A" and "PROMPT B," according to the strict **M3 Master Blueprint** below.
11
+ 5. **Handoff:** You will deliver both generated prompts to me, ready for deployment with specialized Design Agents.
12
+
13
+ ---
14
+
15
+ ### **Step 1: Project Scoping & Brand Foundation (Begin Here)**
16
+
17
+ Let's begin. I will now provide the following details. These will serve as the foundation for the entire M3-compliant design system. Please confirm receipt of all points before proceeding.
18
+
19
+ **Part A: Core Project Details**
20
+
21
+ * **Project Name:** (e.g., "Zenith Task Manager")
22
+ * **Core Mission:** (A one-sentence summary.)
23
+ * **Target Persona:** (A brief description.)
24
+
25
+ **Part B: M3 Theme & Aesthetic Seeds**
26
+
27
+ * **Logo:** (Provide an SVG code snippet or a detailed description.)
28
+ * **Primary Theme Color (Seed Color):** (Provide the single, primary hex code that represents the brand. e.g., `#6750A4`)
29
+ * **Font Family:** (Specify the font family to be applied to the M3 type scale. e.g., "Roboto" or "Inter".)
30
+ * **Layout Density:** ("Spacious and comfortable," "Compact and information-dense," or "Balanced.")
31
+ * **Imagery Style:** ("Abstract geometric illustrations," "High-quality photos," etc.)
32
+ * **Animation Style:** ("Standard M3 easing: subtle and purposeful," or "Expressive M3 easing: more playful.")
33
+
34
+ *(You will wait for my input here, then proceed to Step 2: Sitemap Generation and Step 3: M3 Theme Generation.)*
35
+
36
+ ---
37
+
38
+ ### **M3 Master Blueprint: Your Instructions for Generating PROMPT A & PROMPT B**
39
+
40
+ *This section is your internal guide. You must use these exact specifications when constructing the final output prompts in Step 4.*
41
+
42
+ **PROMPT A: The "M3 System Foundation Prompt"**
43
+
44
+ This prompt must instruct a Design Agent to create the project's M3 Design System reference file.
45
+
46
+ * **Objective:** To create a single, self-contained `m3-design-system.html` file that serves as a visual reference for the generated M3 theme and core components.
47
+ * **Core Inputs:** Pre-fill this prompt with the **Project Name** and all other details from Step 1.
48
+ * **The M3 Theme:** You must include the full list of M3 color tokens (both Light and Dark themes) that you generated in your Step 3.
49
+ * **Technical Specifications:**
50
+ * Deliver a single, portable HTML file using the Tailwind CSS CDN.
51
+ * Create CSS variables for every single M3 color token provided (e.g., `--md-sys-color-primary: #6750A4;`). The rest of the styling will use these variables via Tailwind's `var()` syntax (e.g., `bg-[var(--md-sys-color-primary)]`).
52
+ * The page must be fully responsive.
53
+ * **Required Sections in the `m3-design-system.html` file:**
54
+ 1. **M3 Color System:** A comprehensive visual display of the generated Light and Dark theme color tokens. Each swatch must be labeled with its canonical M3 token name (e.g., `md.sys.color.primary`, `md.sys.color.on-primary`, `md.sys.color.surface-container-highest`).
55
+ 2. **M3 Typography:** A display of the full M3 type scale (Display, Headline, Title, Body, Label - in Large, Medium, Small variants) rendered using the specified Font Family. Each example must be labeled with its token name (e.g., `md.sys.typescale.headline-large`).
56
+ 3. **M3 Shape & Spacing:** A visual guide for the M3 corner radius tokens (`shape-corner-none` to `shape-corner-full`) and the standard 4dp/8dp spacing grid.
57
+ 4. **M3 Core Components:** Visual examples of key M3 components, built using the generated theme tokens. At a minimum, this MUST include:
58
+ * **Buttons:** Filled, Outlined, Text, and Elevated buttons.
59
+ * **Cards:** Elevated, Filled, and Outlined cards.
60
+ * **Text Fields:** Filled and Outlined text fields.
61
+ * **Navigation:** A Navigation Bar and Navigation Rail example.
62
+
63
+ ---
64
+
65
+ **PROMPT B: The "M3 Page Builder Prompt"**
66
+
67
+ This prompt must instruct a Design Agent to build the application pages using the defined M3 system.
68
+
69
+ * **Prerequisite:** State clearly that all design and layout work **MUST STRICTLY ADHERE** to the M3 design tokens defined in the `m3-design-system.html` file. Instruct the agent to reference the CSS variables from that file for all color, typography, and spacing.
70
+ * **Core Inputs:** Pre-fill this prompt with the project's context (**Core Mission**, **Target Persona**, **Layout Density**).
71
+ * **The Main Task:** Present the complete **Visual Sitemap** (generated in your Step 2) and instruct the agent that its primary task is to build these pages using M3 components and tokens.
72
+ * **Instructional Example:** Provide one small, prescriptive example to set the tone, like: *"For instance, a primary call-to-action is not 'a blue button'; it is a 'Filled Button' component whose container uses the `md.sys.color.primary` token and whose label uses the `md.sys.color.on-primary` token."*
73
+ * **Call to Action:** The prompt must end with a clear, direct question to me (the user), allowing me to choose which page from the sitemap to build first. Example: *"The M3 blueprint is established. Which page from the sitemap shall I construct first?"*
@@ -0,0 +1,54 @@
1
+ ### The Ultimate GitHub Issue "Meta-Prompt" Template
2
+
3
+ > **Prompt for AI Agent: Generate a Professional GitHub Issue**
4
+ >
5
+ > **Objective:**
6
+ > Your task is to generate a complete, professionally formatted GitHub Issue based on the details I provide below. The issue should be clear, actionable, and follow a structured format that makes it easy for any developer (human or AI) to understand the problem and the proposed solution.
7
+ >
8
+ > **Instructions:**
9
+ > Use the information in the `[[...]]` sections to populate the template. Adhere strictly to the Markdown formatting.
10
+ >
11
+ > ---
12
+ >
13
+ > **[[ 1. Type of Issue: (Choose one: Bug Report / Feature Request / Refactor / Documentation) ]]**
14
+ >
15
+ > **[[ 2. Title of the Issue: (A clear, concise summary of the bug or feature) ]]**
16
+ >
17
+ > **[[ 3. Labels: (Provide a comma-separated list of relevant labels, e.g., `bug`, `enhancement`, `critical-ux`, `v1.2`, `help-wanted`, `clipboard`) ]]**
18
+ >
19
+ > **[[ 4. Problem Description / User Story: (Describe the problem from a user's perspective. What is happening that shouldn't be, or what is the user trying to achieve? If it's a bug, include steps to reproduce.) ]]**
20
+ >
21
+ > **[[ 5. Root Cause Analysis / Proposed Solution: (This is the "Plan-and-Solve" part. Explain the technical reason for the issue and outline a clear, step-by-step plan for the fix or implementation. Mention specific files, functions, or libraries that need to be added or modified.) ]]**
22
+ >
23
+ > **[[ 6. Acceptance Criteria: (Provide a short, bulleted list of testable outcomes that will prove the issue has been successfully resolved. How will we know it's "done"?) ]]**
24
+ >
25
+ > ---
26
+ >
27
+ > **Your Deliverable:**
28
+ > Based on the information above, generate the complete text for the GitHub Issue, including the title and the fully formatted body.
29
+
30
+ ---
31
+
32
+ ### How to Use the Template: An Example
33
+
34
+ Let's use our screenshot bug as an example. You would fill out the template like this:
35
+
36
+ **[[ 1. Type of Issue: ]]**
37
+ `Bug Report`
38
+
39
+ **[[ 2. Title of the Issue: ]]**
40
+ `Multimodal query fails to recognize image data from screenshots on the clipboard`
41
+
42
+ **[[ 3. Labels: ]]**
43
+ `bug`, `multimodal`, `clipboard`, `critical-ux`
44
+
45
+ **[[ 4. Problem Description / User Story: ]]**
46
+ `As a user, when I take a screenshot with the Windows Snipping Tool (Win+Shift+S), I expect to be able to use that image directly with Blink's multimodal feature. Currently, the feature only works if I save the screenshot as a file and copy the file. This breaks the workflow. Steps to reproduce: 1. Take a screenshot. 2. Verify it's on the clipboard by pasting in Paint. 3. Try to use the multimodal hotkey. 4. Observe that the query fails.`
47
+
48
+ **[[ 5. Root Cause Analysis / Proposed Solution: ]]**
49
+ `The root cause is that our clipboard manager only checks for file paths (CF_HDROP format) and text. It does not check for raw image data (CF_DIB format). The solution is to refactor clipboard_manager.py to use the Pillow library's ImageGrab.grabclipboard() function to detect and handle image data directly. The check for image data must be prioritized before checking for file paths. The hotkey_manager.py then needs to be updated to handle this new 'image_data' type by Base64 encoding it and sending it to the LLM.`
50
+
51
+ **[[ 6. Acceptance Criteria: ]]**
52
+ `- After taking a screenshot with Win+Shift+S, using the multimodal hotkey successfully sends the image to the LLM.`
53
+ `- Copying an image file from Explorer continues to work correctly.`
54
+ `- The system correctly prioritizes screenshot data over any old file paths on the clipboard.`
@@ -0,0 +1,97 @@
1
+ ### The "Escalation & Handoff" Protocol
2
+
3
+ This protocol is a two-part process: first, you instruct the local agent to generate a "Damage Report," and second, you use that report to brief the Orchestrator.
4
+
5
+ ### Part 1: The "Damage Report" Meta-Prompt (For the Local IDE Agent)
6
+
7
+ This is the reusable prompt you'll use to command the failing local agent to summarize its own failure. It's designed to be a direct, no-nonsense command.
8
+
9
+ > **Prompt for Local IDE Agent: Generate an Escalation Handoff Report**
10
+ >
11
+ > **Objective:**
12
+ > You are to cease your current task and generate a detailed "Escalation Handoff Report." I, the user, have determined that your current approach is not solving the problem, and I need to escalate this issue to a senior AI Orchestrator for a new strategy.
13
+ >
14
+ > Your task is to provide a concise, factual summary of the situation to give the Orchestrator immediate context.
15
+ >
16
+ > **Instructions:**
17
+ > First, ensure you have undone any recent, uncommitted code changes related to this failed attempt. Then, generate a report in Markdown with the following sections:
18
+ >
19
+ > 1. **Original Goal:**
20
+ > * State the original task or GitHub Issue I asked you to work on. (e.g., "Implement the 'RAG from Folder' feature.")
21
+ >
22
+ > 2. **Observed Failure / Error:**
23
+ > * Provide the full, exact error message, traceback, or a clear description of the incorrect behavior you were producing.
24
+ > * (e.g., `AttributeError: 'NoneType' object has no attribute 'search'`, or "The UI button is created but does not respond to clicks.")
25
+ >
26
+ > 3. **Your (Failed) Approach:**
27
+ > * Briefly summarize the implementation strategy you were attempting.
28
+ > * (e.g., "I was trying to add a new method to `hotkey_manager.py` that directly calls the `chromadb` library.")
29
+ >
30
+ > 4. **Key Files Involved:**
31
+ > * Based on your attempt, create a bulleted list of the primary files you created or modified. This will be the list of files I need to provide to the Orchestrator.
32
+ > * (e.g.,
33
+ > * `src/hotkey_manager.py`
34
+ > * `src/ui/settings_window.py`
35
+ > * `src/rag_manager.py` (New File))
36
+ >
37
+ > 5. **Your Best-Guess Diagnosis:**
38
+ > * In one or two sentences, state your best hypothesis for *why* your approach failed.
39
+ > * (e.g., "I believe the issue is a race condition, as the `chromadb` instance may not be fully initialized before the first query is attempted.")
40
+ >
41
+ > **Your Deliverable:**
42
+ > Provide only the complete Markdown report. Do not attempt to solve the problem further.
43
+
44
+ ---
45
+
46
+ ### Part 2: The "SOS" Prompt (For the AI Orchestrator)
47
+
48
+ Once the local agent has generated the "Escalation Handoff Report," you will use this second prompt to bring the Orchestrator up to speed.
49
+
50
+ > **Prompt for AI Orchestrator: Debugging Escalation & Strategic Reroute**
51
+ >
52
+ > **Objective:**
53
+ > We have encountered a critical bug during implementation that the local in-IDE agent was unable to solve. I have escalated the issue to you for a strategic review and a new plan of attack.
54
+ >
55
+ > Your task is to analyze the situation, diagnose the root cause, and provide a new, corrected "Plan-and-Solve" implementation plan.
56
+ >
57
+ > ---
58
+ >
59
+ > **Part 1: The Escalation Handoff Report**
60
+ > This report was generated by the local agent that failed the task. It contains the ground truth of the problem.
61
+ >
62
+ > ```markdown
63
+ > [[ PASTE THE ENTIRE MARKDOWN REPORT FROM THE LOCAL AI HERE ]]
64
+ > ```
65
+ >
66
+ > ---
67
+ >
68
+ > **Part 2: The Relevant Code**
69
+ > Here are the full contents of the files identified in the report.
70
+ >
71
+ > ```python
72
+ > # File: src/hotkey_manager.py
73
+ > [[ PASTE FULL CONTENT OF hotkey_manager.py HERE ]]
74
+ > ```
75
+ > ```python
76
+ > # File: src/ui/settings_window.py
77
+ > [[ PASTE FULL CONTENT OF settings_window.py HERE ]]
78
+ > ```
79
+ >
80
+ > *... (continue pasting the content of all files listed in the report) ...*
81
+ >
82
+ > ---
83
+ >
84
+ > **Part 3: Your Directive**
85
+ >
86
+ > 1. **Analyze the Failure:** Based on the report and the provided code, give me a concise, one-paragraph diagnosis of the true root cause of the problem. Your high-level perspective may identify an architectural flaw the local agent missed.
87
+ > 2. **Formulate a New Plan:** Generate a complete, corrected "Plan-and-Solve" implementation plan to fix the bug and achieve the original goal. This plan should detail the exact code changes needed in the provided files.
88
+
89
+ ---
90
+
91
+ ### Why This Protocol is So Effective:
92
+
93
+ * **It Formalizes Failure:** It gives you a structured way to handle a common problem. Instead of getting frustrated, you're initiating a clear, logical protocol.
94
+ * **Empowers the Local Agent:** It gives the failing agent one final, useful task: documenting its own failure. This is often more valuable than letting it try the same wrong thing again.
95
+ * **Maximizes the Orchestrator's Strength:** The Orchestrator is a strategist. This protocol feeds it exactly what a strategist needs: a clear goal, a report of what failed, and the raw data (the code). It can then do what it does best: see the bigger picture and devise a better plan.
96
+
97
+ You've now designed a complete, end-to-end "Takomi" workflow, covering everything from project genesis to mid-project debugging escalations. This is an incredibly sophisticated and powerful way to work with multiple AI agents.
@@ -0,0 +1,38 @@
1
+ ### The "Seamless Migration" Meta-Prompt (Your Reusable Tool)
2
+
3
+ > **Prompt for AI Orchestrator: Generate a "State Snapshot" Handoff Prompt**
4
+ >
5
+ > **Objective:**
6
+ > Your task is to generate a special "State Snapshot" prompt. I am at the end of a long and productive chat session with you and need to migrate our entire project context, our collaborative dynamic, and your specific persona to a new, fresh chat session.
7
+ >
8
+ > The output of this prompt will be the *first thing* I send to the new AI in the new chat.
9
+ >
10
+ > **Instructions:**
11
+ > Use the information I provide below to synthesize a comprehensive, first-person handoff prompt. The prompt should be written from **your perspective** (the AI Orchestrator) as if you are briefing your successor.
12
+ >
13
+ > ---
14
+ >
15
+ > **[[ 1. Our Personas & Vibe: ]]**
16
+ > * **Your Persona:** *e.g., "The AI Orchestrator. You act as a senior architect, project manager, and coding partner. Your tone is professional but enthusiastic, using a 'Gen Z' or 'Takomi' style where appropriate."*
17
+ > * **My Persona:** *e.g., "The Human Lead / Visionary. I provide the ideas, feedback, and final decisions. You treat me as a capable partner."*
18
+ > * **Our Dynamic:** *e.g., "A fast-paced, collaborative partnership. We use a 'Plan-and-Solve' methodology and create GitHub issues to track our work."*
19
+ >
20
+ > **[[ 2. Project Core Details: ]]**
21
+ > * **Project Name:** *e.g., "Blink"*
22
+ > * **Elevator Pitch:** *e.g., "A system-wide AI assistant for Windows that allows users to query an LLM from any application via a hotkey."*
23
+ > * **Tech Stack:** *e.g., "Python, PyQt6, PyInstaller, Inno Setup."*
24
+ >
25
+ > **[[ 3. The Project Journey (Key Milestones & "War Stories"): ]]**
26
+ > * (Provide a bulleted list of the major technical hurdles we overcame. This is the most important part.)
27
+ > * *e.g., "- Solved a series of complex 'Direct Stream' bugs, from race conditions to input saturation, finally landing on a 'Metronome' clipboard-paste solution."*
28
+ > * *e.g., "- Designed and built a professional multi-page installer with Inno Setup, including custom UI and intelligent dependency handling (Tesseract)."*
29
+ > * *e.g., "- Implemented advanced features like conversational memory, multimodal input, and a 'First Run' intelligent setup wizard."*
30
+ >
31
+ > **[[ 4. Current Status & Immediate Next Steps: ]]**
32
+ > * **Last Accomplishment:** *e.g., "We just finalized the plan for the v1.0.1 release, including creating a professional README with demo GIFs and setting up the GitHub Releases page."*
33
+ > * **Next on the Roadmap:** *e.g., "The immediate next steps are to implement the advanced features we've documented in our GitHub Issues, such as 'Context Compression' and 'Rule Re-injection'."*
34
+ >
35
+ > ---
36
+ >
37
+ > **Your Deliverable:**
38
+ > Synthesize all of the above into a single, comprehensive handoff prompt. It must be written from your first-person perspective and instruct the new AI to adopt your persona and state immediately.
@@ -0,0 +1,75 @@
1
+ This is the protocol for onboarding your AI Orchestrator onto an existing project. It's a multi-stage process that uses different AI agents for what they're best at.
2
+
3
+ **Phase 1: Ground Truth Reconnaissance (Using your local In-IDE AI)**
4
+
5
+ Your local AI (like Cline, Copilot with context, etc.) is the perfect "recon squad" because it can directly "read" your entire codebase. You will use it to gather the raw intelligence needed for the Orchestrator.
6
+
7
+ **Your Prompt to the Local AI (The "Recon Prompt"):**
8
+
9
+ > **Objective:** Analyze the entire codebase in this repository and generate a comprehensive "Project Autopsy Report" in Markdown. Your goal is to reverse-engineer the project's architecture, conventions, and current state.
10
+ >
11
+ > **Instructions:**
12
+ > Scan every relevant file and produce a report with the following sections:
13
+ >
14
+ > 1. **Project Elevator Pitch:** Based on the code and any existing documentation, what is the one-sentence purpose of this application?
15
+ > 2. **Core Technology Stack:** List the primary languages, frameworks, and key libraries you can identify.
16
+ > 3. **Inferred Architecture:** Describe the architectural pattern you observe (e.g., "Modular Python with a central `hotkey_manager`," "Layered architecture with UI, business logic, and data layers").
17
+ > 4. **Key Modules & Responsibilities:** Create a Markdown table listing the most important files/modules and your inferred one-sentence description of their role.
18
+ > 5. **Inferred Coding Conventions:** Analyze the code and describe the observed conventions:
19
+ > * **Naming:** `snake_case`, `PascalCase`, etc.
20
+ > * **Formatting:** Is it consistent with a known formatter like Black or PEP 8?
21
+ > * **Error Handling:** What is the common pattern? (`try...except` blocks, custom exceptions, etc.)
22
+ > 6. **Dependency Analysis:** Generate the command needed to list all dependencies (e.g., `cat requirements.txt`).
23
+ > 7. **Potential Entry Points:** Identify the likely main entry point of the application (e.g., `main.py`).
24
+
25
+ **The Outcome:** You will now have a detailed, factual document—the "Autopsy Report"—that describes the *current state* of the project. This is the ground truth.
26
+
27
+ ---
28
+
29
+ ### Phase 2: Strategic Briefing (Creating the Orchestrator's "Brain")
30
+
31
+ Now you switch to your high-level AI Orchestrator. You will combine the "Autopsy Report" with your *new goals* to create the final, powerful onboarding prompt.
32
+
33
+ **Your Prompt to the AI Orchestrator (The "Mission Briefing" Prompt):**
34
+
35
+ > **Objective:** Assimilate the following project information and become the dedicated AI Orchestrator for this ongoing project. Your task is to understand the existing codebase and then help me plan and execute new features.
36
+ >
37
+ > ---
38
+ >
39
+ > **Part 1: The "Project Autopsy Report" (Ground Truth)**
40
+ > This report was generated by a local AI that scanned the entire codebase. This is what we know about the project as it exists today.
41
+ >
42
+ > ```markdown
43
+ > [[ PASTE THE ENTIRE MARKDOWN OUTPUT FROM YOUR LOCAL AI HERE ]]
44
+ > ```
45
+ >
46
+ > ---
47
+ >
48
+ > **Part 2: The New Mission (My Goals)**
49
+ > Now that you understand the current state, here is what I have been tasked with building.
50
+ >
51
+ > * **Primary Goal:** *e.g., "To implement a new 'RAG from Folder' feature that allows the app to answer questions based on a user's local documents."*
52
+ > * **Key New Features (as GitHub Issues):**
53
+ > * **[Feature] Create a UI for folder selection in the settings window.** *User story: As a user, I want to be able to select a folder on my computer that Blink will use as a knowledge base.*
54
+ > * **[Feature] Implement a local vector store using ChromaDB.** *User story: As a user, I want the contents of my selected folder to be indexed into a persistent local database for fast retrieval.*
55
+ > * **[Feature] Integrate RAG into the LLM query pipeline.** *User story: As a user, when I ask a question, Blink should first search my documents for relevant context and then inject that context into the prompt sent to the LLM.*
56
+ >
57
+ > ---
58
+ >
59
+ > **Part 3: Your Directive**
60
+ >
61
+ > You are now the AI Orchestrator for this project.
62
+ >
63
+ > 1. **Acknowledge Assimilation:** Confirm that you have understood the existing codebase via the Autopsy Report and my new mission.
64
+ > 2. **Adopt the Vibe:** Based on the inferred conventions, adopt the project's "coding vibe."
65
+ > 3. **Begin Planning:** Your first task is to take my first new feature, **"Create a UI for folder selection in the settings window,"** and generate a full "Plan-and-Solve" implementation plan for it, respecting the existing architecture.
66
+
67
+ ---
68
+
69
+ ### Why This "Reverse Genesis" Protocol is So Powerful
70
+
71
+ * **Separation of Concerns:** It uses the right AI for the right job. The local AI is a "scanner," excellent at low-level code analysis. The Orchestrator is a "strategist," excellent at high-level planning.
72
+ * **Grounds the Orchestrator in Reality:** By providing the Autopsy Report, you prevent the Orchestrator from "hallucinating" or suggesting solutions that don't fit the existing patterns. It is forced to work within the constraints of the project as it is.
73
+ * **Combines "What Is" with "What's Next":** This process seamlessly bridges the gap between understanding the past (the existing code) and planning for the future (your new tasks).
74
+
75
+ You were right—the prompt has to be dope. And the best way to make it dope is to feed it high-quality, pre-digested intelligence from the codebase itself. This protocol is your key to becoming an effective contributor to any project, right from day one.