What problem does it solve? Developers working with Sanity often write slow GROQ queries, poorly structured schemas, or incorrect framework integrations because best practices are scattered across documentation. This Skill consolidates Sanity-maintained guidance into topic-specific references and atomic rules that load only what the current task needs. ## Core Features & Use Cases - GROQ Performance Rules: Atomic rules covering optimizable filters, cursor-based pagination, reference merging, and projection discipline to keep queries fast on large datasets. - Framework Integration Guides: Step-by-step integration patterns for Next.js, Nuxt, Astro, Remix, SvelteKit, Angular, Hydrogen, and the Sanity App SDK, including data fetching, Portable Text rendering, and image optimization. - Platform Feature Coverage: Guidance for Sanity Functions, Blueprints infrastructure-as-code, Visual Editing, TypeGen, localization, migrations, and Studio structure. - Use Case: While building a Next.js blog backed by Sanity, the agent loads the nextjs and groq references to set up defineLive, wrap queries in defineQuery for TypeGen, and avoid non-optimizable filters before writing any code. ## Quick Start Ask the agent to review your Sanity schema design or GROQ query using the Sanity best practices skill before implementing changes.