hybrid-rag

hybrid-rag is a skill for Claude Code, Codex from giovannifrontera/academic-research-prisma-wiki-rag. It costs 96 tokens per session (3,169 once invoked), scanned C, original, AGPL-3.0.

A skill for creating, updating, or searching a local Hybrid RAG database from JSON metadata or PDF files. Hybrid search combines meaning-based matching with exact-word matching.

In plain words
What is it for?
Use it to load document collections into the local database, update stored records, or query evidence from PDFs and PRISMA metadata.
Why use it?
It helps retrieve relevant information from documents using both concepts and precise terms, which is useful when either search style alone misses results.

Skill for Claude CodeCodex

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

Good fit Use it to load document collections into the local database, update stored records, or query evidence from PDFs and PRISMA metadata.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/giovannifrontera/academic-research-prisma-wiki-rag/hybrid-rag
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.

Any agent
npx skills add giovannifrontera/academic-research-prisma-wiki-rag --skill hybrid-rag
Clone the repo
git clone --depth 1 https://github.com/giovannifrontera/academic-research-prisma-wiki-rag

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 hybrid-rag

README.md
[![agentmods](https://agentmods.dev/badge/skills/giovannifrontera/academic-research-prisma-wiki-rag/hybrid-rag/github.svg)](https://agentmods.dev/skills/giovannifrontera/academic-research-prisma-wiki-rag/hybrid-rag)
Your own site
<a href="https://agentmods.dev/skills/giovannifrontera/academic-research-prisma-wiki-rag/hybrid-rag"><img src="https://agentmods.dev/badge/skills/giovannifrontera/academic-research-prisma-wiki-rag/hybrid-rag/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for hybrid-rag

Your own site · 80×15
<a href="https://agentmods.dev/skills/giovannifrontera/academic-research-prisma-wiki-rag/hybrid-rag"><img src="https://agentmods.dev/badge/skills/giovannifrontera/academic-research-prisma-wiki-rag/hybrid-rag.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 96 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,169 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 1 finding. A grade says what 26 rules found in the file — not that it is safe.
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.00096 $0.03169
Opus 5 $0.00048 $0.01584
Sonnet 5 $0.00019 $0.00634
Haiku 4.5 $0.00010 $0.00317

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

Security

Grade C, and why

hybrid-rag scanned grade C with 1 finding 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 12d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (hybrid_rag_template.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

Recursive force deletehighDestructive command

rm -rf with a variable or a broad path is one typo away from removing the wrong tree.

**Il DB è idempotente:** `init` e `index-prisma` usano `upsert` — è sempre sicuro rieseguirli. Per svuotare il DB da zero: `rm -rf rag_db/` poi `py hybrid_rag.py init`.
skills/hybrid-rag/SKILL.md · 224 lines

The source is not reproduced here

Licensed AGPL-3.0

The repository is licensed AGPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 12d ago First seen · 224 lines · 96 tokens per session scan C 35054239b583

Subscribe to this mod's changes

hybrid-rag is a skill published in the GitHub repository giovannifrontera/academic-research-prisma-wiki-rag (2 stars, last pushed 3mo ago), licensed AGPL-3.0. It adds 96 tokens to every session and 3,169 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it C with 1 finding (recursive force delete). 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

markitdown

Convert heterogeneous documents and selected URIs to Markdown with Microsoft MarkItDown for text analysis, search, and LLM/RAG ingestion. Covers safe local conversion, streams, Office/PDF/data formats, batch workflows, plugins, vision OCR, Azure extraction, and the official MCP server.

K-Dense-AI/scientific-agent-skills · 61 tokens

azure-ai

Use for Azure AI: Search, Speech, OpenAI, Document Intelligence. Helps with search, vector/hybrid search, speech-to-text, text-to-speech, transcription, OCR. WHEN: AI Search, query search, vector search, hybrid search, semantic search, speech-to-text, text-to-speech, transcribe, OCR, convert text to speech.

microsoft/skills · 76 tokens

haiku-rag

Search, read and compute over the user's haiku.rag knowledge base through the haiku-rag MCP tools. Use whenever a request could be answered from the user's ingested documents, when asked to find, look up, check or cite something in their documents or knowledge base, or when the question is about the user's own…

ggozad/haiku.rag · 76 tokens

basemind-documents

Semantic + full-text search over documents and the web via basemind's RAG store — PDFs, Office, HTML, email, images (OCR), plus scraped/crawled web pages, with cross-encoder reranking, keyword and named-entity (NER) filters, and per-document summaries. Reach for it whenever the user asks to "search the docs / PDFs"…

Goldziher/basemind · 107 tokens

doc-parse

A document parser that converts PDFs, PowerPoint files, spreadsheets, and Word files into structured Markdown with metadata and a confidence score.

anbeime/skill · 43 tokens

orchardcore-ai-documents

Skill for configuring AI Documents in Orchard Core with CrestApps modules. Covers document upload, text extraction, chunking, vector indexing, and Retrieval-Augmented Generation (RAG) for AI chat. Supports PDF, OpenXml (docx, xlsx, pptx), and plain-text formats with file-system or Azure Blob storage and Azure AI…

CrestApps/CrestApps.AgentSkills · 125 tokens