What problem does it solve? Keeping the World Cup 2026 prediction app's 1X2 odds feed current requires manually fetching market odds, filling gaps with model estimates, regenerating the bundled offline seed, and force-pushing an orphan branch so the production app can consume the feed. This Skill automates that entire multi-step pipeline. ## Core Features & Use Cases - Feed Generation: Runs scripts/generate-odds.mjs to pull real market odds from The Odds API (when ODDS_API_KEY is set) and fills the remaining matches with Elo-model probabilities, always producing all 72 group-stage matches. - Offline Seed Regeneration: Rebuilds src/data/odds/seed.ts with --write-seed so the bundled fallback stays current when the external fetch fails. - Orphan Branch Publishing: Replicates the GitHub Actions cron by force-pushing odds-feed.json plus a static vercel.json to the odds-data branch that the live app reads. - Use Case: Before a matchday, ask the assistant to refresh the odds; it generates the feed, updates the seed, commits to main, and publishes the odds-data branch after your confirmation. ## Quick Start Ask the assistant to update and publish the latest World Cup 2026 odds feed for the app.