ワンクリックで
supabase-deployment
Deploy Supabase schema changes, manage migrations, maintain production database integrity.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Deploy Supabase schema changes, manage migrations, maintain production database integrity.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
The brand constitution for Empathy Ledger — what it is, why it exists, who it serves, and how it sounds. Load BEFORE writing any Empathy Ledger public-facing copy (storyteller, organisation, or funder-facing), before naming or positioning anything, and before designing any storyteller-facing surface. Also load when reviewing whether existing copy or a feature is on-brand.
Run one cycle of the Empathy Ledger wiki research loop. Lints the wiki, surfaces the highest-priority gap, drafts fill content, queues the result for elder review.
Build world-class data visualizations for the Empathy Ledger platform — force-directed graphs, network maps, geographic overlays, temporal flows, and interactive dashboards using d3, recharts, leaflet, and framer-motion.
Local dev server management — start, stop, clean restart, fix cache corruption, port conflicts. Use this skill whenever the dev server needs launching or is misbehaving.
Explore EL projects, organizations, and all related content - storytellers, stories, transcripts, media, galleries, analysis. Core function for syndication API and ACT ecosystem.
AI-powered data analysis for Empathy Ledger - themes, quotes, story suggestions, transcript analysis.
| name | supabase-deployment |
| description | Deploy Supabase schema changes, manage migrations, maintain production database integrity. |
Deploy database migrations safely with idempotent SQL and multi-tenant isolation.
# 1. Create migration
npx supabase migration new your_change_description
# 2. Write idempotent SQL (see refs/migration-patterns.md)
# 3. Test locally
npx supabase db reset
# 4. Generate types
npx supabase gen types typescript --local > src/lib/database/types/database-generated.ts
# 5. Deploy to production
npx supabase db push
yvnuayzslukamizrlhwbap-southeast-2 (Sydney)db resetelder_review_queue - Elder approval workflowcultural_protocols - Community protocolsconsent_change_log - GDPR audit trail| Topic | File |
|---|---|
| Migration patterns | refs/migration-patterns.md |
| Deployment workflow | refs/workflow.md |
| Troubleshooting | refs/troubleshooting.md |
supabase-connection - Database clientssupabase-sql-manager - SQL operationscultural-review - Cultural safety check