From mongodb-agent-skills
Guides MongoDB Search index creation, $search/$searchMeta pipelines, analyzers, relevance tuning, hybrid search with $rankFusion/$scoreFusion, and operations for Atlas/Community.
npx claudepluginhub romiluz13/mongodb-agent-skillsThis skill uses the workspace's default tool permissions.
MongoDB Search guidance for Atlas and self-managed deployments. This skill contains **24 rules across 6 categories**. It focuses on deployment routing, index/mapping guardrails, query composition, hybrid orchestration, and production operations.
AGENTS.mdREADME.mdmetadata.jsonreferences/docs-navigation.mdrules/_sections.mdrules/_template.mdrules/boundary-handoff-to-mongodb-ai.mdrules/community-mongot-health-check.mdrules/community-prereqs-mongot-auth.mdrules/community-preview-safety.mdrules/deploy-track-detection.mdrules/hybrid-fusion-stage-gates.mdrules/hybrid-lexical-prefilter-routing.mdrules/hybrid-strategy-selection.mdrules/index-analyzer-selection.mdrules/index-facet-field-typing.mdrules/index-fields-limit-guardrail.mdrules/index-ngram-limit-guardrail.mdrules/index-static-vs-dynamic-mappings.mdrules/index-synonyms-lifecycle.mdGuides MongoDB Atlas Search implementation for full-text (autocomplete, fuzzy, faceted), vector (semantic embeddings, RAG), and hybrid queries with index creation, optimization, and troubleshooting.
Provides MongoDB Vector Search guidelines for vector index creation, $vectorSearch queries, RAG patterns, hybrid retrieval with $rankFusion/$scoreFusion, performance tuning, and AI agent memory storage. For Atlas and self-managed deployments.
Generates read-only MongoDB find queries and aggregation pipelines from natural language, using collection schema, indexes, and sample documents.
Share bugs, ideas, or general feedback.
MongoDB Search guidance for Atlas and self-managed deployments. This skill contains 24 rules across 6 categories. It focuses on deployment routing, index/mapping guardrails, query composition, hybrid orchestration, and production operations.
Search behavior is release-sensitive. Before applying any advanced pattern, confirm deployment track (Atlas vs local Atlas vs self-managed Community), MongoDB version, and feature status (GA/Preview/Public Preview).
Use this skill when you are:
$search and $searchMeta pipelineshighlight, returnStoredSource, returnScope)mongot, searchCoordinator)$rankFusion and $scoreFusionmongodb-aiThis skill owns search engine semantics and operations. Hand off to mongodb-ai when the request is primarily about:
input_type)| Priority | Category | Impact | Prefix | Rules |
|---|---|---|---|---|
| 1 | Deployment Modes and Release Gates | CRITICAL | deploy- | 5 |
| 2 | Index Architecture and Mappings | CRITICAL | index- | 6 |
| 3 | Query Composition and Relevance | CRITICAL | query- | 5 |
| 4 | Hybrid and Vector Interop | HIGH | hybrid- | 3 |
| 5 | Operations and Troubleshooting | HIGH | ops- | 4 |
| 6 | Skill Boundary Rules | MEDIUM | boundary- | 1 |
deploy-track-detection - Detect Atlas vs local Atlas vs Community before commandsrelease-status-gating - Tag guidance as GA/Preview/Public Previewcommunity-preview-safety - Check current release status before recommending Community Search for productioncommunity-prereqs-mongot-auth - Replica set, keyfile auth, and searchCoordinator user requirementscommunity-mongot-health-check - Validate mongot health and queryability before tuningindex-static-vs-dynamic-mappings - Prefer static mappings, constrain dynamic scopeindex-fields-limit-guardrail - Respond to Search Max Fields Indexed alertsindex-ngram-limit-guardrail - Control nGram/edgeGram/autocomplete field growthindex-analyzer-selection - Align analyzer and tokenizer with operator intentindex-synonyms-lifecycle - Safe synonym source design and update behaviorindex-facet-field-typing - Correct facet-compatible field typingquery-compound-structure - Use must/should/mustNot/filter correctlyquery-operator-selection - Pick text vs phrase vs autocomplete vs queryStringquery-score-tuning - Tune scoring intentionally with measurable guardrailsquery-return-shape - Use highlight, returnStoredSource, and returnScope correctlyquery-facet-pipelines - Prefer $searchMeta for facet-only metadatahybrid-lexical-prefilter-routing - Route simple vs advanced prefilters correctlyhybrid-fusion-stage-gates - Enforce version and stage limits for fusion operatorshybrid-strategy-selection - Choose fusion-only vs two-stage retrieval thoughtfullyops-alerts-and-metrics-runbook - Alert-to-action runbook for top Search incidentsops-index-build-failure-triage - Structured triage for Pending/Building/Stale/Failedops-log-driven-debugging - Debug with explain, metrics, and health signalsops-reindex-change-management - Safe rollout and rollback for index definition updatesboundary-handoff-to-mongodb-ai - Transfer provider/model concerns to mongodb-aiSee references/docs-navigation.md for release-sensitive routing and boundary checks.
compound, operator choice, scoring) with explain and metrics.mongodb-ai for provider/model semantics.