retrieval-review
v0.1.0Audit a retrieval / vector-index pipeline for structural health across seven layered axes — eval foundation, corpus & chunking, embedding geometry, index & ANN fidelity, retrieval composition, rank fusion, and reranking — and flag the defects that silently return wrong or missing context before they reach the generator.
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 retrieval-review for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install retrieval-review@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/retrieval-review/.
Plugin files
├── .claude-plugin/plugin.json└── skills/retrieval-review/SKILL.md
Included Skills1
Use when reviewing or auditing a retrieval / vector-index / RAG pipeline for quality before it silently feeds wrong or missing context to a generator. Triggers — /retrieval-review, 'review my RAG pipeline', 'audit this vector index', 'why is retrieval bad', 'check my hybrid search', 'review my embeddings retrieval', 'is my RRF/reranker configured right', 'audit my vector DB setup'. Runs a structured seven-axis review (eval foundation, corpus & chunking, embedding geometry, index & ANN fidelity, retrieval composition, rank fusion, reranking) in a fixed load-bearing order, grounded in BEIR/MTEB evaluation methodology, the anisotropy & alignment/uniformity geometry literature, ANN-index recall theory, and the rank-fusion (RRF) and cross-encoder reranking research. Produces a severity-ranked findings list led by the issues that make the right document structurally unretrievable — each with the smell, the offending layer, why it's a problem, the metric that proves it, and a concrete fix.
Plugin manifests1
{
"name": "retrieval-review",
"version": "0.1.0",
"description": "Audit a retrieval / vector-index pipeline for structural health across seven layered axes — eval foundation, corpus & chunking, embedding geometry, index & ANN fidelity, retrieval composition, rank fusion, and reranking — and flag the defects that silently return wrong or missing context before they reach the generator.",
"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.
[retrieval-review on Agent Plugins Marketplace](https://pluginsmp.com/plugins/retrieval-review)