database-schema-manager
Installation
SKILL.md
Database Schema Manager
Quick Start
This skill manages LibSQL/Turso database schemas:
- Schema design: Create tables with proper types and indexes
- Zod validation: Schema-first approach with type inference
- Migrations: Version-controlled schema changes
- Type safety: Ensure TypeScript types match database schema
When to Use
- Creating new database tables
- Writing database migrations
- Implementing schema validation
- Need type-safe database operations