skills/claude-ads/skills/ads-tiktok/SKILL.md
TikTok Ads deep analysis covering creative quality, tracking, bidding, campaign structure, and TikTok Shop. Evaluates 25 checks with emphasis on creative-first strategy, safe zone compliance, and Smart+ campaigns. Use when user says "TikTok Ads", "TikTok marketing", "TikTok Shop", "Spark Ads", "Smart+", or "TikTok campaign".
npx skillsauth add kennyolofsson23-netizen/claude-code-config ads-tiktokInstall 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/tiktok-audit.md for full 25-check auditads/references/benchmarks.md for TikTok-specific benchmarksads/references/platform-specs.md for creative specificationsads/references/scoring-system.md for weighted scoring algorithmTikTok is a creative-first platform. Unlike Google/Meta where targeting and bidding drive most performance, TikTok success depends primarily on creative quality.
All critical text, logos, and CTAs must be within the safe zone:
┌──────────────────────┐
│ UNSAFE (status) │ Y: 0-150px
├──────────────────────┤
│ │UNSA│
│ │FE │
│ SAFE ZONE │icon│ X: 40-940px
│ 900×1320px │ │ Y: 150-1470px
│ │ │
│ │ │ Right 140px: like/comment/share
├──────────────────────┤
│ UNSAFE (caption) │ Y: 1470-1920px
└──────────────────────┘
If e-commerce, evaluate TikTok Shop setup:
| Setting | Value | |---------|-------| | CPM | 40-60% cheaper than Meta | | Spark Ads CTR | ~3% (vs ~2% standard) | | Smart+ adoption | 42% of advertisers | | Smart+ ROAS | 1.41-1.67 | | Shop CVR | >10% | | Available markets | 11 countries (US, UK, ID, MY, PH, SG, TH, VN, JP, KR, BR) |
| Metric | Pass | Warning | Fail | |--------|------|---------|------| | CTR (in-feed) | ≥1.0% | 0.5-1.0% | <0.5% | | Creatives per ad group | ≥6 | 3-5 | <3 | | Video watch time | ≥6s | 3-6s | <3s | | Learning conversions | ≥50/week | 30-50/week | <30/week | | Daily budget | ≥50x CPA | 20-49x CPA | <20x CPA | | Creative age (declining) | <7 days | 7-14 days | >14 days |
TikTok Ads Health Score: XX/100 (Grade: X)
Creative Quality: XX/100 ████████░░ (30%)
Technical Setup: XX/100 ██████████ (25%)
Bidding & Budget: XX/100 ███████░░░ (20%)
Structure: XX/100 █████░░░░░ (15%)
Performance: XX/100 ████████░░ (10%)
TIKTOK-ADS-REPORT.md — Full 25-check findings with pass/warning/faildevelopment
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.