A collection of skills for AI coding agents working with Azure Cosmos DB. Skills are packaged instructions and scripts that extend agent capabilities.
npx skills add https://github.com/azurecosmosdb/cosmosdb-agent-kit --skill cosmosdb-best-practices使用 CLI 安装这个技能,并在你的工作区中直接复用对应的 SKILL.md 工作流。
A collection of skills for AI coding agents working with Azure Cosmos DB. Skills are packaged instructions and scripts that extend agent capabilities.
Skills follow the Agent Skills format.
Azure Cosmos DB performance optimization guidelines containing 90+ rules across 12 categories, prioritized by impact.
Use when:
Categories covered:
npx skills add AzureCosmosDB/cosmosdb-agent-kit
A project website is available in docs/ and is designed for GitHub Pages publishing.
docs/index.htmldocs/styles.cssdocs/app.jsThe website includes a feedback survey that opens a prefilled GitHub issue so users can share improvements for Agent Kit without requiring a backend service.
# Option 1: VS Code Live Server
# open docs/index.html with Live Server
# Option 2: Python static server
python -m http.server 8080 --directory docs
Then open http://localhost:8080.
In repository settings, set Pages source to Deploy from a branch, branch main, folder /docs.
Skills are automatically available once installed. The agent will use them when relevant tasks are detected.
Examples:
Review my Cosmos DB data model
Help me choose a partition key for my orders collection
Optimize this Cosmos DB query
Each skill contains:
SKILL.md - Instructions for the agent (triggers activation)AGENTS.md - Compiled rules (what agents read)rules/ - Individual rule filesmetadata.json - Version and metadataWorks with Claude Code, GitHub Copilot, Gemini CLI, and other Agent Skills-compatible tools.
See CONTRIBUTING.md for contribution guidelines.
See CHANGELOG.md for a dated history of updates to the agent kit, including the cosmosdb-best-practices skill and the testing framework. Each entry links to the PR that introduced the change.
When you merge a PR, add a new dated entry at the top of CHANGELOG.md.
MIT