SKILL.md
Warmup Infrastructure Skill
Sets up the full monitoring and observability stack for TikTok account warmup systems. This skill is repo-agnostic — run it in any repo that operates TikTok warmup accounts to get the full stack stood up.
What this covers
| Component | Reference |
|---|---|
| Supabase schema + Python logger | [supabaseRef.md](supabaseRef.md) |
| Remote cron job (Claude agent on Hetzner) | [cronRef.md](cronRef.md) |
| Telegram escalations + progress updates | [telegramRef.md](telegramRef.md) |
| Slack notifications | [slackRef.md](slackRef.md) |
| Next.js admin health dashboard (Vercel) | [adminDashboardRef.md](adminDashboardRef.md) |
Setup order
Run these in order when bootstrapping a new instance:
- Supabase — create the
warmup_actionstable, get service role key →supabaseRef.md - Telegram — create/reuse bot, get chat ID →
telegramRef.md - Slack — create incoming webhook for the target workspace →
slackRef.md - Cron job — configure and start the remote Claude agent →
cronRef.md - Admin dashboard — deploy the Next.js app to Vercel →
adminDashboardRef.md