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,119 @@
1
+ ---
2
+ name: global-brand-namer
3
+ description: Generate memorable, brandable product and SaaS names using global linguistics (African, Asian, Nordic, Indigenous, and classical languages) to bypass English domain saturation. Use when the user asks to brainstorm product names, find available domains, develop cross-cultural brand identity, name a startup or side project, or needs a distinctive tech brand name that isn't just another English portmanteau. Triggers include "name my product," "brand name ideas," "domain name brainstorm," "SaaS name," "startup name," "what should I call," "name generator," or any request for creative, globally-inspired naming.
4
+ ---
5
+
6
+ # Global Brand Namer
7
+
8
+ Generate premium, cross-culturally resonant brand names by mining non-English vocabulary and pairing with strategic domain modifiers. This skill transforms generic naming sessions into systematic linguistic exploration.
9
+
10
+ ## Core Naming Principles
11
+
12
+ 1. **Phonetic Fluidity** - The word must be easily pronounceable by an English-speaking audience without phonetic training. Avoid heavy consonant clusters, tonal requirements, or characters that don't transliterate cleanly.
13
+ 2. **Domain Viability** - Assume all raw, single words (e.g., *Takumi*, *Agbara*) are squatted. Always pair the base word with a strategic modifier. See `references/saas-modifiers.md`.
14
+ 3. **Syllabic Brevity** - Target 2-3 syllables maximum for the base word. One-syllable words work if they're distinctive.
15
+ 4. **Semantic Depth** - The meaning behind the word should resonate with the product's purpose. A name with real meaning creates richer brand storytelling.
16
+ 5. **Cross-Lingual Safety** - Verify the transliterated word doesn't mean something offensive in major world languages (English slang, Spanish, French, Portuguese, Mandarin).
17
+
18
+ ## Workflow
19
+
20
+ ### Step 1: Distill the Core Concept
21
+
22
+ Extract 2-4 English keywords capturing the product's function, feeling, or identity.
23
+
24
+ **Prompting questions:**
25
+ - What does the product DO? (build, connect, analyze, create)
26
+ - What FEELING should it evoke? (speed, trust, power, calm)
27
+ - Who is the audience? (developers, creators, enterprise, consumers)
28
+ - What's the competitive landscape? (crowded SaaS, niche tool, consumer app)
29
+
30
+ **Example:** A developer workflow tool might yield: *build, flow, craft, forge*
31
+
32
+ ### Step 2: Linguistic Translation & Exploration
33
+
34
+ Translate concepts across diverse language families. Select language categories that match the project's aesthetic.
35
+
36
+ **Reference:** Load `references/language-matrices.md` for full language-to-aesthetic mapping.
37
+
38
+ Quick selection guide:
39
+
40
+ | Project Vibe | Best Language Families |
41
+ |---|---|
42
+ | Dev tools / Infrastructure | Japanese, Nordic, Latin, German |
43
+ | Creative / AI / Workflows | Yoruba, Sanskrit, Maori, Swahili |
44
+ | Minimalist SaaS / Analytics | Mandarin (Pinyin), Esperanto, Finnish |
45
+ | Community / Social | Zulu, Hawaiian, Portuguese, Tagalog |
46
+ | Security / Trust | Arabic, Norse, Latin, Greek |
47
+
48
+ ### Step 3: Phonetic Filtering
49
+
50
+ Discard any translations that fail these checks:
51
+
52
+ - [ ] Can a native English speaker spell it after hearing it once?
53
+ - [ ] Is it <= 3 syllables?
54
+ - [ ] Does it avoid unfortunate homophones in English, Spanish, French, or Portuguese?
55
+ - [ ] Does it NOT require diacritics or special characters for the domain?
56
+ - [ ] Is it distinct from existing major brands?
57
+
58
+ ### Step 4: Modifier Integration
59
+
60
+ Attach industry-standard structural words to create a viable, registrable domain.
61
+
62
+ **Reference:** Load `references/saas-modifiers.md` for the full modifier taxonomy.
63
+
64
+ Quick modifier selection:
65
+
66
+ | Product Type | Recommended Modifiers |
67
+ |---|---|
68
+ | Dev tools / APIs | Protocol, Core, Syntax, OS, Kit |
69
+ | Creative tools | Forge, Labs, Studio, UI, Works |
70
+ | Consumer apps | Get, Use, Run, App, Try |
71
+ | Enterprise / Platform | HQ, Cloud, Suite, Base, Stack |
72
+
73
+ ### Step 5: Output Formatting
74
+
75
+ Present results in a structured grid:
76
+
77
+ ```
78
+ ## Name Suggestions for [Product]
79
+
80
+ ### Tier 1: Top Picks
81
+ | # | Name | Base Word | Origin | Meaning | Domain Suggestion | TLD Options |
82
+ |---|------|-----------|--------|---------|-------------------|-------------|
83
+ | 1 | KodoForge | Kodo | Japanese | Heartbeat / Pulse | kodoforge.dev | .dev, .io |
84
+ | 2 | SareLabs | Sare | Yoruba | Run / Speed | sarelabs.com | .com, .io |
85
+ | 3 | VahvaKit | Vahva | Finnish | Strong / Robust | vahvakit.dev | .dev, .com |
86
+
87
+ ### Tier 2: Strong Alternatives
88
+ [... more options ...]
89
+
90
+ ### Tier 3: Creative Wild Cards
91
+ [... experimental options ...]
92
+
93
+ ## Recommendation
94
+ [Top pick with rationale]
95
+ ```
96
+
97
+ **Always generate at minimum 10 names across all tiers.**
98
+
99
+ ## Constraints
100
+
101
+ - **Never** suggest exact-match `.com` domains for single dictionary words without a disclaimer about extreme cost/unavailability.
102
+ - **Never** use words with heavy cultural/religious significance (e.g., *Karma*, *Nirvana*, *Allah*, *Dharma*) unless the brand explicitly operates in that cultural space.
103
+ - **Always** verify the transliterated word doesn't clash with English slang, profanity, or brand names.
104
+ - **Always** present at least 3 TLD options per suggestion (.com, .dev, .io, .ai, .app, .co).
105
+ - **Flag** any name where cultural appropriation risk exists with a `[!] Cultural Note` callout.
106
+
107
+ ## Pre-Mortem Checklist
108
+
109
+ Before finalizing any name, run through these risk checks:
110
+
111
+ 1. **Cultural Appropriation** - Is the word sacred, ceremonial, or deeply tied to a marginalized group's identity? If yes, flag it.
112
+ 2. **Transliteration Drift** - Does the Romanized spelling diverge enough from the original to lose meaning or create confusion?
113
+ 3. **Accidental Homophones** - Cross-check against Spanish, French, Portuguese, German, and Mandarin for unintended meanings.
114
+ 4. **Trademark Collision** - Does a quick mental scan suggest overlap with existing tech brands?
115
+ 5. **Verbal Shareability** - Can someone say "Check out [Name]" in a conversation and have the listener spell it correctly?
116
+
117
+ ## Integration with Domain Brainstormer
118
+
119
+ This skill complements the `domain-name-brainstormer` skill. Use **this skill** when the creative direction is "linguistically rich, globally inspired names." Use `domain-name-brainstormer` for straightforward English-based domain availability checking.
@@ -0,0 +1,196 @@
1
+ # Language Matrices for Brand Aesthetics
2
+
3
+ Select language families that match the structural "vibe" of the project. Each category includes curated words with proven phonetic appeal for English-speaking audiences.
4
+
5
+ ---
6
+
7
+ ## 1. "Forge & Precision" (Dev Tools, Infrastructure, APIs)
8
+
9
+ Hard consonants, clean syllables, structural authority.
10
+
11
+ ### Japanese (Craftsmanship & Structure)
12
+ | Word | Meaning | Syllables | Phonetic Score | Notes |
13
+ |------|---------|-----------|----------------|-------|
14
+ | Kodo | Heartbeat / Pulse | 2 | High | Also evokes "code" |
15
+ | Kaitaku | Pioneer / Trailblazer | 3 | Medium | Slightly long |
16
+ | Takumi | Artisan / Master | 3 | High | Strong brand feel |
17
+ | Tetsu | Iron / Steel | 2 | High | Very punchy |
18
+ | Kaizen | Continuous improvement | 3 | High | Already well-known concept |
19
+ | Shokunin | Craftsperson | 4 | Low | Too many syllables |
20
+ | Tsukuru | To build / To create | 3 | Medium | Tricky "tsu" for English speakers |
21
+
22
+ ### Germanic / Nordic (Strength & Starkness)
23
+ | Word | Language | Meaning | Syllables | Phonetic Score |
24
+ |------|----------|---------|-----------|----------------|
25
+ | Smidr | Icelandic | Builder / Smith | 2 | Medium |
26
+ | Vahva | Finnish | Strong / Robust | 2 | High |
27
+ | Verk | Norwegian | Work / Creation | 1 | High |
28
+ | Stark | Swedish/German | Strong | 1 | High (but common brand) |
29
+ | Bygga | Swedish | To build | 2 | Medium |
30
+ | Tunna | Finnish | Hour / Grit | 2 | High |
31
+ | Rauta | Finnish | Iron | 2 | High |
32
+
33
+ ### Latin (Foundational & Structural)
34
+ | Word | Meaning | Syllables | Phonetic Score | Notes |
35
+ |------|---------|-----------|----------------|-------|
36
+ | Novus | New | 2 | High | Clean, modern feel |
37
+ | Faber | Maker / Builder | 2 | High | Root of "fabricate" |
38
+ | Apex | Peak / Summit | 2 | High | Already used by some brands |
39
+ | Nexus | Connection / Link | 2 | High | Strong but common |
40
+ | Opus | Work / Masterpiece | 2 | High | Elegant |
41
+ | Signum | Sign / Signal | 2 | High | Technical feel |
42
+ | Vertex | Turning point | 2 | High | Mathematical authority |
43
+
44
+ ---
45
+
46
+ ## 2. "Energy & Flow" (Creative Tools, AI, Workflows)
47
+
48
+ Vowel-rich endings, rhythmic quality, vitality.
49
+
50
+ ### Yoruba / West African (Vitality & Rhythm)
51
+ | Word | Meaning | Syllables | Phonetic Score | Notes |
52
+ |------|---------|-----------|----------------|-------|
53
+ | Irawo | Star | 3 | High | Beautiful sound, memorable |
54
+ | Sare | Run / Speed | 2 | High | Punchy, action-oriented |
55
+ | Agbara | Power / Force | 3 | High | Strong vowel pattern |
56
+ | Emi | Spirit / Vibe | 2 | High | Short, evocative |
57
+ | Adura | Prayer / Invocation | 3 | Medium | Spiritual connotation |
58
+ | Ilera | Health / Wellness | 3 | High | Smooth flow |
59
+ | Asa | Culture / Tradition | 2 | High | Very clean |
60
+ | Owo | Money / Wealth | 2 | High | Commercial appeal |
61
+
62
+ ### Sanskrit (Sequence, Mind & Connection)
63
+ | Word | Meaning | Syllables | Phonetic Score | Notes |
64
+ |------|---------|-----------|----------------|-------|
65
+ | Sutra | Thread / Formula | 2 | High | Well-known, elegant |
66
+ | Prana | Breath / Life force | 2 | High | Wellness connotation |
67
+ | Maya | Illusion / Creative power | 2 | High | Also a common name |
68
+ | Tantra | Loom / Framework | 2 | High | Some cultural baggage |
69
+ | Vidya | Knowledge | 2 | High | Clean academic feel |
70
+ | Mantra | Sacred utterance | 2 | High | Overused in tech |
71
+ | Rasa | Essence / Flavor | 2 | High | Elegant, culinary appeal |
72
+
73
+ ### Maori (Life-Force & Nature)
74
+ | Word | Meaning | Syllables | Phonetic Score | Notes |
75
+ |------|---------|-----------|----------------|-------|
76
+ | Mauri | Essence / Life force | 2 | High | Beautiful sound |
77
+ | Hiko | Flash / Electricity | 2 | High | Punchy, tech-friendly |
78
+ | Kaha | Strength / Ability | 2 | High | Simple, powerful |
79
+ | Wairua | Spirit / Soul | 3 | Medium | Harder to spell |
80
+ | Mana | Authority / Prestige | 2 | High | Known concept, gaming ties |
81
+ | Aroha | Love / Compassion | 3 | High | Warm brand feel |
82
+
83
+ ### Swahili (Rhythm & Accessibility)
84
+ | Word | Meaning | Syllables | Phonetic Score | Notes |
85
+ |------|---------|-----------|----------------|-------|
86
+ | Haraka | Speed / Quick | 3 | High | Action-oriented |
87
+ | Nguvu | Power / Strength | 2 | Medium | "Ng" tricky for English |
88
+ | Pamoja | Together | 3 | High | Community feel |
89
+ | Sawa | Okay / Right / Equal | 2 | High | Universal positive |
90
+ | Bora | Best / Excellent | 2 | High | Clean, positive |
91
+ | Jenga | Build | 2 | High | Known (game), but strong |
92
+
93
+ ---
94
+
95
+ ## 3. "Minimalist SaaS" (Productivity, Analytics, Data)
96
+
97
+ Punchy monosyllables, universal roots, technical precision.
98
+
99
+ ### Mandarin (Pinyin - Single-Syllable Impact)
100
+ | Word | Meaning | Syllables | Phonetic Score | Notes |
101
+ |------|---------|-----------|----------------|-------|
102
+ | Zao | Build / Create | 1 | High | Very punchy |
103
+ | Kuai | Fast / Quick | 1 | High | Clean sound |
104
+ | Ming | Bright / Clear | 1 | High | Already common as name |
105
+ | Liang | Measure / Quantity | 2 | High | Data/analytics vibe |
106
+ | Shu | Number / Data | 1 | High | Analytics perfect |
107
+ | Yun | Cloud | 1 | High | Cloud computing natural |
108
+ | Huo | Fire / Spark | 1 | High | Energy, startup vibe |
109
+
110
+ ### Esperanto (Universal & Intuitive)
111
+ | Word | Meaning | Syllables | Phonetic Score | Notes |
112
+ |------|---------|-----------|----------------|-------|
113
+ | Krei | Create | 1 | High | Short, active |
114
+ | Bazo | Base / Foundation | 2 | High | Structural |
115
+ | Rapida | Fast / Quick | 3 | Medium | A bit long |
116
+ | Fluo | Flow | 2 | High | Natural, smooth |
117
+ | Nova | New | 2 | High | Universal recognition |
118
+ | Klara | Clear / Bright | 2 | High | Transparency feel |
119
+
120
+ ### Korean (Clean Minimalism)
121
+ | Word | Meaning | Syllables | Phonetic Score | Notes |
122
+ |------|---------|-----------|----------------|-------|
123
+ | Nuri | World / Enjoy | 2 | High | Friendly, warm |
124
+ | Baram | Wind / Wish | 2 | High | Aspirational |
125
+ | Dari | Bridge | 2 | High | Connection metaphor |
126
+ | Haru | Day / One day | 2 | High | Simple, bright |
127
+ | Saem | Spring / Source | 1 | High | Origin/source concept |
128
+
129
+ ---
130
+
131
+ ## 4. "Community & Social" (Social Platforms, Collaboration)
132
+
133
+ Warm vowels, approachable sounds, communal meaning.
134
+
135
+ ### Zulu / Southern African
136
+ | Word | Meaning | Syllables | Phonetic Score | Notes |
137
+ |------|---------|-----------|----------------|-------|
138
+ | Ubuntu | Humanity / Togetherness | 3 | High | Very well-known |
139
+ | Simba | Strength / Lion | 2 | High | Known (Disney), bold |
140
+ | Amandla | Power | 3 | High | Political resonance |
141
+
142
+ ### Hawaiian
143
+ | Word | Meaning | Syllables | Phonetic Score | Notes |
144
+ |------|---------|-----------|----------------|-------|
145
+ | Ohana | Family | 3 | High | Very well-known |
146
+ | Aloha | Love / Greeting | 3 | High | Universal recognition |
147
+ | Moku | Island / District | 2 | High | Clean, distinctive |
148
+ | Lani | Sky / Heaven | 2 | High | Ethereal, beautiful |
149
+
150
+ ### Portuguese / Brazilian
151
+ | Word | Meaning | Syllables | Phonetic Score | Notes |
152
+ |------|---------|-----------|----------------|-------|
153
+ | Brio | Vigor / Vivacity | 2 | High | Punchy, energetic |
154
+ | Alma | Soul | 2 | High | Warm, human |
155
+ | Nexo | Link / Connection | 2 | High | Tech-friendly |
156
+ | Vivo | Alive / Living | 2 | High | Already a telecom brand |
157
+
158
+ ---
159
+
160
+ ## 5. "Security & Trust" (Cybersecurity, Fintech, Enterprise)
161
+
162
+ Gravitas, authority, ancient reliability.
163
+
164
+ ### Arabic
165
+ | Word | Meaning | Syllables | Phonetic Score | Notes |
166
+ |------|---------|-----------|----------------|-------|
167
+ | Aman | Safety / Security | 2 | High | Direct, trustworthy |
168
+ | Qadr | Worth / Value | 1 | Medium | Hard "q" for English |
169
+ | Sahm | Arrow / Share | 1 | High | Directional, financial |
170
+ | Burj | Tower | 1 | High | Known (Burj Khalifa) |
171
+
172
+ ### Norse / Old English
173
+ | Word | Meaning | Syllables | Phonetic Score | Notes |
174
+ |------|---------|-----------|----------------|-------|
175
+ | Aegis | Shield / Protection | 2 | High | Already used by some |
176
+ | Fenrir | Great wolf | 2 | High | Mythological power |
177
+ | Runa | Secret / Rune | 2 | High | Mystical authority |
178
+ | Sigr | Victory | 1 | Medium | Short but uncommon |
179
+
180
+ ### Greek
181
+ | Word | Meaning | Syllables | Phonetic Score | Notes |
182
+ |------|---------|-----------|----------------|-------|
183
+ | Archos | Leader / Ruler | 2 | High | Root of "architect" |
184
+ | Kratos | Power / Strength | 2 | High | Known (gaming) |
185
+ | Axios | Worthy | 3 | High | Already a media brand |
186
+ | Pragma | Action / Deed | 2 | High | Root of "pragmatic" |
187
+
188
+ ---
189
+
190
+ ## Usage Notes
191
+
192
+ - **Phonetic Score: High** = English speakers can spell it after hearing it once
193
+ - **Phonetic Score: Medium** = May require one repetition or clarification
194
+ - **Phonetic Score: Low** = Avoid unless the audience is multilingual
195
+ - When a word is noted as "already used," it can still inspire derivatives (e.g., *KaizenKit*, *MantraOS*)
196
+ - Words with cultural/spiritual weight are flagged in the Notes column
@@ -0,0 +1,132 @@
1
+ # SaaS Domain Modifiers
2
+
3
+ Bypass domain squatting by pairing foreign base words with functional modifiers. Select modifiers that reinforce the product's positioning.
4
+
5
+ ---
6
+
7
+ ## Structural / Protocol
8
+
9
+ Best for: dev tools, APIs, infrastructure, SDKs, CLIs.
10
+
11
+ | Pattern | Example | Best TLDs |
12
+ |---------|---------|-----------|
13
+ | `[Name]Protocol` | irawoprotocol.dev | .dev, .io |
14
+ | `[Name]Syntax` | kodosyntax.dev | .dev, .io |
15
+ | `[Name]Core` | vahvacore.com | .com, .dev |
16
+ | `[Name]OS` | sareos.dev | .dev, .io |
17
+ | `[Name]Kit` | takumikit.dev | .dev, .com |
18
+ | `[Name]SDK` | emosdk.dev | .dev |
19
+ | `[Name]CLI` | zaocli.dev | .dev |
20
+ | `[Name]Engine` | agbaraengine.com | .com, .io |
21
+ | `[Name]Stack` | faberstack.dev | .dev, .com |
22
+ | `[Name]Wire` | hikowire.io | .io, .dev |
23
+
24
+ ---
25
+
26
+ ## Creative / Studio
27
+
28
+ Best for: design tools, creative platforms, visual builders, content tools.
29
+
30
+ | Pattern | Example | Best TLDs |
31
+ |---------|---------|-----------|
32
+ | `[Name]Forge` | kodoforge.dev | .dev, .com |
33
+ | `[Name]Labs` | sarelabs.com | .com, .io |
34
+ | `[Name]Studio` | irawostudio.com | .com, .design |
35
+ | `[Name]UI` | vahvaui.dev | .dev, .design |
36
+ | `[Name]Works` | takumiworks.com | .com, .io |
37
+ | `[Name]Canvas` | emicanvas.com | .com, .design |
38
+ | `[Name]Craft` | fabercraft.com | .com, .io |
39
+ | `[Name]Space` | mauri.space | .space, .com |
40
+
41
+ ---
42
+
43
+ ## Action-Oriented
44
+
45
+ Best for: consumer apps, productivity tools, high-velocity workflows.
46
+
47
+ | Pattern | Example | Best TLDs |
48
+ |---------|---------|-----------|
49
+ | `Get[Name]` | getvahva.com | .com, .app |
50
+ | `Use[Name]` | usesare.com | .com, .io |
51
+ | `[Name]App` | kodoapp.com | .com, .app |
52
+ | `Run[Name]` | runagbara.com | .com, .io |
53
+ | `Try[Name]` | tryhiko.com | .com, .app |
54
+ | `[Name]Flow` | sareflow.com | .com, .io |
55
+ | `[Name]Run` | vahvarun.com | .com, .app |
56
+ | `[Name]Go` | emigo.app | .app, .com |
57
+
58
+ ---
59
+
60
+ ## Enterprise / Platform
61
+
62
+ Best for: B2B SaaS, platforms, enterprise tools, data infrastructure.
63
+
64
+ | Pattern | Example | Best TLDs |
65
+ |---------|---------|-----------|
66
+ | `[Name]HQ` | irawohq.com | .com, .io |
67
+ | `[Name]Cloud` | vahvacloud.com | .com, .io |
68
+ | `[Name]Suite` | kodosuite.com | .com |
69
+ | `[Name]Base` | faberbase.com | .com, .io |
70
+ | `[Name]Hub` | sarehub.com | .com, .io |
71
+ | `[Name]Platform` | agbaraplatform.com | .com |
72
+ | `[Name]Ops` | vahvaops.com | .com, .dev |
73
+ | `[Name]Dock` | hicodock.io | .io, .com |
74
+
75
+ ---
76
+
77
+ ## Data / Analytics
78
+
79
+ Best for: analytics tools, data platforms, BI tools, observability.
80
+
81
+ | Pattern | Example | Best TLDs |
82
+ |---------|---------|-----------|
83
+ | `[Name]Data` | shudata.com | .com, .io |
84
+ | `[Name]Metric` | liangmetric.com | .com, .io |
85
+ | `[Name]Signal` | kodosingal.com | .com, .io |
86
+ | `[Name]Pulse` | vahvapulse.com | .com, .io |
87
+ | `[Name]Scope` | zaoscope.com | .com, .dev |
88
+ | `[Name]Lens` | irawolens.com | .com, .io |
89
+ | `[Name]Insight` | faberinsight.com | .com |
90
+
91
+ ---
92
+
93
+ ## Community / Social
94
+
95
+ Best for: social platforms, community tools, collaboration software.
96
+
97
+ | Pattern | Example | Best TLDs |
98
+ |---------|---------|-----------|
99
+ | `[Name]Circle` | pamojacircle.com | .com |
100
+ | `[Name]Tribe` | irawotribe.com | .com, .io |
101
+ | `[Name]Guild` | takumiguild.com | .com |
102
+ | `[Name]Crew` | sarecrew.com | .com |
103
+ | `[Name]Hive` | emihive.com | .com, .io |
104
+ | `[Name]Club` | boraclub.com | .com |
105
+ | `Join[Name]` | joinhiko.com | .com |
106
+
107
+ ---
108
+
109
+ ## TLD Selection Guide
110
+
111
+ | TLD | Best For | Price Range | Trust Level |
112
+ |-----|----------|-------------|-------------|
113
+ | .com | Universal, businesses | $10-15/yr | Highest |
114
+ | .io | Tech startups, dev tools | $30-50/yr | High (tech) |
115
+ | .dev | Developer tools, APIs | $12-15/yr | High (tech) |
116
+ | .ai | AI/ML products | $50-90/yr | High (AI) |
117
+ | .app | Mobile/web apps | $14-20/yr | Medium-High |
118
+ | .co | .com alternative | $25-35/yr | Medium |
119
+ | .xyz | Creative, experimental | $10-12/yr | Medium |
120
+ | .design | Design agencies | $30-40/yr | Niche |
121
+ | .space | Creative projects | $10-15/yr | Low-Medium |
122
+
123
+ ---
124
+
125
+ ## Anti-Patterns (Avoid These)
126
+
127
+ - **Double-modifier**: `GetKodoForge.com` -- too long, confusing
128
+ - **Hyphens**: `kodo-forge.dev` -- hard to share verbally
129
+ - **Numbers**: `kodo2.com` -- looks cheap, hard to remember
130
+ - **Misspellings**: `kodoh.com` -- creates confusion, not clever
131
+ - **Overly long compounds**: `vagbaraprotocolengine.com` -- nobody will type this
132
+ - **Ambiguous abbreviations**: `vhv.io` -- meaningless, no brand recall
@@ -0,0 +1,157 @@
1
+ ---
2
+ name: google-trends
3
+ description: Automated Google Trends research via Node.js CLI. Search YouTube, Web, Images, News for rising/breakout queries. Use for Phase 1 Strategy research or any topic validation.
4
+ ---
5
+
6
+ # Google Trends Skill
7
+
8
+ Automate Google Trends research without a browser. Query related topics, rising queries, and interest over time for any keyword across YouTube, Web, Images, or News.
9
+
10
+ ## Prerequisites
11
+
12
+ Node.js 18+ and PNPM required.
13
+
14
+ ```powershell
15
+ # Check Node
16
+ node --version
17
+
18
+ # Install dependencies (first-time only)
19
+ cd .agent/skills/google-trends/scripts
20
+ pnpm install
21
+ ```
22
+
23
+ ---
24
+
25
+ ## Quick Start
26
+
27
+ ```powershell
28
+ # Basic search (YouTube, Last 7 Days, Tech category)
29
+ node .agent/skills/google-trends/scripts/search.js -k "Claude AI"
30
+
31
+ # Search Web instead of YouTube
32
+ node .agent/skills/google-trends/scripts/search.js -k "AI agents" -p web
33
+
34
+ # Extended time range (1 month)
35
+ node .agent/skills/google-trends/scripts/search.js -k "VibeCoding" -t "now 1-m"
36
+
37
+ # Output as JSON for piping
38
+ node .agent/skills/google-trends/scripts/search.js -k "Cursor IDE" -o json
39
+ ```
40
+
41
+ ---
42
+
43
+ ## CLI Reference
44
+
45
+ ```
46
+ Usage: search.js [options]
47
+
48
+ Options:
49
+ -k, --keyword <string> Topic to search (required)
50
+ -p, --property <string> youtube | web | images | news | froogle (default: youtube)
51
+ -t, --time <string> now 7-d | now 1-m | today 3-m | today 12-m (default: now 7-d)
52
+ -c, --category <number> Google Trends category ID (default: 5 = Tech)
53
+ -o, --output <string> table | json | markdown (default: table)
54
+ -f, --file <path> Save output to file (optional)
55
+ --interest Include interest-over-time data (default: false)
56
+ -h, --help Show help
57
+ ```
58
+
59
+ ### Property Options
60
+
61
+ | Value | What It Searches |
62
+ |-------|------------------|
63
+ | `youtube` | YouTube Search trends |
64
+ | `web` | Google Web Search trends |
65
+ | `images` | Google Images trends |
66
+ | `news` | Google News trends |
67
+ | `froogle` | Google Shopping trends |
68
+
69
+ ### Time Options
70
+
71
+ | Value | Period |
72
+ |-------|--------|
73
+ | `now 7-d` | Last 7 days |
74
+ | `now 1-m` | Last 30 days |
75
+ | `today 3-m` | Last 90 days |
76
+ | `today 12-m` | Last 12 months |
77
+
78
+ ### Category IDs (Common)
79
+
80
+ | ID | Category |
81
+ |----|----------|
82
+ | 5 | Computers & Electronics (Tech) |
83
+ | 13 | Arts & Entertainment |
84
+ | 174 | Sports |
85
+ | 3 | Business & Industrial |
86
+
87
+ Full list: [Google Trends Categories](https://github.com/pat310/google-trends-api/wiki/Google-Trends-Categories)
88
+
89
+ ---
90
+
91
+ ## Example Workflows
92
+
93
+ ### YouTube Phase 1 Research
94
+
95
+ Use this skill during `/youtube-phase1-strategy` to validate topics:
96
+
97
+ ```powershell
98
+ # Check if "Claude Cowork" is rising on YouTube
99
+ node .agent/skills/google-trends/scripts/search.js -k "Claude Cowork" -p youtube -t "now 7-d"
100
+ ```
101
+
102
+ **Signal:** Look for `BREAKOUT` or values > 100 in related queries.
103
+
104
+ ### General Topic Validation
105
+
106
+ ```powershell
107
+ # Is "RAG" still trending in AI?
108
+ node .agent/skills/google-trends/scripts/search.js -k "RAG AI" -p web -t "today 3-m" --interest
109
+ ```
110
+
111
+ **Signal:** Check if interest-over-time is increasing or peaked.
112
+
113
+ ---
114
+
115
+ ## Output Formats
116
+
117
+ ### Table (Default)
118
+ ```
119
+ [TrendProbe] Searching: "Claude AI" on YouTube (Last 7 days)
120
+
121
+ --- Related Queries (Top) ---
122
+ 1. claude ai assistant (100)
123
+ 2. anthropic claude (81)
124
+ 3. claude vs chatgpt (45)
125
+
126
+ --- Related Queries (Rising) ---
127
+ 1. anthropic (BREAKOUT)
128
+ 2. claude code (450%)
129
+ ```
130
+
131
+ ### JSON
132
+ ```json
133
+ {
134
+ "keyword": "Claude AI",
135
+ "property": "youtube",
136
+ "time": "now 7-d",
137
+ "top": [...],
138
+ "rising": [...]
139
+ }
140
+ ```
141
+
142
+ ### Markdown
143
+ ```markdown
144
+ ## Claude AI (YouTube, 7 days)
145
+ ### Top Queries
146
+ 1. claude ai assistant (100)
147
+ ...
148
+ ```
149
+
150
+ ---
151
+
152
+ ## Tips
153
+
154
+ 1. **BREAKOUT = Gold.** A "BREAKOUT" query has grown > 5000% — this is a proven opportunity.
155
+ 2. **Cross-validate.** Use with YouTube Studio Trends and Competitor VidIQ for 3-source validation.
156
+ 3. **Try multiple keywords.** "Claude AI" vs "Claude Cowork" vs "Anthropic Claude" may reveal different signals.
157
+ 4. **Category matters.** Category 5 (Tech) gives tech-focused results; omit `-c` for broader trends.
@@ -0,0 +1,17 @@
1
+ {
2
+ "name": "google-trends-cli",
3
+ "version": "1.0.0",
4
+ "description": "CLI for Google Trends research automation",
5
+ "main": "search.js",
6
+ "type": "module",
7
+ "scripts": {
8
+ "search": "node search.js"
9
+ },
10
+ "keywords": ["google-trends", "youtube", "research"],
11
+ "author": "J STAR FILMS",
12
+ "license": "MIT",
13
+ "dependencies": {
14
+ "commander": "^12.0.0",
15
+ "google-trends-api": "^4.9.2"
16
+ }
17
+ }
@@ -0,0 +1,31 @@
1
+ lockfileVersion: '9.0'
2
+
3
+ settings:
4
+ autoInstallPeers: true
5
+ excludeLinksFromLockfile: false
6
+
7
+ importers:
8
+
9
+ .:
10
+ dependencies:
11
+ commander:
12
+ specifier: ^12.0.0
13
+ version: 12.1.0
14
+ google-trends-api:
15
+ specifier: ^4.9.2
16
+ version: 4.9.2
17
+
18
+ packages:
19
+
20
+ commander@12.1.0:
21
+ resolution: {integrity: sha512-Vw8qHK3bZM9y/P10u3Vib8o/DdkvA2OtPtZvD871QKjy74Wj1WSKFILMPRPSdUSx5RFK1arlJzEtA4PkFgnbuA==}
22
+ engines: {node: '>=18'}
23
+
24
+ google-trends-api@4.9.2:
25
+ resolution: {integrity: sha512-gjVSHCM8B7LyAAUpXb4B0/TfnmpwQ2z1w/mQ2bL0AKpr2j3gLS1j2YOnifpfsGJRxAGXB/NoC+nGwC5qSnZIiA==}
26
+
27
+ snapshots:
28
+
29
+ commander@12.1.0: {}
30
+
31
+ google-trends-api@4.9.2: {}