Help us improve
Share bugs, ideas, or general feedback.
From documentdb
MongoDB driver best practices for Azure DocumentDB: singleton MongoClient, connection reuse, pool fundamentals. Activates when writing code that instantiates a MongoDB client or diagnosing connection bugs.
npx claudepluginhub azure/documentdb-agent-kit --plugin documentdbHow this skill is triggered — by the user, by Claude, or both
Slash command
/documentdb:driverThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
MongoDB driver usage patterns that apply across Node.js, Python, Java, Go, and .NET. For in-depth pool-size / timeout / retry tuning, see the `documentdb-connection` skill.
Applies C++ Core Guidelines to write, review, or refactor C++ code. Enforces modern, safe, and idiomatic practices for C++17/20/23.
Share bugs, ideas, or general feedback.
MongoDB driver usage patterns that apply across Node.js, Python, Java, Go, and .NET. For in-depth pool-size / timeout / retry tuning, see the documentdb-connection skill.
MongoClient as a process-wide singleton; never create a new client per request.