Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:22:25 +08:00
commit c3294f28aa
60 changed files with 10297 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "prisma-6",
"description": "Prisma 6 ORM patterns, client management, query optimization, and security best practices based on real-world AI coding failures",
"version": "1.0.0",
"author": {
"name": "Daniel Jankowski",
"email": "djank0113@gmail.com"
},
"skills": [
"./skills"
],
"hooks": [
"./hooks"
]
}