From azure-cosmosdb
Optimizes Azure Cosmos DB queries with best practices for point reads, projections, pagination, parameterization, filter ordering, cross-partition avoidance, and analytical query detection.
How this skill is triggered — by the user, by Claude, or both
Slash command
/azure-cosmosdb:cosmosdb-query-optimizationThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Best practices for writing efficient queries against Azure Cosmos DB.
AGENTS.mdREADME.mdmetadata.jsonrules/_sections.mdrules/query-aggregate-single-pass.mdrules/query-avoid-cross-partition.mdrules/query-avoid-scans.mdrules/query-distinct-keyword.mdrules/query-latest-by-timestamp.mdrules/query-olap-detection.mdrules/query-order-filters.mdrules/query-pagination.mdrules/query-parameterize.mdrules/query-point-reads.mdrules/query-top-literal.mdrules/query-use-projections.mdBest practices for writing efficient queries against Azure Cosmos DB.
Reference these guidelines when:
For all rules expanded: AGENTS.md
npx claudepluginhub azurecosmosdb/cosmosdb-agent-kit --plugin azure-cosmosdbAzure Cosmos DB performance optimization and best practices for NoSQL, including partitioning, query optimization, SDK usage, and data modeling.
Guides Azure Cosmos DB application development including NoSQL data modeling, partition key design, point reads, query optimization, SDK usage, transactional batches, change feed, and consistency-aware reads.
Performs CRUD operations, queries, bulk operations, and container management on Azure Cosmos DB NoSQL API using @azure/cosmos TypeScript/JavaScript SDK.