Ad Creative
Generates, iterates, and scales paid ad copy that fits Google, Meta, LinkedIn, X, and TikTok character limits.
Marketing & SEOBeginner★ 24,151⑂ 3,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
- "Give me 15 RSA headlines" → headlines grouped by formula, all ≤30 chars, with pinning recommendations
- "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
- "Validate this copy" → line-by-line report with character counts, rejection-risk flags, and a 0–100 quality score
- "Build a creative matrix" → table of angles × platforms with finished copy in each cell
· · · Install guide · · ·
Install in the Claude app (no terminal)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the 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.
- Open a terminal (Terminal on macOS/Linux, PowerShell on Windows).
- Clone the repo:
git clone https://github.com/alirezarezvani/claude-skills.git - Create the skills directory:
mkdir -p ~/.claude/skills - 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/ - Verify with
ls ~/.claude/skills/ad-creative— you should see SKILL.md. - Restart Claude Code and try a prompt like "write 3 Meta ad sets for my free trial offer."
- Optional: install Python 3 (
python3 --version) if you want to run the character-count validator script.
View source on GitHub ↗License: MIT