Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:39:08 +08:00
commit 343dfeb4d6
6 changed files with 660 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
{
"name": "database-design",
"description": "Database architecture, schema design, and SQL optimization for production systems",
"version": "1.2.0",
"author": {
"name": "Seth Hobson",
"url": "https://github.com/wshobson"
},
"skills": [
"./skills/postgresql"
],
"agents": [
"./agents/database-architect.md",
"./agents/sql-pro.md"
]
}