Files
gh-jeremylongshore-claude-c…/.claude-plugin/plugin.json
2025-11-30 08:18:47 +08:00

15 lines
359 B
JSON

{
"name": "query-performance-analyzer",
"description": "Analyze query performance with EXPLAIN plan interpretation, bottleneck identification, and optimization recommendations",
"version": "1.0.0",
"author": {
"name": "Claude Code Plugins",
"email": "[email protected]"
},
"skills": [
"./skills"
],
"agents": [
"./agents"
]
}