Azure Cosmos DB plugin for Claude Code. Includes 73 best-practice rules across 10 categories covering data modeling, partition key design, query optimization, SDK usage, indexing, throughput management, global distribution, monitoring, design patterns, and vector search. No external services or configuration required. Optional MCP Toolkit integration available for live database operations.
Review code for Azure Cosmos DB best practices and suggest optimizations
Set up the optional Azure Cosmos DB MCP Toolkit connection for live database operations
Regenerate best-practice skills from the upstream cosmosdb-agent-kit repository
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Uses power tools
Uses Bash, Write, or Edit tools
Uses power tools
Uses Bash, Write, or Edit tools
The Azure Cosmos DB plugin for Claude Code gives Claude deep expertise in Azure Cosmos DB best practices, data modeling, query optimization, and SDK usage — ready to use immediately after install with no configuration required.
Install from the official Anthropic marketplace:
/plugin install azure-cosmos-db-assistant@claude-plugins-official
/reload-plugins
Note: Earlier versions of this plugin used the namespace
/azure-cosmosdb:*. The plugin now uses/azure-cosmos-db-assistant:*to align with the official marketplace entry and improve discoverability.
This plugin installs cleanly with no required environment variables, no external services, and no auto-running binaries. All skills, the expert agent, and commands are available immediately.
For users who want to connect Claude Code to a live Azure Cosmos DB account, the optional Azure Cosmos DB MCP Toolkit integration adds database operations, schema discovery, and vector search. This requires a separate deployment and is not required for the plugin to function.
See SETUP.md for full integration instructions.
After installing the plugin, try these in Claude Code:
/azure-cosmos-db-assistant:cosmos-review # Review your code for Cosmos DB best practices
/azure-cosmos-db-assistant:generate-skills # Regenerate skills from upstream agent-kit
/azure-cosmos-db-assistant:cosmos-setup # Configure optional MCP Toolkit connection
/agents cosmosdb-expert
cosmosdb-claude-code-plugin/
├── .claude-plugin/
│ └── plugin.json # Plugin manifest
├── .mcp.example.json # Example MCP config (copy to .mcp.json to activate)
├── agents/
│ └── cosmosdb-expert.md # Specialized Cosmos DB expert agent
├── commands/
│ ├── cosmos-setup.md # Optional MCP Toolkit setup command
│ ├── cosmos-review.md # Code review command
│ └── generate-skills.md # Regenerate skills from agent-kit
├── skills/
│ └── cosmosdb-best-practices/
│ ├── SKILL.md # Skill manifest and rule index
│ └── rules/ # 73 individual best-practice rule files
│ ├── model-*.md # Data modeling (11 rules)
│ ├── partition-*.md # Partition key design (7 rules)
│ ├── query-*.md # Query optimization (6 rules)
│ ├── sdk-*.md # SDK best practices (19 rules)
│ ├── index-*.md # Indexing strategies (5 rules)
│ ├── throughput-*.md # Throughput & scaling (5 rules)
│ ├── global-*.md # Global distribution (6 rules)
│ ├── monitoring-*.md # Monitoring & diagnostics (5 rules)
│ ├── pattern-*.md # Design patterns (3 rules)
│ └── vector-*.md # Vector search (6 rules)
├── assets/
│ └── logo.svg # Plugin logo
├── SETUP.md # Optional MCP Toolkit integration guide
├── LICENSE
└── README.md
Skills are derived from the AzureCosmosDB/cosmosdb-agent-kit.
To regenerate skills after the upstream agent-kit updates:
/azure-cosmos-db-assistant:generate-skills
Contributions are welcome! Please feel free to submit a Pull Request.
git checkout -b feature/my-featuregit commit -m 'feat: add my feature'git push origin feature/my-featureThis project is licensed under the MIT License - see the LICENSE file for details.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimclaude plugin install azure-cosmos-db-assistant@claude-plugins-officialOfficial Claude plugin for Azure Cosmos DB (NoSQL). Bundles skills for data modeling, partition key design, query optimization, SDK best practices, indexing, vector search, full-text search, global distribution, security, and more.
Official Claude plugin for Azure Cosmos DB (NoSQL). Bundles skills for data modeling, partition key design, query optimization, SDK best practices, indexing, vector search, full-text search, global distribution, security, and more.
Database plugin for nosql-data-modeler
Database query optimization, cloud cost optimization, and scalability improvements
Database design toolkit for schema modeling, query optimization, and indexing strategies. Includes database architect agent for strategic database decisions.
Senior Database Engineer with deep expertise across 230+ databases: relational, document, key-value, columnar, graph, time-series, NewSQL, vector, streaming, OLAP, embedded, multi-model, serverless, and search engines. Covers schema design, query optimization, replication/HA, backup/recovery, migration, monitoring, security hardening, capacity planning, data modeling, connection management, performance diagnostics, and database DevOps.
Comprehensive T-SQL and SQL Server expertise for query optimization, performance tuning, and Azure SQL Database. PROACTIVELY activate for: (1) T-SQL query optimization and SARGability analysis, (2) SQL Server performance tuning, (3) Index design and strategy, (4) Execution plan analysis, (5) Parameter sniffing solutions, (6) Azure SQL Database optimization, (7) Window functions and advanced patterns, (8) Columnstore and In-Memory OLTP, (9) Query Store and IQP features. Includes: tsql-expert agent, 5 progressive disclosure skills, 3 optimization commands, diagnostic scripts.