supabase

Navigate and query Supabase database tables and relationships.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Acurioustractor/empathy-ledger-v2 --skill supabase-acurioustractor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: supabase
Source: https://github.com/Acurioustractor/empathy-ledger-v2/tree/main/.claude/skills/local/supabase
Command: npx skills add https://github.com/Acurioustractor/empathy-ledger-v2 --skill supabase-acurioustractor

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams understand and navigate the structure of the Supabase-backed Empathy Ledger, enabling efficient data querying and schema discovery for developers and analysts.

Core Features & Use Cases

  • Explore core tables and relationships in the Empathy Ledger database to accelerate data modeling and reporting.
  • Write and optimize queries to retrieve storytellers, stories, transcripts, and AI analysis results.
  • Use case: A data analyst wants to fetch all published stories with their associated transcripts and themes to generate a monthly cultural impact report.

Quick Start

Run a quick query to list all core tables and their primary keys, and test a join path from storytellers to transcripts to transcripts_analysis_results.

Frequently Asked Questions about supabase

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I navigate the Supabase schema for the Empathy Ledger database?

To navigate the Supabase schema, you can explore core tables and their relationships to accelerate data modeling. This provides quick schema awareness, allowing you to trace connections from storytellers to transcripts and analysis results.

How do I query published stories with associated transcripts in Supabase?

You can query published stories with associated transcripts by applying optimized SQL join patterns across the Empathy Ledger tables. This supports generating cultural impact reports by retrieving storytellers, stories, and AI analysis results.

What is the best way to discover table relationships in the Empathy Ledger database?

The best way to discover table relationships is by tracing join paths between core tables like storytellers, stories, and transcripts. This approach helps developers and analysts understand structural connections for performant data retrieval.

Can I use this Supabase schema navigation tool for multi-tenant data retrieval?

Yes, this Supabase schema navigation tool supports performant data retrieval across tenants. It is designed for developers, data analysts, and researchers who need to query tenant-specific storytellers, stories, and analysis results.

Do I need to know SQL to analyze the Empathy Ledger database structure?

Knowing SQL is beneficial because the Skill provides example SQL patterns and reference materials for querying the Empathy Ledger database. It helps you write and optimize queries to fetch stories, transcripts, and themes.

What are the limitations when querying AI analysis results from the Empathy Ledger?

The Skill focuses on schema discovery, relationship tracing, and providing example SQL patterns for AI analysis results. It does not perform the AI analysis itself, but rather helps you retrieve and navigate existing analysis data stored in the Supabase database.