Database banner
calebnewtonusc calebnewtonusc

Database

Data community

Description

--- description: Design Supabase schema, write Drizzle migration, add RLS policies, generate TypeScript types allowed-tools: Bash(npm:*), Bash(npx:*), Bash(supabase:*), Read, Write, Glob argument-hint: "<feature description, what data does this feature need?>" --- # Database Design the database schema for `$ARGUMENTS`. Supabase + Drizzle ORM. RLS on everything. ## Step 1: Model the data From `$ARGUMENTS`, identify: - **Entities**: what are the nouns? (user, post, project, subscription, etc.

Installation

Installs to ~/.claude/commands/calebnewtonusc-d1-vibe-coding-database.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/calebnewtonusc/D1-Vibe-Coding/HEAD/.claude/commands/database.md -o ~/.claude/commands/calebnewtonusc-d1-vibe-coding-database.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository