AI AGENT ADDONS

Mongodb Query Optimizer

mongodb/agent-skills
Databases
3,175installs

Slow MongoDB queries can slow down your app and frustrate users. This skill helps you find the root cause of slow queries. It suggests better indexes to speed things up. The skill uses tools like explain and the Atlas Performance Advisor to give clear advice. You can ask about a specific query or ask for general performance tips.

When you need help with indexing or optimization, just describe your query. The skill checks existing indexes and explains how the query runs. It then recommends a covering index or other improvements. No need to dig through MongoDB docs on your own.

Add Mongodb Query Optimizer skill to your workflow

Global

mkdir -p ~/.claude/skills/mongodb-query-optimizer

Project

mkdir -p .claude/skills/mongodb-query-optimizer

Source Repository

Stars
146
Forks
26
Watchers
146
License
Apache-2.0
Last Push
1 month ago
Created
5 months ago