db

Query STP Supabase database with natural language and explore schemas.

Updated Nov 4, 2025
One-click install
npx skills add https://github.com/aigars-stg/stg-mvp --skill db-aigars-stg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: db
Source: https://github.com/aigars-stg/stg-mvp/tree/main/.claude/skills/db
Command: npx skills add https://github.com/aigars-stg/stg-mvp --skill db-aigars-stg

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill allows users to interact with the Second Turn Games Supabase database using natural language queries, simplifying data retrieval and schema exploration.

Core Features & Use Cases

  • Query Data: Run SELECT queries against Supabase tables.
  • Explore Schema: Understand table structures, columns, and relationships.
  • Generate Types: Automatically generate TypeScript types for the database schema.
  • Check RLS Policies: Review Row Level Security policies for data access control.
  • Use Case: A product manager needs to quickly find all listings with a 'Very Good' condition and a price under $50.

Quick Start

Use the db skill to find all listings with a condition of 'Very Good' and a price less than 50.

Frequently Asked Questions about db

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

FAQPage Schema
How do I query a Supabase database using natural language?

You can query a Supabase database using natural language by translating plain English requests into SQL SELECT statements to retrieve data directly from tables without writing manual queries.

Can I explore my database schema and table structures in Supabase?

You can explore your database schema in Supabase to understand table structures, columns, and relationships by asking natural language questions that map out the relational data model.

How do I generate TypeScript types from a Supabase database schema?

You can generate TypeScript types from a Supabase database schema to automate frontend type safety by creating type definitions based on your table structures and column data types.

How can I check Row Level Security policies in Supabase?

You can check Row Level Security policies in Supabase to review data access control rules and ensure that database queries respect the configured RLS constraints for secure data retrieval.

Does natural language querying respect Supabase Row Level Security configurations?

Natural language querying respects Supabase Row Level Security configurations by operating through Supabase MCP tools that enforce your existing data access control policies during data retrieval.