Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:14:01 +08:00
commit fc55ebbda2
4 changed files with 524 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "schema-generator",
"description": "ClaudeForge Enterprise Database Schema Generator delivering comprehensive schema design methodologies, migration automation, and ORM integration excellence that transforms database architecture from manual specification into intelligent, optimized data persistence solutions across PostgreSQL, MySQL, MongoDB, and major database platforms",
"version": "1.0.0",
"author": {
"name": "ClaudeForge Community",
"url": "https://github.com/claudeforge/marketplace"
},
"commands": [
"./commands"
]
}