sanity-cms-docs

Manage Sanity CMS documentation content, imports, and navigation settings.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/eugene-belkovich/ai-setup --skill sanity-cms-docs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sanity-cms-docs
Source: https://github.com/eugene-belkovich/ai-setup/tree/main/claude/profiles/work/skills/docs/sanity-cms-docs
Command: npx skills add https://github.com/eugene-belkovich/ai-setup --skill sanity-cms-docs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Sanity CMS documentation for ai-sdk-workspace often requires coordinating content across multiple JSON sources, ensuring imports are carried out correctly, and keeping navigation in sync. This skill provides a repeatable workflow to manage docs content, imports, and CMS configuration for consistent site updates.

Core Features & Use Cases

  • Import and sync documentation pages from docs/content into Sanity CMS, including body content and sections.
  • Manage and validate navigation and docsNavSettings so the Get Started and site navigation reflect current docs.
  • Validate imports and previews to ensure changes render correctly before deployment.

Quick Start

Run the documentation import workflow to sync docs JSON with Sanity CMS and verify the Get Started navigation.

Frequently Asked Questions about sanity-cms-docs

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I import documentation content into Sanity CMS?

To import documentation content into Sanity CMS, use the docs tooling under docs/tools/import to sync JSON sources from docs/content, including body content and sections, ensuring your site reflects current documentation.

What do I need to configure before managing Sanity CMS documentation?

Before managing Sanity CMS documentation, you need to set up the SANITY_WRITE_TOKEN environment variable and configure project settings including projectId, dataset, and apiVersion to authorize and target the CMS correctly.

How does navigation validation work for Sanity CMS docs?

Navigation validation for Sanity CMS docs works by checking and syncing docsNavSettings so the Get Started section and site navigation accurately reflect the current imported documentation pages.

Can I preview Sanity CMS documentation changes before deployment?

Yes, you can preview Sanity CMS documentation changes before deployment by running validation and preview checks through the import workflow to ensure content renders correctly.

Why are my Sanity CMS docs out of sync with JSON sources?

Sanity CMS docs may be out of sync with JSON sources if imports were not executed through the docs/tools/import workflow, which coordinates content across multiple JSON files and updates the CMS state for the ai-sdk-workspace.