sqlmodel-db-expert

Design SQLModel schemas and manage Neon PostgreSQL databases with migrations.

Updated Dec 25, 2025
One-click install
npx skills add https://github.com/hammadurrehman2006/the_evolution_of_todo --skill sqlmodel-db-expert
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sqlmodel-db-expert
Source: https://github.com/hammadurrehman2006/the_evolution_of_todo/tree/main/.claude/skills/sqlmodel-db-expert
Command: npx skills add https://github.com/hammadurrehman2006/the_evolution_of_todo --skill sqlmodel-db-expert

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill guides you in designing SQLModel schemas and managing Neon PostgreSQL databases. It covers type-safe models, relationships, migrations, and secure configuration.

Core Features & Use Cases

  • Schema as Code: Define database structure with SQLModel classes before touching the database.
  • Relationships & Integrity: Properly define one-to-many and many-to-many relations with Relationship() and back_populates.
  • Tenant Safety: Ensure user-scoped queries and secure migrations with environment-based strings.

Quick Start

Demonstrate a simple SQLModel setup for a User and Post with relationships and an Alembic migration placeholder.