A reference guide for staying within Cognite Data Foundation's Data Modeling API limits. You'll want this loaded when building anything that hits DMS endpoints, since going over concurrency limits throws 429s and transformations eat up most of your request budget. It covers the practical stuff: batch sizes for upserts (max 1000 items), filter limits (also 1000 values before you need to split), and pagination requirements for list operations. The skill points to Cognite's official docs for current numbers, but the real value is having the common pitfalls and patterns ready when you're writing or reviewing code that could hammer their APIs.
npx skills add https://github.com/cognitedata/dune-skills --skill dm-limits-and-best-practices