Agent skill · Media & Video

multimodal-rag

CLIP, SigLIP 2, Voyage multimodal-3 patterns for image+text retrieval, cross-modal search, and multimodal document chunking. Use when building RAG with images, implementing visual search, or hybrid retrieval.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill multimodal-rag --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 13 KB
Bundled scripts: none
Version: 1.0.0
Declared author: SkillForge
Path: skills/ai-ml/multimodal-rag/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Multimodal RAG (2026) Build retrieval-augmented generation systems that handle images, text, and mixed content. ## Overview - Image + text retrieval (product search, documentation) - Cross-modal search (text query -> image results) - Multimodal document processing (PDFs with charts) - Visual question answering with context - Image similarity and deduplication - Hybrid search pipelines ## Architecture Approaches | Approach | Pros | Cons | Best For | |----------|------|------|----------| | **Joint Embedding** (CLIP) | Direct comparison | Limited context | Pure image search | | **Caption-based** | Works with text LLMs | Lossy conversion | Existing text RAG | | **Hybrid** | Best accuracy | More complex | Production systems | ## Embedding Models (2026) | Model | Context | Modalities | Best For | |-------|---------|------------|----------| | **Voyage multimodal-3** | 32K tokens | Text + Image | Long documents | | **SigLIP 2** | Standard | Text + Image | Large-scale retrieval | | **CLIP ViT-L/14** | 77 tokens | Text + Image | General purpose | | **ImageBind** | Standard | 6 modalities | Audio/video included | | **ColPali** | Document | Text + Image | PDF/document RAG | ## CLIP-Based Ima

What's inside
Steps it walks through
  1. Overview
  2. Architecture Approaches
  3. Embedding Models (2026)
  4. CLIP-Based Image Embeddings
  5. Voyage Multimodal-3 (Long Context)
  6. Hybrid RAG Pipeline
  7. Multimodal Document Chunking
  8. Vector Database Setup (Milvus)
  9. Multimodal Generation
  10. Key Decisions
  11. Common Mistakes
  12. Related Skills
  13. Capability Details
  14. image-embeddings
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the multimodal-rag skill do?

CLIP, SigLIP 2, Voyage multimodal-3 patterns for image+text retrieval, cross-modal search, and multimodal document chunking. Use when building RAG with images, implementing visual search, or hybrid retrieval.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill multimodal-rag --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going