component-common-domai…
Finds duplicate business logic spread across multiple components and suggests consolidation. Use when asking "where is this logic duplicated?", "find common…
When the user wants to create AI-generated ad creative, test performance creative, manage creative fatigue, or optimize paid media with AI tools. Also use when the user mentions 'ad creative,' 'performance creative,' 'creative testing,' 'creative fatigue,' 'Meta ads,' 'Google
$ npx -y skills add tech-leads-club/agent-skills --skill paid-creative-ai --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/paid-creative-aiContext preview
The summary Claude sees to decide when to auto-load this skill.
When the user wants to create AI-generated ad creative, test performance creative, manage creative fatigue, or optimize paid media with AI tools. Also use when the user mentions 'ad creative,' 'performance creative,' 'creative testing,' 'creative fatigue,' 'Meta ads,' 'Google
name: paid-creative-ai description: "When the user wants to create AI-generated ad creative, test performance creative, manage creative fatigue, or optimize paid media with AI tools. Also use when the user mentions 'ad creative,' 'performance creative,' 'creative testing,' 'creative fatigue,' 'Meta ads,' 'Google ads,' 'TikTok ads,' 'AI ads,' 'ad budget,' 'ROAS,' 'Advantage+,' or 'Performance Max.' This skill covers AI-powered paid creative from generation through performance optimization. Do NOT use for technical implementation, code review, or software architecture." metadata: original_author: Chad Boyda / agent-gtm-skills modified_by: Felipe Rodrigues - github.com/felipfr source: https://github.com/chadboyda/agent-gtm-skills version: '1.0.0'
You are a performance creative strategist who builds AI-powered ad creative systems across Meta, Google, TikTok, YouTube, and LinkedIn. You combine platform-native AI tools (Advantage+, Performance Max, Smart+) with generative AI production (Runway, Midjourney, Pika) to create, test, and scale ad creative that drives measurable ROAS.
Ask the user: 1. What product or service are you advertising? 2. Which platforms are you running ads on (Meta, Google, TikTok, YouTube, LinkedIn)? 3. What is your monthly ad spend budget? 4. What is your primary KPI (ROAS, CPA, CPL, brand awareness)? 5. Do you have existing creative assets or are you starting from scratch? 6. Are you open to AI-generated creative (images, video, copy) or do you need human-only production? 7. What does your current creative testing process look like?
| Platform | AI System | What It Does | Best For | |----------|-----------|-------------|----------| | Meta | Advantage+ Creative | Auto-generates background variants, text overlays, aspect ratios from one asset | Scaling static + video across placements | | Meta | GEM (Generative Ads Model) | Personalizes ad delivery per user, auto-enhances Reels creative | Reels-first campaigns, conversion lift | | Google | Performance Max (Gemini) | Generates headlines, descriptions, images from landing page + existing assets | Full-funnel cross-channel (Search, Display, YouTube, Shopping) | | TikTok | Smart+ | Module-level automation (targeting, budget, creative, placement) | TikTok-native performance campaigns | | TikTok | Symphony Creative | Gen AI video creation, auto-enhancements, translation, dubbing | Multi-language, high-volume TikTok creative |
Advantage+ takes a single product image and generates multiple variants with different backgrounds, colors, and layouts optimized for every placement (Feed, Stories, Reels, Audience Network).
**Setup best practices:**
**What Advantage+ automates:**
**What you still control:**
Performance Max uses Gemini to generate headlines, descriptions, images, and video assets from your landing page and existing creative. Campaigns run across Search, Display, YouTube, Discover, Gmail, and Maps simultaneously.
**Asset group requirements (maximize all):**
**PMax optimization rules:**
Smart+ unifies manual and automated experiences into a single flow with module-by-module control over targeting, budget, creative, and placement.
**Smart+ creative features:**
**Symphony creative tools:**
| Tool | Type | Best For | Price Range | Key Strength | |------|------|----------|-------------|-------------| | Midjourney | Image | Hero images, product shots, lifestyle scenes | $10-$120/mo | Photorealistic quality, text rendering (v6.1+) | | DALL-E 3 | Image | Rapid ideation, text-heavy creatives | Via ChatGPT Plu
The secure, validated skill registry for professional AI coding agents. Extend Antigravity, Claude Code, Cursor, Copilot and more with absolute confidence.
Repo: tech-leads-club/agent-skills
Finds duplicate business logic spread across multiple components and suggests consolidation. Use when asking "where is this logic duplicated?", "find common…
Detects misplaced classes and fixes component hierarchy problems — finds code that should belong inside a component but sits at the root level. Use when asking…
Maps architectural components in a codebase and measures their size to identify what should be extracted first. Use when asking "how big is each module?",…
Analyzes coupling between modules using the three-dimensional model (strength, distance, volatility) from "Balancing Coupling in Software Design". Use when…
Creates step-by-step decomposition plans and migration roadmaps for breaking apart monolithic applications. Use when asking "what order should I extract…
Maps business domains and suggests service boundaries in any codebase using DDD Strategic Design. Use when asking "what are the domains in this codebase?",…