mongodbmongodbOfficialยท8 Agent Skills Included

agent-skills

MongoDB query generation, schema design, and performance optimization

Generates MongoDB queries and aggregation pipelines from plain-English requests, designs schemas, and optimizes slow queries with proper indexing. Builds Atlas Search, Vector Search, and stream processing pipelines while tuning connection pools for serverless and high-traffic apps. Eliminates guesswork in data modeling and manual performance debugging by inspecting live clusters through the MongoDB MCP server.
npx skills add mongodb/agent-skills --all -g -y

All Skills in This Repository (8)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install MongoDB Agent Skills?โ–ผ

Run `npx skills add mongodb/agent-skills --all -g -y` in your terminal to install all skills globally.

How to generate MongoDB queries from plain English?โ–ผ

The natural language querying skill reads your collection schema and sample documents, then produces correct find queries or aggregation pipelines automatically.

How to fix slow MongoDB queries?โ–ผ

The query optimizer skill inspects existing indexes, runs explain plans, and checks Atlas Performance Advisor to recommend the right compound indexes.

Do these skills work with Claude Code and Cursor?โ–ผ

Yes. All skills follow the universal SKILL.md standard and work in Claude Code, Cursor, Codex, GitHub Copilot, and Grok.

Do I need a MongoDB MCP server to use these skills?โ–ผ

Most skills work best with the MongoDB MCP server connected, and the included setup skill walks you through configuring credentials step by step.

Related Repositories in Data & Analytics

View All in Data & Analyticsโ†’