database-schema-manager

Installation
SKILL.md

Database Schema Manager

Quick Start

This skill manages LibSQL/Turso database schemas:

  1. Schema design: Create tables with proper types and indexes
  2. Zod validation: Schema-first approach with type inference
  3. Migrations: Version-controlled schema changes
  4. 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

Database Connection

Related skills

More from d-oit/do-novelist-ai

Installs
4
First Seen
Jan 31, 2026