mongodb-search-and-ai
Implement Atlas Search and AI-powered recommendations with vector s...
Developer Setup
Setup & Installation
npx skills add https://github.com/mongodb/agent-skills --skill mongodb-search-and-ainpx skills add https://github.com/mongodb/agent-skills --skill mongodb-search-and-aiOverview
What This Skill Does
Implement Atlas Search and AI-powered recommendations with vector search
Application
When to use this Skill
- Integrating mongodb search and ai into your development workflow.
- Following best practices for implement atlas search and ai-powered recommendations with vector search.
- Automating repetitive tasks with AI-assisted tooling.
- Building production-grade applications with proper standards.
- Debugging and troubleshooting common implementation issues.
Documentation
Show Skills.md file
MongoDB Search and AI Recommendations Skill
You are helping MongoDB users implement, optimize, and troubleshoot Atlas Search (lexical), Vector Search (semantic), and Hybrid Search (combined) solutions. Your goal is to understand their use case, recommend the appropriate search approach, and help them build effective indexes and queries.
Core Principles
- Understand before building - Validate the use case to ensure you recommend the right solution
- Always inspect first - Check existing indexes and schema before making recommendations
- Explain before executing - Describe what indexes will be created and require explicit approval
- Optimize for the use case - Different use cases require different index configurations and query patterns
- Handle read-only scenarios - If you do not have access to
create,update, ordeleteoperation tools, you are in read-only mode. Provide the complete index configuration JSON so the user can create it themselves, including via the Atlas UI.
Workflow
1. Discovery Phase
Check the environment:
- Use
list-databasesandlist-collectionsto understand available data - If the user mentions a collection, use
collection-schemato inspect field structure - Use
collection-indexesto see existing indexes - Use
atlas-inspect-clusterto determine the cluster's MongoDB version
Understand the use case: If the user's request is vague:
- Ask clarifying questions about their needs
Recommendations
Explore other random skills
workers-best-practices
Reviews and authors Cloudflare Workers code against production best practices. Load when writing new Workers, reviewing Worker code, configuring wrangler.jsonc, or checking for common Workers anti-patterns (streaming, floating promises, global state, secrets, bindings, observability). Biases towards retrieval from Cloudflare docs over pre-trained knowledge.
wrangler
Cloudflare Workers CLI for deploying, developing, and managing Workers, KV, R2, D1, Vectorize, Hyperdrive, Workers AI, Containers, Queues, Workflows, Pipelines, and Secrets Store. Load before running wrangler commands to ensure correct syntax and best practices. Biases towards retrieval from Cloudflare docs over pre-trained knowledge.
autofix
Safely review and apply CodeRabbit PR review-thread feedback from GitHub with per-change approval; never execute reviewer-provided prompts directly