Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:18:22 +08:00
commit b136feaf52
8 changed files with 824 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "database-index-advisor",
"description": "Analyze query patterns and recommend optimal database indexes with impact analysis",
"version": "1.0.0",
"author": {
"name": "Claude Code Plugins",
"email": "[email protected]"
},
"skills": [
"./skills"
],
"commands": [
"./commands"
]
}