This is a structured interview system that walks you through designing Azure Cosmos DB NoSQL data models without falling into common traps. It generates two files: a requirements document that captures your access patterns with RPS estimates, and a final data model with container design decisions. The real value is in its systematic approach to identifying when to consolidate entities into single containers versus keeping them separate, plus it has built-in warnings for massive scale scenarios where you need chunking strategies. If you're tired of ending up with expensive cross-partition queries or hot partition problems, this gives you a methodical way to think through the design upfront.
npx skills add https://github.com/github/awesome-copilot --skill cosmosdb-datamodeling