# Util Update Seed Data

> Updates `database/seed.sql` based on what's in supabase Use when this capability is needed.

- Skill: `tomevault-io/util-update-seed-data` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/util-update-seed-data`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/util-update-seed-data/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Data & Analytics
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/util-update-seed-data

---


Update the supabase seed data in `database/seed.sql`. Use supabase MCP and query the remote database for the latest data.

Here are the database tables that you should update:

- drink_categories
- drinks
- option_categories
- option_values
- drink_options

Review the database schema before updating, see [db_schema.md](/docs/specs/db_schema.md) and [schema.sql](/database/schema.sql).

---
> Source: [raffertyuy/uy-kape](https://github.com/raffertyuy/uy-kape) — distributed by [TomeVault](https://tomevault.io).
<!-- tomevault:4.0:skill_md:2026-05-22 -->

