Ad Creative Generation

Brand-aware ad copy and images for Google/Meta, gated behind the Hyper MCP platform.

Works with setup

Test report

Verdict
Works with setup
Score
8.4/10
Tested
Jul 14, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · 1d6360b

Contrary to the initial hypothesis, upstream did not change this skill: `git diff` from the commit on our test date (2026-07-14) to HEAD shows that the skills/ad-creative-generation directory is byte-for-byte identical, the last edit to SKILL.md was 2026-07-08, before our test; the repository moved 4 commits forward during this time, but none of them touched it. Re-ran the protocol from scratch: clone, installation into a real skills directory, frontmatter parsed, all 4 reference files in place. Ran the same ad-copy phase (two visual phases still require paid Hyper MCP + Firecrawl, which are not in this environment — they cannot be honestly checked): for the task 'copy variants for Meta feed', the skill-less baseline exceeded Meta's 125-character limit in 3 out of 5 variants (186, 157, 151 characters — truncated in feed), while running with references/ad-copy-frameworks.md yielded 6 out of 6 within the limit (73–107 characters), grouped by one variable and paired for A/B. The only correction — install command: the old one failed verbatim (`cp: skills/ad-creative-generation: No such file or directory`), a repository directory prefix was needed. The setup verdict holds for the exact same reason: MCP dependency, not author regression.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 4/5
  • Triggers reliably 5/5
  • Output vs. baseline 8/10
  • Docs & honesty 4/5

What Ad Creative Generation does

Orchestrates brand extraction, ad-copy variant writing, and on-brand image generation into finished ad creatives for Google and Meta placements, built on Hyper MCP tools (Firecrawl branding extraction plus several image-generation models). Triggers on requests for ad creative, RSA headlines, Meta or carousel ads, or A/B variant sets, and explicitly hands off campaign launch and competitor-ad search to sibling skills.

How to install Ad Creative Generation

git clone https://github.com/hyperfx-ai/marketing-skills
mkdir -p ~/.claude/skills
cp -r marketing-skills/skills/ad-creative-generation ~/.claude/skills/ad-creative-generation

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger Ad Creative Generation

  • /ad-creative-generation Brand-aware ad copy and images for Google/Meta, gated behind the Hyper MCP platform.

It also activates on plain-language prompts like these:

  • Generate Meta ad creative variants for our SaaS landing page
  • Write RSA headlines and descriptions for our Google Ads campaign
  • Extract our brand identity and make on-brand carousel ads

Frequently asked questions

Is the Ad Creative Generation skill free?
Yes. The skill itself is free from hyperfx-ai/marketing-skills. SkillProof publishes the install command and an independent test verdict at no cost.
Does Ad Creative Generation work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 14, 2026. Verdict: Works with setup. Contrary to the initial hypothesis, upstream did not change this skill: `git diff` from the commit on our test date (2026-07-14) to HEAD shows that the skills/ad-creative-generation directory is byte-for-byte identical, the last edit to SKILL.md was 2026-07-08, before our test; the repository moved 4 commits forward during this time, but none of them touched it. Re-ran the protocol from scratch: clone, installation into a real skills directory, frontmatter parsed, all 4 reference files in place. Ran the same ad-copy phase (two visual phases still require paid Hyper MCP + Firecrawl, which are not in this environment — they cannot be honestly checked): for the task 'copy variants for Meta feed', the skill-less baseline exceeded Meta's 125-character limit in 3 out of 5 variants (186, 157, 151 characters — truncated in feed), while running with references/ad-copy-frameworks.md yielded 6 out of 6 within the limit (73–107 characters), grouped by one variable and paired for A/B. The only correction — install command: the old one failed verbatim (`cp: skills/ad-creative-generation: No such file or directory`), a repository directory prefix was needed. The setup verdict holds for the exact same reason: MCP dependency, not author regression.
What is the Ad Creative Generation SkillProof Score?
8.4/10 — installs cleanly 4/5, triggers reliably 5/5, output vs. baseline 8/10, docs & honesty 4/5.
How do I install Ad Creative Generation?
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 Creative Generation 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.