mdcms-setup | Master orchestrator. Detects repo state and routes to the right focused skill. Start here. |
mdcms-self-host-setup | Stand up the MDCMS backend via Docker Compose. Env, first boot, admin bootstrap. |
mdcms-brownfield-init | Import an existing Markdown/MDX repo into MDCMS via mdcms init --non-interactive. |
mdcms-greenfield-init | Bootstrap MDCMS in an empty repo with a scaffolded starter. |
mdcms-schema-refine | Add/edit content types, fields, references; mdcms schema sync. |
mdcms-studio-embed | Mount <Studio /> at a catch-all route inside the host app. |
mdcms-sdk-integration | Fetch content with @mdcms/sdk; drafts vs published; SSR. |
mdcms-mdx-components | Register custom MDX components so Studio preview and host SSR match. |
mdcms-content-editing | Edit, author, translate, and bulk-modify documents. Local vs Studio; validation; new docs. |
mdcms-content-sync-workflow | Day-to-day pull/push/login; key rotation; CI automation. |