Agent Plugins Marketplace
All plugins

mongodb-skills

v1.0.1

Official MongoDB skills for schema design, query tuning, and search.

CodexClaude Code7 Skills

License: Apache-2.01.1k GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
7 skill or MCP entries
Source updated
Aug 28, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install plugin

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add mongodb-skills@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/fcakyon/claude-codex-settings

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/mongodb-skills/.

Plugin files

plugins/mongodb-skills/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/mongodb-atlas-stream-processing/SKILL.md
├── skills/mongodb-connection/SKILL.md
├── skills/mongodb-mcp-setup/SKILL.md
├── skills/mongodb-natural-language-querying/SKILL.md
├── skills/mongodb-query-optimizer/SKILL.md
├── skills/mongodb-schema-design/SKILL.md
└── skills/mongodb-search-and-ai/SKILL.md

Included Skills7

mongodb-atlas-stream-processingskills/mongodb-atlas-stream-processing/SKILL.md

Manages MongoDB Atlas Stream Processing (ASP) workflows. Handles workspace provisioning, data source/sink connections, processor lifecycle operations, debugging diagnostics, and tier sizing. Supports Kafka, Atlas clusters, S3, HTTPS, and Lambda integrations for streaming data workloads and event processing. NOT for general MongoDB queries or Atlas cluster management. Requires MongoDB MCP Server with Atlas API credentials.

mongodb-connectionskills/mongodb-connection/SKILL.md

Optimize MongoDB client connection configuration (pools, timeouts, patterns) for any supported driver language. Use this skill when working/updating/reviewing on functions that instantiate or configure a MongoDB client (eg, when calling `connect()`), configuring connection pools, troubleshooting connection errors (ECONNREFUSED, timeouts, pool exhaustion), optimizing performance issues related to connections. This includes scenarios like building serverless functions with MongoDB, creating API endpoints that use MongoDB, optimizing high-traffic MongoDB applications, creating long-running tasks and concurrency, or debugging connection-related failures.

mongodb-mcp-setupskills/mongodb-mcp-setup/SKILL.md

Guide users through configuring key MongoDB MCP server options. Use this skill when a user has the MongoDB MCP server installed but hasn't configured the required environment variables, or when they ask about connecting to MongoDB/Atlas and don't have the credentials set up.

mongodb-natural-language-queryingskills/mongodb-natural-language-querying/SKILL.md

Generate read-only MongoDB queries (find) or aggregation pipelines using natural language, with collection schema context and sample documents. Use this skill whenever the user asks to write, create, or generate MongoDB queries, wants to filter/query/aggregate data in MongoDB, asks "how do I query...", needs help with query syntax, or discusses finding/filtering/grouping MongoDB documents. Also use for translating SQL-like requests to MongoDB syntax. Does NOT handle Atlas Search ($search operator), vector/semantic search ($vectorSearch operator), fuzzy matching, autocomplete indexes, or relevance scoring - use search-and-ai for those. Does NOT analyze or optimize existing queries - use mongodb-query-optimizer for that. Does NOT handle aggregation pipelines that involve write operations. Requires MongoDB MCP server.

mongodb-query-optimizerskills/mongodb-query-optimizer/SKILL.md

Help with MongoDB query optimization and indexing. Use only when the user asks for optimization or performance: "How do I optimize this query?", "How do I index this?", "Why is this query slow?", "Can you fix my slow queries?", "What are the slow queries on my cluster?", etc. Do not invoke for general MongoDB query writing unless user asks for performance or index help. Prefer indexing as optimization strategy. Use MongoDB MCP when available.

mongodb-schema-designskills/mongodb-schema-design/SKILL.md

MongoDB schema design patterns and anti-patterns. Use when designing data models, reviewing schemas, migrating from SQL, or troubleshooting performance issues caused by schema problems. Triggers on "design schema", "embed vs reference", "MongoDB data model", "schema review", "unbounded arrays", "one-to-many", "tree structure", "16MB limit", "schema validation", "JSON Schema", "time series", "schema migration", "polymorphic", "TTL", "data lifecycle", "archive", "index explosion", "unnecessary indexes", "approximation pattern", "document versioning".

mongodb-search-and-aiskills/mongodb-search-and-ai/SKILL.md

Guides MongoDB users through implementing and optimizing Atlas Search (full-text), Vector Search (semantic), and Hybrid Search solutions. Use this skill when users need to build search functionality for text-based queries (autocomplete, fuzzy matching, faceted search), semantic similarity (embeddings, RAG applications), or combined approaches. Also use when users need text containment, substring matching ('contains', 'includes', 'appears in'), case-insensitive or multi-field text search, or filtering across many fields with variable combinations. Provides workflows for selecting the right search type, creating indexes, constructing queries, and optimizing performance using the MongoDB MCP server.

Plugin manifests2

plugins/mongodb-skills/.codex-plugin/plugin.json
{
  "name": "mongodb-skills",
  "version": "1.0.1",
  "description": "Official MongoDB skills for schema design, query tuning, and search.",
  "license": "Apache-2.0"
}
plugins/mongodb-skills/.claude-plugin/plugin.json
{
  "name": "mongodb-skills",
  "version": "1.0.1",
  "description": "Official MongoDB skills for schema design, query tuning, and search.",
  "license": "Apache-2.0"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[mongodb-skills on Agent Plugins Marketplace](https://pluginsmp.com/plugins/mongodb-skills)