db-schema-change

Plan, generate, and review database schema changes with Drizzle ORM.

32|7|Updated Dec 10, 2025
One-click install
npx skills add https://github.com/jamesjlundin/full-stack-web-and-mobile-template --skill db-schema-change
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: db-schema-change
Source: https://github.com/jamesjlundin/full-stack-web-and-mobile-template/tree/main/.claude/skills/db-schema-change
Command: npx skills add https://github.com/jamesjlundin/full-stack-web-and-mobile-template --skill db-schema-change

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you plan, generate, and review safer database schema changes using Drizzle ORM, minimizing downtime and data risk.

Core Features & Use Cases

  • Migration-Driven Changes: Plan schema edits, generate migrations, and review SQL before applying.
  • Safe Collaboration: Encourage review of destructive changes and data safety.
  • Validation Steps: Ensure type safety and compatibility with existing code.

Quick Start

Update the schema, generate a migration, and review the generated SQL before applying locally.