skills/claude-ads/skills/ads-creative/SKILL.md
Cross-platform creative quality audit covering ad copy, video, image, and format diversity across all platforms. Detects creative fatigue, evaluates platform-native compliance, and provides production priorities. Use when user says "creative audit", "ad creative", "creative fatigue", "ad copy", "ad design", or "creative review".
npx skillsauth add kennyolofsson23-netizen/claude-code-config ads-creativeInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
ads/references/platform-specs.md for creative specificationsads/references/benchmarks.md for CTR/engagement benchmarksads/references/scoring-system.md for weighted scoring algorithm| Signal | Threshold | Action | |--------|-----------|--------| | CTR declining | >20% over 14 days | Refresh creative | | Frequency (Meta) | >5.0 prospecting, >12.0 retargeting | New audience or creative | | Watch time declining (TikTok) | <3s average | New hook needed | | QS declining (Google) | Drop of 2+ points | Refresh ad copy | | Engagement rate drop | >30% decline | Full creative overhaul |
| Platform | Recommended Refresh | |----------|-------------------| | Google Search | Every 8-12 weeks | | Meta | Every 2-4 weeks | | LinkedIn | Every 4-6 weeks | | TikTok | Every 5-7 days (fastest fatigue) | | Microsoft | Every 8-12 weeks | | YouTube | Every 4-8 weeks |
Evaluate which formats are active per platform:
| Format | Google | Meta | LinkedIn | TikTok | Microsoft | |--------|--------|------|----------|--------|-----------| | Static Image | RSA image ext | ✅ | ✅ | ❌ | Multimedia | | Video | YouTube, PMax | ✅ | ✅ | ✅ (required) | ❌ | | Carousel | ❌ | ✅ | ✅ | ❌ | ❌ | | Collection | ❌ | ✅ | ❌ | ❌ | ❌ | | Document | ❌ | ❌ | ✅ | ❌ | ❌ | | Shopping | PMax, Shopping | Catalog | ❌ | Shop | Shopping |
Cross-Platform Creative Health
Google: ████████░░ X/X checks passing
Meta: ██████████ X/X checks passing
LinkedIn: ███████░░░ X/X checks passing
TikTok: █████░░░░░ X/X checks passing
Microsoft: ████████░░ X/X checks passing
CREATIVE-AUDIT-REPORT.md — Per-platform creative assessmentdevelopment
React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.
testing
Full QA pass: run all tests, check types, catch regressions, write missing tests. Use when the user says "run tests", "QA", "verify changes", "check for regressions", "test everything", or "make sure it works".
development
Provides guidance for property-based testing across multiple languages and smart contracts. Use when writing tests, reviewing code with serialization/validation/parsing patterns, designing features, or when property-based testing would provide stronger coverage than example-based tests.
development
Initialize a new project with Kenny's universal conventions and stack-appropriate infrastructure. Use this skill whenever: setting up a new project, creating a new repo, scaffolding a new app, starting fresh on a new idea, 'init project', 'new project', 'set up a new app', 'create a project for X', or any variant of starting a new codebase from scratch. Also trigger when the user says 'bootstrap', 'scaffold', or 'kickstart'. This skill ensures every project gets the same quality gates and conventions while adapting infrastructure to the chosen stack.