Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:02:57 +08:00
commit daf63b8e96
9 changed files with 1543 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "erd-skill",
"description": "Database design and ERD toolkit using DBML format for schema creation and analysis",
"version": "0.0.0-2025.11.28",
"author": {
"name": "Kyungho Byoun",
"email": "kyungho.byoun@gmail.com"
},
"skills": [
"./skills/erd-skill"
]
}