sqlalchemy skills

23 tagged sqlalchemy, measured the same way as everything else here.

Browse within: python 21fastapi 20alembic 18uv 16postgresql 5

enferno-dev

01

level09/enferno

Skill Claude CodeCodex

Development skill for Enferno Flask framework. Use when implementing features, fixing bugs, or writing code for Enferno-based applications. This includes creating models, API endpoints, Vue.js frontend components, database operations, or any development task within the Enferno ecosystem. Triggers: creating blueprints…

569 5d ago A 82 tokens original MIT

crudauth

02

benavlabs/crudauth

Skill Claude CodeCodex

Use when building or modifying authentication in a FastAPI app with crudauth (the crudauth PyPI package) — covers CRUDAuth, the AuthUserMixin / makeauthidentity user model, IdentityConfig, currentuser(...) gates, session + bearer transports, OAuth (Google/GitHub), email verification / password reset / change, custom…

23 2mo ago B 188 tokens original MIT

fastapi-init

03

robhowley/py-pit-skills

Skill Claude CodeCodex

Scaffold a complete, production-ready FastAPI project from scratch. Use this skill whenever the user wants to create, initialize, start, or bootstrap a FastAPI service, REST API, or Python web service — even if they just say "new service", "new API", or "new microservice". Handles uv setup, standard FastAPI directory…

5 5mo ago A 109 tokens original MIT

pydantic-schemas

04

robhowley/py-pit-skills

Skill Claude CodeCodex

Opinionated schema architecture for Python API projects using Pydantic v2. Defines request, response, query, command, batch, and pagination schema patterns to prevent schema drift in new projects.

5 5mo ago A 44 tokens original MIT

sqlalchemy-models

05

robhowley/py-pit-skills

Skill Claude CodeCodex

Production-ready SQLAlchemy 2.x model patterns for Python backend projects. Use this skill when the user needs to define ORM models, add relationships, introduce a canonical DeclarativeBase, create shared mixins, organize a models package, or fix inconsistent SQLAlchemy model structure in a FastAPI or Python backend.

5 5mo ago A 66 tokens original MIT

fastapi-endpoint

06

alirezaebrahimi5/ai-senior-engineer-template

Skill Claude CodeCodex

Plan and build production-ready FastAPI endpoints with async SQLAlchemy, Pydantic v2 models, dependency injection for auth, and pytest tests. Uses interview-driven planning to clarify data models, authentication method, pagination strategy, and caching before writing any code.

5 2mo ago A 56 tokens