Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:35:09 +08:00
commit 086c1eabf6
14 changed files with 1609 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
{
"name": "asyncpg-to-sqlalchemy-converter",
"description": "Convert asyncpg code in FastAPI projects to SQLAlchemy with asyncpg engine, supporting Supabase integration and lazy loading",
"version": "1.0.0",
"author": {
"name": "Claude Code Plugin Developer",
"email": "dev@example.com"
},
"skills": [
"./skills"
],
"agents": [
"./agents"
],
"commands": [
"./commands"
],
"hooks": [
"./hooks"
],
"mcp": [
"./.mcp.json"
]
}