changed to skill provider

This commit is contained in:
John Lancaster
2026-08-07 19:09:54 -05:00
parent c6817a074e
commit 44edffb8b7
48 changed files with 552 additions and 2946 deletions
@@ -1,21 +1,6 @@
---
name: async-fastapi-sqlmodel
description: 'Explain and apply async database principles for FastAPI, SQLAlchemy 2.x, and SQLModel. Use when: learning or reviewing cached AsyncEngine and session-factory lifecycles, AsyncSession scopes and injection, FastAPI lifespan and yield dependencies, transaction boundaries, concurrency safety, implicit ORM I/O, pooling, testing, or SQLModel integration.'
x-personal-mcp:
id: async-fastapi-sqlmodel
version: 1.2.0
tags:
- fastapi
- sqlalchemy
- sqlmodel
- async
- asyncio
- database
- transactions
- resource-lifecycle
- architecture
capabilities:
- resource://skills/async-fastapi-sqlmodel/document
---
# Async FastAPI, SQLAlchemy, and SQLModel