sqlalchemy-patterns
Installation
SKILL.md
SQLAlchemy 2.0+ Patterns (Async · PostgreSQL)
The definitive reference for writing SQLAlchemy 2.0+ code. PostgreSQL is the target database. Async is the default execution model. Every pattern here is 2.0-style — zero legacy Column() / session.query() / declarative_base() patterns. When you write any model, query, or migration, follow these rules exactly.
This is a global, project-agnostic skill. Examples use generic names (
User,Order). Adapt names to the project, never copy project-specific session names or pool numbers from examples as if they were rules.