documentdb-driver
Installation
SKILL.md
Driver Best Practices — Azure DocumentDB
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.
Rules
- driver-singleton-client — Reuse
MongoClientas a process-wide singleton; never create a new client per request.