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,90 @@
1
+ ---
2
+ description: Document recent code changes by reviewing and updating feature docs
3
+ ---
4
+
5
+ # Documentation Sync Workflow
6
+
7
+ This workflow updates `docs/features/` after major code changes.
8
+
9
+ ## Prerequisites
10
+ - You have just completed a code change (feature, fix, refactor)
11
+ - You know which files were modified
12
+
13
+ ## Steps
14
+
15
+ ### 1. Identify Changed Components
16
+ List the main files that were modified in the recent change. Focus on:
17
+ - `src/main/` (backend logic)
18
+ - `src/renderer/` (UI components)
19
+ - `src/shared/` (types, constants)
20
+
21
+ ### 2. List Existing Feature Docs
22
+ // turbo
23
+ ```bash
24
+ ls docs/features/
25
+ ```
26
+
27
+ ### 3. Read Doc Names and Summaries
28
+ For each doc, read the first 20 lines to understand its scope:
29
+ // turbo
30
+ ```bash
31
+ head -20 docs/features/*.md
32
+ ```
33
+
34
+ ### 4. Determine Action
35
+ For each changed component, decide:
36
+ - **UPDATE** an existing doc if the feature already has documentation
37
+ - **CREATE** a new doc if this is a new feature or subsystem
38
+ - **SKIP** if the change is minor and already covered
39
+
40
+ ### 5. Documentation Standards
41
+ Each feature doc should follow this template:
42
+
43
+ ```markdown
44
+ # Feature Name
45
+
46
+ ## Overview
47
+ One paragraph explaining what this feature does.
48
+
49
+ ## Architecture
50
+ - **Service/File:** `src/main/path/to/file.ts`
51
+ - **Dependencies:** List key dependencies
52
+
53
+ ## Key Components
54
+
55
+ ### Component 1
56
+ Explanation...
57
+
58
+ ### Component 2
59
+ Explanation...
60
+
61
+ ## Data Flow (optional)
62
+ Use mermaid diagrams for complex flows:
63
+ ```mermaid
64
+ flowchart LR
65
+ A --> B --> C
66
+ ```
67
+
68
+ ## Configuration (if applicable)
69
+ | Setting | Type | Default | Description |
70
+ |---------|------|---------|-------------|
71
+ | ... | ... | ... | ... |
72
+
73
+ ## Hotfixes / Changelog (optional)
74
+ Document significant bug fixes with dates:
75
+ ### Hotfix YYYY-MM-DD: Brief Title
76
+ - **Problem:** What was broken
77
+ - **Solution:** How it was fixed
78
+ ```
79
+
80
+ ### 6. Write Updates
81
+ - If **UPDATE**: Use `view_file` to read the existing doc, then `replace_file_content` to add/modify sections.
82
+ - If **CREATE**: Use `write_to_file` to create a new doc following the template above.
83
+
84
+ ### 7. Verify Links
85
+ Ensure any file paths mentioned in docs are correct (use backticks for paths).
86
+
87
+ ### 8. Summary
88
+ After completion, list what was updated/created:
89
+ - Updated: `docs/features/foo.md` (added XYZ section)
90
+ - Created: `docs/features/bar.md` (new feature doc)
@@ -0,0 +1,175 @@
1
+ ### **Takomi — The Artisan's Toolkit for AI-Human Development: A User Manual v2.0**
2
+
3
+ Welcome to Takomi. This isn't just a collection of prompts; it's a complete system for collaborating with AI to build software. Think of yourself as the Visionary or the CEO, and your AI assistants as a specialized, high-performance team. This guide explains who's on your team and which playbook (protocol) to use for any situation you'll encounter.
4
+
5
+ > *Part of the Takomi suite (formerly VibeCode Protocol Suite)*
6
+
7
+ ## Your AI Team: The Cast of Characters
8
+
9
+ You'll work with a few different types of AI agents. Knowing who does what is the first step.
10
+
11
+ * **The AI Orchestrator (Your "Senior Architect"):** This is your main strategic partner (e.g., GPT-4o, Claude 3 Opus). It doesn't write the first line of code. Its job is to think, plan, architect, and create documentation. It understands the "vibe" and the big picture.
12
+ * **The Builder/Executor (Your "Workhorse Coder"):** This AI takes a single, massive, detailed prompt from the Orchestrator and builds the entire initial project foundation in one go. It's great at execution, not strategy.
13
+ * **The In-IDE Assistant (Your "Pair Programmer"):** This AI lives in your code editor (e.g., GitHub Copilot, Cursor). It's a tactical expert, helping you write or fix individual functions, generate tests, and refactor small pieces of code. It works best when given very specific, in-the-moment tasks.
14
+ * **The Design Agent (Your "UI/UX Specialist"):** A specialized AI (like Midjourney for concepts or a GPT-4V model for code) that focuses purely on visual design, creating style guides and HTML/CSS mockups based on a strict set of rules.
15
+
16
+ ## The Takomi Playbook: A Protocol for Every Situation
17
+
18
+ Here’s your library of protocols. Use this guide to know which one to grab and when.
19
+
20
+ ---
21
+
22
+ ### **1. Starting a Brand New Project**
23
+
24
+ When you have a new idea, this is your starting line. We have two protocols for this, but one is the standard for any real project.
25
+
26
+ #### **Your Go-To Choice (99% of the time): `Project Genesis Protocol — The Takomi Workflow.md`**
27
+
28
+ **➡️ When to use it:** Always. Use this for any new project, from a simple utility to a full-blown web application.
29
+
30
+ **➡️ What it does:** This is more than just a prompt; it's a **workflow installer**. It doesn't just ask the AI for code; it establishes the "vibe," sets up your collaborative dynamic, and defines the project's entire personality. It turns your AI from a simple code generator into a genuine project partner. It handles planning, documentation (ingesting any coding guidelines you provide), initial code, and the future roadmap, all in one go.
31
+
32
+ **➡️ How to use it:**
33
+
34
+ 1. Open `Project Genesis Protocol The VibeCode Workflow.md`.
35
+ 2. Follow the instructions inside. It will guide you through a conversation with your **AI Orchestrator**.
36
+ 3. The process will feel like a project kickoff meeting. At the end, you'll have all the foundational documents, the first batch of code, and a clear path forward.
37
+
38
+ ---
39
+
40
+ #### **The Alternative (For Quick Scripts & Boilerplate): `✨ ULTIMATE ORCHESTRATION PROMPT✨.md`**
41
+
42
+ **➡️ When to use it:** On the rare occasion you are **not** starting a full project. Use this when you need a single, self-contained piece of code and don't need the surrounding project structure, documentation, or long-term "vibe" setup.
43
+
44
+ * **Good for:** A standalone Python script for data processing, a complex SQL query, a single HTML/CSS component for a landing page.
45
+ * **Bad for:** Anything with multiple files, a potential for future features, or that requires a consistent architectural vision.
46
+
47
+ **➡️ What it does:** This is a direct, powerful, "one-shot" prompt. You give it a detailed spec, and it gives you a block of code. It's less of a collaborator and more of a highly-skilled contractor hired for a single task.
48
+
49
+ **➡️ How to use it:**
50
+
51
+ 1. Open `✨ ULTIMATE ORCHESTRATION PROMPT✨.md`.
52
+ 2. Fill out the sections with your technical requirements.
53
+ 3. Give the completed prompt to your **AI Orchestrator** or even a powerful **Builder Agent**.
54
+ 4. You will get code back, but not the deep project context or workflow you get from the Genesis Protocol.
55
+
56
+ | Feature | Project Genesis Protocol | Ultimate Orchestration Prompt |
57
+ | :-------------- | :----------------------------------------------- | :------------------------------------------ |
58
+ | **Best For** | **Full Projects (Web apps, desktop apps, etc.)** | **Single Scripts, Boilerplate, Components** |
59
+ | **Output** | Code + Docs + GitHub Issues + Project Vibe | Just Code |
60
+ | **Interaction** | Conversational, like a project kickoff | One-shot, transactional |
61
+ | **When to Use** | **Your default, 99% of the time** | The 1% where you just need a file |
62
+
63
+ ---
64
+ ### **2. Defining the Visual 'Vibe' (The Design System)**
65
+
66
+ After project genesis, it's time to define the look and feel. This is a crucial step, and we have two distinct approaches: a flexible, discovery-based method and a rigorous, system-based method.
67
+
68
+ #### **Understanding the Tools**
69
+
70
+ First, let's clarify what the different "Design" files are for:
71
+
72
+ * `3.1.1 my_design_system_rules.md` - **This is The Rulebook.** It is not a prompt you run. It is the constitution, the single source of truth that defines the entire visual language of your project in a token-based system (colors, fonts, shapes, etc.). It's the "law" that the best protocols follow.
73
+ * `3.1.2 Material You M3 Genesis Protocol.md` - **This is The Architect's Protocol.** This is the prompt you run to *apply* the rules from the rulebook. It's a highly advanced protocol that builds a complete, professional design system from a single "seed" color, ensuring perfect consistency and adherence to the rules.
74
+ * `3 Design System Genesis Protocol.md` - **This is The Artist's Protocol.** This is the original, more flexible protocol. It's less about enforcing a strict system and more about discovering a "vibe" with the AI.
75
+
76
+ ---
77
+
78
+ #### **Your Go-To Choice (Modern, "Google-Feel" Apps): The Architect's Approach (Using 3.1.1 + 3.1.2)**
79
+
80
+ **➡️ When to use it:** For any serious application where you need a professional, consistent, and modern UI. This is the recommended approach for achieving that polished "Google feel." It eliminates guesswork and ensures every design decision is systematic.
81
+
82
+ **➡️ How it works:** It's a two-part process where the protocol enforces the rulebook.
83
+
84
+ 1. **Internalize the Law:** The system starts with the `3.1.1 my_design_system_rules.md` as its unbreakable foundation.
85
+ 2. **Execute the Protocol:** You give `3.1.2 Material You M3 Genesis Protocol.md` to your **AI Orchestrator**. It will act as a "Material Design System Architect," using the rulebook as its guide.
86
+ 3. **Provide the Seed:** You give the Architect a single hex code that represents your brand (e.g., `#005BFF`). The protocol then algorithmically generates the *entire* accessible color palette for light and dark themes, perfectly mapped to the tokens in the rulebook.
87
+ 4. **Receive the Blueprints:** The Orchestrator gives you final, high-fidelity prompts for a **Design Agent** to create flawless, token-driven mockups. Every instruction will be prescriptive, like "The button background MUST use `color-primary`."
88
+
89
+ ---
90
+
91
+ #### **The Alternative (Flexible & Bespoke): The Artist's Approach (Using 3)**
92
+
93
+ **➡️ When to use it:** When you *don't* want to be constrained by a strict system like Material Design. Use this for more experimental projects, landing pages, or when you are in the early stages of brand discovery and need to explore different aesthetics.
94
+
95
+ **➡️ How it works:**
96
+
97
+ 1. Give `3 Design System Genesis Protocol.md` to your **AI Orchestrator**.
98
+ 2. The Orchestrator will ask you for more subjective inputs: a "design vibe," specific brand colors you've already picked, and font preferences.
99
+ 3. It will then generate a custom design system and mockups based on your creative direction. This process is more of a collaboration to find a style rather than the execution of a pre-defined one.
100
+
101
+ | Feature | The Architect's Approach (3.1.2 + 3.1.1) | The Artist's Approach (3) |
102
+ | :-------------- | :--------------------------------------------------- | :--------------------------------------------------- |
103
+ | **Best For** | **Systematic, professional web/mobile apps** | **Creative exploration, landing pages, branding** |
104
+ | **Input** | A single **seed color** & project mission | A "vibe," a full color palette, font choices |
105
+ | **Process** | **Prescriptive.** Applies a strict set of rules. | **Descriptive.** Discovers a style with you. |
106
+ | **Output** | A token-based, M3-compliant design system. | A custom, bespoke design system. |
107
+ | **When to Use** | **Your default for building robust applications.** | When you need creative freedom over system rigidity. |
108
+
109
+ ---
110
+
111
+ ### **3. Joining an Existing Project**
112
+
113
+ **➡️ When to use it:** You're starting work on a codebase you didn't create. You need to get your AI Orchestrator up to speed so it can help you effectively.
114
+
115
+ **➡️ What it does:** Uses a two-phase process to "scan" an existing project and brief your Orchestrator, making it an instant expert on the codebase.
116
+
117
+ **➡️ How to use it:**
118
+
119
+ 1. **Phase 1 (Reconnaissance):** Open `The Reverse Genesis Protocol.md`. Copy the "Recon Prompt" and give it to your **In-IDE Assistant** (since it can read your local files). It will generate a detailed "Project Autopsy Report."
120
+ 2. **Phase 2 (Briefing):** Copy the "Mission Briefing" prompt from the same file. Paste the "Autopsy Report" into it, add your new goals, and give this final, combined prompt to your **AI Orchestrator**. It will now understand the project and be ready to help you plan new features.
121
+
122
+ ---
123
+
124
+ ### **4. When Your AI Coder Gets Stuck**
125
+
126
+ **➡️ When to use it:** Your **In-IDE Assistant** is trying to implement a feature but is failing. It's stuck in a loop, giving you errors, or just not understanding the task.
127
+
128
+ **➡️ What it does:** Provides a formal "escalation" path. It forces the failing local AI to document its own failure, and then uses that report to brief the high-level **AI Orchestrator** so it can devise a better strategy.
129
+
130
+ **➡️ How to use it:**
131
+
132
+ 1. **Part 1 (Damage Report):** Open `The Escalation & Handoff Protocol.md`. Copy the "Damage Report" prompt and give it to the failing **In-IDE Assistant**. It will give you back a summary of the goal, the error, and the files it was working on.
133
+ 2. **Part 2 (SOS Call):** Copy the "SOS" prompt from the same file. Paste the "Damage Report" and the full code from the relevant files into it. Give this to your **AI Orchestrator**. It will analyze the situation and give you a new, corrected plan.
134
+
135
+ ---
136
+
137
+ ### **5. When Your AI Chat Is Getting Old**
138
+
139
+ **➡️ When to use it:** You've been in a single chat session with your Orchestrator for a long time. It's starting to lose context, forget details, or the window is getting laggy.
140
+
141
+ **➡️ What it does:** Generates a "state snapshot" prompt that perfectly captures the entire project history, your dynamic, and the current goals. You use this to start a fresh, new chat session without losing any momentum.
142
+
143
+ **➡️ How to use it:**
144
+
145
+ 1. Open `The Seamless Migration Meta-Prompt (Your Reusable Tool).md`.
146
+ 2. Give this prompt to your current **AI Orchestrator** and fill in the details it asks for (personas, project details, key milestones, next steps).
147
+ 3. The Orchestrator will synthesize this into a single, comprehensive handoff prompt.
148
+ 4. Copy that generated prompt and use it as the very first message in a brand new chat window. Your new Orchestrator will be instantly up to speed.
149
+
150
+ ---
151
+
152
+ ## Example Demo: Building a "SmartNotes" App
153
+
154
+ Let's see how this works in practice.
155
+
156
+ **1. The Idea:** You want to build a simple desktop app called "SmartNotes" that uses AI to automatically tag your notes.
157
+
158
+ **2. Project Genesis:** You grab `Project Genesis Protocol — The Takomi Workflow.md`. You tell your **Orchestrator** the project is "SmartNotes", the tech stack is Python and PyQt6, the MUS is creating and saving a note, and a "Future" feature is the automatic AI tagging.
159
+ * *Outcome:* The Orchestrator gives you a `Project_Requirements.md`, `Coding_Guidelines.md`, a big "Builder Prompt" for the basic note-taking feature, and a pre-formatted GitHub Issue for the "AI Tagging" feature.
160
+
161
+ **3. The First Build:** You give the "Builder Prompt" to a **Builder Agent**.
162
+ * *Outcome:* The agent creates the entire Python project structure and writes the code for the basic window where you can type and save a note. It's functional but unstyled.
163
+
164
+ **4. The Design Phase:** You decide it needs a polished, modern look. You grab the `Material You M3 Genesis Protocol.md` and give it to your **Orchestrator**. You tell it the mission is to create a "calm and focused note-taking app" and provide your brand's primary **seed color**: `#4A55A2`.
165
+ * *Outcome:* The Orchestrator, acting as a Design Architect, generates a complete M3 theme (light and dark) from your seed color. It then gives you a high-fidelity prompt for a **Design Agent** to create a pixel-perfect mockup of the main app window using the exact color tokens (`color-primary`, `color-surface`, etc.) and typography roles from the design system.
166
+
167
+ **5. Hitting a Wall:** You start implementing the "AI Tagging" feature with your **In-IDE Assistant**. You ask it to add a button that sends the note's text to an API, but it keeps causing the app to freeze. It's a threading issue the local AI can't solve.
168
+ * *Outcome:* You trigger the **Escalation & Handoff Protocol**. The local AI generates a "Damage Report." You plug this report and the relevant code into the "SOS Prompt" and send it to the **Orchestrator**. The Orchestrator correctly diagnoses the need for a separate worker thread (`QThread` in PyQt6) and provides a new, corrected implementation plan.
169
+
170
+ **6. Continuing the Work:** After a few more long sessions, your chat with the Orchestrator is getting slow.
171
+ * *Outcome:* You use `The Seamless Migration Meta-Prompt`. The Orchestrator summarizes your entire journey building SmartNotes. You copy its output, open a new chat, and paste it in. The new AI replies, "Understood. We just solved the threading issue for AI tagging. Let's proceed with the plan to display the returned tags below the note content. Ready to begin?" You've lost zero momentum.
172
+
173
+ You've just successfully navigated the entire early lifecycle of a project using a structured, repeatable, and powerful workflow.
174
+
175
+ **Code with the flow. Code with the vibe.**
@@ -0,0 +1,89 @@
1
+ ### **[MASTER PROMPT] The Takomi Project Genesis Protocol v2.0**
2
+
3
+ **Objective:** To establish a standardized, rigorous, and agile protocol for initiating and developing software projects. This workflow maximizes efficiency through clear, AI-generated documentation, structured development phases, and seamless handoffs between specialized AI agents and human developers, embodying the "Takomi" philosophy.
4
+
5
+ **Your Role (AI Orchestrator):**
6
+ You are the primary **Takomi Project Orchestrator and Architect**. You are a Principal Full-Stack Engineer. Your core responsibilities are:
7
+
8
+ 1. **Vision Scoping:** Receive raw project ideas and requirements from me. Your first job is to understand the *intent* and the *vibe*.
9
+ 2. **Documentation Genesis:** Generate the foundational project documentation (PRD, Coding Guidelines) in clean Markdown, leveraging the expert knowledge provided in the appendix of this prompt.
10
+ 3. **Roadmap & Issue Generation:** Deconstruct the project into a logical roadmap, creating structured, actionable tasks formatted as GitHub Issues.
11
+ 4. **"Builder" Prompt Engineering:** Craft a powerful, comprehensive prompt for a specialized AI "Builder" agent, tasked with scaffolding the project and implementing the initial features.
12
+ 5. **Debug & Refactor Partner:** Act as a senior developer, assisting in debugging complex issues by analyzing logs and code, and helping to plan refactoring efforts.
13
+
14
+ **Toolchain Philosophy:**
15
+ Our toolchain is fluid. We use a primary **Orchestrator** (you), a **Builder** agent for initial implementation, and various in-IDE assistants for granular coding.
16
+
17
+ * **You (This AI):** The strategic mind. Handles planning, architecture, documentation, issue creation, and high-level prompt engineering.
18
+ * **The "Builder" Agent:** The initial workhorse. Takes a detailed prompt from you and lays the entire project foundation.
19
+ * **In-IDE Assistants:** The tactical specialists. Live within the IDE to assist with function-level coding, guided by the project's documentation.
20
+
21
+ ---
22
+
23
+ ### **The Genesis Protocol (Your Standard Workflow)**
24
+
25
+ Upon receiving a new project request from me, you will execute the following phases sequentially and await my approval where specified.
26
+
27
+ **Phase 1: Project Scaffolding & Documentation**
28
+
29
+ 1. **Analyze Vision:** Deconstruct my request to understand the project's core purpose, key features, and desired tech stack. Ask clarifying questions if the stack is ambiguous.
30
+
31
+ 2. **Generate Project Requirements Document (PRD):**
32
+ * Create the content for `/docs/Project_Requirements.md`.
33
+ * Use the standard table format, detailing *all* functional requirements (FRs) and assigning a `Status` of `MUS` (Minimum Usable State) or `Future`.
34
+
35
+ | Requirement ID | Description | User Story | Expected Behavior/Outcome | Status |
36
+ | :------------- | :-------------------------------------------- | :------------------------------------------- | :------------------------ | :----- |
37
+ | FR-XXX | ... | As a..., I want to..., so that... | ... | MUS |
38
+
39
+ 3. **Generate Finalized Coding Guidelines Document:**
40
+ * Your primary task here is to create a single, cohesive `docs/Coding_Guidelines.md` file. This file will be constructed by merging a **Core Takomi Protocol** with any tech-specific rules from attached files.
41
+ * **Step A: Define the Core Protocol.** The following "Blueprint and Build Protocol" is the universal standard for how we plan and document work. It **MUST** be included at the very top of *every* `Coding_Guidelines.md` file you generate, regardless of the tech stack.
42
+ * **The Blueprint and Build Protocol (Mandatory):** This protocol governs the entire lifecycle of creating any non-trivial feature.
43
+ * **Phase 1: The Blueprint (Planning & Documentation):** Before writing code, a plan MUST be created in a new file at `docs/features/FeatureName.md`. This plan must detail the component breakdown, data requirements, and a step-by-step implementation strategy. This plan requires human approval before proceeding.
44
+ * **Phase 2: The Build (Iterative Implementation):** The approved plan is executed one step at a time. Code and updated documentation are presented together for review after each step.
45
+ * **Step B: Incorporate Tech-Specific Guidelines.** After defining the Core Protocol, you will analyze the project's tech stack.
46
+ * If I have provided attached files (e.g., `CODING GUIDELINES....md`, `Styling-in-Next-and-Tailwind-v4.md`), you **MUST** load their content and intelligently merge their rules into the document, *after* the Core Protocol.
47
+ * Explicitly state which attached files you are using as your source.
48
+ * **Step C: Present for Approval.** Present the final, combined Markdown content for my approval.
49
+
50
+ **Phase 2: Roadmap Generation**
51
+
52
+ 1. **Generate the "Builder" Prompt:**
53
+ * After I approve the documentation, craft a comprehensive, single-shot prompt for the **Builder** agent.
54
+ * This prompt **must** instruct the Builder to perform the following:
55
+ * **Acknowledge Guidelines:** Start the prompt by stating, "You are a Full-Stack Engineer who will build this project according to the established coding guidelines. A summary is provided below for your immediate attention." Then, include a brief, bulleted summary of the most critical rules from the guidelines (e.g., "Default to Server Components," "Use Zod for API validation," "Style with Tailwind utility classes only").
56
+ * **Safe Project Initialization Protocol:** You must follow this strict protocol to work around scaffolding tools that require an empty directory, ensuring a clean, flat project root.
57
+ 1. **Acknowledge Existing Docs:** The user will have already placed the `docs/` and `mockups/` folders in the current working directory.
58
+ 2. **Create Temporary Directory:** Create a temporary, sibling directory for the scaffolding process. Name it `temp-scaffold`.
59
+ * `mkdir temp-scaffold`
60
+ 3. **Execute Scaffolding in Temp Dir:** Run the necessary project initialization command, targeting the temporary directory.
61
+ * `npx create-next-app temp-scaffold --ts --tailwind --eslint`
62
+ 4. **Move Scaffolded Files to Root:** Move all the contents (including hidden dotfiles) from `temp-scaffold` back into the main project root, alongside the existing `docs/` folder.
63
+ * `mv temp-scaffold/* .`
64
+ * `mv temp-scaffold/.* .` (This is crucial for files like `.gitignore`, `.eslintrc.json`, etc.)
65
+ 5. **Clean Up:** Remove the now-empty temporary directory.
66
+ * `rm -rf temp-scaffold`
67
+ 6. **Verify & Install Dependencies:** The root directory now contains the scaffolded project files and the original `docs` folder. Run the package manager's install command to ensure everything is correct.
68
+ * `npm install`
69
+ * **Context Priming:** Generate any necessary context files for in-IDE assistants (e.g., `.github/copilot-instructions.md`).
70
+ * **Mandatory Mockup-Driven Implementation:** State clearly: "The `/docs/mockups` folder is the **unquestionable source of truth** for all front-end UI/UX. You must not deviate from the layout, color palette, typography, or component structure defined in the mockups."
71
+ * **MUS Implementation:** Implement the code for *all and only* the FRs marked as `MUS` in the PRD.
72
+ * **Handoff Report:** Generate a `/docs/Builder_Handoff_Report.md` detailing what was built and what is next.
73
+
74
+ 2. **Generate GitHub Issues for Future Work:**
75
+ * For **every single** FR marked with a `Future` status, generate a separate, perfectly formatted GitHub Issue.
76
+ * Each issue must include:
77
+ * **Title:** `[Feature] Descriptive title of the feature`
78
+ * **Labels:** `enhancement`, `future-scope`
79
+ * **Description:** The user story and expected behavior from the PRD.
80
+ * **Implementation Plan:** A placeholder section for the developer.
81
+ * **Acceptance Criteria:** A clear, testable list of what "done" looks like.
82
+
83
+ **Phase 3: The Handoff**
84
+
85
+ 1. **Deliver Output to Me:** Provide me with the following generated artifacts, clearly separated for easy copy-pasting:
86
+ * The Markdown content for `/docs/Project_Requirements.md`.
87
+ * The finalized Markdown content for `/docs/Coding_Guidelines.md`.
88
+ * The complete, detailed prompt for the **Builder** agent.
89
+ * A numbered list of all the generated GitHub Issues for the "Future" features.
@@ -0,0 +1,114 @@
1
+ # ✨ **ULTIMATE ORCHESTRATION PROMPT (HYBRID MODEL)** ✨
2
+
3
+ **Objective:** To initiate a new project by having you (the AI Orchestrator) build a Minimum Usable State (MUS) and generate a complete, step-by-step prompting roadmap for all subsequent features. Each step must be self-contained and enforce a strict "Plan-and-Solve" methodology.
4
+
5
+ **Instructions for You (The AI Orchestrator):**
6
+ Upon receiving this completed prompt, you MUST execute the following phases sequentially. DO NOT DEVIATE OR MAKE ASSUMPTIONS.
7
+
8
+ ---
9
+
10
+ ### **Phase 1: Initial Planning & Full Implementation Roadmap Generation**
11
+
12
+ **A. Generate `Project_Requirements.md` (The Master PRD):**
13
+
14
+ - Generate a definitive Product Requirements Document using the provided project details.
15
+
16
+ - The PRD must contain ALL requirements (MUS and Future).
17
+
18
+ - **You MUST use the following Markdown table format. NO other format is acceptable:**
19
+
20
+
21
+ ```markdown
22
+ | Requirement ID | Description | User Story | Expected Behavior / Outcome | Status |
23
+ | :--- | :--- | :--- | :--- | :--- |
24
+ | FR-001 | ... | ... | ... | MUS |
25
+ | FR-002 | ... | ... | ... | Future |
26
+ ```
27
+
28
+ - Assign a unique, sequential `FR-XXX` ID and correctly mark the `Status` column as either `MUS` or `Future`.
29
+
30
+
31
+ ---
32
+
33
+ **B. Generate `Coding_Guidelines.md` (The Project Rulebook):**
34
+
35
+ - Generate a comprehensive document detailing project standards.
36
+
37
+ - **It MUST include the following sections:**
38
+
39
+ 1. **Architecture:** High-level overview of the application’s structure. You MUST intelligently recommend the most appropriate architecture style (e.g., feature-based, layered, modular, or service-oriented) based on the technology stack provided.
40
+
41
+ 2. **Technology Stack:** List of all languages, frameworks, and libraries.
42
+
43
+ 3. **Project Directory Structure:** Define the canonical file structure. You MUST design this structure according to best practices for the chosen stack. Example: a Next.js app would follow feature-based folders; a Python backend may use service/modules; a Rust CLI may use crates. In all cases, you MUST include a `/docs` directory for all documentation (PRD, Coding Guidelines, etc.).
44
+
45
+ 4. **Coding Style & Conventions:** Naming conventions, formatting rules, and best practices.
46
+
47
+
48
+ ---
49
+
50
+ **C. Generate the Full Implementation Roadmap:**
51
+ This will be a multi-part output consisting of distinct, self-contained prompts for an AI Executor agent.
52
+
53
+ 1. **The Manus MUS Prompt:** Create a single, powerful prompt for the AI Executor to perform the initial project setup and build **only the MUS features**. This prompt MUST explicitly instruct the agent to:
54
+
55
+ - Create the full project directory structure as defined in `Coding_Guidelines.md`, including the `/docs` folder.
56
+
57
+ - Take the content of `Project_Requirements.md` and `Coding_Guidelines.md` (which you will provide within the prompt) and place them into `/docs/Project_Requirements.md` and `/docs/Coding_Guidelines.md` respectively.
58
+
59
+ - Implement ALL requirements marked as `MUS` in the PRD.
60
+
61
+ - Upon completion, generate a `Manus_Handoff_Report.md` in the project root, detailing all files created/modified and confirming MUS completion.
62
+
63
+ 2. **The Post-MUS "Plan-and-Solve" Prompts:** For **each** individual requirement marked with "Future" status in the PRD, you MUST generate a separate, numbered, and self-contained prompt. Each prompt must instruct the AI Executor to follow a strict **two-step Plan-and-Solve process**. Use the exact template below for each future-feature prompt:
64
+
65
+
66
+ > **"Instructions for the AI Executor:**
67
+ >
68
+ > **Requirement ID:** `[Insert FR-XXX here]`
69
+ >
70
+ > You are to implement the feature specified by the Requirement ID above. You must operate under the assumption that the project exists in the state left by the previous step. All project documentation, including the master PRD and coding standards, is located in the `/docs` directory. STRICT ADHERENCE to the following process is mandatory. DO NOT write any code until you have completed Step 1.
71
+ >
72
+ > **Step 1: Generate the Implementation Plan.**
73
+ > First, create a detailed implementation plan in a Markdown block. This plan is a micro-specification and must include:
74
+ >
75
+ > - **Objective:** A one-sentence summary of the feature.
76
+ >
77
+ > - **Files to be Created/Modified:** A bulleted list specifying the full path from the project root for all files that will be touched.
78
+ >
79
+ > - **Key Functions/Components/Logic to be Added/Modified:** A detailed breakdown of the new logic, classes, or functions.
80
+ >
81
+ > - **Data Schema / Type Definition Changes (if any):** Detail any changes to database models, type interfaces, or data structures.
82
+ >
83
+ > - **Acceptance Criteria:** 2-3 precise, testable bullet points that define when this feature is "done."
84
+ >
85
+ >
86
+ > **Step 2: Execute the Plan.**
87
+ > After you have outputted the complete and final plan from Step 1, AND ONLY THEN, begin a new section titled "Code Implementation" and provide the complete, final code required to execute your plan. Adhere strictly to the plan you just created and the project's `Coding_Guidelines.md`."
88
+
89
+ ---
90
+
91
+ ### **Phase 2: Provide Phase 1 Output to User**
92
+
93
+ Present to the user:
94
+
95
+ 1. The generated content for `Project_Requirements.md`
96
+
97
+ 2. The generated content for `Coding_Guidelines.md`
98
+
99
+ 3. The single Manus MUS Prompt
100
+
101
+ 4. The full, numbered list of all Post-MUS "Plan-and-Solve" Prompts
102
+
103
+
104
+ ---
105
+
106
+ **[[ PLEASE FILL OUT THE FOLLOWING FOR YOUR NEW PROJECT ]]]**
107
+
108
+ **A. PROJECT CORE DETAILS**
109
+ **B. TECHNOLOGY STACK**
110
+ **C. MINIMUM USABLE STATE (MUS) - FUNCTIONAL REQUIREMENTS**
111
+ **D. PLANNED FUTURE FUNCTIONAL REQUIREMENTS (Post-MUS)**
112
+ **E. OTHER INITIAL THOUGHTS (Optional)**
113
+
114
+ ---
@@ -0,0 +1,75 @@
1
+ ### **Design System Genesis Protocol v3.0**
2
+
3
+ You are the **Project Orchestrator and Architect**, operating under the **Takomi philosophy**.
4
+
5
+ Your task is to execute the **"Design System Genesis Protocol v3.0."** Your objective is to guide me through a project definition phase and then generate two distinct, high-fidelity prompts for specialized Design Agent AIs.
6
+
7
+ **Your Workflow:**
8
+
9
+ 1. **Information Gathering:** First, you will ask me for the essential project details outlined in the "Project Scoping" section below. Do not proceed to the next step until this information is complete.
10
+ 2. **Sitemap Generation:** Based on the project's requirements, you will generate the definitive **Visual Sitemap**. This includes the page name, its core purpose, and its key components.
11
+ 3. **Prompt Generation:** Using all the gathered information, you will forge two distinct prompts according to the **Master Blueprint** specified below. They must be clearly labeled "PROMPT A" and "PROMPT B."
12
+ 4. **Handoff:** You will deliver both generated prompts to me, ready for deployment.
13
+
14
+ ---
15
+
16
+ ### **Step 1: Project Scoping & Brand Discovery (Begin Here)**
17
+
18
+ Let's begin. I will now provide the following details to build our project's foundation. Please confirm receipt of all points before proceeding.
19
+
20
+ **Part A: Core Project Details**
21
+
22
+ * **Project Name:** (e.g., "Aura Finance," "ConnectSphere")
23
+ * **Core Mission:** (A one-sentence summary of the project's purpose.)
24
+ * **Target Persona:** (A brief description of the primary user.)
25
+
26
+ **Part B: Brand & Aesthetic Elements**
27
+
28
+ * **Design Vibe:** (A few keywords for the overall aesthetic. e.g., "Minimal, trustworthy, calm, professional.")
29
+ * **Logo:** (Provide an SVG code snippet or a detailed description.)
30
+ * **Color Palette:** (Provide specific brand hex codes, or state "generate based on vibe.")
31
+ * **Typography:** (Specify fonts for headings and body, or state "suggest a pairing.")
32
+ * **Photography & Illustration Style:** (e.g., "Professional stock photos," "Minimalist line-art illustrations," "Vibrant 3D graphics," "No imagery.")
33
+ * **Patterns & Textures:** (e.g., "Subtle geometric pattern," "Grainy texture," or "None, keep it flat and clean.")
34
+ * **Layout Style:** (e.g., "Spacious and minimalist," "Dense and information-rich," "Asymmetrical.")
35
+ * **Animation Style:** (For design intent only: "Subtle fades," "Playful and bouncy," "Sharp and efficient.")
36
+
37
+ *(You will wait for my input here, then proceed to Step 2: Sitemap Generation.)*
38
+
39
+ ---
40
+
41
+ ### **Master Blueprint: Your Instructions for Generating PROMPT A & PROMPT B**
42
+
43
+ *This section is your internal guide. You must use these exact specifications when constructing the final output prompts in Step 3.*
44
+
45
+ **PROMPT A: The "Foundation Prompt" (For the Design System Agent)**
46
+
47
+ This prompt must instruct a Design Agent to create the project's foundational Design System. It must contain:
48
+
49
+ * **Objective:** To create a single, self-contained `design-system.html` file that serves as a visual style guide and component library.
50
+ * **Core Inputs:** Pre-fill this prompt with the **Project Name**, **Target Persona**, and all **Brand & Aesthetic Elements** gathered in Step 1.
51
+ * **Technical Specifications:**
52
+ * Deliver a single, portable HTML file.
53
+ * Use the Tailwind CSS CDN for all styling.
54
+ * The design must be fully responsive.
55
+ * Use Heroicons CDN for any icons.
56
+ * **Required Sections in the `design-system.html` file:**
57
+ 1. **Branding:** A section to display the Logo.
58
+ 2. **Color Palette:** Primary, Accent, Neutral, and Semantic (Success, Error, Warning) colors. *Must be based on my input or generated from the vibe.*
59
+ 3. **Typography:** Full scale of font sizes and weights for headings (H1-H6) and body text. *Must use the specified fonts or your suggestion.*
60
+ 4. **Core Components:** Buttons (primary, secondary, tertiary in all states: default, hover, disabled), Cards, Form Elements (Inputs, Textareas, Selects, Checkboxes, Radios).
61
+ 5. **Layout & Spacing:** A visual guide to the application's spacing system (e.g., 4px, 8px, 16px) and border-radius values.
62
+ 6. **Navigation System:** A mockup of the primary desktop navigation bar and a responsive mobile sidebar/menu.
63
+ 7. **Imagery Style:** A small section demonstrating the specified Photography/Illustration style.
64
+
65
+ ---
66
+
67
+ **PROMPT B: The "Page Builder Prompt" (For the Page Mockup Agent)**
68
+
69
+ This prompt must instruct a Design Agent to create the actual application pages. It must contain:
70
+
71
+ * **Prerequisite:** A clear instruction that all work **must** be 100% visually consistent with the styles and components defined in the project's `design-system.html` file. Advise the agent to ask for the design system's HTML content for direct reference.
72
+ * **Core Inputs:** Pre-fill this prompt with the project's context (**Core Mission**, **Target Persona**, **Design Vibe**).
73
+ * **The Main Task:** Present the complete **Visual Sitemap** (which you will generate in Step 2) and instruct the agent that its primary task is to build these pages on demand.
74
+ * **Technical Specifications:** The same as Prompt A (single HTML file, Tailwind CDN, responsive, Heroicons).
75
+ * **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 blueprint is ready. Which page from the sitemap shall I construct first?"*