Meta Ads Creative Studio

Create evidence-based Meta ad creative briefs, copy angles, and testable asset concepts for Facebook and Instagram.

How to use it

Claude Code
  1. Run the line below. It pulls the whole folder into ~/.claude/skills/creative.
  2. Describe your job in plain words. Claude Code follows the skill from there.
Claude Code — installs the whole folder, not just SKILL.md
npx degit nowork-studio/notfair-plugin/meta-ads/creative#main ~/.claude/skills/creative

For one project only, change the path to .claude/skills/creative.

Claude (web or desktop app)
  1. On this page open ⋯ → Download .md.
  2. Save it as SKILL.md in a folder, zip the folder, then Customize → Skills → + → Create skill → Upload a skill.
  3. Pick the file and Save. Claude shows the name and description and runs a security scan.
  4. Check the skill is switched on.
  5. Start a new chat and describe your job in plain words. The AI follows the skill from there.
ChatGPT or another app
  1. ChatGPT: make a Project and paste it into Instructions.
  2. Neither? Paste it at the top of a new chat — it works for that chat.
Not working?
  • Check which app you pasted it into — the steps above name the right one.
  • Some skills need the paid tier of Claude or ChatGPT.
Step-by-step guide with screenshots · Ask in the forum

Paste into Claude, ChatGPT or Cursor.

Source of Meta Ads Creative Studio

Show the full text50 lines
namedescriptionargument-hint
meta-ads-creativeCreate evidence-based Meta ad creative briefs, copy angles, and testable asset concepts for Facebook and Instagram. Use when asked for Meta ad creative, Facebook ads copy, Instagram ad assets, UGC concepts, creative briefs, new ad concepts, or creative refreshes.<campaign, audience, or 'build a creative slate'>

Meta Ads Creative Studio

Create a reviewable creative slate from real customer language and account evidence. This skill produces briefs and copy; it does not imply that the NotFair Meta MCP can upload creatives or create campaigns.

Setup

Read and follow ../shared/preamble.md. Read {data_dir}/meta/business-context.json and {data_dir}/meta/personas/{accountId}.json first. If either is missing or stale, recommend /meta-ads-audit before writing. The audit's creative inventory and personas are the baseline; do not invent an audience because a request is underspecified.

Pull current ads and ad-level insights using available read capabilities when account access exists. Use link CTR, CPA or purchase value, frequency, attribution window, and a named time period. If the user has reviews, sales-call notes, or customer research, treat them as evidence only when the source is identifiable.

Create a concept slate

Each concept must be a real hypothesis:

persona × motivation × angle × format × one variable to test

Start with three distinct concepts, not three cosmetic versions of the same idea. A useful spread is proof, problem/pain, product demonstration, founder/expert explanation, or an approved offer — but select only angles supported by the evidence.

For every concept, include:

Field Required content
Concept ID and hypothesis Who it is for, why it should work, and the single variable under test
Evidence Named campaign/ad/customer source, metric and window, or approved business-context field
Hook and primary text First-frame or first-line hook plus placement-adapted copy
Visual brief Subject, setting, action, proof shown on screen, and production notes
CTA and destination CTA plus approved landing page/message-match note
Claim ledger Source and approval status for every rating, result, price, guarantee, quote, or before/after claim
Read plan Primary metric, guardrail, planned duration/exposure, and what would falsify the hypothesis

An unsupported claim is needs_substantiation, not ad copy. Supply a truthful alternative rather than making a vague disclaimer. Do not fabricate UGC testimonials, review counts, customer outcomes, or visual proof.

Creative refresh and testing

For fatigue, first verify the signal: compare link CTR and CPM week over week, cite frequency, and preserve the attribution window. Frequency rising with a material decline in link CTR is a refresh hypothesis, not a universal rule.

Test one strategic variable at a time: angle, hook, proof, format, audience, or destination. Set the winner metric and guardrail before launch; do not name a winner from an early CTR spike or an unqualified in-platform ROAS number. Keep a short iteration log: concept ID, launch date, audience, spend, results, decision, and next challenger.

Production and execution boundary

Deliver a production-ready brief for the user's approved workflow. If publication is requested, check whether the live connection supports the specific creation or upload operation and follow its current contract. Before a human publishes, require review of claim evidence, rights/releases, destination, policy-sensitive targeting, and placement-safe crops.

Use /meta-ads to diagnose performance or act within its supported mutation surface. Use /meta-ads-audit when context, tracking, or creative inventory is missing.

1---
2name: meta-ads-creative
3description: Create evidence-based Meta ad creative briefs, copy angles, and testable asset concepts for Facebook and Instagram. Use when asked for Meta ad creative, Facebook ads copy, Instagram ad assets, UGC concepts, creative briefs, new ad concepts, or creative refreshes.
4argument-hint: "<campaign, audience, or 'build a creative slate'>"
5---
6 
7# Meta Ads Creative Studio
8 
9Create a reviewable creative slate from real customer language and account evidence. This skill produces briefs and copy; it does not imply that the NotFair Meta MCP can upload creatives or create campaigns.
10 
11## Setup
12 
13Read and follow `../shared/preamble.md`. Read `{data_dir}/meta/business-context.json` and `{data_dir}/meta/personas/{accountId}.json` first. If either is missing or stale, recommend `/meta-ads-audit` before writing. The audit's creative inventory and personas are the baseline; do not invent an audience because a request is underspecified.
14 
15Pull current ads and ad-level insights using available read capabilities when account access exists. Use link CTR, CPA or purchase value, frequency, attribution window, and a named time period. If the user has reviews, sales-call notes, or customer research, treat them as evidence only when the source is identifiable.
16 
17## Create a concept slate
18 
19Each concept must be a real hypothesis:
20 
21`persona × motivation × angle × format × one variable to test`
22 
23Start with three distinct concepts, not three cosmetic versions of the same idea. A useful spread is proof, problem/pain, product demonstration, founder/expert explanation, or an approved offer — but select only angles supported by the evidence.
24 
25For every concept, include:
26 
27| Field | Required content |
28|---|---|
29| Concept ID and hypothesis | Who it is for, why it should work, and the single variable under test |
30| Evidence | Named campaign/ad/customer source, metric and window, or approved business-context field |
31| Hook and primary text | First-frame or first-line hook plus placement-adapted copy |
32| Visual brief | Subject, setting, action, proof shown on screen, and production notes |
33| CTA and destination | CTA plus approved landing page/message-match note |
34| Claim ledger | Source and approval status for every rating, result, price, guarantee, quote, or before/after claim |
35| Read plan | Primary metric, guardrail, planned duration/exposure, and what would falsify the hypothesis |
36 
37An unsupported claim is `needs_substantiation`, not ad copy. Supply a truthful alternative rather than making a vague disclaimer. Do not fabricate UGC testimonials, review counts, customer outcomes, or visual proof.
38 
39## Creative refresh and testing
40 
41For fatigue, first verify the signal: compare link CTR and CPM week over week, cite frequency, and preserve the attribution window. Frequency rising with a material decline in link CTR is a refresh hypothesis, not a universal rule.
42 
43Test one strategic variable at a time: angle, hook, proof, format, audience, or destination. Set the winner metric and guardrail before launch; do not name a winner from an early CTR spike or an unqualified in-platform ROAS number. Keep a short iteration log: concept ID, launch date, audience, spend, results, decision, and next challenger.
44 
45## Production and execution boundary
46 
47Deliver a production-ready brief for the user's approved workflow. If publication is requested, check whether the live connection supports the specific creation or upload operation and follow its current contract. Before a human publishes, require review of claim evidence, rights/releases, destination, policy-sensitive targeting, and placement-safe crops.
48 
49Use `/meta-ads` to diagnose performance or act within its supported mutation surface. Use `/meta-ads-audit` when context, tracking, or creative inventory is missing.
50 

Discussion

Alternatives

Also in Social & retail adsSee all 364 in Marketing →
Ad creativeWhen 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,' 'write me some ads,' 'Facebook ad copy,' 'Google ad headlines,' 'LinkedIn ad text,' 'static ads,' 'ad templates,' 'iMessage ad,' 'chat reveal ad,' 'ChatGPT ad,' 'Apple Notes ad,' 'AirDrop ad,' 'creative strategy,' 'creative roadmap,' 'creative retro,' 'hook writing,' 'creative review page,' 'present ad creative for approval,' 'motion video ad,' 'faceless video ad,' 'UGC ad,' 'greenscreen ad,' 'TikTok/Reels ad format,' 'which ad format to make,' 'Meta ad format tier list,' or 'creative format taxonomy.' Use this whenever someone needs to produce ad copy at scale or iterate on existing ads. For campaign strategy and targeting, see ads. For landing page copy, see copywriting.Marketing · MITAmazon Ads AuditYou share your Amazon advertising numbers and goals; you get back a plain-language review of what's draining your budget and what to change first.Business & ops · MITApple Ads AuditPaste what you're spending on Apple Search Ads and your recent numbers; get back a plain review of what's wasting money and what to fix first.Business & ops · MITAd campaign managementUse when creating, managing, or optimizing paid advertising campaigns across any platform. Covers ad copy generation, ad creative strategy, campaign management, and competitive intelligence. Triggers on: ad copy, ad creative, paid ads, paid advertising, Facebook ads, LinkedIn ads, Google ads, Meta ads, ad campaign, ad strategy, ad testing, competitive ads, competitor ads, ad library, ad analysis, ad creative generation, campaign management, ROAS, CPC, CTR. Use this skill whenever the user mentions ads, paid channels, ad campaigns, ad copy, ad performance, or wants to analyze competitor advertising.Marketing · MIT