@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.
- package/README.md +187 -74
- package/bin/index.js +4 -4
- package/package.json +4 -3
- package/templates/.agent/agents/backend-specialist.md +263 -0
- package/templates/.agent/agents/database-architect.md +226 -0
- package/templates/.agent/agents/debugger.md +225 -0
- package/templates/.agent/agents/devops-engineer.md +242 -0
- package/templates/.agent/agents/documentation-writer.md +104 -0
- package/templates/.agent/agents/explorer-agent.md +73 -0
- package/templates/.agent/agents/frontend-specialist.md +527 -0
- package/templates/.agent/agents/game-developer.md +162 -0
- package/templates/.agent/agents/mobile-developer.md +377 -0
- package/templates/.agent/agents/orchestrator.md +400 -0
- package/templates/.agent/agents/penetration-tester.md +188 -0
- package/templates/.agent/agents/performance-optimizer.md +187 -0
- package/templates/.agent/agents/project-planner.md +403 -0
- package/templates/.agent/agents/security-auditor.md +170 -0
- package/templates/.agent/agents/seo-specialist.md +111 -0
- package/templates/.agent/agents/test-engineer.md +158 -0
- package/templates/.agent/rules/GEMINI.md +248 -0
- package/templates/.agent/skills/analytics-marketing/SKILL.md +172 -324
- package/templates/.agent/skills/api-patterns/SKILL.md +81 -0
- package/templates/.agent/skills/api-patterns/api-style.md +42 -0
- package/templates/.agent/skills/api-patterns/auth.md +24 -0
- package/templates/.agent/skills/api-patterns/documentation.md +26 -0
- package/templates/.agent/skills/api-patterns/graphql.md +41 -0
- package/templates/.agent/skills/api-patterns/rate-limiting.md +31 -0
- package/templates/.agent/skills/api-patterns/response.md +37 -0
- package/templates/.agent/skills/api-patterns/rest.md +40 -0
- package/templates/.agent/skills/api-patterns/scripts/api_validator.py +211 -0
- package/templates/.agent/skills/api-patterns/security-testing.md +122 -0
- package/templates/.agent/skills/api-patterns/trpc.md +41 -0
- package/templates/.agent/skills/api-patterns/versioning.md +22 -0
- package/templates/.agent/skills/app-builder/SKILL.md +75 -0
- package/templates/.agent/skills/app-builder/agent-coordination.md +71 -0
- package/templates/.agent/skills/app-builder/feature-building.md +53 -0
- package/templates/.agent/skills/app-builder/project-detection.md +34 -0
- package/templates/.agent/skills/app-builder/scaffolding.md +118 -0
- package/templates/.agent/skills/app-builder/tech-stack.md +40 -0
- package/templates/.agent/skills/app-builder/templates/SKILL.md +39 -0
- package/templates/.agent/skills/app-builder/templates/astro-static/TEMPLATE.md +76 -0
- package/templates/.agent/skills/app-builder/templates/chrome-extension/TEMPLATE.md +92 -0
- package/templates/.agent/skills/app-builder/templates/cli-tool/TEMPLATE.md +88 -0
- package/templates/.agent/skills/app-builder/templates/electron-desktop/TEMPLATE.md +88 -0
- package/templates/.agent/skills/app-builder/templates/express-api/TEMPLATE.md +83 -0
- package/templates/.agent/skills/app-builder/templates/flutter-app/TEMPLATE.md +90 -0
- package/templates/.agent/skills/app-builder/templates/monorepo-turborepo/TEMPLATE.md +90 -0
- package/templates/.agent/skills/app-builder/templates/nextjs-fullstack/TEMPLATE.md +82 -0
- package/templates/.agent/skills/app-builder/templates/nextjs-saas/TEMPLATE.md +100 -0
- package/templates/.agent/skills/app-builder/templates/nextjs-static/TEMPLATE.md +106 -0
- package/templates/.agent/skills/app-builder/templates/nuxt-app/TEMPLATE.md +101 -0
- package/templates/.agent/skills/app-builder/templates/python-fastapi/TEMPLATE.md +83 -0
- package/templates/.agent/skills/app-builder/templates/react-native-app/TEMPLATE.md +93 -0
- package/templates/.agent/skills/architecture/SKILL.md +55 -0
- package/templates/.agent/skills/architecture/context-discovery.md +43 -0
- package/templates/.agent/skills/architecture/examples.md +94 -0
- package/templates/.agent/skills/architecture/pattern-selection.md +68 -0
- package/templates/.agent/skills/architecture/patterns-reference.md +50 -0
- package/templates/.agent/skills/architecture/trade-off-analysis.md +77 -0
- package/templates/.agent/skills/banner-design/SKILL.md +192 -0
- package/templates/.agent/skills/banner-design/references/banner-sizes-and-styles.md +118 -0
- package/templates/.agent/skills/bash-linux/SKILL.md +199 -0
- package/templates/.agent/skills/behavioral-modes/SKILL.md +242 -0
- package/templates/.agent/skills/brainstorming/SKILL.md +163 -0
- package/templates/.agent/skills/brainstorming/dynamic-questioning.md +350 -0
- package/templates/.agent/skills/brand/SKILL.md +97 -0
- package/templates/.agent/skills/brand/references/approval-checklist.md +169 -0
- package/templates/.agent/skills/brand/references/asset-organization.md +157 -0
- package/templates/.agent/skills/brand/references/brand-guideline-template.md +140 -0
- package/templates/.agent/skills/brand/references/color-palette-management.md +186 -0
- package/templates/.agent/skills/brand/references/consistency-checklist.md +94 -0
- package/templates/.agent/skills/brand/references/logo-usage-rules.md +185 -0
- package/templates/.agent/skills/brand/references/messaging-framework.md +85 -0
- package/templates/.agent/skills/brand/references/typography-specifications.md +214 -0
- package/templates/.agent/skills/brand/references/update.md +118 -0
- package/templates/.agent/skills/brand/references/visual-identity.md +96 -0
- package/templates/.agent/skills/brand/references/voice-framework.md +88 -0
- package/templates/.agent/skills/brand/scripts/extract-colors.cjs +341 -0
- package/templates/.agent/skills/brand/scripts/inject-brand-context.cjs +349 -0
- package/templates/.agent/skills/brand/scripts/sync-brand-to-tokens.cjs +266 -0
- package/templates/.agent/skills/brand/scripts/validate-asset.cjs +387 -0
- package/templates/.agent/skills/brand/templates/brand-guidelines-starter.md +275 -0
- package/templates/.agent/skills/clean-code/SKILL.md +201 -0
- package/templates/.agent/skills/code-review-checklist/SKILL.md +109 -0
- package/templates/.agent/skills/copywriting/SKILL.md +250 -0
- package/templates/.agent/skills/database-design/SKILL.md +52 -0
- package/templates/.agent/skills/database-design/database-selection.md +43 -0
- package/templates/.agent/skills/database-design/indexing.md +39 -0
- package/templates/.agent/skills/database-design/migrations.md +48 -0
- package/templates/.agent/skills/database-design/optimization.md +36 -0
- package/templates/.agent/skills/database-design/orm-selection.md +30 -0
- package/templates/.agent/skills/database-design/schema-design.md +56 -0
- package/templates/.agent/skills/database-design/scripts/schema_validator.py +172 -0
- package/templates/.agent/skills/deployment-procedures/SKILL.md +241 -0
- package/templates/.agent/skills/docker-expert/SKILL.md +409 -0
- package/templates/.agent/skills/frontend-design/animation-guide.md +331 -0
- package/templates/.agent/skills/frontend-design/color-system.md +311 -0
- package/templates/.agent/skills/frontend-design/decision-trees.md +418 -0
- package/templates/.agent/skills/frontend-design/motion-graphics.md +306 -0
- package/templates/.agent/skills/frontend-design/scripts/accessibility_checker.py +183 -0
- package/templates/.agent/skills/frontend-design/scripts/ux_audit.py +722 -0
- package/templates/.agent/skills/frontend-design/typography-system.md +345 -0
- package/templates/.agent/skills/frontend-design/ux-psychology.md +541 -0
- package/templates/.agent/skills/frontend-design/visual-effects.md +383 -0
- package/templates/.agent/skills/frontend-slides/SKILL.md +92 -0
- package/templates/.agent/skills/frontend-slides/STYLE_PRESETS.md +347 -0
- package/templates/.agent/skills/frontend-slides/animation-patterns.md +110 -0
- package/templates/.agent/skills/frontend-slides/examples/n8n-jupviec-automation.html +789 -0
- package/templates/.agent/skills/frontend-slides/examples/n8n-jupviec-automation.pptx +0 -0
- package/templates/.agent/skills/frontend-slides/html-template.md +347 -0
- package/templates/.agent/skills/frontend-slides/scripts/export-pptx.py +58 -0
- package/templates/.agent/skills/frontend-slides/scripts/extract-pptx.py +96 -0
- package/templates/.agent/skills/frontend-slides/viewport-base.css +153 -0
- package/templates/.agent/skills/game-development/2d-games/SKILL.md +119 -0
- package/templates/.agent/skills/game-development/3d-games/SKILL.md +135 -0
- package/templates/.agent/skills/game-development/SKILL.md +167 -0
- package/templates/.agent/skills/game-development/game-art/SKILL.md +185 -0
- package/templates/.agent/skills/game-development/game-audio/SKILL.md +190 -0
- package/templates/.agent/skills/game-development/game-design/SKILL.md +129 -0
- package/templates/.agent/skills/game-development/mobile-games/SKILL.md +108 -0
- package/templates/.agent/skills/game-development/multiplayer/SKILL.md +132 -0
- package/templates/.agent/skills/game-development/pc-games/SKILL.md +144 -0
- package/templates/.agent/skills/game-development/vr-ar/SKILL.md +123 -0
- package/templates/.agent/skills/game-development/web-games/SKILL.md +150 -0
- package/templates/.agent/skills/geo-fundamentals/SKILL.md +156 -0
- package/templates/.agent/skills/geo-fundamentals/scripts/geo_checker.py +289 -0
- package/templates/.agent/skills/growth-engine/SKILL.md +244 -0
- package/templates/.agent/skills/i18n-localization/SKILL.md +154 -0
- package/templates/.agent/skills/i18n-localization/scripts/i18n_checker.py +241 -0
- package/templates/.agent/skills/lint-and-validate/SKILL.md +45 -0
- package/templates/.agent/skills/lint-and-validate/scripts/lint_runner.py +172 -0
- package/templates/.agent/skills/lint-and-validate/scripts/type_coverage.py +173 -0
- package/templates/.agent/skills/marketing-report-expert/SKILL.md +70 -0
- package/templates/.agent/skills/mcp-builder/SKILL.md +176 -0
- package/templates/.agent/skills/minimax-docx/LICENSE +21 -0
- package/templates/.agent/skills/minimax-docx/SKILL.md +274 -0
- package/templates/.agent/skills/minimax-docx/assets/styles/academic_styles.xml +250 -0
- package/templates/.agent/skills/minimax-docx/assets/styles/corporate_styles.xml +284 -0
- package/templates/.agent/skills/minimax-docx/assets/styles/default_styles.xml +449 -0
- package/templates/.agent/skills/minimax-docx/assets/xsd/aesthetic-rules.xsd +470 -0
- package/templates/.agent/skills/minimax-docx/assets/xsd/business-rules.xsd +130 -0
- package/templates/.agent/skills/minimax-docx/assets/xsd/common-types.xsd +159 -0
- package/templates/.agent/skills/minimax-docx/assets/xsd/wml-subset.xsd +589 -0
- package/templates/.agent/skills/minimax-docx/references/cjk_typography.md +357 -0
- package/templates/.agent/skills/minimax-docx/references/cjk_university_template_guide.md +184 -0
- package/templates/.agent/skills/minimax-docx/references/comments_guide.md +191 -0
- package/templates/.agent/skills/minimax-docx/references/design_good_bad_examples.md +829 -0
- package/templates/.agent/skills/minimax-docx/references/design_principles.md +819 -0
- package/templates/.agent/skills/minimax-docx/references/openxml_element_order.md +308 -0
- package/templates/.agent/skills/minimax-docx/references/openxml_encyclopedia_part1.md +4061 -0
- package/templates/.agent/skills/minimax-docx/references/openxml_encyclopedia_part2.md +2820 -0
- package/templates/.agent/skills/minimax-docx/references/openxml_encyclopedia_part3.md +3381 -0
- package/templates/.agent/skills/minimax-docx/references/openxml_namespaces.md +82 -0
- package/templates/.agent/skills/minimax-docx/references/openxml_units.md +72 -0
- package/templates/.agent/skills/minimax-docx/references/scenario_a_create.md +284 -0
- package/templates/.agent/skills/minimax-docx/references/scenario_b_edit_content.md +295 -0
- package/templates/.agent/skills/minimax-docx/references/scenario_c_apply_template.md +456 -0
- package/templates/.agent/skills/minimax-docx/references/track_changes_guide.md +200 -0
- package/templates/.agent/skills/minimax-docx/references/troubleshooting.md +506 -0
- package/templates/.agent/skills/minimax-docx/references/typography_guide.md +294 -0
- package/templates/.agent/skills/minimax-docx/references/xsd_validation_guide.md +158 -0
- package/templates/.agent/skills/minimax-docx/scripts/doc_to_docx.sh +40 -0
- package/templates/.agent/skills/minimax-docx/scripts/docx_preview.sh +37 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/MiniMaxAIDocx.Cli.csproj +19 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/Program.cs +18 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Commands/AnalyzeCommand.cs +147 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Commands/ApplyTemplateCommand.cs +322 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Commands/CreateCommand.cs +324 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Commands/DiffCommand.cs +155 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Commands/EditContentCommand.cs +487 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Commands/FixOrderCommand.cs +108 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Commands/MergeRunsCommand.cs +122 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Commands/ValidateCommand.cs +107 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/MiniMaxAIDocx.Core.csproj +15 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/OpenXml/CommentSynchronizer.cs +169 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/OpenXml/ElementOrder.cs +80 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/OpenXml/NamespaceConstants.cs +42 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/OpenXml/RunMerger.cs +81 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/OpenXml/StyleAnalyzer.cs +81 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/OpenXml/TrackChangesHelper.cs +99 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/OpenXml/UnitConverter.cs +23 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Samples/AestheticRecipeSamples.cs +1832 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Samples/AestheticRecipeSamples_Batch1.cs +910 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Samples/AestheticRecipeSamples_Batch2.cs +999 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Samples/AestheticRecipeSamples_Batch3.cs +1048 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Samples/AestheticRecipeSamples_Batch4.cs +1038 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Samples/CharacterFormattingSamples.cs +1020 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Samples/DocumentCreationSamples.cs +1121 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Samples/FieldAndTocSamples.cs +624 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Samples/FootnoteAndCommentSamples.cs +675 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Samples/HeaderFooterSamples.cs +838 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Samples/ImageSamples.cs +917 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Samples/ListAndNumberingSamples.cs +826 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Samples/ParagraphFormattingSamples.cs +1199 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Samples/StyleSystemSamples.cs +1487 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Samples/TableSamples.cs +1163 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Samples/TrackChangesSamples.cs +595 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Typography/CjkHelper.cs +39 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Typography/FontDefaults.cs +24 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Typography/PageSizes.cs +20 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Validation/BusinessRuleValidator.cs +224 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Validation/GateCheckValidator.cs +148 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Validation/ValidationResult.cs +23 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Validation/XsdValidator.cs +69 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.slnx +4 -0
- package/templates/.agent/skills/minimax-docx/scripts/env_check.sh +196 -0
- package/templates/.agent/skills/minimax-docx/scripts/setup.ps1 +274 -0
- package/templates/.agent/skills/minimax-docx/scripts/setup.sh +504 -0
- package/templates/.agent/skills/minimax-multimodal-toolkit/SKILL.md +359 -0
- package/templates/.agent/skills/minimax-pdf/README.md +222 -0
- package/templates/.agent/skills/minimax-pdf/SKILL.md +201 -0
- package/templates/.agent/skills/minimax-pdf/design/design.md +381 -0
- package/templates/.agent/skills/minimax-pdf/scripts/cover.py +1579 -0
- package/templates/.agent/skills/minimax-pdf/scripts/fill_inspect.py +200 -0
- package/templates/.agent/skills/minimax-pdf/scripts/fill_write.py +242 -0
- package/templates/.agent/skills/minimax-pdf/scripts/make.sh +491 -0
- package/templates/.agent/skills/minimax-pdf/scripts/merge.py +112 -0
- package/templates/.agent/skills/minimax-pdf/scripts/palette.py +559 -0
- package/templates/.agent/skills/minimax-pdf/scripts/reformat_parse.py +374 -0
- package/templates/.agent/skills/minimax-pdf/scripts/render_body.py +1055 -0
- package/templates/.agent/skills/minimax-pdf/scripts/render_cover.cjs +111 -0
- package/templates/.agent/skills/minimax-xlsx/SKILL.md +138 -0
- package/templates/.agent/skills/minimax-xlsx/references/create.md +691 -0
- package/templates/.agent/skills/minimax-xlsx/references/edit.md +684 -0
- package/templates/.agent/skills/minimax-xlsx/references/fix.md +37 -0
- package/templates/.agent/skills/minimax-xlsx/references/format.md +768 -0
- package/templates/.agent/skills/minimax-xlsx/references/ooxml-cheatsheet.md +231 -0
- package/templates/.agent/skills/minimax-xlsx/references/read-analyze.md +97 -0
- package/templates/.agent/skills/minimax-xlsx/references/validate.md +772 -0
- package/templates/.agent/skills/minimax-xlsx/scripts/formula_check.py +422 -0
- package/templates/.agent/skills/minimax-xlsx/scripts/libreoffice_recalc.py +248 -0
- package/templates/.agent/skills/minimax-xlsx/scripts/shared_strings_builder.py +163 -0
- package/templates/.agent/skills/minimax-xlsx/scripts/style_audit.py +575 -0
- package/templates/.agent/skills/minimax-xlsx/scripts/xlsx_add_column.py +395 -0
- package/templates/.agent/skills/minimax-xlsx/scripts/xlsx_insert_row.py +274 -0
- package/templates/.agent/skills/minimax-xlsx/scripts/xlsx_pack.py +87 -0
- package/templates/.agent/skills/minimax-xlsx/scripts/xlsx_reader.py +362 -0
- package/templates/.agent/skills/minimax-xlsx/scripts/xlsx_shift_rows.py +396 -0
- package/templates/.agent/skills/minimax-xlsx/scripts/xlsx_unpack.py +130 -0
- package/templates/.agent/skills/minimax-xlsx/templates/minimal_xlsx/[Content_Types].xml +9 -0
- package/templates/.agent/skills/minimax-xlsx/templates/minimal_xlsx/_rels/.rels +6 -0
- package/templates/.agent/skills/minimax-xlsx/templates/minimal_xlsx/xl/_rels/workbook.xml.rels +19 -0
- package/templates/.agent/skills/minimax-xlsx/templates/minimal_xlsx/xl/sharedStrings.xml +33 -0
- package/templates/.agent/skills/minimax-xlsx/templates/minimal_xlsx/xl/styles.xml +160 -0
- package/templates/.agent/skills/minimax-xlsx/templates/minimal_xlsx/xl/workbook.xml +30 -0
- package/templates/.agent/skills/minimax-xlsx/templates/minimal_xlsx/xl/worksheets/sheet1.xml +70 -0
- package/templates/.agent/skills/mobile-design/SKILL.md +394 -0
- package/templates/.agent/skills/mobile-design/decision-trees.md +516 -0
- package/templates/.agent/skills/mobile-design/mobile-backend.md +491 -0
- package/templates/.agent/skills/mobile-design/mobile-color-system.md +420 -0
- package/templates/.agent/skills/mobile-design/mobile-debugging.md +122 -0
- package/templates/.agent/skills/mobile-design/mobile-design-thinking.md +357 -0
- package/templates/.agent/skills/mobile-design/mobile-navigation.md +458 -0
- package/templates/.agent/skills/mobile-design/mobile-performance.md +767 -0
- package/templates/.agent/skills/mobile-design/mobile-testing.md +356 -0
- package/templates/.agent/skills/mobile-design/mobile-typography.md +433 -0
- package/templates/.agent/skills/mobile-design/platform-android.md +666 -0
- package/templates/.agent/skills/mobile-design/platform-ios.md +561 -0
- package/templates/.agent/skills/mobile-design/scripts/mobile_audit.py +670 -0
- package/templates/.agent/skills/mobile-design/touch-psychology.md +537 -0
- package/templates/.agent/skills/nestjs-expert/SKILL.md +552 -0
- package/templates/.agent/skills/nextjs-best-practices/SKILL.md +203 -0
- package/templates/.agent/skills/nodejs-best-practices/SKILL.md +333 -0
- package/templates/.agent/skills/parallel-agents/SKILL.md +175 -0
- package/templates/.agent/skills/performance-profiling/SKILL.md +143 -0
- package/templates/.agent/skills/performance-profiling/scripts/lighthouse_audit.py +76 -0
- package/templates/.agent/skills/plan-writing/SKILL.md +152 -0
- package/templates/.agent/skills/powershell-windows/SKILL.md +167 -0
- package/templates/.agent/skills/ppc-advertising/SKILL.md +183 -475
- package/templates/.agent/skills/pptx-generator/SKILL.md +249 -0
- package/templates/.agent/skills/pptx-generator/references/design-system.md +392 -0
- package/templates/.agent/skills/pptx-generator/references/editing.md +162 -0
- package/templates/.agent/skills/pptx-generator/references/pitfalls.md +112 -0
- package/templates/.agent/skills/pptx-generator/references/pptxgenjs.md +420 -0
- package/templates/.agent/skills/pptx-generator/references/slide-types.md +413 -0
- package/templates/.agent/skills/prisma-expert/SKILL.md +355 -0
- package/templates/.agent/skills/python-patterns/SKILL.md +441 -0
- package/templates/.agent/skills/react-patterns/SKILL.md +198 -0
- package/templates/.agent/skills/red-team-tactics/SKILL.md +199 -0
- package/templates/.agent/skills/remotion-best-practices/SKILL.md +45 -111
- package/templates/.agent/skills/remotion-best-practices/rules/3d.md +4 -4
- package/templates/.agent/skills/remotion-best-practices/rules/animations.md +5 -7
- package/templates/.agent/skills/remotion-best-practices/rules/assets/charts-bar-chart.tsx +173 -0
- package/templates/.agent/skills/remotion-best-practices/rules/assets/text-animations-typewriter.tsx +100 -0
- package/templates/.agent/skills/remotion-best-practices/rules/assets/text-animations-word-highlight.tsx +103 -0
- package/templates/.agent/skills/remotion-best-practices/rules/assets.md +78 -0
- package/templates/.agent/skills/remotion-best-practices/rules/audio-visualization.md +198 -0
- package/templates/.agent/skills/remotion-best-practices/rules/audio.md +1 -4
- package/templates/.agent/skills/remotion-best-practices/rules/calculate-metadata.md +47 -17
- package/templates/.agent/skills/remotion-best-practices/rules/can-decode.md +75 -0
- package/templates/.agent/skills/remotion-best-practices/rules/charts.md +80 -48
- package/templates/.agent/skills/remotion-best-practices/rules/compositions.md +22 -14
- package/templates/.agent/skills/remotion-best-practices/rules/display-captions.md +79 -21
- package/templates/.agent/skills/remotion-best-practices/rules/extract-frames.md +229 -0
- package/templates/.agent/skills/remotion-best-practices/rules/ffmpeg.md +38 -0
- package/templates/.agent/skills/remotion-best-practices/rules/fonts.md +96 -54
- package/templates/.agent/skills/remotion-best-practices/rules/get-audio-duration.md +58 -0
- package/templates/.agent/skills/remotion-best-practices/rules/get-video-dimensions.md +68 -0
- package/templates/.agent/skills/remotion-best-practices/rules/get-video-duration.md +60 -0
- package/templates/.agent/skills/remotion-best-practices/rules/gifs.md +21 -18
- package/templates/.agent/skills/remotion-best-practices/rules/images.md +6 -2
- package/templates/.agent/skills/remotion-best-practices/rules/import-srt-captions.md +69 -0
- package/templates/.agent/skills/remotion-best-practices/rules/light-leaks.md +73 -0
- package/templates/.agent/skills/remotion-best-practices/rules/lottie.md +10 -7
- package/templates/.agent/skills/remotion-best-practices/rules/maps.md +412 -0
- package/templates/.agent/skills/remotion-best-practices/rules/measuring-dom-nodes.md +34 -0
- package/templates/.agent/skills/remotion-best-practices/rules/measuring-text.md +140 -0
- package/templates/.agent/skills/remotion-best-practices/rules/parameters.md +109 -0
- package/templates/.agent/skills/remotion-best-practices/rules/sequencing.md +13 -1
- package/templates/.agent/skills/remotion-best-practices/rules/sfx.md +26 -0
- package/templates/.agent/skills/remotion-best-practices/rules/subtitles.md +36 -0
- package/templates/.agent/skills/remotion-best-practices/rules/tailwind.md +11 -0
- package/templates/.agent/skills/remotion-best-practices/rules/text-animations.md +4 -115
- package/templates/.agent/skills/remotion-best-practices/rules/timing.md +19 -19
- package/templates/.agent/skills/remotion-best-practices/rules/transcribe-captions.md +70 -0
- package/templates/.agent/skills/remotion-best-practices/rules/transitions.md +117 -42
- package/templates/.agent/skills/remotion-best-practices/rules/transparent-videos.md +106 -0
- package/templates/.agent/skills/remotion-best-practices/rules/trimming.md +51 -0
- package/templates/.agent/skills/remotion-best-practices/rules/voiceover.md +99 -0
- package/templates/.agent/skills/seo-fundamentals/SKILL.md +83 -441
- package/templates/.agent/skills/seo-fundamentals/scripts/seo_checker.py +219 -0
- package/templates/.agent/skills/server-management/SKILL.md +161 -0
- package/templates/.agent/skills/systematic-debugging/SKILL.md +109 -0
- package/templates/.agent/skills/tdd-workflow/SKILL.md +149 -0
- package/templates/.agent/skills/testing-patterns/SKILL.md +178 -0
- package/templates/.agent/skills/testing-patterns/scripts/test_runner.py +219 -0
- package/templates/.agent/skills/tutorial-video-expert/SKILL.md +88 -0
- package/templates/.agent/skills/typescript-expert/SKILL.md +429 -0
- package/templates/.agent/skills/ui-ux-pro-max/SKILL.md +1 -1
- package/templates/.agent/skills/ui-ux-pro-max/data/charts.csv +26 -0
- package/templates/.agent/skills/ui-ux-pro-max/data/colors.csv +97 -0
- package/templates/.agent/skills/ui-ux-pro-max/data/icons.csv +101 -0
- package/templates/.agent/skills/ui-ux-pro-max/data/landing.csv +31 -0
- package/templates/.agent/skills/ui-ux-pro-max/data/products.csv +97 -0
- package/templates/.agent/skills/ui-ux-pro-max/data/prompts.csv +24 -0
- package/templates/.agent/skills/ui-ux-pro-max/data/react-performance.csv +45 -0
- package/templates/.agent/skills/ui-ux-pro-max/data/stacks/flutter.csv +53 -0
- package/templates/.agent/skills/ui-ux-pro-max/data/stacks/html-tailwind.csv +56 -0
- package/templates/.agent/skills/ui-ux-pro-max/data/stacks/nextjs.csv +53 -0
- package/templates/.agent/skills/ui-ux-pro-max/data/stacks/nuxt-ui.csv +51 -0
- package/templates/.agent/skills/ui-ux-pro-max/data/stacks/nuxtjs.csv +59 -0
- package/templates/.agent/skills/ui-ux-pro-max/data/stacks/react-native.csv +52 -0
- package/templates/.agent/skills/ui-ux-pro-max/data/stacks/react.csv +54 -0
- package/templates/.agent/skills/ui-ux-pro-max/data/stacks/shadcn.csv +61 -0
- package/templates/.agent/skills/ui-ux-pro-max/data/stacks/svelte.csv +54 -0
- package/templates/.agent/skills/ui-ux-pro-max/data/stacks/swiftui.csv +51 -0
- package/templates/.agent/skills/ui-ux-pro-max/data/stacks/vue.csv +50 -0
- package/templates/.agent/skills/ui-ux-pro-max/data/styles.csv +59 -0
- package/templates/.agent/skills/ui-ux-pro-max/data/typography.csv +58 -0
- package/templates/.agent/skills/ui-ux-pro-max/data/ui-reasoning.csv +101 -0
- package/templates/.agent/skills/ui-ux-pro-max/data/ux-guidelines.csv +100 -0
- package/templates/.agent/skills/ui-ux-pro-max/data/web-interface.csv +31 -0
- package/templates/.agent/skills/ui-ux-pro-max/scripts/core.py +257 -0
- package/templates/.agent/skills/ui-ux-pro-max/scripts/design_system.py +487 -0
- package/templates/.agent/skills/ui-ux-pro-max/scripts/search.py +76 -0
- package/templates/.agent/skills/vision-analysis/SKILL.md +174 -0
- package/templates/.agent/skills/vue-expert/SKILL.md +374 -0
- package/templates/.agent/skills/vulnerability-scanner/SKILL.md +276 -0
- package/templates/.agent/skills/vulnerability-scanner/checklists.md +121 -0
- package/templates/.agent/skills/vulnerability-scanner/scripts/security_scan.py +458 -0
- package/templates/.agent/skills/webapp-testing/SKILL.md +187 -0
- package/templates/.agent/skills/webapp-testing/scripts/playwright_runner.py +173 -0
- package/templates/.agent/workflows/analyze.md +3 -0
- package/templates/.agent/workflows/brainstorm.md +113 -0
- package/templates/.agent/workflows/brand-report.md +44 -0
- package/templates/.agent/workflows/create.md +59 -0
- package/templates/.agent/workflows/debug.md +103 -0
- package/templates/.agent/workflows/deploy.md +176 -0
- package/templates/.agent/workflows/enhance.md +63 -0
- package/templates/.agent/workflows/orchestrate.md +237 -0
- package/templates/.agent/workflows/plan.md +89 -0
- package/templates/.agent/workflows/preview.md +80 -0
- package/templates/.agent/workflows/report.md +49 -0
- package/templates/.agent/workflows/status.md +86 -0
- package/templates/.agent/workflows/test.md +144 -0
- package/templates/.agent/workflows/ui-ux-pro-max.md +231 -0
|
@@ -1,551 +1,259 @@
|
|
|
1
1
|
---
|
|
2
|
-
name:
|
|
3
|
-
description:
|
|
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
|
-
#
|
|
7
|
+
# PPC Advertising
|
|
7
8
|
|
|
8
|
-
|
|
9
|
+
> Master paid advertising across major platforms.
|
|
9
10
|
|
|
10
|
-
|
|
11
|
+
---
|
|
11
12
|
|
|
12
|
-
|
|
13
|
+
## 1. Platform Overview
|
|
13
14
|
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
-
|
|
17
|
-
|
|
18
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
###
|
|
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
|
-
|
|
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
|
-
|
|
47
|
+
### Ad Structure
|
|
105
48
|
|
|
106
|
-
|
|
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
|
-
|
|
57
|
+
## 3. Meta Ads (Facebook/Instagram)
|
|
121
58
|
|
|
122
|
-
|
|
59
|
+
### Campaign Objectives
|
|
123
60
|
|
|
124
|
-
|
|
125
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
136
|
-
- 70% to proven/safe campaigns
|
|
137
|
-
- 30% to testing new audiences/creative
|
|
77
|
+
### Ad Formats
|
|
138
78
|
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
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
|
-
##
|
|
147
|
-
|
|
148
|
-
### Primary Text Formulas
|
|
88
|
+
## 4. LinkedIn Ads
|
|
149
89
|
|
|
150
|
-
|
|
151
|
-
```
|
|
152
|
-
[Problem statement]
|
|
153
|
-
[Agitate the pain]
|
|
154
|
-
[Introduce solution]
|
|
155
|
-
[CTA]
|
|
156
|
-
```
|
|
90
|
+
### Campaign Objectives
|
|
157
91
|
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
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
|
-
|
|
165
|
-
```
|
|
166
|
-
[Current painful state]
|
|
167
|
-
[Desired future state]
|
|
168
|
-
[Your product as the bridge]
|
|
169
|
-
```
|
|
100
|
+
### Targeting Options
|
|
170
101
|
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
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
|
-
|
|
177
|
-
```
|
|
178
|
-
[Impressive stat or testimonial]
|
|
179
|
-
[What you do]
|
|
180
|
-
[CTA]
|
|
181
|
-
```
|
|
111
|
+
### Ad Formats
|
|
182
112
|
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
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
|
-
##
|
|
123
|
+
## 5. Bidding Strategies
|
|
225
124
|
|
|
226
|
-
### Google
|
|
125
|
+
### Google Bidding
|
|
227
126
|
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
261
|
-
- Job titles (be specific, avoid broad)
|
|
262
|
-
- Job functions + seniority
|
|
263
|
-
- Skills (self-reported)
|
|
147
|
+
## 6. Campaign Structure
|
|
264
148
|
|
|
265
|
-
|
|
266
|
-
- Company size
|
|
267
|
-
- Industry
|
|
268
|
-
- Company names (ABM)
|
|
269
|
-
- Company growth rate
|
|
149
|
+
### Account Structure (Google)
|
|
270
150
|
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
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
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
**
|
|
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
|
-
##
|
|
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
|
-
|
|
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
|
-
###
|
|
180
|
+
### Description Copy
|
|
398
181
|
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
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
|
-
|
|
405
|
-
- Audience: Pricing page visitors, feature page visitors
|
|
406
|
-
- Message: Case studies, demos, comparisons
|
|
407
|
-
- Goal: Move to decision
|
|
189
|
+
---
|
|
408
190
|
|
|
409
|
-
|
|
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
|
-
###
|
|
193
|
+
### Message Match
|
|
415
194
|
|
|
416
|
-
|
|
|
417
|
-
|
|
418
|
-
|
|
|
419
|
-
|
|
|
420
|
-
|
|
|
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
|
-
###
|
|
202
|
+
### Quality Score Factors (Google)
|
|
423
203
|
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
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
|
-
##
|
|
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
|
-
###
|
|
214
|
+
### Performance Metrics
|
|
445
215
|
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
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
|
-
###
|
|
224
|
+
### Efficiency Metrics
|
|
454
225
|
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
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
|
-
##
|
|
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
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
-
|
|
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
|
-
|
|
245
|
+
- [ ] Review campaign structure
|
|
246
|
+
- [ ] Refresh ad creative
|
|
247
|
+
- [ ] Analyze audience performance
|
|
248
|
+
- [ ] Test new targeting
|
|
535
249
|
|
|
536
|
-
|
|
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
|
-
|
|
257
|
+
---
|
|
547
258
|
|
|
548
|
-
|
|
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.
|