Streamlines Azure Cosmos DB NoSQL operations using the official TypeScript SDK for document management, SQL queries, and bulk data processing.
The azure-cosmos-ts skill equips Claude with specialized knowledge of the @azure/cosmos SDK to build robust, scalable NoSQL data layers. It provides comprehensive patterns for document CRUD, sophisticated SQL querying with parameterization, and high-performance bulk operations. Designed for production-grade development, it emphasizes security via Azure Active Directory authentication, efficient data modeling through hierarchical partition keys, and resilient application logic using ETag-based concurrency and advanced error handling.
Key Features
01Parameterized SQL queries with pagination and cross-partition support
02Comprehensive document CRUD and container management patterns
03Implementation of hierarchical and multi-hash partition keys
04Optimistic concurrency control using ETags and robust error handling
05High-throughput bulk operations for batch data processing
061,777 GitHub stars
Use Cases
01Implementing complex data migration and synchronization scripts
02Building secure, identity-based data access layers with @azure/identity
03Architecting high-scale TypeScript backend services using Azure Cosmos DB