tam-builder
Installation
SKILL.md
TAM Builder
Build and maintain a scored Total Addressable Market. Uses Apollo Company Search to discover companies, upserts them to Supabase, scores ICP fit (0-100), assigns tiers (1/2/3), and auto-builds a persona watchlist for Tier 1-2 companies using Apollo People Search (free).
Three modes:
- build — First-time TAM construction from Apollo search
- refresh — Update existing TAM: re-score, detect tier changes, deprecate stale companies
- status — Read-only report of current TAM state
Prerequisites
1. Apollo API Key
Add to .env:
APOLLO_API_KEY=your-api-key-here
2. Supabase Project
Same project used by other skills. Schema in tools/supabase/schema.sql. This skill writes to companies and people tables.
Related skills