diagnose-queries
v0.5.0Diagnose slow database queries across Postgres, the ORM layer (N+1), and Snowflake/dbt — routes to five modes (known query, locate offender, live incident, proactive audit, regression) and produces a root-caused, verified fix.
By Matt NoxonLicense: MIT0 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 11, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install diagnose-queries for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install diagnose-queries@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/mnox/mnox-aiClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/diagnose-queries/.
Plugin files
├── .claude-plugin/plugin.json└── skills/diagnose-queries/SKILL.md
Included Skills1
Use when a database query or query-backed endpoint is slow — this query is slow, the page takes forever, DB is pegged, find the slow queries, why is this endpoint slow, N+1 suspicion, query timeouts, high p99 latency, EXPLAIN or plan analysis, a slow Snowflake/dbt model, or a query that used to be fast. Routes to one of five diagnostic modes (analyze a known query, locate an unknown offender, triage a live incident, audit proactively, or chase a regression), runs the right toolkit (EXPLAIN ANALYZE, pg_stat_statements, pg_stat_activity, APM/DBM tracing, Snowflake Query Profile), and produces a root-caused fix with before/after verification.
Plugin manifests1
{
"name": "diagnose-queries",
"version": "0.5.0",
"description": "Diagnose slow database queries across Postgres, the ORM layer (N+1), and Snowflake/dbt — routes to five modes (known query, locate offender, live incident, proactive audit, regression) and produces a root-caused, verified fix.",
"author": {
"name": "Matt Noxon"
},
"homepage": "https://github.com/mnox/mnox-ai",
"license": "MIT"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[diagnose-queries on Agent Plugins Marketplace](https://pluginsmp.com/plugins/diagnose-queries)