azure-cosmos-ts Skill
Azure Cosmos DB JavaScript/TypeScript SDK (@azure/cosmos) for data plane operations. Use for CRUD operations on documents, queries, bulk operations, and container management. Triggers: "Cosmos DB", "@azure/cosmos", "CosmosClient", "document CRUD", "NoSQL queries", "bulk operations", "partition key", "container.items". Published by microsoft in skills.
What is azure-cosmos-ts Skill?
Azure Cosmos DB JavaScript/TypeScript SDK (@azure/cosmos) for data plane operations. Use for CRUD operations on documents, queries, bulk operations, and container management. Triggers: "Cosmos DB", "@azure/cosmos", "CosmosClient", "document CRUD", "NoSQL queries", "bulk operations", "partition key", "container.items". Published by microsoft in skills. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Database workflows
- Data analysis
- Database workflows use cases
- Data analysis use cases
Technical details
- Install or run with Copy skill directory
When to use azure-cosmos-ts Skill
- Use it for database workflows.
- Use it for data analysis.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/skills
- Skill file: .github/plugins/azure-sdk-typescript/skills/azure-cosmos-ts/SKILL.md
What it does
Azure Cosmos DB JavaScript/TypeScript SDK (@azure/cosmos) for data plane operations. Use for CRUD operations on documents, queries, bulk operations, and container management. Triggers: "Cosmos DB", "@azure/cosmos", "CosmosClient", "document CRUD", "NoSQL queries", "bulk operations", "partition key", "container.items".
Skill instructions
@azure/cosmos (TypeScript/JavaScript) Data plane SDK for Azure Cosmos DB NoSQL API operations — CRUD on documents, queries, bulk operations. ⚠️ Data vs Management Plane - This SDK (@azure/cosmos): CRUD operations on documents, queries, stored procedures - Management SDK (@azure/arm-cosmosdb): Create accounts, databases, containers via ARM Installation bash npm install @azure/cosmos @azure/identity Current Version: 4.9.0 Node.js: = 20.0.0 Environment Variables bash COSMOSENDPOINT=https://<account.documents.azure.com:443/ COSMOSDATABASE=<database-name COSMOSCONTAINER=<container-name For key-based auth only (prefer AAD) COSMOSKEY=<account-key AZURETOKENCREDENTIALS=prod Required only if DefaultAzureCredential is used in production Authentication Microsoft Entra Token Credential (Recommended) typescript import { CosmosClient } from "@azure/cosmos"; import { DefaultAzureCredential, ManagedIdentityCredential } from "@azure/identity"; // Local dev: DefaultAzureCredential. Production: set AZURE
Explore related resources
Frequently asked questions
What is azure-cosmos-ts?
azure-cosmos-ts is a open-source AI agent skill with Copy skill directory. Azure Cosmos DB JavaScript/TypeScript SDK (@azure/cosmos) for data plane operations. Use for CRUD operations on documents, queries, bulk operations, and container management.
Who is azure-cosmos-ts best for?
azure-cosmos-ts is best for reusing agent instructions, scripts, and references, database workflows, data analysis workflows.
How do I install azure-cosmos-ts?
Install or run azure-cosmos-ts using Copy skill directory. Check azure-cosmos-ts for the latest setup command.
Is azure-cosmos-ts actively maintained?
azure-cosmos-ts may need a closer maintenance check before production use.
Auto-fetched from GitHub.