sql-schema-generator
CommunityGenerate SQL schemas & migrations, effortlessly.
Authorxloxn69
Version1.0.0
Installs0
System Documentation
What problem does it solve?
Manually writing SQL DDL (Data Definition Language) and migration scripts is a tedious, time-consuming, and error-prone process, especially for complex database designs and evolving applications.
Core Features & Use Cases
- Schema Generation: Automatically create
CREATE TABLEstatements complete with data types, indexes, foreign keys, and constraints. - Migration Files: Generate
UPandDOWNmigration scripts, facilitating version control and easy rollbacks for database changes. - Use Case: You're adding a new feature that requires
usersandsessionstables. This skill generates the complete SQL DDL, including relationships and indexes, and wraps it in a migration file, saving you from writing boilerplate SQL.
Quick Start
Use the sql-schema-generator skill to create tables for "products" and "orders" with appropriate fields and relationships.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: sql-schema-generator Download link: https://github.com/xloxn69/AgileFlow/archive/main.zip#sql-schema-generator Please download this .zip file, extract it, and install it in the .claude/skills/ directory.