warmup-infrastructure

Installation
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
Remote cron job (Claude agent on Hetzner) cronRef.md
Telegram escalations + progress updates telegramRef.md
Slack notifications slackRef.md
Next.js admin health dashboard (Vercel) adminDashboardRef.md

Setup order

Run these in order when bootstrapping a new instance:

  1. Supabase — create the warmup_actions table, get service role key → supabaseRef.md
  2. Telegram — create/reuse bot, get chat ID → telegramRef.md
  3. Slack — create incoming webhook for the target workspace → slackRef.md
  4. Cron job — configure and start the remote Claude agent → cronRef.md
  5. Admin dashboard — deploy the Next.js app to Vercel → adminDashboardRef.md
Related skills
Installs
2
Repository
frahman5/fstack
First Seen
4 days ago