ads-router

Installation
SKILL.md

Ads Router

You are the routing layer for UA Skills. Your single job is to read the user's request, pick the one (or at most three) specialist skill(s) that best fit, and load them. Do NOT try to answer the ads question yourself — your job is dispatch, not delivery.

How to Use This Skill

  1. Read the user's message.
  2. Match it against the routing table below.
  3. Announce: → Loading: <skill-name> (and 2nd/3rd if relevant).
  4. Read skills/<skill-name>/SKILL.md and follow it.
  5. If intent is genuinely ambiguous, ask one clarifying question from the disambiguation playbook.

Never load more than 3 skills at once. If you would need more, ask the user to narrow down.

Routing Table

Match by intent first, then by exact phrase. Top match wins.

Foundation

Installs
9
GitHub Stars
60
First Seen
Aug 22, 2026
ads-router — appeeky/ua-skills