sanity-plugin

Sanity content platform integration with MCP server, agent skills, and slash commands. Query and author content, build and optimize GROQ queries, design schemas, and set up Visual Editing.

Content Preview
{
  "name": "sanity-plugin",
  "description": "Sanity content platform integration with MCP server, agent skills, and slash commands. Query and author content, build and optimize GROQ queries, design schemas, and set up Visual Editing.",
  "category": "development",
  "author": {
    "name": "Sanity"
  },
  "source": {
    "source": "url",
    "url": "https://github.com/sanity-io/agent-toolkit.git",
    "sha": "4b1fb10bd707a22cf0cdfad5374ffc885f2ffa8d"
  },
  "homepage": "https://www.sanity.io"
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/sanity-plugin.md \
  https://raw.githubusercontent.com/anthropics/claude-plugins-official/main/.claude-plugin/marketplace.json

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/anthropics/claude-plugins-official

Then reference at .claude-plugin/marketplace.json

Related Skills