db-schema

Community

Generate SQLModel DB schemas and migrations.

AuthorIsmailAbdulkareem
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill automates the creation of database schema definitions and migration scripts, significantly reducing the manual effort and potential errors in setting up and evolving your database structure.

Core Features & Use Cases

  • SQLModel Generation: Creates Python classes for database tables using SQLModel, including relationships, fields, and constraints.
  • Migration Script Creation: Generates SQL migration files for database schema changes.
  • Seed Data Generation: Optionally creates initial data for testing purposes.
  • Use Case: When starting a new feature that requires user and task management, describe the entities and their relationships to the Skill, and it will generate the necessary Python models and SQL migration scripts for your Neon DB.

Quick Start

Use the db-schema skill to generate SQLModel classes and migrations for User and Todo entities, with a one-to-many relationship from User to Todo.

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: db-schema
Download link: https://github.com/IsmailAbdulkareem/Hackathon-II-Todo-Cli/archive/main.zip#db-schema

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.