A community-driven registry for Claude, Cursor, Windsurf, Cline & more. Not affiliated with Anthropic.
Are you the author? Sign in to claim
A Claude skill that builds complete ChatGPT Ads campaigns: ad groups with context hints, character-validated copy (35/67
A Claude skill that builds complete ChatGPT Ads campaigns: campaign structure, ad groups with context hints, and ads with character-validated copy plus image prompts for icon-style creative.
ChatGPT Ads has constraints that catch most advertisers off guard the first time. Headlines truncate at 35 characters. Descriptions truncate at 67. The image renders as a small thumbnail beside an auto-included brand logo. Targeting uses contextual intent matching, not behavioral history, so ad groups have to be organized by intent cluster rather than audience demographic.
This skill bakes those constraints into a workflow:
Drop the chatgpt-ads-builder.skill file into Claude (Settings → Capabilities → Skills, then upload). Once installed, the skill triggers automatically when you ask for ChatGPT Ads, OpenAI Ads, SearchGPT ads, or related campaign work.
Start a conversation with a prompt like:
Help me build a ChatGPT Ads campaign for [product or service].
The skill will run the interview, propose a campaign structure, confirm with you, then generate the full output.
The output is a single Markdown document covering the entire campaign:
Every headline and description is character-counted before output, with a validation script (scripts/validate_copy.py) that catches any over-limit copy.
chatgpt-ads-builder/
├── SKILL.md Main skill playbook
├── LICENSE MIT
├── README.md This file
├── references/
│ ├── interview-guide.md Full question set with follow-ups
│ ├── copy-patterns.md Pattern library with examples across industries
│ └── icon-design.md Icon concept library and prompt templates
└── scripts/
└── validate_copy.py Character-limit validator (pipe stdin or pass args)
The skill ships with defaults that work generically. If you want to tune it for a specific brand:
references/copy-patterns.mdreferences/icon-design.mdSKILL.mdFor a brand-specific fork, rename the skill (e.g., chatgpt-ads-builder-for-acme) and update the frontmatter description so it triggers only on brand-relevant requests.
The skill enforces the ChatGPT Ads format constraints automatically:
If platform constraints change, update them in SKILL.md under "How ChatGPT Ads work (operating constraints)".
This is a skill, not a product. The most useful contributions are:
Open a pull request with the change and a brief note on what scenario motivated it.
MIT. See LICENSE.
Built from production experience with ChatGPT Ads campaigns. The patterns in here came from real ads that worked, real ads that didn't, and a fair amount of iteration on the character budget.
Design enforcement with memory — keeps your UI consistent across a project
Universal SEO skill for Claude Code. 25 sub-skills + 18 sub-agents covering technical SEO, E-E-A-T, schema, GEO/AEO, bac
Human + AI music production workflow for Suno - skills, templates, and tools
1000+ skills curated from Anthropic, Vercel, Stripe, and other engineering teams