Claude Skill MartBrowse skillsQuick linesLearn by videoTerminal guideWhat is a Skill?
Back to list

Ad Creative

Produces, iterates, and scales paid ad copy that fits each platform's character limits and passes review.

Marketing & SEOIntermediate26,2603,699AI score 8/10Last updated: Aug 30, 2026

What it does

  • Runs in three modes: generate from scratch, iterate from performance data, or scale a winning creative into variations.
  • Uses a platform spec table (Google RSA 30 chars, Meta 40/125, LinkedIn 70/150, X 280, TikTok 3-second hook) so copy never exceeds limits.
  • Matches creative frames to funnel stage: problem-led for awareness, solution+mechanism for consideration, proof+risk-removal for decision.
  • Applies proven headline formulas — benefit-first, curiosity, social proof, real urgency, problem agitation — with worked examples.
  • Runs a pre-submit compliance checklist (no ALL CAPS, no !!!, no "click here", no unsupported #1 claims) and labels each line with character count plus 🟢/🟡/🔴 confidence.
  • Proactively flags generic headlines, fake urgency, stage-message mismatch, and landing-page copy pasted verbatim.

Who it's for

  • Performance marketers, growth leads, and agency copy teams
  • Founders or solo marketers writing their own ads
  • Anyone building variant sets for creative A/B tests

Example uses

  1. "Generate RSA headlines" → 15 headlines under 30 chars, grouped by formula, with pinning advice.
  2. "Here's my running Meta copy and CTR data — iterate" → winner diagnosis + 5 on-theme variations + 2 new-angle tests.
  3. "Validate my ad copy" → line-by-line report with character counts, rejection-risk flags, and a 0–100 quality score.

· · · Install guide · · ·

Try it now, no install

Paste this into Claude to use the skill without installing anything.

Read the instructions in this file and follow them to help me:
https://raw.githubusercontent.com/alirezarezvani/claude-skills/HEAD/.gemini/skills/ad-creative/SKILL.md

What I want: (describe your task here)

If Claude can't open the link, open it yourself and paste the contents instead.

If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.

Install in the Claude app (no terminal)
  1. Download the ZIP with the button below.
  2. In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
  3. Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Download ZIP
Install in Claude Code

Let Claude do it — paste this into Claude Code

Install the skill I found on Claude Skill Mart.
Copy the .gemini/skills/ad-creative folder from the GitHub repo alirezarezvani/claude-skills into my ~/.claude/skills/ad-creative/.
When it's done, tell me in one line what this skill can do.

Install with a command instead

git clone https://github.com/alirezarezvani/claude-skills.git && mkdir -p ~/.claude/skills && cp -r claude-skills/.gemini/skills/ad-creative ~/.claude/skills/

This is a third-party skill. Check the source repository before installing.

  1. Open Terminal (macOS/Linux) or Git Bash (Windows).
  2. Clone the repo: git clone https://github.com/alirezarezvani/claude-skills.git
  3. Create the skills folder: mkdir -p ~/.claude/skills
  4. Copy the skill in: cp -r claude-skills/.gemini/skills/ad-creative ~/.claude/skills/
  5. Check that ~/.claude/skills/ad-creative contains SKILL.md and, if shipped, the references/ and scripts/ folders — without scripts/ad_copy_validator.py the automated character check is skipped.
  6. Restart Claude Code and try: "Write 3 Meta ad sets for my free trial offer."
  7. Optional: save product, audience, and offer details in .claude/product-marketing-context.md so the skill stops re-asking intake questions.