Claude Skill MartBrowse skillsWhat is a Skill?
Back to list

Ad Creative

Generates, iterates, and scales paid ad copy that fits Google, Meta, LinkedIn, X, and TikTok character limits.

Marketing & SEOBeginner24,1513,405AI score 8/10Last updated: Aug 9, 2026

What it does

A production-focused skill for paid advertising copy — it writes the lines you actually upload, not the media plan.

  • Three modes: (1) generate from a blank brief, (2) iterate using performance data, (3) scale a winner across audiences and platforms
  • Built-in platform specs: Google RSA (15 headlines ≤30 chars), Meta (125-char primary text), LinkedIn (70/150), X, TikTok
  • Funnel-stage frameworks: Awareness (problem-led) → Consideration (solution + mechanism) → Decision (proof + risk removal)
  • Headline formulas: benefit-first, curiosity, social proof, real urgency, problem agitation
  • Pre-flight QA: flags ALL CAPS, excessive punctuation, "click here", platform trademarks, and unbackable superlatives that trigger disapprovals
  • Proactive flags: generic headlines, fake urgency, landing-page copy pasted verbatim, no variety in hook types

Who it's for

  • Performance marketers who need dozens of variants a week for testing
  • Solo founders and one-person marketing teams running ads without a copywriter
  • Agency teams producing creative for multiple clients quickly
  • Anyone repeatedly losing time to ad disapprovals

Example uses

  1. "Give me 15 RSA headlines" → headlines grouped by formula, all ≤30 chars, with pinning recommendations
  2. "Here's the CTR/CPA on my live Meta set — iterate" → winner diagnosis (hook type, emotional driver) + 5 on-theme variations + 2 new-angle tests
  3. "Validate this copy" → line-by-line report with character counts, rejection-risk flags, and a 0–100 quality score
  4. "Build a creative matrix" → table of angles × platforms with finished copy in each cell

· · · Install guide · · ·

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 /tmp/claude-skills && mkdir -p ~/.claude/skills && cp -r /tmp/claude-skills/.gemini/skills/ad-creative ~/.claude/skills/

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

  1. Open a terminal (Terminal on macOS/Linux, PowerShell on Windows).
  2. Clone the repo: git clone https://github.com/alirezarezvani/claude-skills.git
  3. Create the skills directory: mkdir -p ~/.claude/skills
  4. Copy the whole skill folder so the references/ and scripts/ files come along (the validator needs them): cp -r claude-skills/.gemini/skills/ad-creative ~/.claude/skills/
  5. Verify with ls ~/.claude/skills/ad-creative — you should see SKILL.md.
  6. Restart Claude Code and try a prompt like "write 3 Meta ad sets for my free trial offer."
  7. Optional: install Python 3 (python3 --version) if you want to run the character-count validator script.