Ad Creative
Produces, iterates, and scales paid ad copy that fits each platform's character limits and passes review.
Marketing & SEOIntermediate★ 26,260⑂ 3,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
- "Generate RSA headlines" → 15 headlines under 30 chars, grouped by formula, with pinning advice.
- "Here's my running Meta copy and CTR data — iterate" → winner diagnosis + 5 on-theme variations + 2 new-angle tests.
- "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)
- 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 && 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.
- Open Terminal (macOS/Linux) or Git Bash (Windows).
- Clone the repo:
git clone https://github.com/alirezarezvani/claude-skills.git - Create the skills folder:
mkdir -p ~/.claude/skills - Copy the skill in:
cp -r claude-skills/.gemini/skills/ad-creative ~/.claude/skills/ - Check that
~/.claude/skills/ad-creativecontainsSKILL.mdand, if shipped, thereferences/andscripts/folders — withoutscripts/ad_copy_validator.pythe automated character check is skipped. - Restart Claude Code and try: "Write 3 Meta ad sets for my free trial offer."
- Optional: save product, audience, and offer details in
.claude/product-marketing-context.mdso the skill stops re-asking intake questions.
View source on GitHub ↗License: MIT