retrieval-strategy

retrieval-strategy is a skill for Claude Code, Codex from blunotech-dev/agents. It costs 84 tokens per session (2,404 once invoked), scanned A, original, no licence file.

Guidance for retrieving useful documents in RAG and search systems. RAG, or retrieval-augmented generation, gives an AI relevant source material before it writes an answer.

In plain words
What is it for?
Use it when building or tuning document search, comparing similarity and hybrid search, reordering results, or using MMR to reduce repetitive results.
Why use it?
It helps diagnose why search results miss relevant information or include too much irrelevant content, and guides choices that balance finding more results with keeping them accurate.

Skill for Claude CodeCodex

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/blunotech-dev/agents/retrieval-strategy
Any agent
npx skills add blunotech-dev/agents --skill retrieval-strategy
Clone the repo
git clone --depth 1 https://github.com/blunotech-dev/agents

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 retrieval-strategy

README.md
[![agentmods](https://agentmods.dev/badge/skills/blunotech-dev/agents/retrieval-strategy.svg)](https://agentmods.dev/skills/blunotech-dev/agents/retrieval-strategy)
Your own site
<a href="https://agentmods.dev/skills/blunotech-dev/agents/retrieval-strategy"><img src="https://agentmods.dev/badge/skills/blunotech-dev/agents/retrieval-strategy.svg" alt="Measured on agentmods" height="20"></a>
Per session 84 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,404 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 $0.00084 $0.02404
Opus 5 $0.00042 $0.01202
Sonnet 5 $0.00017 $0.00481
Haiku 4.5 $0.00008 $0.00240

Measured 3d ago against content hash 8751503c5759, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

retrieval-strategy 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 3d 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.

ai integration/retrieval-strategy/SKILL.md · 209 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

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. 3d ago First seen · 209 lines · 84 tokens per session scan A 8751503c5759

Subscribe to this mod's changes

retrieval-strategy is a skill published in the GitHub repository blunotech-dev/agents (2 stars, last pushed 3mo ago), with no licence file. It adds 84 tokens to every session and 2,404 once invoked, about $0.0004 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-08-31.

Related

Other skills, from other repositories

pinecone-assistant-paid-plan

Delegation and answer evaluation workflows for the Pinecone Assistant. Uses assistantchat as a sub-agent (Pinecone handles retrieval and synthesis internally) and evaluateanswer to validate answer correctness and completeness against ground truth. Use when Claude's context window is the primary constraint or when…

john-walkoe/pinecone_assistant_mcp · 128 tokens

pinecone-assistant

Research any document knowledge base using the Pinecone Assistant MCP. Guides optimal tool selection, token budget management, query formulation, and multi-assistant workflows. Use when the pineconeassistant MCP is connected and user asks to search, look up, find, or research topics in their documents. Triggers on…

john-walkoe/pinecone_assistant_mcp · 115 tokens

9router-embeddings

Generate vector embeddings via 9Router /v1/embeddings using OpenAI / Gemini / Mistral / Voyage / Nvidia / GitHub embedding models for RAG, semantic search, similarity. Use when the user wants embeddings, vectors, RAG, semantic search, or to embed text.

decolua/9router · 66 tokens

extracting-keywords

Use when extracting keywords (YAKE/RAKE) from documents — and, secondarily, when detecting document language or generating embeddings for RAG and search. Covers the keyword config (and its feature gating), --detect-language, and the standalone embed command with real flags.

xberg-io/xberg · 63 tokens

gpt-image-2

面向 GPT Image 2 的图像生成 / 编辑技能。可在 3 种环境下使用:(A) Garden 本地模式,通过 OpenAI 兼容接口直接出图并落盘;(B) Host-Native 模式,把本 Skill 当作提示词工程指引,把渲染好的 prompt 交给宿主 Agent 自带的图像工具出图;(C) Advisor 模式,宿主无任何图像工具时退化为高质量 prompt 顾问。涵盖 18 大类、80+ 个结构化模板,覆盖海报 / UI / 产品 / 信息图 / 学术图 / 技术架构图 / 漫画 / 头像 / 流程板 / 电影分镜 / IP 周边 / 编辑工作流等场景。.

ConardLi/garden-skills · 177 tokens

wax

Swift framework guidance for Wax on-device memory/RAG. Use when writing Swift code with the public Memory facade, experimental PhotoMemory / VideoMemory, BuiltInMultimodalEmbeddings, embedding providers, retrieval modes, or hybrid search. For agent operators using the Wax MCP server tools, use the separate wax-mcp…

christopherkarani/Wax · 68 tokens