From azure-cosmosdb
Configures Azure Cosmos DB SDK best practices across .NET, Java, Python, Go, and Spring Boot: singleton client, Direct mode, retry/429 handling, regions, ETag concurrency, diagnostics, emulator setup.
How this skill is triggered — by the user, by Claude, or both
Slash command
/azure-cosmosdb:cosmosdb-sdkThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Best practices for the Azure Cosmos DB SDK across .NET, Java, Python, Go, and Spring Boot, plus local development and emulator tooling.
AGENTS.mdREADME.mdmetadata.jsonrules/_sections.mdrules/_template.mdrules/sdk-async-api.mdrules/sdk-availability-strategy.mdrules/sdk-circuit-breaker.mdrules/sdk-conditional-create-etag.mdrules/sdk-connection-mode.mdrules/sdk-continuation-token-null-guard.mdrules/sdk-diagnostics.mdrules/sdk-dotnet-cosmos-package-id.mdrules/sdk-dotnet-namespace-collision.mdrules/sdk-emulator-ssl.mdrules/sdk-etag-concurrency.mdrules/sdk-excluded-regions.mdrules/sdk-go-partition-key-metadata.mdrules/sdk-java-content-response.mdrules/sdk-java-cosmos-config.mdBest practices for the Azure Cosmos DB SDK across .NET, Java, Python, Go, and Spring Boot, plus local development and emulator tooling.
Reference these guidelines when configuring the Azure Cosmos DB SDK in .NET, Java, Python, Go, or Spring Boot, or setting up local development tooling.
npx claudepluginhub azurecosmosdb/cosmosdb-agent-kit --plugin azure-cosmosdbPerforms CRUD operations, queries, bulk operations, and container management on Azure Cosmos DB NoSQL API using @azure/cosmos TypeScript/JavaScript SDK.
Perform document CRUD, queries, bulk operations, and container management in Azure Cosmos DB using @azure/cosmos TypeScript/JavaScript SDK.
Azure Cosmos DB performance optimization and best practices for NoSQL, including partitioning, query optimization, SDK usage, and data modeling.