database-schema
SKILL.md
Purpose
Analyze database schemas and migration files to help developers understand the data model quickly. This skill focuses on Go-based migration tools and SQL schema files, identifying table structures, relationships, and dependencies.
When to Use
Use this skill when you need to:
- Understand database structure - Get an overview of all tables and their relationships
- Analyze migrations - Review migration history and understand schema evolution
- Find schema files - Locate schema/, migrations/, or db/ directories
- Map table relationships - Identify foreign keys and dependencies between tables
- Review indexes - Understand query optimization through index analysis
- Generate ER diagrams - Create visual representations of the data model
- Onboard to a database - Learn the data model for a new project