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 MongoClient as a process-wide singleton; never create a new client per request.
Installs
11
GitHub Stars
5
First Seen
May 8, 2026
documentdb-driver — azure/documentdb-agent-kit