sanity-best-practices

Praktik terbaik dan panduan integrasi yang komprehensif untuk pengembangan Sanity CMS di berbagai kerangka kerja dan topik. Mencakup lebih dari 10 integrasi kerangka kerja termasuk Next.js, Nuxt, Astro, Remix, SvelteKit, dan Angular dengan pola spesifik kerangka kerja serta panduan pengaturan. Termasuk panduan topik untuk desain skema, optimasi kueri GROQ, Visual Editing, Portable Text, gambar, TypeGen, lokalisasi, dan migrasi konten. Menyediakan struktur referensi cepat untuk memuat hanya panduan yang relevan berdasarkan jenis tugas,...

npx skills add https://github.com/sanity-io/agent-toolkit --skill sanity-best-practices

Sanity Best Practices

Comprehensive best practices and integration guides for Sanity development, maintained by Sanity. Use the quick reference below to load only the one or two topic files that match the task.

When to Apply

Reference these guidelines when:

  • Setting up a new Sanity project or onboarding
  • Integrating Sanity with a frontend framework (Next.js, Nuxt, Astro, Remix, SvelteKit, Hydrogen)
  • Writing GROQ queries or optimizing performance
  • Designing content schemas
  • Implementing Visual Editing and live preview
  • Working with images, Portable Text, or page builders
  • Configuring Sanity Studio structure
  • Setting up TypeGen for type safety
  • Implementing localization
  • Migrating content from other systems
  • Building custom apps with the Sanity App SDK
  • Managing infrastructure with Blueprints
  • Automating content workflows with Sanity Functions or webhooks

Global Rules

  • Let Sanity generate _id values for ordinary documents. Do not create deterministic UUIDs, slug-derived IDs, or legacy-system IDs when creating documents.
  • Model relationships with reference fields, then resolve related documents with GROQ lookups, source-key fields, or returned _id values from created documents.
  • Use explicit document IDs mainly for singleton documents controlled by Studio Structure, including localized singletons such as homePage-en.

Video

  • Do not store or serve video from Sanity file assets for production playback. File assets are delivered as raw downloads with no transcoding or adaptive streaming, and video traffic drives very high bandwidth usage and unexpectedly large bills.
  • On Enterprise plans with the video add-on, use Sanity Media Library for video: uploads are transcoded and streamed adaptively via Mux. Model video fields with defineVideoField() from sanity/media-library and play them with @mux/mux-player-react using the asset's playback ID.
  • On other plans, use a dedicated video service: install sanity-plugin-mux-input to upload and manage videos in your Mux account from the Studio, or host video on a platform such as YouTube or Vimeo and store only the embed URL in Sanity.
  • Small clips and short previews in a file field are acceptable, but any user-facing video at scale must go through Media Library or a streaming service.

Quick Reference

Integration Guides

  • get-started - Interactive onboarding for new Sanity projects
  • nextjs - Next.js App Router, Live Content API, standalone Studio
  • nuxt - Nuxt integration with @nuxtjs/sanity
  • angular - Angular integration with @sanity/client, signals, resource API
  • astro - Astro integration with @sanity/astro
  • remix - React Router / Remix integration
  • svelte - SvelteKit integration with @sanity/svelte-loader
  • hydrogen - Shopify Hydrogen with Sanity
  • project-structure - Standalone Studio and monorepo patterns
  • app-sdk - Custom applications with Sanity App SDK
  • blueprints - Infrastructure as Code: blueprint files, stacks, plan/deploy workflow, error recovery, CI deploys
  • functions - Automating content workflows with Sanity Functions and webhooks

Topic Guides

  • groq - GROQ query patterns, type safety, performance optimization
  • schema - Schema design, field definitions, validation, deprecation patterns
  • visual-editing - Presentation Tool, Stega, overlays, live preview
  • page-builder - Page Builder arrays, block components, live editing
  • portable-text - Rich text rendering and custom components
  • image - Image schema, URL builder, hotspots, LQIP, Next.js Image
  • studio-structure - Desk structure, singletons, navigation
  • typegen - TypeGen configuration, workflow, type utilities
  • seo - Metadata, sitemaps, Open Graph, JSON-LD
  • localization - i18n patterns, document vs field-level, locale management
  • migration - Content import overview (see also migration-html-import)
  • migration-html-import - HTML to Portable Text with @portabletext/block-tools

How to Use

Start with the single framework or topic guide that best matches the request, then read additional references only when the task crosses concerns. Use these reference files for detailed explanations and code examples:

references/groq.md
references/schema.md
references/nextjs.md

Each reference file contains:

  • Comprehensive topic or integration coverage
  • Incorrect and correct code examples
  • Decision matrices and workflow guidance
  • Framework-specific patterns where applicable

Lebih banyak skill dari sanity-io

performance-optimization
sanity-io
Mengoptimalkan kinerja aplikasi. Gunakan ketika ada persyaratan kinerja, ketika Anda mencurigai adanya regresi kinerja, atau ketika Core Web Vitals atau waktu muat…
official
rxjs-like-a-pro
sanity-io
Keterampilan ini membantu Anda menulis kode RxJS yang idiomatis, dapat dikomposisikan, dan bebas dari jebakan umum. Filosofi intinya: simpan logika di dalam rantai observable. Setiap kali Anda menggunakan .subscribe(), tanyakan apakah pekerjaan tersebut dapat diekspresikan sebagai transformasi di dalam .pipe().
official
find-skills
sanity-io
Membantu pengguna menemukan dan memasang skill agen saat mereka mengajukan pertanyaan seperti "bagaimana cara melakukan X", "cari skill untuk X", "apakah ada skill yang bisa...", atau menyatakan...
official
next-cache-components
sanity-io
Komponen Cache Next.js 16 - PPR, gunakan arahan cache, cacheLife, cacheTag, updateTag
official
vercel-react-best-practices
sanity-io
Panduan optimasi performa React dan Next.js dari Vercel Engineering. Skill ini harus digunakan saat menulis, meninjau, atau merefaktor kode React/Next.js…
official
frontend-design
sanity-io
Ciptakan antarmuka frontend yang khas dan berkualitas produksi dengan kualitas desain tinggi. Gunakan keterampilan ini ketika pengguna meminta untuk membangun komponen web, halaman, atau…
official
plugin-transfer
sanity-io
Memandu agen dalam memigrasi plugin yang sudah ada ke dalam monorepo ini menggunakan alur kerja generator copy-plugin.
official
test-studio-script-runner
sanity-io
Menjelaskan alat Script Runner dev/test-studio. Gunakan saat menambahkan, mengedit, menjalankan, atau mendokumentasikan skrip di dev/test-studio/src/script-runner, atau ketika…
official