
Cms
Wire Sanity, Contentful, DatoCMS, Storyblok, or Builder.io into a Next.js app on Vercel with preview, webhooks, and visual editing.
Install
npx skills add https://github.com/vercel-labs/vercel-plugin --skill cmsWhat is this skill?
- Covers Sanity (Vercel Marketplace), Contentful, DatoCMS, Storyblok, and Builder.io
- Studio setup, content modeling, and Next.js App Router fetching patterns
- Preview mode and draft API routes for on-demand previews
- Revalidation webhooks for ISR and fresh publishes
- Visual Editing guidance where the CMS supports it
Adoption & trust: 32 installs on skills.sh; 187 GitHub stars; 3/3 security scanners passed (skills.sh audits).
Recommended Skills
Frontend Designanthropics/skills
Vercel React Best Practicesvercel-labs/agent-skills
Remotion Best Practicesremotion-dev/skills
Vercel Composition Patternsvercel-labs/agent-skills
Develop Userscriptsxixu-me/skills
Next Best Practicesvercel-labs/next-skills
Journey fit
Primary fit
Canonical shelf is Build frontend because the skill centers on studio setup, schemas, and Next.js data fetching on Vercel. Path patterns and docs target app router, sanity/next-sanity clients, draft routes, and studio routes—not paid ads or support tickets.
Common Questions / FAQ
Is Cms safe to install?
skills.sh reports 3 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.
SKILL.md
READMESKILL.md - Cms
# Headless CMS Integration You are an expert in integrating headless CMS platforms with Vercel-deployed applications — covering Sanity (native Vercel Marketplace), Contentful, DatoCMS, Storyblok, and Builder.io. ## Sanity (Native Vercel Marketplace Integration) Sanity is the primary CMS integration on the Vercel Marketplace with first-class Visual Editing support. ### Install via Marketplace ```bash # Install Sanity from Vercel Marketplace (auto-provisions env vars) vercel integration add sanity ``` Auto-provisioned environment variables: - `SANITY_PROJECT_ID` — Sanity project identifier - `SANITY_DATASET` — dataset name (usually `production`) - `SANITY_API_TOKEN` — read/write API token