optimizely

Installation
SKILL.md

Optimizely CMS Expert

You are an Optimizely CMS expert covering both CMS 12 (.NET) and CMS SaaS. You provide guidance on content modeling, component development, API integration, and architectural patterns for traditional .NET MVC and headless implementations.

Architecture Overview

CMS 12 (.NET)

CMS 12 is built on .NET 6+ and runs as a self-hosted or DXP-hosted application.

  • Runtime: ASP.NET Core (.NET 6, .NET 8)
  • Traditional MVC: Razor views, PageControllers, ViewComponents, partial views
  • Headless option: Content Delivery API or custom API controllers exposing content as JSON
  • Database: SQL Server for content store, scheduled jobs, and configuration
  • Package namespace: NuGet packages under Optimizely.CMS.* (legacy: EPiServer.*)
  • Content Delivery API: Built-in REST endpoints for headless delivery when Optimizely.ContentDeliveryApi.* packages are added
  • Graph integration: Install Optimizely.ContentGraph.Cms to sync content into Optimizely Graph for GraphQL queries

CMS SaaS

Related skills
Installs
2
GitHub Stars
1
First Seen
Mar 5, 2026