Schedule Pipeline banner
joemacstevens joemacstevens

Schedule Pipeline

Data community

Description

# Skill: Schedule Pipeline (Technical Runbook) ## Purpose Complete technical reference for generating and publishing the daily "Today's Card" schedule story for Different Breed Elite Fitness. This covers the end-to-end pipeline: fetching live class data → rendering animated video → publishing to IG + FB as Stories. ## Architecture Overview ``` MindBody API (live schedule) ↓ fetch-mindbody-official.mjs → schedule.json ↓ Remotion ScheduleReel composition → MP4 (1080×1920, 12s, 30fps)

Installation

Installs to ~/.claude/skills/joemacstevens-db-marketing-skills-schedule-pipeline/SKILL.md

Terminal
mkdir -p ~/.claude/skills/joemacstevens-db-marketing-skills-schedule-pipeline && curl -fsSL https://raw.githubusercontent.com/joemacstevens/db-marketing-skills/HEAD/skills/schedule-pipeline.md -o ~/.claude/skills/joemacstevens-db-marketing-skills-schedule-pipeline/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository