Ad Copy Writer
Generate platform-spec ad copy for Google, Meta, and LinkedIn with char counts
Test report
- Verdict
- Tested · Works
- Score
- Tested
- Jul 17, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · 9850da8
Ran it for a project-management tool: it enforced Google's RSA spec, emitting 15 headlines all inside the 30-char cap and 4 descriptions under 90, where an unaided pass gave 3 headlines with 2 over the limit. Prompt-only, but the per-platform character rules and three-angle structure are a real, repeatable lift over freehand copy.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 5/5
- Output vs. baseline 7/10
- Docs & honesty 5/5
What Ad Copy Writer does
Generates ready-to-ship ad copy that follows each platform's exact format — 15 Google RSA headlines (<=30 chars) and 4 descriptions (<=90 chars), plus Meta and LinkedIn variants with live character counts and multiple messaging angles. Triggers when the user asks to write or generate ad copy for Google, Meta, or LinkedIn from a product description or URL.
How to install Ad Copy Writer
git clone https://github.com/cognyai/claude-code-marketing-skills
mkdir -p ~/.claude/skills
cd claude-code-marketing-skills && cp -r skills/ad-copy-writer ~/.claude/skills/ad-copy-writer
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Ad Copy Writer
-
/ad-copy-writerGenerate platform-spec ad copy for Google, Meta, and LinkedIn with char counts
It also activates on plain-language prompts like these:
-
Write Google RSA headlines for my project management tool -
Generate Meta ad copy variants for this product description -
Give me LinkedIn ad copy with character counts for this app
Frequently asked questions
- Is the Ad Copy Writer skill free?
- Yes. The skill itself is free from cognyai/claude-code-marketing-skills. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Ad Copy Writer work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 17, 2026. Verdict: Tested · Works. Ran it for a project-management tool: it enforced Google's RSA spec, emitting 15 headlines all inside the 30-char cap and 4 descriptions under 90, where an unaided pass gave 3 headlines with 2 over the limit. Prompt-only, but the per-platform character rules and three-angle structure are a real, repeatable lift over freehand copy.
- What is the Ad Copy Writer SkillProof Score?
- 8.8/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 7/10, docs & honesty 5/5.
- How do I install Ad Copy Writer?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use Ad Copy Writer with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.