Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:18:45 +08:00
commit 07ecb03cf0
8 changed files with 288 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "orm-code-generator",
"description": "Generate ORM models from database schemas or create database schemas from models for TypeORM, Prisma, Sequelize, SQLAlchemy, and more",
"version": "1.0.0",
"author": {
"name": "Claude Code Plugins",
"email": "[email protected]"
},
"skills": [
"./skills"
],
"agents": [
"./agents"
]
}