azure-cosmos-java Skill
Azure Cosmos DB SDK for Java. NoSQL database operations with global distribution, multi-model support, and reactive patterns. Triggers: "CosmosClient java", "CosmosAsyncClient", "cosmos database java", "cosmosdb java", "document database java". Published by microsoft in skills.
Decision snapshot
Is this a fit?
Database workflows, Includes SKILL.md, Reusable instructions
Compatibility not yet detected.
Permission behavior not yet detected.
Copy skill directory
2 months ago · MIT license
No specific cautions were detected. Review the source and requested permissions before installing.
What is azure-cosmos-java Skill?
Azure Cosmos DB SDK for Java. NoSQL database operations with global distribution, multi-model support, and reactive patterns. Triggers: "CosmosClient java", "CosmosAsyncClient", "cosmos database java", "cosmosdb java", "document database java". 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. See how SkillIndex evaluates profiles.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Database workflows
- Database workflows use cases
Declared skill metadata
- Declared author: Microsoft
- Declared license: MIT
- Source file: .github/plugins/azure-sdk-java/skills/azure-cosmos-java/SKILL.md
These fields retain source and confidence evidence from the indexed SKILL.md.
Compatibility and setup
- Install or run with Copy skill directory
When to use azure-cosmos-java Skill
- Use it for database workflows.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/skills
- Skill file: .github/plugins/azure-sdk-java/skills/azure-cosmos-java/SKILL.md
What it does
Azure Cosmos DB SDK for Java. NoSQL database operations with global distribution, multi-model support, and reactive patterns. Triggers: "CosmosClient java", "CosmosAsyncClient", "cosmos database java", "cosmosdb java", "document database java".
Skill instructions
Azure Cosmos DB SDK for Java Client library for Azure Cosmos DB NoSQL API with global distribution and reactive patterns. Installation xml <dependency <groupIdcom.azure</groupId <artifactIdazure-cosmos</artifactId <versionLATEST</version </dependency Or use Azure SDK BOM: xml <dependencyManagement <dependencies <dependency <groupIdcom.azure</groupId <artifactIdazure-sdk-bom</artifactId <version{bomversion}</version <typepom</type <scopeimport</scope </dependency </dependencies </dependencyManagement <dependencies <dependency <groupIdcom.azure</groupId <artifactIdazure-cosmos</artifactId </dependency </dependencies Environment Variables bash COSMOSENDPOINT=https://<account.documents.azure.com:443/ COSMOSKEY=<your-primary-key Authentication Key-based Authentication java import com.azure.cosmos.CosmosClient; import com.azure.cosmos.CosmosClientBuilder; CosmosClient client = new CosmosClientBuilder() .endpoint(System.getenv("COSMOSENDPOINT")) .key(System.getenv("COSMOSKEY")) .buildClient()
Verified compatibility and discovery
Frequently asked questions
What is azure-cosmos-java?
azure-cosmos-java is a open-source AI agent skill with Copy skill directory. Azure Cosmos DB SDK for Java. NoSQL database operations with global distribution, multi-model support, and reactive patterns.
Who is azure-cosmos-java best for?
azure-cosmos-java is best for reusing agent instructions, scripts, and references, database workflows.
How do I install azure-cosmos-java?
Install or run azure-cosmos-java using Copy skill directory. Check azure-cosmos-java for the latest setup command.
Is azure-cosmos-java actively maintained?
azure-cosmos-java may need a closer maintenance check before production use.
Project health auto-fetched from the source repository.
Maintain this resource?
Review this source-backed profile, send a correction with evidence, or link to it from your documentation. Claims verify your relationship to the project; profile facts still require source evidence and editorial review.