Skip to content

Synter-Media-AI/free-skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

8 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Free Skills for AI Advertising & Marketing

The largest open-source collection of AI agent skills for advertising, PPC, and marketing automation. 47 skills covering every major ad platform and workflow.

Drop them into your .agents/skills/ folder and use them with any AI coding agent. All skills are also built into Synter β€” connected live to your ad accounts, no setup needed.

πŸš€ Use these skills against your live ad accounts in one click β†’ syntermedia.ai

MIT License Skills Count skills.sh


Available Skills

🧭 Agent Workflow

Skill Description
spear SPEAR loop (Scope, Plan, Execute, Assess, Resolve) — meta-framework that forces a MECE rubric and Plan→Execute→Assess inner loop so agents stop strong-start-weak-finish
spec-driven-dev Spec-first dev workflow β€” spec lookup, ambiguity surfacing, plan approval before writing any code

πŸ“Š Measurement & Attribution

Skill Description
attribution-modeling Multi-touch attribution models (first-touch, last-touch, linear, time-decay, position-based, data-driven, Markov chain)
incrementality-testing Geo holdout tests, conversion lift studies, ghost ads, statistical significance for ad impact measurement
roas-calculator Calculate ROAS, CPA, and campaign profitability metrics
anomaly-detector Statistical anomaly detection in campaign metrics (Z-score, IQR) with automated alert thresholds

🎯 Platform-Specific Optimization

Skill Description
meta-ads-diagnostics Learning Phase diagnosis, Breakdown Effect analysis, creative fatigue detection, Advantage+ optimization
performance-max-optimizer PMax asset group optimization, search term insights, audience signals, channel allocation analysis
google-ads-quality-score Quality Score improvement playbooks (Expected CTR, Ad Relevance, Landing Page Experience) with GAQL queries
google-shopping-optimizer Product feed optimization, Merchant Center diagnostics, disapproval fixing, custom label strategies
linkedin-ads-targeting B2B targeting strategy, ABM setup, Lead Gen Forms, Matched Audiences, cost benchmarks
amazon-ads-optimizer Sponsored Products/Brands/Display optimization, ACOS/TACOS analysis, search term mining
klaviyo-campaigns Klaviyo email/SMS campaign setup, flow design, segmentation, deliverability checks

πŸ—οΈ Account Structure & Hygiene

Skill Description
campaign-structure-auditor Account structure review, duplicate keyword detection, match type audit, naming convention enforcement
negative-keyword-miner Search term report analysis, AI categorization, negative list management with industry templates
campaign-preflight Pre-launch checks for geo targeting, exclusion lists, tracking setup, and budget settings

🎨 Creative & Content

Skill Description
ad-copy-generation Generate RSA headlines, descriptions, and ad variations for Google, Meta, LinkedIn, and more
ugc-creative-brief UGC creator briefs with hook formulas, shot lists, platform specs, and AI tool comparison
video-ad-scriptwriter Platform-specific video scripts: 6s bumpers, 15s pre-roll, 30s narrative, TikTok native hooks
ad-creative-fatigue-detector Frequency vs CTR decay analysis, creative lifespan prediction, refresh strategy recommendations
creative-testing Cross-platform creative A/B testing with statistical significance analysis
ui-contrast-review WCAG contrast audits for ad creatives and landing pages, accessibility scoring, fix recommendations

πŸ’° Budget & Planning

Skill Description
budget-optimizer Cross-platform budget reallocation based on ROAS across 9+ ad platforms
bid-optimization Bid adjustment recommendations for CPC, day-parting, device modifiers, and audience strategies
media-plan-builder Full media plan creation: channel mix, budget allocation, CPM/CPC projections, reach estimates
dayparting-scheduler Hour-of-day and day-of-week bid scheduling with heat map analysis and modifier calculations
seasonal-budget-planner Holiday season budget scaling, CPM inflation forecasting, pre-season β†’ peak β†’ post-season strategy
mmm-budget-planner Marketing Mix Modeling with Google's open-source Meridian β€” causal ROI estimates, budget optimization, forward projections
kill-scale-rules Decision rules for when to kill, scale, or hold campaigns based on spend, CPA, and statistical confidence

πŸ”Ž Research & Analysis

Skill Description
keyword-research Discover high-intent keywords via Google Keyword Planner with competition analysis
competitor-analysis Analyze competitor ads using Facebook Ads Library and auction insights
audience-expansion-strategy Lookalike audiences, seed quality optimization, audience layering, platform-specific features
public-ad-library-intelligence Mine Meta, TikTok, Google, LinkedIn ad libraries for competitor creative patterns, hooks, and offers
platform-cost-benchmarks CPM/CPC/CPA benchmarks by industry, platform, and objective for media planning sanity checks

βš™οΈ Tracking & Data

Skill Description
pixel-capi-auditor Audit Meta Pixel + CAPI, Google Enhanced Conversions, TikTok/LinkedIn/Reddit server-side tracking
utm-builder Generate UTM-tagged URLs for campaign tracking with bulk generation and naming conventions
first-party-data-strategy Post-cookie data strategy: Enhanced Conversions, server-side tracking, Consent Mode v2, CDPs
landing-page-optimizer Above-the-fold optimization, message match scoring, form optimization, page speed impact
tracking-leak-detector Diagnose missing pageviews, broken pixel fires, attribution leaks across GA4, Meta Pixel, GTM, and ad platforms

πŸ“ˆ Reporting

Skill Description
multi-channel-reporting Cross-channel performance reports and executive summaries across all platforms
executive-reporting C-suite report templates with narrative insights, YoY/MoM comparisons, and visualization guidance
gtm-metrics GTM measurement framework for AI products β€” pipeline efficiency, TTFV, CAC/LTV/NRR, magic number, attribution, weekly review cadence
cross-platform-attribution Diagnose attribution gaps between ad platforms and CRM β€” data-source hierarchy, UTM/pixel issues, last-click vs data-driven

πŸ›‘οΈ Compliance & Policy

Skill Description
ad-policy-compliance Platform policy checklists (Google, Meta, LinkedIn, TikTok, Reddit) with industry-specific rules

πŸ”„ Campaign Execution

Skill Description
cross-platform-launcher Deploy campaigns to multiple ad platforms simultaneously
retargeting-sequence-designer Multi-stage retargeting funnels with sequential messaging, frequency caps, and exclusion lists
multi-platform-launch Product launch playbook β€” Product Hunt, Hacker News, BetaList, AppSumo, waitlist, launch day, post-launch

Installation

Option 1: Copy individual skills

# Copy a single skill into your project
cp -r skills/attribution-modeling \
  your-project/.agents/skills/attribution-modeling

Option 2: Copy all skills

# Copy all 47 skills at once
cp -r skills/* your-project/.agents/skills/

Option 3: Use in Synter (no setup needed)

All skills are built into Synter and connected live to Google, Meta, LinkedIn, TikTok, Reddit, Amazon, and 7+ more ad platforms. Just sign up and ask the AI agent:

  • "Calculate my ROAS for last month's campaigns"
  • "Audit my Google Ads account structure"
  • "Design a retargeting funnel for my e-commerce site"
  • "Build a media plan for Q2 with $50k budget"
  • "Check if my Meta Pixel and CAPI are set up correctly"

β†’ Try Synter free


How Skills Work

Skills are instruction files (SKILL.md) that teach AI coding agents how to perform specific tasks. Each skill has:

  • Frontmatter β€” name and description (used for auto-matching)
  • Instructions β€” step-by-step workflows the agent follows
  • Reference Data β€” formulas, benchmarks, industry data
  • Examples β€” sample commands, scripts, and expected outputs

When you place a skill in .agents/skills/<name>/SKILL.md, Synter automatically loads it when your request matches the skill's description.

your-project/
β”œβ”€β”€ .agents/
β”‚   └── skills/
β”‚       β”œβ”€β”€ attribution-modeling/
β”‚       β”‚   └── SKILL.md
β”‚       β”œβ”€β”€ meta-ads-diagnostics/
β”‚       β”‚   └── SKILL.md
β”‚       β”œβ”€β”€ performance-max-optimizer/
β”‚       β”‚   └── SKILL.md
β”‚       └── ... (47 skills)
β”œβ”€β”€ src/
└── ...

What Makes This Collection Different

  • Platform-specific depth β€” Not generic "marketing tips." Real GAQL queries, API payloads, and platform mechanics.
  • Professional-grade β€” Built by practitioners who manage real ad spend across Google, Meta, LinkedIn, Amazon, TikTok, and Reddit.
  • Interconnected β€” Skills reference each other (e.g., budget-optimizer β†’ roas-calculator β†’ dayparting-scheduler).
  • Actionable formulas β€” Includes Python code, SQL queries, statistical tests, and calculation templates you can use immediately.

Contributing

Have a useful marketing or advertising skill? Open a PR! Each skill should include:

  • SKILL.md with frontmatter (name, description)
  • Clear workflows and examples
  • No hardcoded credentials or API keys
  • Generic approach (not tied to a specific product)

License

MIT β€” use these skills however you want. A link back to Synter is appreciated but not required.


Built by Synter

Synter is AI Agent Media Buyers β€” autonomous agents that run, optimize, and report on paid campaigns across every major ad platform. These skills are the public, framework-level version of the playbooks our agents run every day.

About

Free Advertising and Growth Skills for Synter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors