Skip to main content
sanity-io
GitHub-Creator-Profil

sanity-io

Repository-Ansicht von 63 gesammelten Skills in 12 GitHub-Repositories.

gesammelte Skills
63
Repositories
12
aktualisiert
9. Sept. 2026
Hier werden die Top 8 Repositories angezeigt; die vollständige Repository-Liste folgt darunter.
Repository-Explorer

Repositories und repräsentative Skills

sanity-visual-coverage
Softwarequalitätssicherungsanalysten und -tester

Check whether Studio UI is covered by Chromatic visual regression, for a PR's changed files or for the whole tree, and decide between "already covered", "a story is pending in an open PR", and "needs a story". Use when reviewing a PR that touches…

4. Sept. 2026
sanity-visual-regression
Softwarequalitätssicherungsanalysten und -tester

Add, review, and maintain Chromatic visual regression coverage in the Sanity monorepo via dev/storybook stories, the vitest browser-mode suite, and Playwright e2e snapshots. Use when adding visual test coverage, writing stories, reviewing Chromatic diffs,…

4. Sept. 2026
react-devtools
Softwareentwickler

React DevTools CLI for AI agents. Use when the user asks you to debug a React or React Native app at runtime, inspect component props/state/hooks, diagnose render performance, profile re-renders, find slow components, or understand why something re-renders.…

3. Sept. 2026
stories
Softwareentwickler

Invoke FIRST, before creating, editing, or deleting components, stories, styles, CSS, themes, colors, or design tokens — anything that changes how the UI looks, no exceptions. Also for starting or previewing Storybook to verify UI, requests to show, browse,…

27. Aug. 2026
storybook-init
Softwareentwickler

Use when adding Storybook to a project that does not have Storybook configured yet.

27. Aug. 2026
storybook-setup
Softwareentwickler

Use this skill when Storybook is already installed and the user wants a working `preview` file and stories for real components.

27. Aug. 2026
storybook-upgrade
Softwareentwickler

Use this skill when Storybook exists but needs an upgrade.

27. Aug. 2026
sanity-i18n-translate
Softwareentwickler

Use the <Translate> i18n component correctly, especially its components map and componentProps. Use when rendering locale strings that contain markup or embedded components, when adding or reviewing <Translate> usages, or when the…

26. Aug. 2026
Es werden 8 von 22 gesammelten Skills angezeigt.
next-cache-components-optimizer
Softwareentwickler

Drive a Next.js route to instant navigation by setting up an agentic loop, under Cache Components / PPR, on initial load (hard navigation) and client-side navigation (soft navigation). Encode the goal as a failing @next/playwright instant() e2e and work it to…

6. Aug. 2026
sanity-live-cache-components
Softwareentwickler

Integrates Sanity Live with Next.js Cache Components in next-sanity v13+ apps. Sets up sanityFetch, a shared cachedSanity 'use cache' boundary, <SanityLive>, Visual Editing, Presentation Tool, draft mode handling, and the three-layer (Page/Dynamic/Cached)…

6. Aug. 2026
pnpm
Softwareentwickler

Node.js package manager with strict dependency resolution. Use when running pnpm specific commands, configuring workspaces, or managing dependencies with catalogs, patches, or overrides.

14. Juli 2026
tsdown
Softwareentwickler

Bundle TypeScript and JavaScript libraries with blazing-fast speed powered by Rolldown. Use when building libraries, generating type declarations, bundling for multiple formats, or migrating from tsup.

14. Juli 2026
turborepo
Softwareentwickler

Turborepo monorepo build system guidance. Triggers on: turbo.json, task pipelines, dependsOn, caching, remote cache, the "turbo" CLI, --filter, --affected, CI optimization, environment variables, internal packages, monorepo structure/best practices, and…

20. Mai 2026
vercel-react-best-practices
Softwareentwickler

React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js…

20. Mai 2026
find-skills
Sonstige Computerberufe

Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for…

31. März 2026
vitest
Softwarequalitätssicherungsanalysten und -tester

Vitest fast unit testing framework powered by Vite with Jest-compatible API. Use when writing tests, mocking, configuring coverage, or working with test filtering and fixtures.

29. Jan. 2026
sanity-studio-upgrade
nicht klassifiziert

Produces a tailored Sanity Studio upgrade plan by inspecting the repository's installed versions, config, and source, then reporting only the breaking changes that actually apply. Covers Studio v3 and later; v2 projects are identified and redirected, not…

9. Sept. 2026
sanity-best-practices
Softwareentwickler

Sanity development best practices for schema design, GROQ queries, TypeGen, Visual Editing, images, Portable Text, Studio structure, localization, migrations, Sanity Functions, webhooks, Blueprints, and framework integrations such as Next.js, Nuxt, Astro,…

25. Aug. 2026
content-experimentation-best-practices
Marktforschungsanalysten und Marketingspezialisten

Content experimentation and A/B testing guidance covering experiment design, hypotheses, metrics, sample size, statistical foundations, CMS-managed variants, and common analysis pitfalls. Use this skill when planning experiments, setting up variants, choosing…

28. Juli 2026
portable-text-conversion
Softwareentwickler

Convert HTML and Markdown content into Portable Text blocks for Sanity. Use when migrating content from legacy CMSs, importing HTML or Markdown into Sanity, building content pipelines that ingest external content, converting rich text between formats, or…

28. Juli 2026
sanity-migration
Softwareentwickler

Plans, implements, and reviews migrations from other CMSes and content systems into Sanity. Use when migrating or replatforming to Sanity from AEM, Adobe Experience Manager, Contentful, Strapi, Webflow, WordPress, Payload, Drupal, Markdown/MDX/frontmatter…

28. Juli 2026
content-modeling-best-practices
Marktforschungsanalysten und Marketingspezialisten

Structured content modeling guidance for schema design, content architecture, content reuse, references versus embedded objects, separation of concerns, and taxonomies across Sanity and other headless CMSes. Use this skill when designing or refactoring…

7. Apr. 2026
seo-aeo-best-practices
Marktforschungsanalysten und Marketingspezialisten

SEO and AEO best practices for metadata, Open Graph, sitemaps, robots.txt, hreflang, JSON-LD structured data, EEAT, and content optimized for search engines and AI answer surfaces. Use this skill when implementing page SEO, technical SEO, schema markup,…

7. Apr. 2026
portable-text-serialization
Softwareentwickler

Render and serialize Portable Text to React, Svelte, Vue, Astro, HTML, Markdown, and plain text. Use when implementing Portable Text rendering in any frontend framework, building custom serializers for non-standard block types, converting Portable Text to…

12. Feb. 2026
migrate-styled-components-to-vanilla-extract
Softwareentwickler

Step-by-step procedure for migrating a workspace off styled-components to vanilla-extract (zero-runtime CSS). Use when converting styled() components to .css.ts files, removing a styled-components dependency, adding a ./bundle.css export, or when asked to…

20. Aug. 2026
sanity-plugin-best-practices
Softwareentwickler

Anti-patterns and best practices for building Sanity Studio plugins in this monorepo. Use when writing, reviewing, or refactoring plugin code under plugins/ — especially for styling/CSS, component performance, and runtime cost. Triggers on vanilla-extract,…

20. Aug. 2026
plugin-transfer
Softwareentwickler

Guides agents through migrating an existing plugin into this monorepo with the copy-plugin generator workflow.

6. Aug. 2026
plugin-test-coverage
Softwarequalitätssicherungsanalysten und -tester

Guides agents through expanding Vitest and Playwright e2e coverage for a monorepo plugin. Use when adding or improving plugin tests, wiring e2e-studio, or following the internationalized-array / document-internationalization coverage playbook.

29. Juli 2026
vite
Softwareentwickler

Vite build tool configuration, plugin API, SSR, and Vite 8 Rolldown migration. Use when working with Vite projects, vite.config.ts, Vite plugins, or building libraries/SSR apps with Vite.

10. Juli 2026
test-studio-script-runner
Softwareentwickler

Explains the dev/test-studio Script Runner tool. Use when adding, editing, running, or documenting scripts in dev/test-studio/src/script-runner, or when the user mentions the Scripts tool, Studio runner scripts, script variables, or browser-side Sanity Studio…

30. Juni 2026
turborepo
Softwareentwickler

Turborepo monorepo build system guidance. Triggers on: turbo.json, task pipelines, dependsOn, caching, remote cache, the "turbo" CLI, --filter, --affected, CI optimization, environment variables, internal packages, monorepo structure/best practices, and…

16. Juni 2026
i18n-array-groq-query-migration
Softwareentwickler

Detect and update legacy GROQ patterns where language is read from _key for sanity-plugin-internationalized-array when users mention v4 to v5 migration, or @sanity/document-internationalization from v5 to v6. GROQ query updates, localized arrays, or patterns…

19. März 2026
12 von 12 Repositories angezeigt
Alle Repositories angezeigt