Stats
Actions
Tags
From documentdb
Guides local Azure DocumentDB setup with Docker, covering image selection, docker-compose, connection config, env-driven settings, and sample data management.
How this skill is triggered — by the user, by Claude, or both
Slash command
/documentdb:local-deploymentThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Image choices:
Image choices:
ghcr.io/microsoft/documentdb/documentdb-local:latest) — MongoDB wire protocol on port 10260. Use this for app development.mcr.microsoft.com/cosmosdb/ubuntu/documentdb-oss:...) — raw PostgreSQL on port 9712. Use only for direct SQL inspection.docker-compose.yml: pinned images, host.docker.internal, restart: unless-stopped.--tls, --tlsAllowInvalidCertificates, and SCRAM-SHA-256 for the self-signed local cert.tlsAllowInvalidCertificates=true in code.SKIP_INIT_DATA + INIT_DATA_PATH with vetted seed scripts; don't ship the built-in sampledb beyond local demos.127.0.0.1 and expose only what you use (10260 for Mongo, 9712 for psql).npx claudepluginhub azure/documentdb-agent-kit --plugin documentdbProvides CDSS development patterns for drug interaction checking, dose validation, clinical scoring (NEWS2, qSOFA), and alert classification integrated into EMR workflows.