← ClaudeAtlas

mongodb-atlas-clilisted

Comprehensive MongoDB Atlas + mongosh skill for performance auditing, all index types (b-tree/text/2dsphere/hashed/TTL/partial/wildcard/Atlas-Search/Vector-Search), Performance Advisor analysis, query explain, schema advice, backup status, alerts, week-over-week diffs, and additive index creation. Read-only by default; create-index ops gated behind explicit `--confirm`. Hard-blocks any destructive op (delete, drop, restore, pause, terminate, kill, dbuser write, network change). Works against Atlas Cloud (full feature set) and self-hosted/local mongo (mongosh-based subset).
georgekhananaev/claude-skills-vault · ★ 24 · API & Backend · score 81
Install: claude install-skill georgekhananaev/claude-skills-vault
# MongoDB Atlas CLI Skill Comprehensive coverage of MongoDB Atlas operations w/ strict safety guarantees. Optimized for the loop: **read Performance Advisor → review suggestions → create the right indexes safely**. Never destructive. ## When to Use Invoke when the user wants to: - Connect to Atlas, list clusters/processes/projects - Pull Performance Advisor output (slow queries, suggested indexes, schema advice, drop hints) - Read cluster/process/database metrics, alerts, backup status - List existing indexes w/ live access counts (mongosh-based) - Explain a query (find or aggregate) - Create indexes — single, compound, TTL, sparse, partial, unique, geospatial, hashed, Atlas Search, Vector Search - Diff two audits week-over-week - Audit overall cluster performance - Diagnose slow queries before code changes **Do NOT use for** any destructive op. Direct CRUD against data is also out of scope (use `mongosh` directly or the official MongoDB MCP server — see [Integration](#complementary-tools)). ## Hard Safety Boundaries | Category | Op | Action | |----------|-----|--------| | Read | clusters/processes/metrics/logs/projects | Allowed, no confirm | | Read | performanceAdvisor (all subcmds) | Allowed, no confirm | | Read | api performanceAdvisor list* | Allowed, no confirm | | Read | alerts/events/backups list, dbusers list | Allowed, no confirm | | Read | clusters search indexes list | Allowed, no confirm | | Read | mongosh: getIndexes, $indexStats, .explain(), getProfiling