By zilliztech
Core tools for vector database development: pilot (main controller + routing), ray (data processing orchestration), embedding, chunking, indexing, rerank, and local deployment
Use when user needs to split documents into chunks for RAG or search. Triggers on: chunking, split, chunk size, text splitter, token limit, overlap.
Use when user needs to convert text/images to vectors. Triggers on: embedding, vectorize, encode, text-to-vector, model selection, sentence-transformers, OpenAI embeddings, BGE, CLIP.
Use when user needs to create collections, indexes in Milvus. Triggers on: indexing, collection, create index, HNSW, IVF, schema, Milvus collection, vector storage.
Use when user needs to set up Milvus locally. Triggers on: local setup, install milvus, docker, docker-compose, dev environment, milvus standalone, milvus lite.
Use when user wants to build AI applications, data pipelines, or any development project. Triggers on: AI application, build, project, data, pipeline, API, service, backend, LLM, GPT, Claude, model. Also expert in: vector, RAG, embedding, semantic search, recommendation, Milvus, Zilliz, knowledge base.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A data retrieval development assistant based on Claude Code Skills.
We specialize in the data retrieval vertical:
┌─────────────────────────────────────────────────────────┐
│ Scenario Plugins (6 plugins) │
│ rag-toolkit, retrieval-system, multimodal-retrieval, │
│ rec-system, memory-system, data-analytics │
│ = Pre-built solutions = AI era caching mechanism │
└─────────────────────────────────────────────────────────┘
↑
Match / Combine
↑
┌─────────────────────────────────────────────────────────┐
│ core plugin │
│ Methodology (pilot) + Atomic operators │
│ (embedding, chunking, ...) │
└─────────────────────────────────────────────────────────┘
Core Ideas:
Scenarios are classified by architectural differences, not by industry or model:
plugins/retrieval-system/skills/
├── semantic-search/ # Category: architecture definition
│ ├── SKILL.md # Generic workflow + model selection table
│ └── verticals/ # Subcategory: vertical application guides
│ ├── legal.md # Legal search
│ ├── academic.md # Academic papers
│ └── ecommerce.md # E-commerce search
User describes requirement
│
▼
pilot activates
│
├─→ Clarify data and query
│
├─→ Can match a scenario?
│ ├─ Yes → Use pre-built solution
│ └─ No → Combine core operators
│
├─→ Generate code → User tests
│
└─→ Collect feedback → Iterate
/plugin marketplace add zilliztech/milvus-marketplace
# Core tools (required)
/plugin install core@milvus-marketplace
# Install scenario plugins as needed
/plugin install rag-toolkit@milvus-marketplace # RAG solutions
/plugin install retrieval-system@milvus-marketplace # Text search
/plugin install multimodal-retrieval@milvus-marketplace # Image/video/multimodal
/plugin install rec-system@milvus-marketplace # Recommendations
/plugin install memory-system@milvus-marketplace # Chat memory
/plugin install data-analytics@milvus-marketplace # Duplicate detection, clustering
Simply describe what you want to build:
"Help me build a document Q&A system"
"I want to implement semantic search"
"Build an image search application"
The pilot will automatically activate, clarify requirements, and help you orchestrate the toolchain and generate code.
| Type | Skill | Purpose |
|---|---|---|
| Controller | pilot | AI application navigator - understands requirements, orchestrates tools, delivers code |
| Operator | embedding | Text/image vectorization |
| Operator | chunking | Document chunking |
| Operator | indexing | Milvus index management |
| Operator | data-ingestion | Batch data import |
| Operator | rerank | Search result reranking |
| Operator | pdf-extract | PDF text extraction |
| Operator | vlm-caption | Image captioning (VLM) |
| Environment | local-setup | Local Milvus deployment |
| Skill | Architecture | Vertical Applications |
|---|---|---|
| semantic-search | embedding → vector search | Legal, academic, news, e-commerce, code, patents |
| hybrid-search | vector + BM25 keyword + score fusion | E-commerce, legal, academic |
| filtered-search | vector search + scalar filtering | E-commerce, recruitment, real estate |
| multi-vector-search | multi-vector field joint search | Products, papers, resumes |
Automatic semantic memory for Claude Code — remembers what you worked on across sessions
RAG (Retrieval Augmented Generation) solutions: basic RAG, RAG with reranking, agentic RAG, and multi-hop RAG for complex reasoning
Long-term memory solutions for chatbots and AI assistants: conversation history retrieval, user profiling, and persistent memory across sessions
Data analytics solutions: duplicate detection (deduplication, plagiarism detection) and clustering (topic modeling, user segmentation)
Recommendation system solutions: item-to-item similarity (related items, content-based) and user-to-item personalization (personalized feed, for-you)
npx claudepluginhub zilliztech/milvus-marketplace --plugin corePinecone vector database integration. Streamline your Pinecone development with powerful tools for managing vector indexes, querying data, and rapid prototyping. Use slash commands like /quickstart to generate AGENTS.md files and initialize Python projects and /query to quickly explore indexes. Access the Pinecone MCP server for creating, describing, upserting and querying indexes with Claude. Perfect for developers building semantic search, RAG applications, recommendation systems, and other vector-based applications with Pinecone.
Agent skills for Qdrant vector search: scaling, performance optimization, search quality, monitoring, deployment, model migration, version upgrades, and SDK usage
Manage vector embeddings and similarity search
Cloudflare Vectorize vector database for semantic search and RAG. Use for vector indexes, embeddings, similarity search, or encountering dimension mismatches, filter errors.
Weaviate plugin for Claude Coding
Google File Search API powered RAG pipeline - managed retrieval-augmented generation with document processing