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.
How 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.
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.npx claudepluginhub azure/documentdb-agent-kit --plugin documentdbGuides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.
Dispatches multiple subagents concurrently for independent tasks without shared state. Use when facing 2+ unrelated failures or subsystems that can be investigated in parallel.