All plugins

MongoDB v8 operator

17 skills

MongoDB 8 Shell and Database Tools work with transactions, profiling, roles, Atlas, backups, integrations, and read-first safety checks.

View this plugin on GitHub
any skills-format agent
$ npx skills add rj11io/11ai --skill 11ai-operator-mongodb-v8-aggregation --skill 11ai-operator-mongodb-v8-atlas --skill 11ai-operator-mongodb-v8-backups --skill 11ai-operator-mongodb-v8-cheatsheet --skill 11ai-operator-mongodb-v8-collections --skill 11ai-operator-mongodb-v8-crud --skill 11ai-operator-mongodb-v8-databases --skill 11ai-operator-mongodb-v8-environment --skill 11ai-operator-mongodb-v8-import-export --skill 11ai-operator-mongodb-v8-indexes --skill 11ai-operator-mongodb-v8-integrations --skill 11ai-operator-mongodb-v8-profiling --skill 11ai-operator-mongodb-v8-querying --skill 11ai-operator-mongodb-v8-setup --skill 11ai-operator-mongodb-v8-transactions --skill 11ai-operator-mongodb-v8-troubleshooting --skill 11ai-operator-mongodb-v8-users-and-roles
claude code
$ claude plugin install 11ai-operator-mongodb-v8@11ai
codex
$ codex plugin add 11ai-operator-mongodb-v8@11ai

First time? Add the marketplace once with claude plugin marketplace add rj11io/11ai or codex plugin marketplace add rj11io/11ai, then install any plugin from it.

11ai-operator-mongodb-v8-aggregation

Design, run, and explain MongoDB aggregation pipelines for filtering, reshaping, grouping, joining, and reporting. Use when a task needs more than a simple find query or when the user asks for a pipeline.

11ai-operator-mongodb-v8-atlas

Operate a MongoDB Atlas cluster and its access, covering the CLI and project context, cluster tiers and scaling, network access lists and private networking, database users and their scoping, backup snapshots and point-in-time restore, alerts and metrics, pausing and terminating a cluster, and why an open access list is an exposure. Use when an Atlas cluster must be inspected, resized, paused, or restored, or when its network and user access must be audited or changed.

11ai-operator-mongodb-v8-backups

Take MongoDB backups and prove they restore, covering mongodump archives and oplog capture, selective namespace dumps, restoring into a scratch namespace for verification, document and index comparison, the destructive restore flags, point-in-time recovery on a managed cluster, retention and encryption, and scheduling with monitored failures. Use when a backup must be taken before a risky change, when a restore must be verified, or when a recovery plan must be established.

11ai-operator-mongodb-v8-cheatsheet

Answer common MongoDB command and syntax questions with a compact mongosh and Database Tools reference. Use when the user wants a command lookup, a filter or update example, an aggregation stage reminder, or a quick explanation of MongoDB terminology.

11ai-operator-mongodb-v8-collections

Inspect, create, validate, rename, and remove MongoDB collections with scoped safety checks. Use when the user asks about collection names, options, validators, capped collections, stats, renames, or drops.

11ai-operator-mongodb-v8-crud

Perform everyday MongoDB document creates, reads, updates, and deletes through mongosh with scoped filters and preview-first safety. Use when the user wants to add, inspect, modify, or remove documents in a known collection.

11ai-operator-mongodb-v8-databases

Inspect and manage MongoDB databases with explicit target checks. Use to list databases, select a database, inspect database statistics, create a database through a collection, or deliberately drop a database after approval.

11ai-operator-mongodb-v8-environment

Inspect MongoDB client tools, connection details, server health, authentication context, and deployment capabilities without changing data. Use before an operation or when mongosh cannot connect, the target is unclear, or the user asks whether MongoDB is ready.

11ai-operator-mongodb-v8-import-export

Use MongoDB Database Tools for JSON or CSV import, JSON or CSV export, BSON dumps, restores, and BSON inspection. Use when moving data between files and MongoDB or preparing a backup and restore procedure.

11ai-operator-mongodb-v8-indexes

Inspect MongoDB indexes, design single or compound indexes, analyze query plans, and remove obsolete indexes with explicit safeguards. Use when queries are slow, a unique constraint is needed, or the user asks about indexes.

11ai-operator-mongodb-v8-integrations

Connect MongoDB to the systems around it, covering the Node.js driver and connection reuse, Mongoose or Prisma as a schema layer, connection pooling in serverless and container runtimes, schema migration tooling, change streams feeding an application, tests against a real deployment, and backups. Use when an application must open a connection correctly, when a serverless function exhausts connections, when a migration or seed step must be added, or when tests need a real database.

11ai-operator-mongodb-v8-profiling

Find and fix slow MongoDB queries, covering the slow-query log and database profiler levels, reading explain output for the winning plan and examined-versus-returned ratio, collection scans and unindexed sorts, index selectivity and prefix order, covered queries, aggregation stage costs, and proving an index changed the plan. Use when a query or aggregation is slow, when an index must be justified before adding it, or when database load must be attributed to specific operations.

11ai-operator-mongodb-v8-querying

Build precise MongoDB read queries with filters, projections, sorting, pagination, counts, distinct values, dates, arrays, and null handling. Use when a user needs help expressing a search or wants a bounded result set from a collection.

11ai-operator-mongodb-v8-setup

Install mongosh and the MongoDB Database Tools, stand up a local deployment through Docker or a package manager, or prepare an Atlas cluster with a database user, network access, and TLS, then assemble and verify a connection string without exposing its credentials. Use when MongoDB tooling is missing, when a local or hosted deployment must be created, when a connection string has to be built or repaired, or when the user asks how to get MongoDB running.

11ai-operator-mongodb-v8-transactions

Write multi-document MongoDB transactions correctly, covering the replica set requirement, sessions and the callback API, read and write concerns, transient error retries and the commit-unknown case, the time and size limits, passing the session to every operation, and when a single-document update or a schema change is the better answer. Use when several documents must change atomically, when a transaction aborts or times out, or when a write must be all-or-nothing.

11ai-operator-mongodb-v8-troubleshooting

Diagnose common MongoDB Shell and Database Tools failures using read-only evidence and a symptom-to-cause decision tree. Use for connection, DNS, TLS, authentication, permissions, duplicate-key, validation, timeout, restore, or slow-query problems.

11ai-operator-mongodb-v8-users-and-roles

Create and audit MongoDB database users with least privilege, covering the authentication database, built-in roles and what each grants, custom roles scoped to specific actions and collections, listing effective privileges, changing a password without downtime, removing a user, and separating an application account from an administrative one. Use when an application needs credentials, when a user's access must be audited or narrowed, or when a password must be rotated.