sql-schema-generator

Community

Generate 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 TABLE statements complete with data types, indexes, foreign keys, and constraints.
  • Migration Files: Generate UP and DOWN migration scripts, facilitating version control and easy rollbacks for database changes.
  • Use Case: You're adding a new feature that requires users and sessions tables. 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 required

Components

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.
View Source Repository