rag-evaluation

rag-evaluation is a skill for Claude Code, Codex from andreibesleaga/GABBE. It costs 23 tokens per session (1,299 once invoked), scanned A, original, no licence file.

A way to evaluate retrieval-augmented generation, or RAG, where a model retrieves source information before generating an answer. It uses metrics that do not require prepared reference answers to find retrieval and grounding problems.

In plain words
What is it for?
It is for testing RAG pipelines and checking whether generated answers are grounded in retrieved material.
Why use it?
It helps detect cases where a system quietly retrieves the wrong information or gives an answer unsupported by its sources.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/andreibesleaga/gabbe/rag-evaluation
Any agent
npx skills add andreibesleaga/GABBE --skill rag-evaluation
Clone the repo
git clone --depth 1 https://github.com/andreibesleaga/GABBE

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for rag-evaluation

README.md
[![agentmods](https://agentmods.dev/badge/skills/andreibesleaga/gabbe/rag-evaluation.svg)](https://agentmods.dev/skills/andreibesleaga/gabbe/rag-evaluation)
Your own site
<a href="https://agentmods.dev/skills/andreibesleaga/gabbe/rag-evaluation"><img src="https://agentmods.dev/badge/skills/andreibesleaga/gabbe/rag-evaluation.svg" alt="Measured on agentmods" height="20"></a>
Per session 23 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,299 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00023 $0.01299
Opus 5 $0.00012 $0.00649
Sonnet 5 $0.00005 $0.00260
Haiku 4.5 $0.00002 $0.00130

Measured 2d ago against content hash fedcb2339225, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

rag-evaluation scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

agents/skills/ai/rag-evaluation.skill.md · 94 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 94 lines · 23 tokens per session scan A fedcb2339225

Subscribe to this mod's changes

rag-evaluation is a skill published in the GitHub repository andreibesleaga/GABBE (22 stars, last pushed 5d ago), with no licence file. It adds 23 tokens to every session and 1,299 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-04.

Related

Other skills, from other repositories

rag-evaluation

Use this skill to evaluate the quality of a RAG pipeline on faithfulness, answer relevancy, context precision, context recall, and hallucination rate. Activates after a RAG system is implemented or when retrieval quality is in question. Produces a structured evaluation report with measurable results.

karthikrshet/aiskills · 63 tokens

rag-retrieval

Retrieval-Augmented Generation patterns for grounded LLM responses. Use when building RAG pipelines, embedding documents, implementing hybrid search, contextual retrieval, HyDE, agentic RAG, multimodal RAG, query decomposition, reranking, or pgvector search.

yonatangross/orchestkit · 58 tokens

building-agents

Use when building or restructuring an LLM agent — provider adapter, tool calling, structured output, RAG, agent loop, eval gate, cost routing, tracing, MCP server — model-agnostic across OpenAI/Anthropic/Gemini/OSS so a model swap is a config change. NOT vector-store SQL alone (that is postgresdb) or service…

ericrisco/rsc-harness · 85 tokens

Vector Databases

Guides retrieval-store design, indexing, and query behavior for embedding-backed systems without confusing storage with application truth.

agentic-in/elephant-agent · 26 tokens

rag-evaluator

Evaluate RAG pipeline quality across faithfulness, relevance, and hallucination metrics. Use when user asks to test, benchmark, or improve a RAG system, or when RAG outputs look wrong.

chandrudp29/skillhub · 44 tokens

agentic-retrieval

Agentic 检索思维 — 蒙多的记忆不只是搜索,是主动推理.

LiHongwei-cn/lihongwei-cn · 27 tokens