@miranda0808/maya-codex 0.1.0
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 +30 -0
- package/bin/maya-codex.js +36 -0
- package/package.json +19 -0
- package/payload/.agents/skills/ab-test-setup/SKILL.md +266 -0
- package/payload/.agents/skills/ab-test-setup/evals/evals.json +105 -0
- package/payload/.agents/skills/ab-test-setup/references/sample-size-guide.md +263 -0
- package/payload/.agents/skills/ab-test-setup/references/test-templates.md +277 -0
- package/payload/.agents/skills/ad-creative/SKILL.md +362 -0
- package/payload/.agents/skills/ad-creative/evals/evals.json +90 -0
- package/payload/.agents/skills/ad-creative/references/generative-tools.md +637 -0
- package/payload/.agents/skills/ad-creative/references/platform-specs.md +213 -0
- package/payload/.agents/skills/ai-seo/SKILL.md +398 -0
- package/payload/.agents/skills/ai-seo/evals/evals.json +90 -0
- package/payload/.agents/skills/ai-seo/references/content-patterns.md +285 -0
- package/payload/.agents/skills/ai-seo/references/platform-ranking-factors.md +152 -0
- package/payload/.agents/skills/analytics-tracking/SKILL.md +309 -0
- package/payload/.agents/skills/analytics-tracking/evals/evals.json +90 -0
- package/payload/.agents/skills/analytics-tracking/references/event-library.md +260 -0
- package/payload/.agents/skills/analytics-tracking/references/ga4-implementation.md +300 -0
- package/payload/.agents/skills/analytics-tracking/references/gtm-implementation.md +390 -0
- package/payload/.agents/skills/churn-prevention/SKILL.md +424 -0
- package/payload/.agents/skills/churn-prevention/evals/evals.json +93 -0
- package/payload/.agents/skills/churn-prevention/references/cancel-flow-patterns.md +316 -0
- package/payload/.agents/skills/churn-prevention/references/dunning-playbook.md +408 -0
- package/payload/.agents/skills/cold-email/SKILL.md +158 -0
- package/payload/.agents/skills/cold-email/evals/evals.json +94 -0
- package/payload/.agents/skills/cold-email/references/benchmarks.md +83 -0
- package/payload/.agents/skills/cold-email/references/follow-up-sequences.md +81 -0
- package/payload/.agents/skills/cold-email/references/frameworks.md +90 -0
- package/payload/.agents/skills/cold-email/references/personalization.md +79 -0
- package/payload/.agents/skills/cold-email/references/subject-lines.md +53 -0
- package/payload/.agents/skills/competitor-alternatives/SKILL.md +256 -0
- package/payload/.agents/skills/competitor-alternatives/evals/evals.json +93 -0
- package/payload/.agents/skills/competitor-alternatives/references/content-architecture.md +271 -0
- package/payload/.agents/skills/competitor-alternatives/references/templates.md +223 -0
- package/payload/.agents/skills/content-strategy/SKILL.md +359 -0
- package/payload/.agents/skills/content-strategy/evals/evals.json +90 -0
- package/payload/.agents/skills/copy-editing/SKILL.md +447 -0
- package/payload/.agents/skills/copy-editing/evals/evals.json +89 -0
- package/payload/.agents/skills/copy-editing/references/plain-english-alternatives.md +394 -0
- package/payload/.agents/skills/copywriting/SKILL.md +252 -0
- package/payload/.agents/skills/copywriting/evals/evals.json +111 -0
- package/payload/.agents/skills/copywriting/references/copy-frameworks.md +344 -0
- package/payload/.agents/skills/copywriting/references/natural-transitions.md +272 -0
- package/payload/.agents/skills/email-sequence/SKILL.md +309 -0
- package/payload/.agents/skills/email-sequence/evals/evals.json +93 -0
- package/payload/.agents/skills/email-sequence/references/copy-guidelines.md +113 -0
- package/payload/.agents/skills/email-sequence/references/email-types.md +515 -0
- package/payload/.agents/skills/email-sequence/references/sequence-templates.md +168 -0
- package/payload/.agents/skills/form-cro/SKILL.md +429 -0
- package/payload/.agents/skills/form-cro/evals/evals.json +90 -0
- package/payload/.agents/skills/free-tool-strategy/SKILL.md +178 -0
- package/payload/.agents/skills/free-tool-strategy/evals/evals.json +90 -0
- package/payload/.agents/skills/free-tool-strategy/references/tool-types.md +217 -0
- package/payload/.agents/skills/launch-strategy/SKILL.md +353 -0
- package/payload/.agents/skills/launch-strategy/evals/evals.json +91 -0
- package/payload/.agents/skills/marketing-ideas/SKILL.md +167 -0
- package/payload/.agents/skills/marketing-ideas/evals/evals.json +90 -0
- package/payload/.agents/skills/marketing-ideas/references/ideas-by-category.md +366 -0
- package/payload/.agents/skills/marketing-psychology/SKILL.md +455 -0
- package/payload/.agents/skills/marketing-psychology/evals/evals.json +88 -0
- package/payload/.agents/skills/onboarding-cro/SKILL.md +220 -0
- package/payload/.agents/skills/onboarding-cro/evals/evals.json +92 -0
- package/payload/.agents/skills/onboarding-cro/references/experiments.md +258 -0
- package/payload/.agents/skills/page-cro/SKILL.md +182 -0
- package/payload/.agents/skills/page-cro/evals/evals.json +111 -0
- package/payload/.agents/skills/page-cro/references/experiments.md +248 -0
- package/payload/.agents/skills/paid-ads/SKILL.md +315 -0
- package/payload/.agents/skills/paid-ads/evals/evals.json +90 -0
- package/payload/.agents/skills/paid-ads/references/ad-copy-templates.md +207 -0
- package/payload/.agents/skills/paid-ads/references/audience-targeting.md +243 -0
- package/payload/.agents/skills/paid-ads/references/platform-setup-checklists.md +277 -0
- package/payload/.agents/skills/paywall-upgrade-cro/SKILL.md +227 -0
- package/payload/.agents/skills/paywall-upgrade-cro/evals/evals.json +93 -0
- package/payload/.agents/skills/paywall-upgrade-cro/references/experiments.md +164 -0
- package/payload/.agents/skills/popup-cro/SKILL.md +453 -0
- package/payload/.agents/skills/popup-cro/evals/evals.json +94 -0
- package/payload/.agents/skills/pricing-strategy/SKILL.md +231 -0
- package/payload/.agents/skills/pricing-strategy/evals/evals.json +90 -0
- package/payload/.agents/skills/pricing-strategy/references/research-methods.md +152 -0
- package/payload/.agents/skills/pricing-strategy/references/tier-structure.md +232 -0
- package/payload/.agents/skills/product-marketing-context/SKILL.md +27 -0
- package/payload/.agents/skills/product-marketing-context/evals/evals.json +40 -0
- package/payload/.agents/skills/programmatic-seo/SKILL.md +238 -0
- package/payload/.agents/skills/programmatic-seo/evals/evals.json +94 -0
- package/payload/.agents/skills/programmatic-seo/references/playbooks.md +308 -0
- package/payload/.agents/skills/referral-program/SKILL.md +255 -0
- package/payload/.agents/skills/referral-program/evals/evals.json +89 -0
- package/payload/.agents/skills/referral-program/references/affiliate-programs.md +164 -0
- package/payload/.agents/skills/referral-program/references/program-examples.md +143 -0
- package/payload/.agents/skills/revops/SKILL.md +343 -0
- package/payload/.agents/skills/revops/evals/evals.json +91 -0
- package/payload/.agents/skills/revops/references/automation-playbooks.md +290 -0
- package/payload/.agents/skills/revops/references/lifecycle-definitions.md +278 -0
- package/payload/.agents/skills/revops/references/routing-rules.md +203 -0
- package/payload/.agents/skills/revops/references/scoring-models.md +247 -0
- package/payload/.agents/skills/sales-enablement/SKILL.md +349 -0
- package/payload/.agents/skills/sales-enablement/evals/evals.json +91 -0
- package/payload/.agents/skills/sales-enablement/references/deck-frameworks.md +263 -0
- package/payload/.agents/skills/sales-enablement/references/demo-scripts.md +355 -0
- package/payload/.agents/skills/sales-enablement/references/objection-library.md +270 -0
- package/payload/.agents/skills/sales-enablement/references/one-pager-templates.md +208 -0
- package/payload/.agents/skills/schema-markup/SKILL.md +179 -0
- package/payload/.agents/skills/schema-markup/evals/evals.json +87 -0
- package/payload/.agents/skills/schema-markup/references/schema-examples.md +398 -0
- package/payload/.agents/skills/seo-audit/SKILL.md +412 -0
- package/payload/.agents/skills/seo-audit/evals/evals.json +136 -0
- package/payload/.agents/skills/seo-audit/references/ai-writing-detection.md +200 -0
- package/payload/.agents/skills/signup-flow-cro/SKILL.md +359 -0
- package/payload/.agents/skills/signup-flow-cro/evals/evals.json +88 -0
- package/payload/.agents/skills/site-architecture/SKILL.md +357 -0
- package/payload/.agents/skills/site-architecture/evals/evals.json +88 -0
- package/payload/.agents/skills/site-architecture/references/mermaid-templates.md +216 -0
- package/payload/.agents/skills/site-architecture/references/navigation-patterns.md +305 -0
- package/payload/.agents/skills/site-architecture/references/site-type-templates.md +293 -0
- package/payload/.agents/skills/social-content/SKILL.md +278 -0
- package/payload/.agents/skills/social-content/evals/evals.json +92 -0
- package/payload/.agents/skills/social-content/references/platforms.md +170 -0
- package/payload/.agents/skills/social-content/references/post-templates.md +177 -0
- package/payload/.agents/skills/social-content/references/reverse-engineering.md +195 -0
- package/payload/.maya/executor.md +79 -0
- package/payload/.maya/meta-api-agent.md +48 -0
- package/payload/.maya/modes/consult.md +63 -0
- package/payload/.maya/modes/task.md +97 -0
- package/payload/.maya/planner.md +69 -0
- package/payload/.maya/researcher.md +51 -0
- package/payload/.maya/templates/plan.md +77 -0
- package/payload/.maya/templates/state.md +87 -0
- package/payload/.maya/templates/task-packet.md +75 -0
- package/payload/MAYA-CATALOG.md +115 -0
- package/payload/MAYA-DEPENDENCIES.md +58 -0
- package/payload/MAYA.md +151 -0
- package/payload/campaigns/README.md +14 -0
- package/payload/commands/maya-consult.md +28 -0
- package/payload/commands/maya-task.md +38 -0
- package/payload/commands/product.md +55 -0
- package/payload/research/README.md +14 -0
- package/payload/templates/README.md +15 -0
- package/payload/templates/plan.md +77 -0
- package/payload/templates/state.md +87 -0
- package/payload/templates/task-packet.md +75 -0
- package/payload/tools/REGISTRY.md +368 -0
- package/payload/tools/clis/README.md +187 -0
- package/payload/tools/clis/activecampaign.js +435 -0
- package/payload/tools/clis/adobe-analytics.js +161 -0
- package/payload/tools/clis/ahrefs.js +192 -0
- package/payload/tools/clis/amplitude.js +182 -0
- package/payload/tools/clis/apollo.js +142 -0
- package/payload/tools/clis/beehiiv.js +245 -0
- package/payload/tools/clis/brevo.js +368 -0
- package/payload/tools/clis/buffer.js +260 -0
- package/payload/tools/clis/calendly.js +253 -0
- package/payload/tools/clis/clearbit.js +163 -0
- package/payload/tools/clis/customer-io.js +205 -0
- package/payload/tools/clis/dataforseo.js +257 -0
- package/payload/tools/clis/demio.js +149 -0
- package/payload/tools/clis/dub.js +158 -0
- package/payload/tools/clis/g2.js +186 -0
- package/payload/tools/clis/ga4.js +194 -0
- package/payload/tools/clis/google-ads.js +189 -0
- package/payload/tools/clis/google-search-console.js +166 -0
- package/payload/tools/clis/hotjar.js +167 -0
- package/payload/tools/clis/hunter.js +249 -0
- package/payload/tools/clis/instantly.js +270 -0
- package/payload/tools/clis/intercom.js +399 -0
- package/payload/tools/clis/keywords-everywhere.js +185 -0
- package/payload/tools/clis/kit.js +232 -0
- package/payload/tools/clis/klaviyo.js +348 -0
- package/payload/tools/clis/lemlist.js +221 -0
- package/payload/tools/clis/linkedin-ads.js +185 -0
- package/payload/tools/clis/livestorm.js +292 -0
- package/payload/tools/clis/mailchimp.js +220 -0
- package/payload/tools/clis/mention-me.js +161 -0
- package/payload/tools/clis/meta-ads.js +181 -0
- package/payload/tools/clis/mixpanel.js +248 -0
- package/payload/tools/clis/onesignal.js +241 -0
- package/payload/tools/clis/optimizely.js +233 -0
- package/payload/tools/clis/paddle.js +385 -0
- package/payload/tools/clis/partnerstack.js +382 -0
- package/payload/tools/clis/plausible.js +249 -0
- package/payload/tools/clis/postmark.js +375 -0
- package/payload/tools/clis/resend.js +370 -0
- package/payload/tools/clis/rewardful.js +160 -0
- package/payload/tools/clis/savvycal.js +223 -0
- package/payload/tools/clis/segment.js +192 -0
- package/payload/tools/clis/semrush.js +207 -0
- package/payload/tools/clis/sendgrid.js +211 -0
- package/payload/tools/clis/snov.js +237 -0
- package/payload/tools/clis/tiktok-ads.js +190 -0
- package/payload/tools/clis/tolt.js +153 -0
- package/payload/tools/clis/trustpilot.js +276 -0
- package/payload/tools/clis/typeform.js +269 -0
- package/payload/tools/clis/wistia.js +256 -0
- package/payload/tools/clis/zapier.js +160 -0
- package/payload/tools/integrations/activecampaign.md +337 -0
- package/payload/tools/integrations/adobe-analytics.md +156 -0
- package/payload/tools/integrations/ahrefs.md +142 -0
- package/payload/tools/integrations/amplitude.md +135 -0
- package/payload/tools/integrations/apollo.md +148 -0
- package/payload/tools/integrations/beehiiv.md +157 -0
- package/payload/tools/integrations/brevo.md +268 -0
- package/payload/tools/integrations/buffer.md +138 -0
- package/payload/tools/integrations/calendly.md +161 -0
- package/payload/tools/integrations/clearbit.md +142 -0
- package/payload/tools/integrations/customer-io.md +187 -0
- package/payload/tools/integrations/dataforseo.md +165 -0
- package/payload/tools/integrations/demio.md +182 -0
- package/payload/tools/integrations/dub-co.md +160 -0
- package/payload/tools/integrations/g2.md +179 -0
- package/payload/tools/integrations/ga4.md +126 -0
- package/payload/tools/integrations/google-ads.md +159 -0
- package/payload/tools/integrations/google-search-console.md +147 -0
- package/payload/tools/integrations/hotjar.md +147 -0
- package/payload/tools/integrations/hubspot.md +178 -0
- package/payload/tools/integrations/hunter.md +90 -0
- package/payload/tools/integrations/instantly.md +104 -0
- package/payload/tools/integrations/intercom.md +292 -0
- package/payload/tools/integrations/keywords-everywhere.md +207 -0
- package/payload/tools/integrations/kit.md +167 -0
- package/payload/tools/integrations/klaviyo.md +228 -0
- package/payload/tools/integrations/lemlist.md +110 -0
- package/payload/tools/integrations/linkedin-ads.md +164 -0
- package/payload/tools/integrations/livestorm.md +313 -0
- package/payload/tools/integrations/mailchimp.md +150 -0
- package/payload/tools/integrations/mention-me.md +160 -0
- package/payload/tools/integrations/meta-ads.md +147 -0
- package/payload/tools/integrations/mixpanel.md +137 -0
- package/payload/tools/integrations/onesignal.md +229 -0
- package/payload/tools/integrations/optimizely.md +171 -0
- package/payload/tools/integrations/paddle.md +212 -0
- package/payload/tools/integrations/partnerstack.md +222 -0
- package/payload/tools/integrations/plausible.md +177 -0
- package/payload/tools/integrations/posthog.md +151 -0
- package/payload/tools/integrations/postmark.md +234 -0
- package/payload/tools/integrations/resend.md +168 -0
- package/payload/tools/integrations/rewardful.md +147 -0
- package/payload/tools/integrations/salesforce.md +150 -0
- package/payload/tools/integrations/savvycal.md +181 -0
- package/payload/tools/integrations/segment.md +159 -0
- package/payload/tools/integrations/semrush.md +121 -0
- package/payload/tools/integrations/sendgrid.md +161 -0
- package/payload/tools/integrations/shopify.md +176 -0
- package/payload/tools/integrations/snov.md +94 -0
- package/payload/tools/integrations/stripe.md +148 -0
- package/payload/tools/integrations/tiktok-ads.md +161 -0
- package/payload/tools/integrations/tolt.md +144 -0
- package/payload/tools/integrations/trustpilot.md +191 -0
- package/payload/tools/integrations/typeform.md +190 -0
- package/payload/tools/integrations/webflow.md +198 -0
- package/payload/tools/integrations/wistia.md +164 -0
- package/payload/tools/integrations/wordpress.md +175 -0
- package/payload/tools/integrations/zapier.md +150 -0
- package/payload/tools/meta/README.md +55 -0
- package/payload/tools/meta/meta-cache-schema.md +65 -0
- package/payload/tools/meta/meta-fetch.ps1 +324 -0
- package/payload/tools/meta/meta-fetch.test.ps1 +38 -0
- package/vendor/shared-installer/manifests/claude-files.json +13 -0
- package/vendor/shared-installer/manifests/codex-files.json +13 -0
- package/vendor/shared-installer/manifests/common-files.json +13 -0
- package/vendor/shared-installer/package.json +15 -0
- package/vendor/shared-installer/src/bootstrap.js +12 -0
- package/vendor/shared-installer/src/cli-options.js +53 -0
- package/vendor/shared-installer/src/fs.js +105 -0
- package/vendor/shared-installer/src/index.js +44 -0
- package/vendor/shared-installer/src/install.js +157 -0
- package/vendor/shared-installer/src/manifest.js +52 -0
- package/vendor/shared-installer/templates/claude/.claude/skills/.gitkeep +1 -0
- package/vendor/shared-installer/templates/claude/CLAUDE.md +27 -0
- package/vendor/shared-installer/templates/codex/.agent/skills/.gitkeep +1 -0
- package/vendor/shared-installer/templates/codex/AGENTS.md +27 -0
|
@@ -0,0 +1,362 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: ad-creative
|
|
3
|
+
description: "When the user wants to generate, iterate, or scale ad creative — headlines, descriptions, primary text, or full ad variations — for any paid advertising platform. Also use when the user mentions 'ad copy variations,' 'ad creative,' 'generate headlines,' 'RSA headlines,' 'bulk ad copy,' 'ad iterations,' 'creative testing,' 'ad performance optimization,' 'write me some ads,' 'Facebook ad copy,' 'Google ad headlines,' 'LinkedIn ad text,' or 'I need more ad variations.' Use this whenever someone needs to produce ad copy at scale or iterate on existing ads. For campaign strategy and targeting, see paid-ads. For landing page copy, see copywriting."
|
|
4
|
+
metadata:
|
|
5
|
+
version: 1.1.0
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
# Ad Creative
|
|
9
|
+
|
|
10
|
+
You are an expert performance creative strategist. Your goal is to generate high-performing ad creative at scale — headlines, descriptions, and primary text that drive clicks and conversions — and iterate based on real performance data.
|
|
11
|
+
|
|
12
|
+
## Before Starting
|
|
13
|
+
|
|
14
|
+
**Use approved context inputs first:**
|
|
15
|
+
In Maya task workflows, start with the approved `TASK-PACKET.md` inputs and listed brand sections. If `PRODUCT.md` is explicitly provided or the work is being done in consult-style standalone usage, read `PRODUCT.md` before asking questions. If `PRODUCT.md` is missing, do not pretend the output is fully brand-calibrated.
|
|
16
|
+
|
|
17
|
+
Gather this context (ask if not provided):
|
|
18
|
+
|
|
19
|
+
### 1. Platform & Format
|
|
20
|
+
- What platform? (Google Ads, Meta, LinkedIn, TikTok, Twitter/X)
|
|
21
|
+
- What ad format? (Search RSAs, display, social feed, stories, video)
|
|
22
|
+
- Are there existing ads to iterate on, or starting from scratch?
|
|
23
|
+
|
|
24
|
+
### 2. Product & Offer
|
|
25
|
+
- What are you promoting? (Product, feature, free trial, demo, lead magnet)
|
|
26
|
+
- What's the core value proposition?
|
|
27
|
+
- What makes this different from competitors?
|
|
28
|
+
|
|
29
|
+
### 3. Audience & Intent
|
|
30
|
+
- Who is the target audience?
|
|
31
|
+
- What stage of awareness? (Problem-aware, solution-aware, product-aware)
|
|
32
|
+
- What pain points or desires drive them?
|
|
33
|
+
|
|
34
|
+
### 4. Performance Data (if iterating)
|
|
35
|
+
- What creative is currently running?
|
|
36
|
+
- Which headlines/descriptions are performing best? (CTR, conversion rate, ROAS)
|
|
37
|
+
- Which are underperforming?
|
|
38
|
+
- What angles or themes have been tested?
|
|
39
|
+
|
|
40
|
+
### 5. Constraints
|
|
41
|
+
- Brand voice guidelines or words to avoid?
|
|
42
|
+
- Compliance requirements? (Industry regulations, platform policies)
|
|
43
|
+
- Any mandatory elements? (Brand name, trademark symbols, disclaimers)
|
|
44
|
+
|
|
45
|
+
---
|
|
46
|
+
|
|
47
|
+
## How This Skill Works
|
|
48
|
+
|
|
49
|
+
This skill supports two modes:
|
|
50
|
+
|
|
51
|
+
### Mode 1: Generate from Scratch
|
|
52
|
+
When starting fresh, you generate a full set of ad creative based on product context, audience insights, and platform best practices.
|
|
53
|
+
|
|
54
|
+
### Mode 2: Iterate from Performance Data
|
|
55
|
+
When the user provides performance data (CSV, paste, or API output), you analyze what's working, identify patterns in top performers, and generate new variations that build on winning themes while exploring new angles.
|
|
56
|
+
|
|
57
|
+
The core loop:
|
|
58
|
+
|
|
59
|
+
```
|
|
60
|
+
Pull performance data → Identify winning patterns → Generate new variations → Validate specs → Deliver
|
|
61
|
+
```
|
|
62
|
+
|
|
63
|
+
---
|
|
64
|
+
|
|
65
|
+
## Platform Specs
|
|
66
|
+
|
|
67
|
+
Platforms reject or truncate creative that exceeds these limits, so verify every piece of copy fits before delivering.
|
|
68
|
+
|
|
69
|
+
### Google Ads (Responsive Search Ads)
|
|
70
|
+
|
|
71
|
+
| Element | Limit | Quantity |
|
|
72
|
+
|---------|-------|----------|
|
|
73
|
+
| Headline | 30 characters | Up to 15 |
|
|
74
|
+
| Description | 90 characters | Up to 4 |
|
|
75
|
+
| Display URL path | 15 characters each | 2 paths |
|
|
76
|
+
|
|
77
|
+
**RSA rules:**
|
|
78
|
+
- Headlines must make sense independently and in any combination
|
|
79
|
+
- Pin headlines to positions only when necessary (reduces optimization)
|
|
80
|
+
- Include at least one keyword-focused headline
|
|
81
|
+
- Include at least one benefit-focused headline
|
|
82
|
+
- Include at least one CTA headline
|
|
83
|
+
|
|
84
|
+
### Meta Ads (Facebook/Instagram)
|
|
85
|
+
|
|
86
|
+
| Element | Limit | Notes |
|
|
87
|
+
|---------|-------|-------|
|
|
88
|
+
| Primary text | 125 chars visible (up to 2,200) | Front-load the hook |
|
|
89
|
+
| Headline | 40 characters recommended | Below the image |
|
|
90
|
+
| Description | 30 characters recommended | Below headline |
|
|
91
|
+
| URL display link | 40 characters | Optional |
|
|
92
|
+
|
|
93
|
+
### LinkedIn Ads
|
|
94
|
+
|
|
95
|
+
| Element | Limit | Notes |
|
|
96
|
+
|---------|-------|-------|
|
|
97
|
+
| Intro text | 150 chars recommended (600 max) | Above the image |
|
|
98
|
+
| Headline | 70 chars recommended (200 max) | Below the image |
|
|
99
|
+
| Description | 100 chars recommended (300 max) | Appears in some placements |
|
|
100
|
+
|
|
101
|
+
### TikTok Ads
|
|
102
|
+
|
|
103
|
+
| Element | Limit | Notes |
|
|
104
|
+
|---------|-------|-------|
|
|
105
|
+
| Ad text | 80 chars recommended (100 max) | Above the video |
|
|
106
|
+
| Display name | 40 characters | Brand name |
|
|
107
|
+
|
|
108
|
+
### Twitter/X Ads
|
|
109
|
+
|
|
110
|
+
| Element | Limit | Notes |
|
|
111
|
+
|---------|-------|-------|
|
|
112
|
+
| Tweet text | 280 characters | The ad copy |
|
|
113
|
+
| Headline | 70 characters | Card headline |
|
|
114
|
+
| Description | 200 characters | Card description |
|
|
115
|
+
|
|
116
|
+
For detailed specs and format variations, see [references/platform-specs.md](references/platform-specs.md).
|
|
117
|
+
|
|
118
|
+
---
|
|
119
|
+
|
|
120
|
+
## Generating Ad Visuals
|
|
121
|
+
|
|
122
|
+
For image and video ad creative, use generative AI tools and code-based video rendering. See [references/generative-tools.md](references/generative-tools.md) for the complete guide covering:
|
|
123
|
+
|
|
124
|
+
- **Image generation** — Nano Banana Pro (Gemini), Flux, Ideogram for static ad images
|
|
125
|
+
- **Video generation** — Veo, Kling, Runway, Sora, Seedance, Higgsfield for video ads
|
|
126
|
+
- **Voice & audio** — ElevenLabs, OpenAI TTS, Cartesia for voiceovers, cloning, multilingual
|
|
127
|
+
- **Code-based video** — Remotion for templated, data-driven video at scale
|
|
128
|
+
- **Platform image specs** — Correct dimensions for every ad placement
|
|
129
|
+
- **Cost comparison** — Pricing for 100+ ad variations across tools
|
|
130
|
+
|
|
131
|
+
**Recommended workflow for scaled production:**
|
|
132
|
+
1. Generate hero creative with AI tools (exploratory, high-quality)
|
|
133
|
+
2. Build Remotion templates based on winning patterns
|
|
134
|
+
3. Batch produce variations with Remotion using data feeds
|
|
135
|
+
4. Iterate — AI for new angles, Remotion for scale
|
|
136
|
+
|
|
137
|
+
---
|
|
138
|
+
|
|
139
|
+
## Generating Ad Copy
|
|
140
|
+
|
|
141
|
+
### Step 1: Define Your Angles
|
|
142
|
+
|
|
143
|
+
Before writing individual headlines, establish 3-5 distinct **angles** — different reasons someone would click. Each angle should tap into a different motivation.
|
|
144
|
+
|
|
145
|
+
**Common angle categories:**
|
|
146
|
+
|
|
147
|
+
| Category | Example Angle |
|
|
148
|
+
|----------|---------------|
|
|
149
|
+
| Pain point | "Stop wasting time on X" |
|
|
150
|
+
| Outcome | "Achieve Y in Z days" |
|
|
151
|
+
| Social proof | "Join 10,000+ teams who..." |
|
|
152
|
+
| Curiosity | "The X secret top companies use" |
|
|
153
|
+
| Comparison | "Unlike X, we do Y" |
|
|
154
|
+
| Urgency | "Limited time: get X free" |
|
|
155
|
+
| Identity | "Built for [specific role/type]" |
|
|
156
|
+
| Contrarian | "Why [common practice] doesn't work" |
|
|
157
|
+
|
|
158
|
+
### Step 2: Generate Variations per Angle
|
|
159
|
+
|
|
160
|
+
For each angle, generate multiple variations. Vary:
|
|
161
|
+
- **Word choice** — synonyms, active vs. passive
|
|
162
|
+
- **Specificity** — numbers vs. general claims
|
|
163
|
+
- **Tone** — direct vs. question vs. command
|
|
164
|
+
- **Structure** — short punch vs. full benefit statement
|
|
165
|
+
|
|
166
|
+
### Step 3: Validate Against Specs
|
|
167
|
+
|
|
168
|
+
Before delivering, check every piece of creative against the platform's character limits. Flag anything that's over and provide a trimmed alternative.
|
|
169
|
+
|
|
170
|
+
### Step 4: Organize for Upload
|
|
171
|
+
|
|
172
|
+
Present creative in a structured format that maps to the ad platform's upload requirements.
|
|
173
|
+
|
|
174
|
+
---
|
|
175
|
+
|
|
176
|
+
## Iterating from Performance Data
|
|
177
|
+
|
|
178
|
+
When the user provides performance data, follow this process:
|
|
179
|
+
|
|
180
|
+
### Step 1: Analyze Winners
|
|
181
|
+
|
|
182
|
+
Look at the top-performing creative (by CTR, conversion rate, or ROAS — ask which metric matters most) and identify:
|
|
183
|
+
|
|
184
|
+
- **Winning themes** — What topics or pain points appear in top performers?
|
|
185
|
+
- **Winning structures** — Questions? Statements? Commands? Numbers?
|
|
186
|
+
- **Winning word patterns** — Specific words or phrases that recur?
|
|
187
|
+
- **Character utilization** — Are top performers shorter or longer?
|
|
188
|
+
|
|
189
|
+
### Step 2: Analyze Losers
|
|
190
|
+
|
|
191
|
+
Look at the worst performers and identify:
|
|
192
|
+
|
|
193
|
+
- **Themes that fall flat** — What angles aren't resonating?
|
|
194
|
+
- **Common patterns in low performers** — Too generic? Too long? Wrong tone?
|
|
195
|
+
|
|
196
|
+
### Step 3: Generate New Variations
|
|
197
|
+
|
|
198
|
+
Create new creative that:
|
|
199
|
+
- **Doubles down** on winning themes with fresh phrasing
|
|
200
|
+
- **Extends** winning angles into new variations
|
|
201
|
+
- **Tests** 1-2 new angles not yet explored
|
|
202
|
+
- **Avoids** patterns found in underperformers
|
|
203
|
+
|
|
204
|
+
### Step 4: Document the Iteration
|
|
205
|
+
|
|
206
|
+
Track what was learned and what's being tested:
|
|
207
|
+
|
|
208
|
+
```
|
|
209
|
+
## Iteration Log
|
|
210
|
+
- Round: [number]
|
|
211
|
+
- Date: [date]
|
|
212
|
+
- Top performers: [list with metrics]
|
|
213
|
+
- Winning patterns: [summary]
|
|
214
|
+
- New variations: [count] headlines, [count] descriptions
|
|
215
|
+
- New angles being tested: [list]
|
|
216
|
+
- Angles retired: [list]
|
|
217
|
+
```
|
|
218
|
+
|
|
219
|
+
---
|
|
220
|
+
|
|
221
|
+
## Writing Quality Standards
|
|
222
|
+
|
|
223
|
+
### Headlines That Click
|
|
224
|
+
|
|
225
|
+
**Strong headlines:**
|
|
226
|
+
- Specific ("Cut reporting time 75%") over vague ("Save time")
|
|
227
|
+
- Benefits ("Ship code faster") over features ("CI/CD pipeline")
|
|
228
|
+
- Active voice ("Automate your reports") over passive ("Reports are automated")
|
|
229
|
+
- Include numbers when possible ("3x faster," "in 5 minutes," "10,000+ teams")
|
|
230
|
+
|
|
231
|
+
**Avoid:**
|
|
232
|
+
- Jargon the audience won't recognize
|
|
233
|
+
- Claims without specificity ("Best," "Leading," "Top")
|
|
234
|
+
- All caps or excessive punctuation
|
|
235
|
+
- Clickbait that the landing page can't deliver on
|
|
236
|
+
|
|
237
|
+
### Descriptions That Convert
|
|
238
|
+
|
|
239
|
+
Descriptions should complement headlines, not repeat them. Use descriptions to:
|
|
240
|
+
- Add proof points (numbers, testimonials, awards)
|
|
241
|
+
- Handle objections ("No credit card required," "Free forever for small teams")
|
|
242
|
+
- Reinforce CTAs ("Start your free trial today")
|
|
243
|
+
- Add urgency when genuine ("Limited to first 500 signups")
|
|
244
|
+
|
|
245
|
+
---
|
|
246
|
+
|
|
247
|
+
## Output Formats
|
|
248
|
+
|
|
249
|
+
### Standard Output
|
|
250
|
+
|
|
251
|
+
Organize by angle, with character counts:
|
|
252
|
+
|
|
253
|
+
```
|
|
254
|
+
## Angle: [Pain Point — Manual Reporting]
|
|
255
|
+
|
|
256
|
+
### Headlines (30 char max)
|
|
257
|
+
1. "Stop Building Reports by Hand" (29)
|
|
258
|
+
2. "Automate Your Weekly Reports" (28)
|
|
259
|
+
3. "Reports Done in 5 Min, Not 5 Hr" (31) <- OVER LIMIT, trimmed below
|
|
260
|
+
-> "Reports in 5 Min, Not 5 Hrs" (27)
|
|
261
|
+
|
|
262
|
+
### Descriptions (90 char max)
|
|
263
|
+
1. "Marketing teams save 10+ hours/week with automated reporting. Start free." (73)
|
|
264
|
+
2. "Connect your data sources once. Get automated reports forever. No code required." (80)
|
|
265
|
+
```
|
|
266
|
+
|
|
267
|
+
### Bulk CSV Output
|
|
268
|
+
|
|
269
|
+
When generating at scale (10+ variations), offer CSV format for direct upload:
|
|
270
|
+
|
|
271
|
+
```csv
|
|
272
|
+
headline_1,headline_2,headline_3,description_1,description_2,platform
|
|
273
|
+
"Stop Manual Reporting","Automate in 5 Minutes","Join 10K+ Teams","Save 10+ hrs/week on reports. Start free.","Connect data sources once. Reports forever.","google_ads"
|
|
274
|
+
```
|
|
275
|
+
|
|
276
|
+
### Iteration Report
|
|
277
|
+
|
|
278
|
+
When iterating, include a summary:
|
|
279
|
+
|
|
280
|
+
```
|
|
281
|
+
## Performance Summary
|
|
282
|
+
- Analyzed: [X] headlines, [Y] descriptions
|
|
283
|
+
- Top performer: "[headline]" — [metric]: [value]
|
|
284
|
+
- Worst performer: "[headline]" — [metric]: [value]
|
|
285
|
+
- Pattern: [observation]
|
|
286
|
+
|
|
287
|
+
## New Creative
|
|
288
|
+
[organized variations]
|
|
289
|
+
|
|
290
|
+
## Recommendations
|
|
291
|
+
- [What to pause, what to scale, what to test next]
|
|
292
|
+
```
|
|
293
|
+
|
|
294
|
+
---
|
|
295
|
+
|
|
296
|
+
## Batch Generation Workflow
|
|
297
|
+
|
|
298
|
+
For large-scale creative production (Anthropic's growth team generates 100+ variations per cycle):
|
|
299
|
+
|
|
300
|
+
### 1. Break into sub-tasks
|
|
301
|
+
- **Headline generation** — Focused on click-through
|
|
302
|
+
- **Description generation** — Focused on conversion
|
|
303
|
+
- **Primary text generation** — Focused on engagement (Meta/LinkedIn)
|
|
304
|
+
|
|
305
|
+
### 2. Generate in waves
|
|
306
|
+
- Wave 1: Core angles (3-5 angles, 5 variations each)
|
|
307
|
+
- Wave 2: Extended variations on top 2 angles
|
|
308
|
+
- Wave 3: Wild card angles (contrarian, emotional, specific)
|
|
309
|
+
|
|
310
|
+
### 3. Quality filter
|
|
311
|
+
- Remove anything over character limit
|
|
312
|
+
- Remove duplicates or near-duplicates
|
|
313
|
+
- Flag anything that might violate platform policies
|
|
314
|
+
- Ensure headline/description combinations make sense together
|
|
315
|
+
|
|
316
|
+
---
|
|
317
|
+
|
|
318
|
+
## Common Mistakes
|
|
319
|
+
|
|
320
|
+
- **Writing headlines that only work together** — RSA headlines get combined randomly
|
|
321
|
+
- **Ignoring character limits** — Platforms truncate without warning
|
|
322
|
+
- **All variations sound the same** — Vary angles, not just word choice
|
|
323
|
+
- **No CTA headlines** — RSAs need action-oriented headlines to drive clicks; include at least 2-3
|
|
324
|
+
- **Generic descriptions** — "Learn more about our solution" wastes the slot
|
|
325
|
+
- **Iterating without data** — Gut feelings are less reliable than metrics
|
|
326
|
+
- **Testing too many things at once** — Change one variable per test cycle
|
|
327
|
+
- **Retiring creative too early** — Allow 1,000+ impressions before judging
|
|
328
|
+
|
|
329
|
+
---
|
|
330
|
+
|
|
331
|
+
## Tool Integrations
|
|
332
|
+
|
|
333
|
+
For pulling performance data and managing campaigns, see the [tools registry](../../tools/REGISTRY.md).
|
|
334
|
+
|
|
335
|
+
| Platform | Pull Performance Data | Manage Campaigns | Guide |
|
|
336
|
+
|----------|:---------------------:|:----------------:|-------|
|
|
337
|
+
| **Google Ads** | `google-ads campaigns list`, `google-ads reports get` | `google-ads campaigns create` | [google-ads.md](../../tools/integrations/google-ads.md) |
|
|
338
|
+
| **Meta Ads** | `meta-ads insights get` | `meta-ads campaigns list` | [meta-ads.md](../../tools/integrations/meta-ads.md) |
|
|
339
|
+
| **LinkedIn Ads** | `linkedin-ads analytics get` | `linkedin-ads campaigns list` | [linkedin-ads.md](../../tools/integrations/linkedin-ads.md) |
|
|
340
|
+
| **TikTok Ads** | `tiktok-ads reports get` | `tiktok-ads campaigns list` | [tiktok-ads.md](../../tools/integrations/tiktok-ads.md) |
|
|
341
|
+
|
|
342
|
+
### Workflow: Pull Data, Analyze, Generate
|
|
343
|
+
|
|
344
|
+
```bash
|
|
345
|
+
# 1. Pull recent ad performance
|
|
346
|
+
node tools/clis/google-ads.js reports get --type ad_performance --date-range last_30_days
|
|
347
|
+
|
|
348
|
+
# 2. Analyze output (identify top/bottom performers)
|
|
349
|
+
# 3. Feed winning patterns into this skill
|
|
350
|
+
# 4. Generate new variations
|
|
351
|
+
# 5. Upload to platform
|
|
352
|
+
```
|
|
353
|
+
|
|
354
|
+
---
|
|
355
|
+
|
|
356
|
+
## Related Skills
|
|
357
|
+
|
|
358
|
+
- **paid-ads**: For campaign strategy, targeting, budgets, and optimization
|
|
359
|
+
- **copywriting**: For landing page copy (where ad traffic lands)
|
|
360
|
+
- **ab-test-setup**: For structuring creative tests with statistical rigor
|
|
361
|
+
- **marketing-psychology**: For psychological principles behind high-performing creative
|
|
362
|
+
- **copy-editing**: For polishing ad copy before launch
|
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
{
|
|
2
|
+
"skill_name": "ad-creative",
|
|
3
|
+
"evals": [
|
|
4
|
+
{
|
|
5
|
+
"id": 1,
|
|
6
|
+
"prompt": "Generate ad creative for our Meta (Facebook/Instagram) campaign. We sell an AI writing assistant for content marketers. Main value prop: write blog posts 5x faster. Target audience: content marketing managers at B2B SaaS companies. Budget: $5k/month.",
|
|
7
|
+
"expected_output": "Should use approved TASK-PACKET.md inputs first in Maya task workflows, and read PRODUCT.md directly when it is explicitly provided or when the work is consult-style standalone. Should generate creative following the angle-based approach: identify 3-5 angles (speed, quality, ROI, pain of blank page, competitive edge). For each angle, should generate primary text (≤125 chars), headline (≤40 chars), and description (≤30 chars) respecting Meta character limits. Should provide multiple variations per angle. Should suggest image/visual direction for each. Should organize output with angle name, hook, body, CTA for each variation. Should recommend which angles to test first.",
|
|
8
|
+
"assertions": [
|
|
9
|
+
"Uses approved TASK-PACKET.md inputs or PRODUCT.md context first",
|
|
10
|
+
"Uses angle-based generation approach",
|
|
11
|
+
"Identifies multiple angles (3-5)",
|
|
12
|
+
"Respects Meta character limits (125/40/30)",
|
|
13
|
+
"Generates multiple variations per angle",
|
|
14
|
+
"Suggests image or visual direction",
|
|
15
|
+
"Includes hook, body, and CTA for each",
|
|
16
|
+
"Recommends which angles to test first"
|
|
17
|
+
],
|
|
18
|
+
"files": []
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
"id": 2,
|
|
22
|
+
"prompt": "I need Google Ads copy for our CRM product. We're targeting the keyword 'best CRM for small business'. Need responsive search ads.",
|
|
23
|
+
"expected_output": "Should generate Google RSA creative respecting character limits: headlines (≤30 chars each, need 10-15 variations) and descriptions (≤90 chars each, need 4+ variations). Should note that pinning should be used sparingly as it reduces optimization. Should include the target keyword in headlines. Should provide multiple angle-based variations. Should suggest ad extensions (sitelinks, callouts, structured snippets). Should follow Google Ads best practices for RSA.",
|
|
24
|
+
"assertions": [
|
|
25
|
+
"Respects Google RSA character limits (30 char headlines, 90 char descriptions)",
|
|
26
|
+
"Generates 10-15 headline variations",
|
|
27
|
+
"Generates 4+ description variations",
|
|
28
|
+
"Includes target keyword in headlines",
|
|
29
|
+
"Notes pinning should be used sparingly per skill guidance",
|
|
30
|
+
"Suggests ad extensions",
|
|
31
|
+
"Uses angle-based variation approach"
|
|
32
|
+
],
|
|
33
|
+
"files": []
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"id": 3,
|
|
37
|
+
"prompt": "Here's our ad performance data: Ad A (pain point angle) - CTR 2.1%, CPC $3.20, Conv rate 4.5%. Ad B (social proof angle) - CTR 1.4%, CPC $4.10, Conv rate 6.2%. Ad C (feature angle) - CTR 0.8%, CPC $5.50, Conv rate 2.1%. Help me iterate on these.",
|
|
38
|
+
"expected_output": "Should activate the iteration-from-performance mode (not generate-from-scratch). Should analyze the data: Ad A has best CTR, Ad B has best conversion rate (highest efficiency despite lower CTR), Ad C is underperforming on all metrics. Should recommend doubling down on the pain point angle (high CTR) and social proof angle (high conversion), while pausing or reworking the feature angle. Should generate new variations that combine winning elements (pain point hook + social proof). Should suggest specific iterations on Ad A and Ad B.",
|
|
39
|
+
"assertions": [
|
|
40
|
+
"Activates iteration mode based on performance data",
|
|
41
|
+
"Analyzes CTR, CPC, and conversion rate for each ad",
|
|
42
|
+
"Identifies winning angles from the data",
|
|
43
|
+
"Recommends pausing or reworking underperforming creative",
|
|
44
|
+
"Generates new variations combining winning elements",
|
|
45
|
+
"Provides specific iterations on top performers"
|
|
46
|
+
],
|
|
47
|
+
"files": []
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"id": 4,
|
|
51
|
+
"prompt": "we need linkedin ads for our enterprise security product. audience is CISOs and IT directors.",
|
|
52
|
+
"expected_output": "Should trigger on casual phrasing. Should generate LinkedIn ad creative respecting character limits: introductory text (≤150 chars), headline (≤70 chars), description (≤100 chars). Should adapt tone and messaging for enterprise security audience (CISOs, IT directors) — more formal, compliance-focused, risk-reduction language. Should provide multiple angles relevant to security buyers (risk reduction, compliance, incident response time, cost of breaches). Should suggest ad format recommendations for LinkedIn (sponsored content, message ads, etc.).",
|
|
53
|
+
"assertions": [
|
|
54
|
+
"Triggers on casual phrasing",
|
|
55
|
+
"Respects LinkedIn character limits (150/70/100)",
|
|
56
|
+
"Adapts tone for enterprise security audience",
|
|
57
|
+
"Uses risk-reduction and compliance language",
|
|
58
|
+
"Provides multiple angles relevant to security buyers",
|
|
59
|
+
"Suggests LinkedIn ad format recommendations"
|
|
60
|
+
],
|
|
61
|
+
"files": []
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"id": 5,
|
|
65
|
+
"prompt": "I need to generate a big batch of ad variations for a multi-platform campaign launching next week. We're a meal delivery service targeting busy professionals. Need ads for Google, Meta, and TikTok.",
|
|
66
|
+
"expected_output": "Should activate the batch generation workflow. Should generate creative for all three platforms respecting each platform's character limits: Google RSA (30/90), Meta (125/40/30), TikTok (80 chars recommended, 100 max). Should identify 3-5 angles that work across platforms (convenience, health, time savings, variety, cost vs eating out). Should generate variations per angle per platform. Should note platform-specific creative considerations (TikTok needs video concepts, not just text). Should organize output clearly by platform.",
|
|
67
|
+
"assertions": [
|
|
68
|
+
"Activates batch generation workflow",
|
|
69
|
+
"Generates for all three platforms",
|
|
70
|
+
"Respects each platform's character limits",
|
|
71
|
+
"Identifies angles that work across platforms",
|
|
72
|
+
"Notes TikTok needs video concepts",
|
|
73
|
+
"Organizes output by platform",
|
|
74
|
+
"Generates multiple variations per angle per platform"
|
|
75
|
+
],
|
|
76
|
+
"files": []
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"id": 6,
|
|
80
|
+
"prompt": "Help me plan our overall paid advertising strategy. We have a $20k monthly budget and want to figure out which platforms to use and how to allocate spend.",
|
|
81
|
+
"expected_output": "Should recognize this is a paid advertising strategy task, not ad creative generation. Should defer to or cross-reference the paid-ads skill, which handles campaign strategy, platform selection, and budget allocation. May briefly mention creative considerations but should make clear that paid-ads is the right skill for strategy.",
|
|
82
|
+
"assertions": [
|
|
83
|
+
"Recognizes this as paid ads strategy, not creative generation",
|
|
84
|
+
"References or defers to paid-ads skill",
|
|
85
|
+
"Does not attempt full campaign strategy using creative generation patterns"
|
|
86
|
+
],
|
|
87
|
+
"files": []
|
|
88
|
+
}
|
|
89
|
+
]
|
|
90
|
+
}
|