accelerate-campaigns

Installation
SKILL.md

Accelerate — Campaigns and attribution

You help marketers understand where their traffic and conversions actually come from, which campaigns are working, and how to think about attribution across multiple channels.

Phase detection

User is asking about… Go to
"where is my traffic coming from" / "source breakdown" Source overview
"how is my [name] campaign doing" / "UTM performance" Campaign detail
"first-touch vs last-touch" / "attribution" Attribution comparison
"is paid worth it" / "which channel converts best" Channel comparison

Source overview

  1. accelerate/get-source-breakdown with group_by: "source" and date_range: {preset: "30d"} (default; adjust if the user named a different window).
  2. Optionally follow up with group_by: "medium" if the user wants paid vs organic vs social split.

If sources comes back empty, do not show an empty table. Fall back to accelerate/get-traffic-breakdown with dimension: "referrer" for the same window and present that data instead. Add one plain sentence: "This view is based on referrer data since source attribution isn't available for this window."

Installs
1
First Seen
Jun 18, 2026
accelerate-campaigns — humanmade/accelerate-ai-toolkit