Agents
Why Implexa
Pricing
Resources
Install
Sign in
Sign up
back to leaderboard
MO
@mongodb
contributor on implexa, with 7 skills ranked by
SkillRank
across 1 source.
mongodb on github
publishes to skills.sh
skills, ranked by SkillRank
score
source
skill
7.2
skills.sh
mongodb-natural-language-querying
mongodb-natural-language-querying translates natural language into read-only mongodb queries and aggregation pipelines by fetching collection schema, indexes, and sample documents, then validating fields and choosing appropriate query types.
5.6
skills.sh
mongodb-mcp-setup
mongodb-mcp-setup guides users through configuring the mongodb mcp server with three authentication options: connection string, atlas admin api credentials, or x.509 certificates. covers environment variable setup and method selection.
5.1
skills.sh
mongodb-schema-design
mongodb-schema-design provides reference material for mongodb data modeling patterns and anti-patterns across common scenarios like relational migration and performance troubleshooting, but lacks concrete actionable steps and decision trees.
4.5
skills.sh
atlas-stream-processing
atlas-stream-processing covers mongodb atlas stream pipelines via four mcp tools. prerequisites and tool selection provided, but procedural steps for actual workflow operations remain incomplete and lack concrete examples.
3.5
skills.sh
mongodb-search-and-ai
mongodb-search-and-ai provides guidance on implementing atlas search (lexical, semantic, hybrid) with emphasis on discovery before execution and schema validation. incomplete procedural details and missing failure handling.
—
skills.sh
mongodb-connection
Optimize MongoDB client connection configuration (pools, timeouts, patterns) for any supported driver language. Use this skill when working/updating/reviewing…
—
skills.sh
mongodb-query-optimizer
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…