Skip to main content
Prefer installable skills? If your agent supports skills.sh (Claude Code, Cursor, Gemini CLI, Codex, Copilot, and 40+ others), run npx skills add Blazity/mdcms to install the MDCMS Skills Pack — it walks your agent through the full setup without copy-pasting prompts.
Copy any of these prompts into Claude Code, Codex, or your preferred AI coding agent to automate MDCMS setup tasks hands-free.

Full Project Setup

Set up MDCMS from scratch — install dependencies, start services, initialize the project, and embed Studio.

Complete MDCMS setup — Docker, dependencies, project init, Studio embed, and first schema sync

CursorOpen in Cursor

Embed Studio in Next.js

Add the MDCMS Studio visual editor to an existing Next.js application.

Embed MDCMS Studio in an existing Next.js App Router project

CursorOpen in Cursor

Configure the SDK

Set up the @mdcms/sdk client for fetching content in your application.

Configure MDCMS SDK — client setup, content fetching, and Next.js integration

CursorOpen in Cursor

Schema Definition and Sync

Define content types and sync them to the server.

Define schema and sync — create content types with Zod validation and push to server

CursorOpen in Cursor

Content Migration

Run schema changes and apply content migrations.

Run content migration — evolve schema and migrate existing documents

CursorOpen in Cursor

CI/CD Pipeline Setup

Configure automated schema sync and content deployment.

Set up CI/CD — GitHub Actions for automated schema sync and content push

CursorOpen in Cursor