skills/claude-ads/skills/ads-competitor/SKILL.md
Competitor ad intelligence analysis across Google, Meta, LinkedIn, TikTok, and Microsoft. Analyzes competitor ad copy, creative strategy, keyword targeting, estimated spend, and identifies competitive gaps and opportunities. Use when user says "competitor ads", "ad spy", "competitive analysis", "competitor PPC", or "ad intelligence".
npx skillsauth add kennyolofsson23-netizen/claude-code-config ads-competitorInstall 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/benchmarks.md for industry CPC/CTR/CVR baselines| Source | Platform | What You Can Find | |--------|----------|------------------| | Google Ads Transparency Center | Google | Active ads, formats, geo targeting | | Meta Ad Library | Meta/Instagram | All active ads, creative, copy, spend range | | LinkedIn Ad Library | LinkedIn | Active ads from company pages | | TikTok Creative Center | TikTok | Top ads, trending creative, hashtags | | Microsoft Ads | Microsoft | Limited — use auction insights |
Available from the user's own Google Ads account:
For each competitor, document:
Categorize competitor messaging into themes: | Theme | Competitor A | Competitor B | Your Brand | |-------|-------------|-------------|------------| | Price/Value | ✅ Primary | ⚠️ Secondary | ? | | Quality/Premium | ❌ | ✅ Primary | ? | | Speed/Convenience | ⚠️ Secondary | ❌ | ? | | Trust/Authority | ✅ Primary | ✅ Primary | ? | | Innovation | ❌ | ⚠️ Secondary | ? |
Estimated Monthly Spend = Impressions × CPM / 1000
or
Estimated Monthly Spend = Clicks × Estimated CPC
COMPETITOR-INTELLIGENCE-REPORT.md — Full competitive analysis
COMPETITIVE-GAPS.md — Opportunities identified from competitor analysis
development
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.