Skip to content
View arcticgreyy's full-sized avatar

Block or report arcticgreyy

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
arcticgreyy/README.md

Ken

Building AI-native tools for martech & paid media strategy and operations.


Paid Media AI Suite

An enterprise-grade AI operating system for paid media. Three autonomous agents handle data quality, multi-touch attribution, and budget execution. An MCP server connects Claude directly to live BigQuery data, agent outputs, and platform controls. A set of Claude Code skills handles strategy, planning, and ad-hoc analysis — all inside your own GCP environment.

Built to be flexible from the start. It works with local JSON files for simple setups and scales to BigQuery without changing how anything else works. Platform adapters (Meta, Google, LinkedIn, TikTok) are pluggable — use what you need, skip what you don't. The schema decisions, privacy constraints, budget guardrails, and human-approval workflows are all shaped by what actually breaks in production.

graph TD
    human["👤 You + Claude"]

    mcp["paid-media-mcp<br/>MCP server · TypeScript<br/>47 tools · 12 resources"]
    skills["skills<br/>Claude Code slash commands<br/>/paid-media/*"]

    watchdog["Watchdog<br/>data quality · signal capture"]
    analyst["Analyst<br/>attribution · enrichment · insights"]
    operator["Operator<br/>budget · audiences · suppressions"]

    schema["paid-media-schema<br/>BigQuery · 7 schema layers<br/>reporting views · account analytics"]
    platforms["Platform APIs<br/>Meta · Google Ads · LinkedIn · TikTok"]

    human --> mcp & skills
    mcp --> watchdog & analyst & operator
    watchdog & analyst & operator --> schema
    operator --> platforms
    platforms -.->|daily exports| schema
Loading
Repo Role
paid-media-suite Hub — AGENT.md system definition, SETUP.md, cross-repo coordination
paid-media-schema BigQuery DDL — identity, platform, attribution, reporting views, account analytics
paid-media-mcp MCP server — connects Claude to live data, agent outputs, and platform controls
paid-media-agent Watchdog · Analyst · Operator — Python agents with Anthropic SDK tool-use loop
skills Claude Code slash commands for strategy, measurement, creative, and campaign execution

Popular repositories Loading

  1. skills skills Public

    Custom Claude Code skills for productivity and paid media workflows

  2. paid-media-mcp paid-media-mcp Public

    MCP server template for paid media teams — connect Claude to your campaigns, team structure, performance data, attribution models, and reporting templates

    TypeScript

  3. arcticgreyy arcticgreyy Public

    Profile README

  4. paid-media-agent paid-media-agent Public

    Multi-agent B2B paid media attribution system on GCP/BigQuery — Watchdog, Analyst, and Operator agents powered by Claude

    Python

  5. paid-media-schema paid-media-schema Public

    Shared data schema for the paid media AI suite — identity namespace registry, BigQuery DDL, and JSON-file schemas for platform-agnostic attribution

  6. paid-media-suite paid-media-suite Public

    Paid Media AI Suite — modular Claude-powered system for campaign strategy, attribution modeling, and autonomous optimization