frahman5/fstack · Archived

warmup-infrastructure

End-to-end setup guide for the TikTok account warmup monitoring stack — Supabase action logging, remote Claude cron job, Telegram/Slack alerting, and a Next.js admin health dashboard. Load this skill when setting up this infrastructure in a new repo.

First seen May 4, 2026

Installation

$ npx skills add frahman5/fstack --skill warmup-infrastructure

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from frahman5/fstack.

npx skills add frahman5/fstack

Browse all from frahman5/fstack

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

License MIT
Default branch main
Open issues 0
Status Archived

Skill metadata

Parsed from SKILL.md frontmatter.

Version1.0.0
LicenseMIT
More metadata
author
frahman5
version
1.0.0

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,535 B
  • docs SUMMARY.md 281 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 2 installs

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:

  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