24 lines
480 B
JSON
24 lines
480 B
JSON
{
|
|
"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"
|
|
]
|
|
} |