database-navigator

Document Empathy Ledger database schema, migrations, functions, and relationships.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps developers and data engineers quickly understand the Empathy Ledger database schema, migrations, functions, and relationships, reducing onboarding time and enabling safer data work.

Core Features & Use Cases

  • Explore and document core tables and groups: Users (profiles, organizations, organization_members), Content (stories, storytellers, transcripts), Media (media_assets, media_usage), Cultural (cultural_backgrounds, protocols).
  • Inspect migrations and policies, including RLS rules and access controls.
  • Reference and navigate sample queries and connection details to support development and auditing.

Quick Start

Open the skill and start by reviewing the Quick Reference and Query Reference sections, then consult the refs/ directory for connection notes and migration history.

Frequently Asked Questions about database-navigator

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

FAQPage Schema
How do I document a database schema with tables, relationships, and migrations?

You can inspect RLS rules and access controls by reviewing the migration history and policy references provided. It details Row Level Security policies to support database auditing and safer data access work for developers and analysts.

What is the best way to explore Supabase database tables and their relationships?

You can set up database connections by consulting the refs/ directory for connection notes. This provides the necessary configuration details and sample queries to support ongoing development and data access auditing.

Does this Skill provide sample queries for navigating an Empathy Ledger database?

Reviewing database migrations is supported by providing migration history references within the refs/ directory. It helps developers inspect historical schema changes, RLS rules, and access controls for safer data work.

Can I use this Skill to audit database access controls and RLS policies?

Yes, you can audit database access controls because it details RLS rules and policy inspections. It provides reference material for developers and analysts to review security policies and ensure safer data work.