Back to skills

azure-cosmos-ts

data

The official TypeScript/JavaScript SDK for Azure Cosmos DB NoSQL API data plane operations. Handles document CRUD, SQL-style queries, bulk operations, and container management using CosmosClient. It h

Setup & Installation

npx skills add https://github.com/microsoft/azure-cosmos-ts --skill azure-cosmos-ts
or paste the link and ask your coding assistant to install it
https://github.com/microsoft/azure-cosmos-ts
View on GitHub

What This Skill Does

The official TypeScript/JavaScript SDK for Azure Cosmos DB NoSQL API data plane operations. Handles document CRUD, SQL-style queries, bulk operations, and container management using CosmosClient. It handles partition key routing, ETag-based concurrency, bulk execution, and AAD authentication natively, so you avoid building retry logic and cross-partition query handling from scratch.

When to use it

  • Working with azure cosmos ts functionality
  • Implementing azure cosmos ts features
  • Debugging azure cosmos ts related issues