← All plugins
database-query-profiler
v1.9.0Profile and optimize database queries for performance
Claude Code
by Claude Code PluginsMIT2.6kupdated 10 hours ago
Source
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skillsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/performance/database-query-profiler/ inside the repository.
Layout
plugins/performance/database-query-profiler/
└── .claude-plugin/plugin.json
Manifests1
plugins/performance/database-query-profiler/.claude-plugin/plugin.json
{
"name": "database-query-profiler",
"version": "1.9.0",
"description": "Profile and optimize database queries for performance",
"author": {
"name": "Claude Code Plugins",
"email": "[email protected]"
},
"repository": "https://github.com/jeremylongshore/claude-code-plugins",
"license": "MIT",
"keywords": [
"database",
"query",
"profiling",
"optimization",
"sql"
]
}