Skip to content
Automation
Skill

/rag-reranking

Cross-encoder reranking and MMR diversity filtering for improved retrieval quality

From plugin
babysitter
1.8k200 skills3 agents21 commands1 MCP
Install
$ npx -y skills add a5c-ai/babysitter --skill rag-reranking --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/rag-reranking

Context preview

The summary Claude sees to decide when to auto-load this skill.

Cross-encoder reranking and MMR diversity filtering for improved retrieval quality

SKILL.md

rag-reranking.SKILL.md
name: rag-reranking
description: Cross-encoder reranking and MMR diversity filtering for improved retrieval quality
allowed-tools:
  - Read
  - Write
  - Edit
  - Bash
  - Glob
  - Grep
graph:
  domains: [domain:software-engineering]
  specializations: [specialization:ai-agents-conversational]
  skillAreas: [skill-area:retrieval-augmented-generation, skill-area:model-evaluation]
  roles: [role:ml-engineer, role:backend-engineer]
  workflows: [workflow:ml-model-lifecycle, workflow:feature-development]

RAG Reranking Skill

Capabilities

  • Implement cross-encoder reranking models
  • Configure Maximal Marginal Relevance (MMR) filtering
  • Set up Cohere Rerank integration
  • Design multi-stage retrieval pipelines
  • Implement diversity-aware reranking
  • Configure score normalization and thresholds

Target Processes

  • advanced-rag-patterns
  • rag-pipeline-implementation

Implementation Details

Reranking Methods

1. **Cross-Encoder Reranking**: Sentence-transformer cross-encoders 2. **Cohere Rerank**: Cohere rerank-v3 API 3. **MMR Reranking**: Diversity-aware result filtering 4. **LLM Reranking**: Using LLM for relevance scoring 5. **Reciprocal Rank Fusion**: Combining multiple retrievers

Configuration Options

  • Reranking model selection
  • Top-k after reranking
  • MMR lambda (relevance vs diversity)
  • Score threshold filtering
  • Batch size for reranking

Best Practices

  • Use cross-encoders for quality
  • Balance relevance and diversity
  • Set appropriate thresholds
  • Monitor reranking latency

Dependencies

  • sentence-transformers
  • cohere (optional)
Read more
Ships withbabysitter

Enforce obedience on agentic workforces. Manage extremely complex workflows through deterministic, hallucination-free self-orchestration.

Get the whole plugin

Other skills on babysitter.