@nguyenphp/antigravity-marketing 1.0.16 → 1.0.19

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 (376) hide show
  1. package/README.md +187 -74
  2. package/bin/index.js +4 -4
  3. package/package.json +4 -3
  4. package/templates/.agent/agents/backend-specialist.md +263 -0
  5. package/templates/.agent/agents/database-architect.md +226 -0
  6. package/templates/.agent/agents/debugger.md +225 -0
  7. package/templates/.agent/agents/devops-engineer.md +242 -0
  8. package/templates/.agent/agents/documentation-writer.md +104 -0
  9. package/templates/.agent/agents/explorer-agent.md +73 -0
  10. package/templates/.agent/agents/frontend-specialist.md +527 -0
  11. package/templates/.agent/agents/game-developer.md +162 -0
  12. package/templates/.agent/agents/mobile-developer.md +377 -0
  13. package/templates/.agent/agents/orchestrator.md +400 -0
  14. package/templates/.agent/agents/penetration-tester.md +188 -0
  15. package/templates/.agent/agents/performance-optimizer.md +187 -0
  16. package/templates/.agent/agents/project-planner.md +403 -0
  17. package/templates/.agent/agents/security-auditor.md +170 -0
  18. package/templates/.agent/agents/seo-specialist.md +111 -0
  19. package/templates/.agent/agents/test-engineer.md +158 -0
  20. package/templates/.agent/rules/GEMINI.md +248 -0
  21. package/templates/.agent/skills/analytics-marketing/SKILL.md +172 -324
  22. package/templates/.agent/skills/api-patterns/SKILL.md +81 -0
  23. package/templates/.agent/skills/api-patterns/api-style.md +42 -0
  24. package/templates/.agent/skills/api-patterns/auth.md +24 -0
  25. package/templates/.agent/skills/api-patterns/documentation.md +26 -0
  26. package/templates/.agent/skills/api-patterns/graphql.md +41 -0
  27. package/templates/.agent/skills/api-patterns/rate-limiting.md +31 -0
  28. package/templates/.agent/skills/api-patterns/response.md +37 -0
  29. package/templates/.agent/skills/api-patterns/rest.md +40 -0
  30. package/templates/.agent/skills/api-patterns/scripts/api_validator.py +211 -0
  31. package/templates/.agent/skills/api-patterns/security-testing.md +122 -0
  32. package/templates/.agent/skills/api-patterns/trpc.md +41 -0
  33. package/templates/.agent/skills/api-patterns/versioning.md +22 -0
  34. package/templates/.agent/skills/app-builder/SKILL.md +75 -0
  35. package/templates/.agent/skills/app-builder/agent-coordination.md +71 -0
  36. package/templates/.agent/skills/app-builder/feature-building.md +53 -0
  37. package/templates/.agent/skills/app-builder/project-detection.md +34 -0
  38. package/templates/.agent/skills/app-builder/scaffolding.md +118 -0
  39. package/templates/.agent/skills/app-builder/tech-stack.md +40 -0
  40. package/templates/.agent/skills/app-builder/templates/SKILL.md +39 -0
  41. package/templates/.agent/skills/app-builder/templates/astro-static/TEMPLATE.md +76 -0
  42. package/templates/.agent/skills/app-builder/templates/chrome-extension/TEMPLATE.md +92 -0
  43. package/templates/.agent/skills/app-builder/templates/cli-tool/TEMPLATE.md +88 -0
  44. package/templates/.agent/skills/app-builder/templates/electron-desktop/TEMPLATE.md +88 -0
  45. package/templates/.agent/skills/app-builder/templates/express-api/TEMPLATE.md +83 -0
  46. package/templates/.agent/skills/app-builder/templates/flutter-app/TEMPLATE.md +90 -0
  47. package/templates/.agent/skills/app-builder/templates/monorepo-turborepo/TEMPLATE.md +90 -0
  48. package/templates/.agent/skills/app-builder/templates/nextjs-fullstack/TEMPLATE.md +82 -0
  49. package/templates/.agent/skills/app-builder/templates/nextjs-saas/TEMPLATE.md +100 -0
  50. package/templates/.agent/skills/app-builder/templates/nextjs-static/TEMPLATE.md +106 -0
  51. package/templates/.agent/skills/app-builder/templates/nuxt-app/TEMPLATE.md +101 -0
  52. package/templates/.agent/skills/app-builder/templates/python-fastapi/TEMPLATE.md +83 -0
  53. package/templates/.agent/skills/app-builder/templates/react-native-app/TEMPLATE.md +93 -0
  54. package/templates/.agent/skills/architecture/SKILL.md +55 -0
  55. package/templates/.agent/skills/architecture/context-discovery.md +43 -0
  56. package/templates/.agent/skills/architecture/examples.md +94 -0
  57. package/templates/.agent/skills/architecture/pattern-selection.md +68 -0
  58. package/templates/.agent/skills/architecture/patterns-reference.md +50 -0
  59. package/templates/.agent/skills/architecture/trade-off-analysis.md +77 -0
  60. package/templates/.agent/skills/banner-design/SKILL.md +192 -0
  61. package/templates/.agent/skills/banner-design/references/banner-sizes-and-styles.md +118 -0
  62. package/templates/.agent/skills/bash-linux/SKILL.md +199 -0
  63. package/templates/.agent/skills/behavioral-modes/SKILL.md +242 -0
  64. package/templates/.agent/skills/brainstorming/SKILL.md +163 -0
  65. package/templates/.agent/skills/brainstorming/dynamic-questioning.md +350 -0
  66. package/templates/.agent/skills/brand/SKILL.md +97 -0
  67. package/templates/.agent/skills/brand/references/approval-checklist.md +169 -0
  68. package/templates/.agent/skills/brand/references/asset-organization.md +157 -0
  69. package/templates/.agent/skills/brand/references/brand-guideline-template.md +140 -0
  70. package/templates/.agent/skills/brand/references/color-palette-management.md +186 -0
  71. package/templates/.agent/skills/brand/references/consistency-checklist.md +94 -0
  72. package/templates/.agent/skills/brand/references/logo-usage-rules.md +185 -0
  73. package/templates/.agent/skills/brand/references/messaging-framework.md +85 -0
  74. package/templates/.agent/skills/brand/references/typography-specifications.md +214 -0
  75. package/templates/.agent/skills/brand/references/update.md +118 -0
  76. package/templates/.agent/skills/brand/references/visual-identity.md +96 -0
  77. package/templates/.agent/skills/brand/references/voice-framework.md +88 -0
  78. package/templates/.agent/skills/brand/scripts/extract-colors.cjs +341 -0
  79. package/templates/.agent/skills/brand/scripts/inject-brand-context.cjs +349 -0
  80. package/templates/.agent/skills/brand/scripts/sync-brand-to-tokens.cjs +266 -0
  81. package/templates/.agent/skills/brand/scripts/validate-asset.cjs +387 -0
  82. package/templates/.agent/skills/brand/templates/brand-guidelines-starter.md +275 -0
  83. package/templates/.agent/skills/clean-code/SKILL.md +201 -0
  84. package/templates/.agent/skills/code-review-checklist/SKILL.md +109 -0
  85. package/templates/.agent/skills/copywriting/SKILL.md +250 -0
  86. package/templates/.agent/skills/database-design/SKILL.md +52 -0
  87. package/templates/.agent/skills/database-design/database-selection.md +43 -0
  88. package/templates/.agent/skills/database-design/indexing.md +39 -0
  89. package/templates/.agent/skills/database-design/migrations.md +48 -0
  90. package/templates/.agent/skills/database-design/optimization.md +36 -0
  91. package/templates/.agent/skills/database-design/orm-selection.md +30 -0
  92. package/templates/.agent/skills/database-design/schema-design.md +56 -0
  93. package/templates/.agent/skills/database-design/scripts/schema_validator.py +172 -0
  94. package/templates/.agent/skills/deployment-procedures/SKILL.md +241 -0
  95. package/templates/.agent/skills/docker-expert/SKILL.md +409 -0
  96. package/templates/.agent/skills/frontend-design/animation-guide.md +331 -0
  97. package/templates/.agent/skills/frontend-design/color-system.md +311 -0
  98. package/templates/.agent/skills/frontend-design/decision-trees.md +418 -0
  99. package/templates/.agent/skills/frontend-design/motion-graphics.md +306 -0
  100. package/templates/.agent/skills/frontend-design/scripts/accessibility_checker.py +183 -0
  101. package/templates/.agent/skills/frontend-design/scripts/ux_audit.py +722 -0
  102. package/templates/.agent/skills/frontend-design/typography-system.md +345 -0
  103. package/templates/.agent/skills/frontend-design/ux-psychology.md +541 -0
  104. package/templates/.agent/skills/frontend-design/visual-effects.md +383 -0
  105. package/templates/.agent/skills/frontend-slides/SKILL.md +92 -0
  106. package/templates/.agent/skills/frontend-slides/STYLE_PRESETS.md +347 -0
  107. package/templates/.agent/skills/frontend-slides/animation-patterns.md +110 -0
  108. package/templates/.agent/skills/frontend-slides/examples/n8n-jupviec-automation.html +789 -0
  109. package/templates/.agent/skills/frontend-slides/examples/n8n-jupviec-automation.pptx +0 -0
  110. package/templates/.agent/skills/frontend-slides/html-template.md +347 -0
  111. package/templates/.agent/skills/frontend-slides/scripts/export-pptx.py +58 -0
  112. package/templates/.agent/skills/frontend-slides/scripts/extract-pptx.py +96 -0
  113. package/templates/.agent/skills/frontend-slides/viewport-base.css +153 -0
  114. package/templates/.agent/skills/game-development/2d-games/SKILL.md +119 -0
  115. package/templates/.agent/skills/game-development/3d-games/SKILL.md +135 -0
  116. package/templates/.agent/skills/game-development/SKILL.md +167 -0
  117. package/templates/.agent/skills/game-development/game-art/SKILL.md +185 -0
  118. package/templates/.agent/skills/game-development/game-audio/SKILL.md +190 -0
  119. package/templates/.agent/skills/game-development/game-design/SKILL.md +129 -0
  120. package/templates/.agent/skills/game-development/mobile-games/SKILL.md +108 -0
  121. package/templates/.agent/skills/game-development/multiplayer/SKILL.md +132 -0
  122. package/templates/.agent/skills/game-development/pc-games/SKILL.md +144 -0
  123. package/templates/.agent/skills/game-development/vr-ar/SKILL.md +123 -0
  124. package/templates/.agent/skills/game-development/web-games/SKILL.md +150 -0
  125. package/templates/.agent/skills/geo-fundamentals/SKILL.md +156 -0
  126. package/templates/.agent/skills/geo-fundamentals/scripts/geo_checker.py +289 -0
  127. package/templates/.agent/skills/growth-engine/SKILL.md +244 -0
  128. package/templates/.agent/skills/i18n-localization/SKILL.md +154 -0
  129. package/templates/.agent/skills/i18n-localization/scripts/i18n_checker.py +241 -0
  130. package/templates/.agent/skills/lint-and-validate/SKILL.md +45 -0
  131. package/templates/.agent/skills/lint-and-validate/scripts/lint_runner.py +172 -0
  132. package/templates/.agent/skills/lint-and-validate/scripts/type_coverage.py +173 -0
  133. package/templates/.agent/skills/marketing-report-expert/SKILL.md +70 -0
  134. package/templates/.agent/skills/mcp-builder/SKILL.md +176 -0
  135. package/templates/.agent/skills/minimax-docx/LICENSE +21 -0
  136. package/templates/.agent/skills/minimax-docx/SKILL.md +274 -0
  137. package/templates/.agent/skills/minimax-docx/assets/styles/academic_styles.xml +250 -0
  138. package/templates/.agent/skills/minimax-docx/assets/styles/corporate_styles.xml +284 -0
  139. package/templates/.agent/skills/minimax-docx/assets/styles/default_styles.xml +449 -0
  140. package/templates/.agent/skills/minimax-docx/assets/xsd/aesthetic-rules.xsd +470 -0
  141. package/templates/.agent/skills/minimax-docx/assets/xsd/business-rules.xsd +130 -0
  142. package/templates/.agent/skills/minimax-docx/assets/xsd/common-types.xsd +159 -0
  143. package/templates/.agent/skills/minimax-docx/assets/xsd/wml-subset.xsd +589 -0
  144. package/templates/.agent/skills/minimax-docx/references/cjk_typography.md +357 -0
  145. package/templates/.agent/skills/minimax-docx/references/cjk_university_template_guide.md +184 -0
  146. package/templates/.agent/skills/minimax-docx/references/comments_guide.md +191 -0
  147. package/templates/.agent/skills/minimax-docx/references/design_good_bad_examples.md +829 -0
  148. package/templates/.agent/skills/minimax-docx/references/design_principles.md +819 -0
  149. package/templates/.agent/skills/minimax-docx/references/openxml_element_order.md +308 -0
  150. package/templates/.agent/skills/minimax-docx/references/openxml_encyclopedia_part1.md +4061 -0
  151. package/templates/.agent/skills/minimax-docx/references/openxml_encyclopedia_part2.md +2820 -0
  152. package/templates/.agent/skills/minimax-docx/references/openxml_encyclopedia_part3.md +3381 -0
  153. package/templates/.agent/skills/minimax-docx/references/openxml_namespaces.md +82 -0
  154. package/templates/.agent/skills/minimax-docx/references/openxml_units.md +72 -0
  155. package/templates/.agent/skills/minimax-docx/references/scenario_a_create.md +284 -0
  156. package/templates/.agent/skills/minimax-docx/references/scenario_b_edit_content.md +295 -0
  157. package/templates/.agent/skills/minimax-docx/references/scenario_c_apply_template.md +456 -0
  158. package/templates/.agent/skills/minimax-docx/references/track_changes_guide.md +200 -0
  159. package/templates/.agent/skills/minimax-docx/references/troubleshooting.md +506 -0
  160. package/templates/.agent/skills/minimax-docx/references/typography_guide.md +294 -0
  161. package/templates/.agent/skills/minimax-docx/references/xsd_validation_guide.md +158 -0
  162. package/templates/.agent/skills/minimax-docx/scripts/doc_to_docx.sh +40 -0
  163. package/templates/.agent/skills/minimax-docx/scripts/docx_preview.sh +37 -0
  164. package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/MiniMaxAIDocx.Cli.csproj +19 -0
  165. package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/Program.cs +18 -0
  166. package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Commands/AnalyzeCommand.cs +147 -0
  167. package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Commands/ApplyTemplateCommand.cs +322 -0
  168. package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Commands/CreateCommand.cs +324 -0
  169. package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Commands/DiffCommand.cs +155 -0
  170. package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Commands/EditContentCommand.cs +487 -0
  171. package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Commands/FixOrderCommand.cs +108 -0
  172. package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Commands/MergeRunsCommand.cs +122 -0
  173. package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Commands/ValidateCommand.cs +107 -0
  174. package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/MiniMaxAIDocx.Core.csproj +15 -0
  175. package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/OpenXml/CommentSynchronizer.cs +169 -0
  176. package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/OpenXml/ElementOrder.cs +80 -0
  177. package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/OpenXml/NamespaceConstants.cs +42 -0
  178. package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/OpenXml/RunMerger.cs +81 -0
  179. package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/OpenXml/StyleAnalyzer.cs +81 -0
  180. package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/OpenXml/TrackChangesHelper.cs +99 -0
  181. package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/OpenXml/UnitConverter.cs +23 -0
  182. package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Samples/AestheticRecipeSamples.cs +1832 -0
  183. package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Samples/AestheticRecipeSamples_Batch1.cs +910 -0
  184. package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Samples/AestheticRecipeSamples_Batch2.cs +999 -0
  185. package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Samples/AestheticRecipeSamples_Batch3.cs +1048 -0
  186. package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Samples/AestheticRecipeSamples_Batch4.cs +1038 -0
  187. package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Samples/CharacterFormattingSamples.cs +1020 -0
  188. package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Samples/DocumentCreationSamples.cs +1121 -0
  189. package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Samples/FieldAndTocSamples.cs +624 -0
  190. package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Samples/FootnoteAndCommentSamples.cs +675 -0
  191. package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Samples/HeaderFooterSamples.cs +838 -0
  192. package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Samples/ImageSamples.cs +917 -0
  193. package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Samples/ListAndNumberingSamples.cs +826 -0
  194. package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Samples/ParagraphFormattingSamples.cs +1199 -0
  195. package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Samples/StyleSystemSamples.cs +1487 -0
  196. package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Samples/TableSamples.cs +1163 -0
  197. package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Samples/TrackChangesSamples.cs +595 -0
  198. package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Typography/CjkHelper.cs +39 -0
  199. package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Typography/FontDefaults.cs +24 -0
  200. package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Typography/PageSizes.cs +20 -0
  201. package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Validation/BusinessRuleValidator.cs +224 -0
  202. package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Validation/GateCheckValidator.cs +148 -0
  203. package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Validation/ValidationResult.cs +23 -0
  204. package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Validation/XsdValidator.cs +69 -0
  205. package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.slnx +4 -0
  206. package/templates/.agent/skills/minimax-docx/scripts/env_check.sh +196 -0
  207. package/templates/.agent/skills/minimax-docx/scripts/setup.ps1 +274 -0
  208. package/templates/.agent/skills/minimax-docx/scripts/setup.sh +504 -0
  209. package/templates/.agent/skills/minimax-multimodal-toolkit/SKILL.md +359 -0
  210. package/templates/.agent/skills/minimax-pdf/README.md +222 -0
  211. package/templates/.agent/skills/minimax-pdf/SKILL.md +201 -0
  212. package/templates/.agent/skills/minimax-pdf/design/design.md +381 -0
  213. package/templates/.agent/skills/minimax-pdf/scripts/cover.py +1579 -0
  214. package/templates/.agent/skills/minimax-pdf/scripts/fill_inspect.py +200 -0
  215. package/templates/.agent/skills/minimax-pdf/scripts/fill_write.py +242 -0
  216. package/templates/.agent/skills/minimax-pdf/scripts/make.sh +491 -0
  217. package/templates/.agent/skills/minimax-pdf/scripts/merge.py +112 -0
  218. package/templates/.agent/skills/minimax-pdf/scripts/palette.py +559 -0
  219. package/templates/.agent/skills/minimax-pdf/scripts/reformat_parse.py +374 -0
  220. package/templates/.agent/skills/minimax-pdf/scripts/render_body.py +1055 -0
  221. package/templates/.agent/skills/minimax-pdf/scripts/render_cover.cjs +111 -0
  222. package/templates/.agent/skills/minimax-xlsx/SKILL.md +138 -0
  223. package/templates/.agent/skills/minimax-xlsx/references/create.md +691 -0
  224. package/templates/.agent/skills/minimax-xlsx/references/edit.md +684 -0
  225. package/templates/.agent/skills/minimax-xlsx/references/fix.md +37 -0
  226. package/templates/.agent/skills/minimax-xlsx/references/format.md +768 -0
  227. package/templates/.agent/skills/minimax-xlsx/references/ooxml-cheatsheet.md +231 -0
  228. package/templates/.agent/skills/minimax-xlsx/references/read-analyze.md +97 -0
  229. package/templates/.agent/skills/minimax-xlsx/references/validate.md +772 -0
  230. package/templates/.agent/skills/minimax-xlsx/scripts/formula_check.py +422 -0
  231. package/templates/.agent/skills/minimax-xlsx/scripts/libreoffice_recalc.py +248 -0
  232. package/templates/.agent/skills/minimax-xlsx/scripts/shared_strings_builder.py +163 -0
  233. package/templates/.agent/skills/minimax-xlsx/scripts/style_audit.py +575 -0
  234. package/templates/.agent/skills/minimax-xlsx/scripts/xlsx_add_column.py +395 -0
  235. package/templates/.agent/skills/minimax-xlsx/scripts/xlsx_insert_row.py +274 -0
  236. package/templates/.agent/skills/minimax-xlsx/scripts/xlsx_pack.py +87 -0
  237. package/templates/.agent/skills/minimax-xlsx/scripts/xlsx_reader.py +362 -0
  238. package/templates/.agent/skills/minimax-xlsx/scripts/xlsx_shift_rows.py +396 -0
  239. package/templates/.agent/skills/minimax-xlsx/scripts/xlsx_unpack.py +130 -0
  240. package/templates/.agent/skills/minimax-xlsx/templates/minimal_xlsx/[Content_Types].xml +9 -0
  241. package/templates/.agent/skills/minimax-xlsx/templates/minimal_xlsx/_rels/.rels +6 -0
  242. package/templates/.agent/skills/minimax-xlsx/templates/minimal_xlsx/xl/_rels/workbook.xml.rels +19 -0
  243. package/templates/.agent/skills/minimax-xlsx/templates/minimal_xlsx/xl/sharedStrings.xml +33 -0
  244. package/templates/.agent/skills/minimax-xlsx/templates/minimal_xlsx/xl/styles.xml +160 -0
  245. package/templates/.agent/skills/minimax-xlsx/templates/minimal_xlsx/xl/workbook.xml +30 -0
  246. package/templates/.agent/skills/minimax-xlsx/templates/minimal_xlsx/xl/worksheets/sheet1.xml +70 -0
  247. package/templates/.agent/skills/mobile-design/SKILL.md +394 -0
  248. package/templates/.agent/skills/mobile-design/decision-trees.md +516 -0
  249. package/templates/.agent/skills/mobile-design/mobile-backend.md +491 -0
  250. package/templates/.agent/skills/mobile-design/mobile-color-system.md +420 -0
  251. package/templates/.agent/skills/mobile-design/mobile-debugging.md +122 -0
  252. package/templates/.agent/skills/mobile-design/mobile-design-thinking.md +357 -0
  253. package/templates/.agent/skills/mobile-design/mobile-navigation.md +458 -0
  254. package/templates/.agent/skills/mobile-design/mobile-performance.md +767 -0
  255. package/templates/.agent/skills/mobile-design/mobile-testing.md +356 -0
  256. package/templates/.agent/skills/mobile-design/mobile-typography.md +433 -0
  257. package/templates/.agent/skills/mobile-design/platform-android.md +666 -0
  258. package/templates/.agent/skills/mobile-design/platform-ios.md +561 -0
  259. package/templates/.agent/skills/mobile-design/scripts/mobile_audit.py +670 -0
  260. package/templates/.agent/skills/mobile-design/touch-psychology.md +537 -0
  261. package/templates/.agent/skills/nestjs-expert/SKILL.md +552 -0
  262. package/templates/.agent/skills/nextjs-best-practices/SKILL.md +203 -0
  263. package/templates/.agent/skills/nodejs-best-practices/SKILL.md +333 -0
  264. package/templates/.agent/skills/parallel-agents/SKILL.md +175 -0
  265. package/templates/.agent/skills/performance-profiling/SKILL.md +143 -0
  266. package/templates/.agent/skills/performance-profiling/scripts/lighthouse_audit.py +76 -0
  267. package/templates/.agent/skills/plan-writing/SKILL.md +152 -0
  268. package/templates/.agent/skills/powershell-windows/SKILL.md +167 -0
  269. package/templates/.agent/skills/ppc-advertising/SKILL.md +183 -475
  270. package/templates/.agent/skills/pptx-generator/SKILL.md +249 -0
  271. package/templates/.agent/skills/pptx-generator/references/design-system.md +392 -0
  272. package/templates/.agent/skills/pptx-generator/references/editing.md +162 -0
  273. package/templates/.agent/skills/pptx-generator/references/pitfalls.md +112 -0
  274. package/templates/.agent/skills/pptx-generator/references/pptxgenjs.md +420 -0
  275. package/templates/.agent/skills/pptx-generator/references/slide-types.md +413 -0
  276. package/templates/.agent/skills/prisma-expert/SKILL.md +355 -0
  277. package/templates/.agent/skills/python-patterns/SKILL.md +441 -0
  278. package/templates/.agent/skills/react-patterns/SKILL.md +198 -0
  279. package/templates/.agent/skills/red-team-tactics/SKILL.md +199 -0
  280. package/templates/.agent/skills/remotion-best-practices/SKILL.md +45 -111
  281. package/templates/.agent/skills/remotion-best-practices/rules/3d.md +4 -4
  282. package/templates/.agent/skills/remotion-best-practices/rules/animations.md +5 -7
  283. package/templates/.agent/skills/remotion-best-practices/rules/assets/charts-bar-chart.tsx +173 -0
  284. package/templates/.agent/skills/remotion-best-practices/rules/assets/text-animations-typewriter.tsx +100 -0
  285. package/templates/.agent/skills/remotion-best-practices/rules/assets/text-animations-word-highlight.tsx +103 -0
  286. package/templates/.agent/skills/remotion-best-practices/rules/assets.md +78 -0
  287. package/templates/.agent/skills/remotion-best-practices/rules/audio-visualization.md +198 -0
  288. package/templates/.agent/skills/remotion-best-practices/rules/audio.md +1 -4
  289. package/templates/.agent/skills/remotion-best-practices/rules/calculate-metadata.md +47 -17
  290. package/templates/.agent/skills/remotion-best-practices/rules/can-decode.md +75 -0
  291. package/templates/.agent/skills/remotion-best-practices/rules/charts.md +80 -48
  292. package/templates/.agent/skills/remotion-best-practices/rules/compositions.md +22 -14
  293. package/templates/.agent/skills/remotion-best-practices/rules/display-captions.md +79 -21
  294. package/templates/.agent/skills/remotion-best-practices/rules/extract-frames.md +229 -0
  295. package/templates/.agent/skills/remotion-best-practices/rules/ffmpeg.md +38 -0
  296. package/templates/.agent/skills/remotion-best-practices/rules/fonts.md +96 -54
  297. package/templates/.agent/skills/remotion-best-practices/rules/get-audio-duration.md +58 -0
  298. package/templates/.agent/skills/remotion-best-practices/rules/get-video-dimensions.md +68 -0
  299. package/templates/.agent/skills/remotion-best-practices/rules/get-video-duration.md +60 -0
  300. package/templates/.agent/skills/remotion-best-practices/rules/gifs.md +21 -18
  301. package/templates/.agent/skills/remotion-best-practices/rules/images.md +6 -2
  302. package/templates/.agent/skills/remotion-best-practices/rules/import-srt-captions.md +69 -0
  303. package/templates/.agent/skills/remotion-best-practices/rules/light-leaks.md +73 -0
  304. package/templates/.agent/skills/remotion-best-practices/rules/lottie.md +10 -7
  305. package/templates/.agent/skills/remotion-best-practices/rules/maps.md +412 -0
  306. package/templates/.agent/skills/remotion-best-practices/rules/measuring-dom-nodes.md +34 -0
  307. package/templates/.agent/skills/remotion-best-practices/rules/measuring-text.md +140 -0
  308. package/templates/.agent/skills/remotion-best-practices/rules/parameters.md +109 -0
  309. package/templates/.agent/skills/remotion-best-practices/rules/sequencing.md +13 -1
  310. package/templates/.agent/skills/remotion-best-practices/rules/sfx.md +26 -0
  311. package/templates/.agent/skills/remotion-best-practices/rules/subtitles.md +36 -0
  312. package/templates/.agent/skills/remotion-best-practices/rules/tailwind.md +11 -0
  313. package/templates/.agent/skills/remotion-best-practices/rules/text-animations.md +4 -115
  314. package/templates/.agent/skills/remotion-best-practices/rules/timing.md +19 -19
  315. package/templates/.agent/skills/remotion-best-practices/rules/transcribe-captions.md +70 -0
  316. package/templates/.agent/skills/remotion-best-practices/rules/transitions.md +117 -42
  317. package/templates/.agent/skills/remotion-best-practices/rules/transparent-videos.md +106 -0
  318. package/templates/.agent/skills/remotion-best-practices/rules/trimming.md +51 -0
  319. package/templates/.agent/skills/remotion-best-practices/rules/voiceover.md +99 -0
  320. package/templates/.agent/skills/seo-fundamentals/SKILL.md +83 -441
  321. package/templates/.agent/skills/seo-fundamentals/scripts/seo_checker.py +219 -0
  322. package/templates/.agent/skills/server-management/SKILL.md +161 -0
  323. package/templates/.agent/skills/systematic-debugging/SKILL.md +109 -0
  324. package/templates/.agent/skills/tdd-workflow/SKILL.md +149 -0
  325. package/templates/.agent/skills/testing-patterns/SKILL.md +178 -0
  326. package/templates/.agent/skills/testing-patterns/scripts/test_runner.py +219 -0
  327. package/templates/.agent/skills/tutorial-video-expert/SKILL.md +88 -0
  328. package/templates/.agent/skills/typescript-expert/SKILL.md +429 -0
  329. package/templates/.agent/skills/ui-ux-pro-max/SKILL.md +1 -1
  330. package/templates/.agent/skills/ui-ux-pro-max/data/charts.csv +26 -0
  331. package/templates/.agent/skills/ui-ux-pro-max/data/colors.csv +97 -0
  332. package/templates/.agent/skills/ui-ux-pro-max/data/icons.csv +101 -0
  333. package/templates/.agent/skills/ui-ux-pro-max/data/landing.csv +31 -0
  334. package/templates/.agent/skills/ui-ux-pro-max/data/products.csv +97 -0
  335. package/templates/.agent/skills/ui-ux-pro-max/data/prompts.csv +24 -0
  336. package/templates/.agent/skills/ui-ux-pro-max/data/react-performance.csv +45 -0
  337. package/templates/.agent/skills/ui-ux-pro-max/data/stacks/flutter.csv +53 -0
  338. package/templates/.agent/skills/ui-ux-pro-max/data/stacks/html-tailwind.csv +56 -0
  339. package/templates/.agent/skills/ui-ux-pro-max/data/stacks/nextjs.csv +53 -0
  340. package/templates/.agent/skills/ui-ux-pro-max/data/stacks/nuxt-ui.csv +51 -0
  341. package/templates/.agent/skills/ui-ux-pro-max/data/stacks/nuxtjs.csv +59 -0
  342. package/templates/.agent/skills/ui-ux-pro-max/data/stacks/react-native.csv +52 -0
  343. package/templates/.agent/skills/ui-ux-pro-max/data/stacks/react.csv +54 -0
  344. package/templates/.agent/skills/ui-ux-pro-max/data/stacks/shadcn.csv +61 -0
  345. package/templates/.agent/skills/ui-ux-pro-max/data/stacks/svelte.csv +54 -0
  346. package/templates/.agent/skills/ui-ux-pro-max/data/stacks/swiftui.csv +51 -0
  347. package/templates/.agent/skills/ui-ux-pro-max/data/stacks/vue.csv +50 -0
  348. package/templates/.agent/skills/ui-ux-pro-max/data/styles.csv +59 -0
  349. package/templates/.agent/skills/ui-ux-pro-max/data/typography.csv +58 -0
  350. package/templates/.agent/skills/ui-ux-pro-max/data/ui-reasoning.csv +101 -0
  351. package/templates/.agent/skills/ui-ux-pro-max/data/ux-guidelines.csv +100 -0
  352. package/templates/.agent/skills/ui-ux-pro-max/data/web-interface.csv +31 -0
  353. package/templates/.agent/skills/ui-ux-pro-max/scripts/core.py +257 -0
  354. package/templates/.agent/skills/ui-ux-pro-max/scripts/design_system.py +487 -0
  355. package/templates/.agent/skills/ui-ux-pro-max/scripts/search.py +76 -0
  356. package/templates/.agent/skills/vision-analysis/SKILL.md +174 -0
  357. package/templates/.agent/skills/vue-expert/SKILL.md +374 -0
  358. package/templates/.agent/skills/vulnerability-scanner/SKILL.md +276 -0
  359. package/templates/.agent/skills/vulnerability-scanner/checklists.md +121 -0
  360. package/templates/.agent/skills/vulnerability-scanner/scripts/security_scan.py +458 -0
  361. package/templates/.agent/skills/webapp-testing/SKILL.md +187 -0
  362. package/templates/.agent/skills/webapp-testing/scripts/playwright_runner.py +173 -0
  363. package/templates/.agent/workflows/analyze.md +3 -0
  364. package/templates/.agent/workflows/brainstorm.md +113 -0
  365. package/templates/.agent/workflows/brand-report.md +44 -0
  366. package/templates/.agent/workflows/create.md +59 -0
  367. package/templates/.agent/workflows/debug.md +103 -0
  368. package/templates/.agent/workflows/deploy.md +176 -0
  369. package/templates/.agent/workflows/enhance.md +63 -0
  370. package/templates/.agent/workflows/orchestrate.md +237 -0
  371. package/templates/.agent/workflows/plan.md +89 -0
  372. package/templates/.agent/workflows/preview.md +80 -0
  373. package/templates/.agent/workflows/report.md +49 -0
  374. package/templates/.agent/workflows/status.md +86 -0
  375. package/templates/.agent/workflows/test.md +144 -0
  376. package/templates/.agent/workflows/ui-ux-pro-max.md +231 -0
@@ -1,551 +1,259 @@
1
1
  ---
2
- name: paid-ads
3
- description: "When the user wants help with paid advertising campaigns on Google Ads, Meta (Facebook/Instagram), LinkedIn, Twitter/X, or other ad platforms. Also use when the user mentions 'PPC,' 'paid media,' 'ad copy,' 'ad creative,' 'ROAS,' 'CPA,' 'ad campaign,' 'retargeting,' or 'audience targeting.' This skill covers campaign strategy, ad creation, audience targeting, and optimization."
2
+ name: ppc-advertising
3
+ description: Paid advertising on Google, Meta, LinkedIn with campaign structure and bidding strategies.
4
+ allowed-tools: Read, Glob, Grep
4
5
  ---
5
6
 
6
- # Paid Ads
7
+ # PPC Advertising
7
8
 
8
- You are an expert performance marketer with direct access to ad platform accounts. Your goal is to help create, optimize, and scale paid advertising campaigns that drive efficient customer acquisition.
9
+ > Master paid advertising across major platforms.
9
10
 
10
- ## Before Starting
11
+ ---
11
12
 
12
- Gather this context (ask if not provided):
13
+ ## 1. Platform Overview
13
14
 
14
- ### 1. Campaign Goals
15
- - What's the primary objective? (Awareness, traffic, leads, sales, app installs)
16
- - What's the target CPA or ROAS?
17
- - What's the monthly/weekly budget?
18
- - Any constraints? (Brand guidelines, compliance, geographic)
15
+ | Platform | Best For | Avg CPC | Audience |
16
+ |----------|----------|---------|----------|
17
+ | **Google Search** | Intent-based | $1-$50 | Active searchers |
18
+ | **Google Display** | Awareness | $0.50-$5 | Broad reach |
19
+ | **YouTube** | Video, awareness | $0.10-$0.30/view | Video consumers |
20
+ | **Meta (FB/IG)** | Interest-based | $0.50-$5 | Social users |
21
+ | **LinkedIn** | B2B | $2-$15 | Professionals |
22
+ | **TikTok** | Gen Z, viral | $0.50-$3 | Young users |
19
23
 
20
- ### 2. Product & Offer
21
- - What are you promoting? (Product, free trial, lead magnet, demo)
22
- - What's the landing page URL?
23
- - What makes this offer compelling?
24
- - Any promotions or urgency elements?
24
+ ---
25
25
 
26
- ### 3. Audience
27
- - Who is the ideal customer?
28
- - What problem does your product solve for them?
29
- - What are they searching for or interested in?
30
- - Do you have existing customer data for lookalikes?
26
+ ## 2. Google Ads
31
27
 
32
- ### 4. Current State
33
- - Have you run ads before? What worked/didn't?
34
- - Do you have existing pixel/conversion data?
35
- - What's your current funnel conversion rate?
36
- - Any existing creative assets?
28
+ ### Campaign Types
37
29
 
38
- ---
30
+ | Type | Best For | Targeting |
31
+ |------|----------|-----------|
32
+ | **Search** | Intent, conversions | Keywords |
33
+ | **Display** | Awareness, retargeting | Audiences, placements |
34
+ | **Shopping** | E-commerce | Product feed |
35
+ | **Video** | Branding, YouTube | Audiences, topics |
36
+ | **Performance Max** | Automated, all channels | Goals |
37
+ | **Demand Gen** | Discovery, social-style | Audiences |
39
38
 
40
- ## Platform Selection Guide
41
-
42
- ### Google Ads
43
- **Best for:** High-intent search traffic, capturing existing demand
44
- **Use when:**
45
- - People actively search for your solution
46
- - You have clear keywords with commercial intent
47
- - You want bottom-of-funnel conversions
48
-
49
- **Campaign types:**
50
- - Search: Keyword-targeted text ads
51
- - Performance Max: AI-driven cross-channel
52
- - Display: Banner ads across Google network
53
- - YouTube: Video ads
54
- - Demand Gen: Discovery and Gmail placements
55
-
56
- ### Meta (Facebook/Instagram)
57
- **Best for:** Demand generation, visual products, broad targeting
58
- **Use when:**
59
- - Your product has visual appeal
60
- - You're creating demand (not just capturing it)
61
- - You have strong creative assets
62
- - You want to build audiences for retargeting
63
-
64
- **Campaign types:**
65
- - Advantage+ Shopping: E-commerce automation
66
- - Lead Gen: In-platform lead forms
67
- - Conversions: Website conversion optimization
68
- - Traffic: Link clicks to site
69
- - Engagement: Social proof building
70
-
71
- ### LinkedIn Ads
72
- **Best for:** B2B targeting, reaching decision-makers
73
- **Use when:**
74
- - You're selling to businesses
75
- - Job title/company targeting matters
76
- - Higher price points justify higher CPCs
77
- - You need to reach specific industries
78
-
79
- **Campaign types:**
80
- - Sponsored Content: Feed posts
81
- - Message Ads: Direct InMail
82
- - Lead Gen Forms: In-platform capture
83
- - Document Ads: Gated content
84
- - Conversation Ads: Interactive messaging
85
-
86
- ### Twitter/X Ads
87
- **Best for:** Tech audiences, real-time relevance, thought leadership
88
- **Use when:**
89
- - Your audience is active on X
90
- - You have timely/trending content
91
- - You want to amplify organic content
92
- - Lower CPMs matter more than precision targeting
93
-
94
- ### TikTok Ads
95
- **Best for:** Younger demographics, viral creative, brand awareness
96
- **Use when:**
97
- - Your audience skews younger (18-34)
98
- - You can create native-feeling video content
99
- - Brand awareness is a goal
100
- - You have creative capacity for video
39
+ ### Keyword Match Types
101
40
 
102
- ---
41
+ | Type | Symbol | Matches |
42
+ |------|--------|---------|
43
+ | **Broad** | keyword | Related searches |
44
+ | **Phrase** | "keyword" | Contains phrase |
45
+ | **Exact** | [keyword] | Exact or close variants |
103
46
 
104
- ## Campaign Structure Best Practices
47
+ ### Ad Structure
105
48
 
106
- ### Account Organization
49
+ | Element | Limit | Best Practice |
50
+ |---------|-------|---------------|
51
+ | **Headlines** | 15 (30 chars each) | Include keywords, benefits |
52
+ | **Descriptions** | 4 (90 chars each) | CTA, unique value |
53
+ | **Display URL** | 2 paths (15 chars) | Relevant keywords |
107
54
 
108
- ```
109
- Account
110
- ├── Campaign 1: [Objective] - [Audience/Product]
111
- │ ├── Ad Set 1: [Targeting variation]
112
- │ │ ├── Ad 1: [Creative variation A]
113
- │ │ ├── Ad 2: [Creative variation B]
114
- │ │ └── Ad 3: [Creative variation C]
115
- │ └── Ad Set 2: [Targeting variation]
116
- │ └── Ads...
117
- └── Campaign 2...
118
- ```
55
+ ---
119
56
 
120
- ### Naming Conventions
57
+ ## 3. Meta Ads (Facebook/Instagram)
121
58
 
122
- Use consistent naming for easy analysis:
59
+ ### Campaign Objectives
123
60
 
124
- ```
125
- [Platform]_[Objective]_[Audience]_[Offer]_[Date]
61
+ | Objective | Goal | Optimization |
62
+ |-----------|------|--------------|
63
+ | **Awareness** | Reach | Impressions |
64
+ | **Traffic** | Clicks | Link clicks |
65
+ | **Engagement** | Interaction | Post engagement |
66
+ | **Leads** | Form fills | Leads |
67
+ | **Sales** | Purchases | Conversions |
126
68
 
127
- Examples:
128
- META_Conv_Lookalike-Customers_FreeTrial_2024Q1
129
- GOOG_Search_Brand_Demo_Ongoing
130
- LI_LeadGen_CMOs-SaaS_Whitepaper_Mar24
131
- ```
69
+ ### Audience Types
132
70
 
133
- ### Budget Allocation Framework
71
+ | Type | Source | Use |
72
+ |------|--------|-----|
73
+ | **Core** | Demographics, interests | Prospecting |
74
+ | **Custom** | Your data (email, pixel) | Retargeting, lookalike base |
75
+ | **Lookalike** | Similar to custom | Expansion |
134
76
 
135
- **Testing phase (first 2-4 weeks):**
136
- - 70% to proven/safe campaigns
137
- - 30% to testing new audiences/creative
77
+ ### Ad Formats
138
78
 
139
- **Scaling phase:**
140
- - Consolidate budget into winning combinations
141
- - Increase budgets 20-30% at a time
142
- - Wait 3-5 days between increases for algorithm learning
79
+ | Format | Best For | Specs |
80
+ |--------|----------|-------|
81
+ | **Single image** | Simple message | 1080x1080 or 1200x628 |
82
+ | **Carousel** | Multiple products | 2-10 cards |
83
+ | **Video** | Engagement, stories | 15-60 sec optimal |
84
+ | **Collection** | E-commerce | Catalog integration |
143
85
 
144
86
  ---
145
87
 
146
- ## Ad Copy Frameworks
147
-
148
- ### Primary Text Formulas
88
+ ## 4. LinkedIn Ads
149
89
 
150
- **Problem-Agitate-Solve (PAS):**
151
- ```
152
- [Problem statement]
153
- [Agitate the pain]
154
- [Introduce solution]
155
- [CTA]
156
- ```
90
+ ### Campaign Objectives
157
91
 
158
- Example:
159
- > Spending hours on manual reporting every week?
160
- > While you're buried in spreadsheets, your competitors are making decisions.
161
- > [Product] automates your reports in minutes.
162
- > Start your free trial
92
+ | Objective | Best For |
93
+ |-----------|----------|
94
+ | **Brand awareness** | Top of funnel |
95
+ | **Website visits** | Traffic |
96
+ | **Engagement** | Content promotion |
97
+ | **Lead gen forms** | B2B leads |
98
+ | **Conversions** | High-value actions |
163
99
 
164
- **Before-After-Bridge (BAB):**
165
- ```
166
- [Current painful state]
167
- [Desired future state]
168
- [Your product as the bridge]
169
- ```
100
+ ### Targeting Options
170
101
 
171
- Example:
172
- > Before: Chasing down approvals across email, Slack, and spreadsheets.
173
- > After: Every approval tracked, automated, and on time.
174
- > [Product] connects your tools and keeps projects moving.
102
+ | Type | Examples |
103
+ |------|----------|
104
+ | **Job title** | Marketing Manager |
105
+ | **Job function** | Marketing |
106
+ | **Seniority** | Director+ |
107
+ | **Company size** | 200-500 employees |
108
+ | **Industry** | Technology |
109
+ | **Skills** | Digital Marketing |
175
110
 
176
- **Social Proof Lead:**
177
- ```
178
- [Impressive stat or testimonial]
179
- [What you do]
180
- [CTA]
181
- ```
111
+ ### Ad Formats
182
112
 
183
- Example:
184
- > "We cut our reporting time by 75%." — Sarah K., Marketing Director
185
- > [Product] automates the reports you hate building.
186
- > See how it works
187
-
188
- ### Headline Formulas
189
-
190
- **For Search Ads:**
191
- - [Keyword] + [Benefit]: "Project Management That Teams Actually Use"
192
- - [Action] + [Outcome]: "Automate Reports | Save 10 Hours Weekly"
193
- - [Question]: "Tired of Manual Data Entry?"
194
- - [Number] + [Benefit]: "500+ Teams Trust [Product] for [Outcome]"
195
-
196
- **For Social Ads:**
197
- - Hook with outcome: "How we 3x'd our conversion rate"
198
- - Hook with curiosity: "The reporting hack no one talks about"
199
- - Hook with contrarian: "Why we stopped using [common tool]"
200
- - Hook with specificity: "The exact template we use for..."
201
-
202
- ### CTA Variations
203
-
204
- **Soft CTAs (awareness/consideration):**
205
- - Learn More
206
- - See How It Works
207
- - Watch Demo
208
- - Get the Guide
209
-
210
- **Hard CTAs (conversion):**
211
- - Start Free Trial
212
- - Get Started Free
213
- - Book a Demo
214
- - Claim Your Discount
215
- - Buy Now
216
-
217
- **Urgency CTAs (when genuine):**
218
- - Limited Time: 30% Off
219
- - Offer Ends [Date]
220
- - Only X Spots Left
113
+ | Format | Best For |
114
+ |--------|----------|
115
+ | **Single image** | Standard awareness |
116
+ | **Carousel** | Multi-part stories |
117
+ | **Video** | Brand stories |
118
+ | **Message ads** | Direct outreach |
119
+ | **Document ads** | Lead magnets |
221
120
 
222
121
  ---
223
122
 
224
- ## Audience Targeting Strategies
123
+ ## 5. Bidding Strategies
225
124
 
226
- ### Google Ads Audiences
125
+ ### Google Bidding
227
126
 
228
- **Search campaigns:**
229
- - Keywords (exact, phrase, broad match)
230
- - Audience layering (observation mode first)
231
- - Remarketing lists for search ads (RLSA)
127
+ | Strategy | When to Use |
128
+ |----------|-------------|
129
+ | **Manual CPC** | Full control, learning |
130
+ | **Enhanced CPC** | Semi-automated |
131
+ | **Target CPA** | Cost-per-acquisition goal |
132
+ | **Target ROAS** | Revenue goal |
133
+ | **Maximize conversions** | Volume priority |
134
+ | **Maximize clicks** | Traffic priority |
232
135
 
233
- **Display/YouTube:**
234
- - Custom intent (based on search behavior)
235
- - In-market audiences
236
- - Affinity audiences
237
- - Customer match (upload email lists)
238
- - Similar/lookalike audiences
136
+ ### Meta Bidding
239
137
 
240
- ### Meta Audiences
138
+ | Strategy | When to Use |
139
+ |----------|-------------|
140
+ | **Lowest cost** | Maximize volume |
141
+ | **Cost cap** | Control costs |
142
+ | **Bid cap** | Strict cost control |
143
+ | **Minimum ROAS** | Revenue focus |
241
144
 
242
- **Core audiences (interest/demographic):**
243
- - Layer interests with AND logic for precision
244
- - Exclude existing customers
245
- - Start broad, let algorithm optimize
246
-
247
- **Custom audiences:**
248
- - Website visitors (by page, time on site, frequency)
249
- - Customer list uploads
250
- - Engagement (video viewers, page engagers)
251
- - App activity
252
-
253
- **Lookalike audiences:**
254
- - Source: Best customers (by LTV, not just all customers)
255
- - Size: Start 1%, expand to 1-3% as you scale
256
- - Layer: Lookalike + interest for early testing
257
-
258
- ### LinkedIn Audiences
145
+ ---
259
146
 
260
- **Job-based targeting:**
261
- - Job titles (be specific, avoid broad)
262
- - Job functions + seniority
263
- - Skills (self-reported)
147
+ ## 6. Campaign Structure
264
148
 
265
- **Company-based targeting:**
266
- - Company size
267
- - Industry
268
- - Company names (ABM)
269
- - Company growth rate
149
+ ### Account Structure (Google)
270
150
 
271
- **Combinations that work:**
272
- - Job function + seniority + company size
273
- - Industry + job title
274
- - Company list + decision-maker titles
151
+ ```
152
+ Account
153
+ └── Campaign (Budget, Settings)
154
+ └── Ad Group (Keywords, Audience)
155
+ └── Ads (Creative)
156
+ ```
275
157
 
276
- ---
158
+ ### Recommended Structure
277
159
 
278
- ## Creative Best Practices
279
-
280
- ### Image Ads
281
-
282
- **What works:**
283
- - Clear product screenshots showing UI
284
- - Before/after comparisons
285
- - Stats and numbers as focal point
286
- - Human faces (real, not stock)
287
- - Bold, readable text overlay (keep under 20%)
288
-
289
- **What doesn't:**
290
- - Generic stock photos
291
- - Too much text
292
- - Cluttered visuals
293
- - Low contrast/hard to read
294
-
295
- ### Video Ads
296
-
297
- **Structure for short-form (15-30 sec):**
298
- 1. Hook (0-3 sec): Pattern interrupt, question, or bold statement
299
- 2. Problem (3-8 sec): Relatable pain point
300
- 3. Solution (8-20 sec): Show product/benefit
301
- 4. CTA (20-30 sec): Clear next step
302
-
303
- **Structure for longer-form (60+ sec):**
304
- 1. Hook (0-5 sec)
305
- 2. Problem deep-dive (5-20 sec)
306
- 3. Solution introduction (20-35 sec)
307
- 4. Social proof (35-45 sec)
308
- 5. How it works (45-55 sec)
309
- 6. CTA with offer (55-60 sec)
310
-
311
- **Production tips:**
312
- - Captions always (85% watch without sound)
313
- - Vertical for Stories/Reels, square for feed
314
- - Native feel outperforms polished
315
- - First 3 seconds determine if they watch
316
-
317
- ### Ad Creative Testing
318
-
319
- **Testing hierarchy:**
320
- 1. Concept/angle (biggest impact)
321
- 2. Hook/headline
322
- 3. Visual style
323
- 4. Body copy
324
- 5. CTA
325
-
326
- **Testing approach:**
327
- - Test one variable at a time for clean data
328
- - Need 100+ conversions per variant for significance
329
- - Kill losers fast (3-5 days with sufficient spend)
330
- - Iterate on winners
160
+ | Level | Organization |
161
+ |-------|--------------|
162
+ | **Campaign** | By goal, product line, funnel stage |
163
+ | **Ad Group** | By theme, audience segment |
164
+ | **Ads** | 3-5 variations for testing |
331
165
 
332
166
  ---
333
167
 
334
- ## Campaign Optimization
335
-
336
- ### Key Metrics by Objective
337
-
338
- **Awareness:**
339
- - CPM (cost per 1,000 impressions)
340
- - Reach and frequency
341
- - Video view rate / watch time
342
- - Brand lift (if available)
343
-
344
- **Consideration:**
345
- - CTR (click-through rate)
346
- - CPC (cost per click)
347
- - Landing page views
348
- - Time on site from ads
349
-
350
- **Conversion:**
351
- - CPA (cost per acquisition)
352
- - ROAS (return on ad spend)
353
- - Conversion rate
354
- - Cost per lead / cost per sale
355
-
356
- ### Optimization Levers
357
-
358
- **If CPA is too high:**
359
- 1. Check landing page (is the problem post-click?)
360
- 2. Tighten audience targeting
361
- 3. Test new creative angles
362
- 4. Improve ad relevance/quality score
363
- 5. Adjust bid strategy
364
-
365
- **If CTR is low:**
366
- - Creative isn't resonating → test new hooks/angles
367
- - Audience mismatch → refine targeting
368
- - Ad fatigue → refresh creative
369
- - Weak offer → improve value proposition
370
-
371
- **If CPM is high:**
372
- - Audience too narrow → expand targeting
373
- - High competition → try different placements
374
- - Low relevance score → improve creative fit
375
- - Bidding too aggressively → adjust bid caps
376
-
377
- ### Bid Strategies
378
-
379
- **Manual/controlled:**
380
- - Use when: Learning phase, small budgets, need control
381
- - Manual CPC, bid caps, cost caps
382
-
383
- **Automated/smart:**
384
- - Use when: Sufficient conversion data (50+ per month), scaling
385
- - Target CPA, target ROAS, maximize conversions
386
-
387
- **Progression:**
388
- 1. Start with manual or cost caps
389
- 2. Gather conversion data (50+ conversions)
390
- 3. Switch to automated with targets based on historical data
391
- 4. Monitor and adjust targets based on results
168
+ ## 7. Ad Copy Best Practices
392
169
 
393
- ---
170
+ ### Headlines That Convert
394
171
 
395
- ## Retargeting Strategies
172
+ | Element | Example |
173
+ |---------|---------|
174
+ | **Keyword inclusion** | "Best CRM Software" |
175
+ | **Benefit** | "Close 30% More Deals" |
176
+ | **Urgency** | "Limited Time Offer" |
177
+ | **Social proof** | "Trusted by 10,000+ Teams" |
178
+ | **Question** | "Tired of Lost Leads?" |
396
179
 
397
- ### Funnel-Based Retargeting
180
+ ### Description Copy
398
181
 
399
- **Top of funnel (awareness):**
400
- - Audience: Blog readers, video viewers, social engagers
401
- - Message: Educational content, social proof
402
- - Goal: Move to consideration
182
+ | Element | Purpose |
183
+ |---------|---------|
184
+ | **Value prop** | Why choose you |
185
+ | **Features** | What you offer |
186
+ | **CTA** | What to do next |
187
+ | **Trust** | Credibility signals |
403
188
 
404
- **Middle of funnel (consideration):**
405
- - Audience: Pricing page visitors, feature page visitors
406
- - Message: Case studies, demos, comparisons
407
- - Goal: Move to decision
189
+ ---
408
190
 
409
- **Bottom of funnel (decision):**
410
- - Audience: Cart abandoners, trial users, demo no-shows
411
- - Message: Urgency, objection handling, offers
412
- - Goal: Convert
191
+ ## 8. Landing Page Alignment
413
192
 
414
- ### Retargeting Windows
193
+ ### Message Match
415
194
 
416
- | Stage | Window | Frequency Cap |
417
- |-------|--------|---------------|
418
- | Hot (cart/trial) | 1-7 days | Higher OK |
419
- | Warm (key pages) | 7-30 days | 3-5x/week |
420
- | Cold (any visit) | 30-90 days | 1-2x/week |
195
+ | Ad Element | Landing Page |
196
+ |------------|--------------|
197
+ | **Headline** | Hero headline |
198
+ | **Offer** | Above fold CTA |
199
+ | **Keywords** | In content |
200
+ | **Visual** | Consistent imagery |
421
201
 
422
- ### Exclusions to Set Up
202
+ ### Quality Score Factors (Google)
423
203
 
424
- Always exclude:
425
- - Existing customers (unless upsell campaign)
426
- - Recent converters (7-14 day window)
427
- - Bounced visitors (<10 sec on site)
428
- - Irrelevant pages (careers, support)
204
+ | Factor | Weight | Improve By |
205
+ |--------|--------|------------|
206
+ | **Expected CTR** | High | Better ad copy |
207
+ | **Ad relevance** | Medium | Keyword-ad alignment |
208
+ | **Landing experience** | High | Page speed, content |
429
209
 
430
210
  ---
431
211
 
432
- ## Reporting & Analysis
433
-
434
- ### Weekly Review Checklist
435
-
436
- - [ ] Spend vs. budget pacing
437
- - [ ] CPA/ROAS vs. targets
438
- - [ ] Top and bottom performing ads
439
- - [ ] Audience performance breakdown
440
- - [ ] Frequency check (fatigue risk)
441
- - [ ] Landing page conversion rate
442
- - [ ] Any disapproved ads or policy issues
212
+ ## 9. Key Metrics
443
213
 
444
- ### Monthly Analysis
214
+ ### Performance Metrics
445
215
 
446
- - [ ] Overall channel performance vs. goals
447
- - [ ] Creative performance trends
448
- - [ ] Audience insights and learnings
449
- - [ ] Budget reallocation recommendations
450
- - [ ] Test results and next tests
451
- - [ ] Competitive landscape changes
216
+ | Metric | Formula | Good |
217
+ |--------|---------|------|
218
+ | **CTR** | Clicks / Impressions | >2% search, >0.5% display |
219
+ | **CPC** | Spend / Clicks | Industry varies |
220
+ | **CPA** | Spend / Conversions | Below target |
221
+ | **ROAS** | Revenue / Spend | >3x minimum |
222
+ | **Quality Score** | Google rating 1-10 | >7 |
452
223
 
453
- ### Attribution Considerations
224
+ ### Efficiency Metrics
454
225
 
455
- - Platform attribution is inflated (they want credit)
456
- - Use UTM parameters consistently
457
- - Compare platform data to GA4/analytics
458
- - Consider incrementality testing for mature accounts
459
- - Look at blended CAC, not just platform CPA
226
+ | Metric | Indicates |
227
+ |--------|-----------|
228
+ | **Impression share** | Market coverage |
229
+ | **Search lost IS (rank)** | Bid competitiveness |
230
+ | **Search lost IS (budget)** | Budget constraints |
460
231
 
461
232
  ---
462
233
 
463
- ## Platform-Specific Setup Guides
464
-
465
- ### Google Ads Setup Checklist
466
-
467
- - [ ] Conversion tracking installed and tested
468
- - [ ] Google Analytics 4 linked
469
- - [ ] Audience lists created (remarketing, customer match)
470
- - [ ] Negative keyword lists built
471
- - [ ] Ad extensions set up (sitelinks, callouts, structured snippets)
472
- - [ ] Brand campaign running (protect branded terms)
473
- - [ ] Competitor campaign considered
474
- - [ ] Location and language targeting set
475
- - [ ] Ad schedule aligned with business hours (if B2B)
476
-
477
- ### Meta Ads Setup Checklist
478
-
479
- - [ ] Pixel installed and events firing
480
- - [ ] Conversions API set up (server-side tracking)
481
- - [ ] Custom audiences created
482
- - [ ] Product catalog connected (if e-commerce)
483
- - [ ] Domain verified
484
- - [ ] Business Manager properly configured
485
- - [ ] Aggregated event measurement prioritized
486
- - [ ] Creative assets in correct sizes
487
- - [ ] UTM parameters in all URLs
488
-
489
- ### LinkedIn Ads Setup Checklist
490
-
491
- - [ ] Insight Tag installed
492
- - [ ] Conversion tracking configured
493
- - [ ] Matched audiences created
494
- - [ ] Company page connected
495
- - [ ] Lead gen form templates created
496
- - [ ] Document assets uploaded (for Document Ads)
497
- - [ ] Audience size validated (not too narrow)
498
- - [ ] Budget realistic for LinkedIn CPCs ($8-15+)
234
+ ## 10. Optimization Checklist
499
235
 
500
- ---
236
+ ### Weekly
501
237
 
502
- ## Common Mistakes to Avoid
503
-
504
- ### Strategy Mistakes
505
- - Launching without conversion tracking
506
- - Too many campaigns/ad sets (fragmenting budget)
507
- - Not giving algorithms enough learning time
508
- - Optimizing for wrong metric (clicks vs. conversions)
509
- - Ignoring landing page experience
510
-
511
- ### Targeting Mistakes
512
- - Audiences too narrow (can't exit learning phase)
513
- - Audiences too broad (wasting spend)
514
- - Not excluding existing customers
515
- - Overlapping audiences competing with each other
516
- - Ignoring negative keywords (Search)
517
-
518
- ### Creative Mistakes
519
- - Only running one ad per ad set
520
- - Not refreshing creative (ad fatigue)
521
- - Mismatch between ad and landing page
522
- - Ignoring mobile experience
523
- - Too much text in images (Meta)
524
-
525
- ### Budget Mistakes
526
- - Spreading budget too thin across campaigns
527
- - Making big budget changes (disrupts learning)
528
- - Not accounting for platform minimums
529
- - Stopping campaigns during learning phase
530
- - Weekend/off-hours spend without adjustment
238
+ - [ ] Check spend vs budget
239
+ - [ ] Review search terms, add negatives
240
+ - [ ] Pause underperforming ads
241
+ - [ ] Adjust bids on top performers
531
242
 
532
- ---
243
+ ### Monthly
533
244
 
534
- ## Questions to Ask
245
+ - [ ] Review campaign structure
246
+ - [ ] Refresh ad creative
247
+ - [ ] Analyze audience performance
248
+ - [ ] Test new targeting
535
249
 
536
- If you need more context:
537
- 1. What platform(s) are you currently running or want to start with?
538
- 2. What's your monthly ad budget?
539
- 3. What does a successful conversion look like (and what's it worth)?
540
- 4. Do you have existing creative assets or need to create them?
541
- 5. What landing page will ads point to?
542
- 6. Do you have pixel/conversion tracking set up?
250
+ ### Quarterly
543
251
 
544
- ---
252
+ - [ ] Full account audit
253
+ - [ ] Competitive analysis
254
+ - [ ] Strategy review
255
+ - [ ] Budget reallocation
545
256
 
546
- ## Related Skills
257
+ ---
547
258
 
548
- - **copywriting**: For landing page copy that converts ad traffic
549
- - **analytics-tracking**: For proper conversion tracking setup
550
- - **ab-test-setup**: For landing page testing to improve ROAS
551
- - **page-cro**: For optimizing post-click conversion rates
259
+ > **Remember:** PPC success comes from continuous testing and optimization. Start small, learn fast, scale what works.