managing-database-schemas
Installation
SKILL.md
Database Schema Manager
When to use this skill
- User asks to analyze or review database schema
- User wants to create or modify migrations
- User mentions Prisma, TypeORM, or Drizzle
- User asks to generate TypeScript types from schema
- User wants to detect schema issues or duplications
Workflow
- Detect ORM/schema tool in use
- Read current schema files
- Analyze schema structure
- Identify issues and improvements
- Suggest DRY refactors if applicable
- Generate TypeScript types if requested