agentsclimarketplace

Ads batch

Skill marek-kujda/ad-copy-skill-pack/.claude/skills/ads-batch

Generate, audit, and refresh Google Ads responsive search ad copy in 6 languages. 10 Claude Code / claude.ai skills. Open source.

Install
npx -y skills add marek-kujda/ad-copy-skill-pack --skill ads-batch

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 4 stars4 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Bulk-generate RSAs for multiple ad groups at once. Use when the user wants to create ads for several ad groups or an entire campaign in one go.

SKILL.md

1.5 KB, as published. Nobody here has run it

/ads-batch — Bulk Generate RSAs for Multiple Ad Groups

Input Required

Ask the user to provide a list of ad groups with their keywords, either as:

  • A CSV/text file in the project directory
  • Or inline in the conversation

Expected format per ad group:

Campaign: [name]
Ad Group: [name]
Keywords: [keyword1], [keyword2], [keyword3]
Landing Page: [URL]
USP: [unique selling point for this ad group]

Execution

  1. Parse all ad groups from input
  2. For each ad group, run the full /ads workflow:
    • Load brand voice from .claude/skills/brand-voice/SKILL.md
    • Load ICP and persona from .claude/skills/icp/SKILL.md
    • Load platform rules from .claude/skills/google-ads-rules/SKILL.md
    • Generate 15 headlines + 4 descriptions
    • Validate character limits
    • Check keyword presence
  3. Combine all ad groups into a SINGLE CSV file
  4. Save to output/rsa_batch_[campaign]_[date].csv
  5. Run python .claude/skills/ads/validate.py on the output
  6. Present a summary table:
| Ad Group | Headlines | Descriptions | Keyword Coverage | Issues |

Notes

  • Maintain consistent brand voice across all ad groups
  • Each ad group should have UNIQUE copy — no recycling between groups
  • If >5 ad groups, suggest splitting into batches for quality review

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.