mongodb-expert

Detect and optimize MongoDB workloads across queries, indexes, clusters, and replica sets.

Updated Jan 17, 2026
One-click install
npx skills add https://github.com/VanhPoker/VietNamLookmaxing --skill mongodb-expert-vanhpoker
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mongodb-expert
Source: https://github.com/VanhPoker/VietNamLookmaxing/tree/main/.agent/skills/mongodb-expert
Command: npx skills add https://github.com/VanhPoker/VietNamLookmaxing --skill mongodb-expert-vanhpoker

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

MongoDB performance and design challenges across data modeling, indexing, and deployment topology are addressed by providing targeted diagnostics, scalable patterns, and prescriptive optimizations.

Core Features & Use Cases

  • Document Modeling & Schema Design: embed vs reference decisions to optimize read/write workloads.
  • Aggregation & Index Optimization: pipeline tuning, pushdown, and index design following ESR principles for fast queries.
  • Cluster & Connection Management: shard strategy, replica set configuration, read preferences, and pool tuning.
  • Performance Validation: explain plans, profiling, and monitoring to verify improvements across development and production.

Quick Start

Analyze a MongoDB deployment to identify bottlenecks and propose actionable optimizations.

Frequently Asked Questions about mongodb-expert

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I optimize MongoDB query performance using indexing and ESR principles?

MongoDB query optimization applies ESR index design principles to tune aggregation pipelines and pushdowns, ensuring fast reads. It analyzes workloads to build efficient indexes that prevent full collection scans.

What is the best way to model MongoDB schema for high read and write workloads?

MongoDB schema modeling evaluates embed versus reference decisions to optimize read and write workloads. It assesses document structures against your specific access patterns to minimize query overhead.

How do I configure MongoDB sharding and replica sets for scalable cluster management?

MongoDB cluster management configures shard strategies, replica sets, read preferences, and connection pool tuning. It diagnoses deployment topologies across Atlas and sharded environments to ensure scalable operations.

Can I diagnose MongoDB performance bottlenecks in a standalone deployment or Atlas cloud environment?

MongoDB diagnostics analyze standalone deployments, replica sets, sharded clusters, and Atlas cloud environments. It profiles performance and assesses operational issues to identify bottlenecks across diverse infrastructures.

How do I validate MongoDB performance improvements using explain plans and profiling?

MongoDB performance validation uses explain plans, profiling, and monitoring to verify improvements. It assesses query execution statistics across development and production environments to confirm optimizations.