optimizely-content-cloud
Installation
SKILL.md
Optimizely Content Cloud
Overview
This skill covers Optimizely Content Cloud (DXP) patterns including the Content Delivery API, headless architecture, and cloud-specific configurations.
Content Delivery API
Configuration
// Program.cs
builder.Services.AddContentDeliveryApi(options =>
{
options.SiteDefinitionApiEnabled = false; // Disable in production
});
builder.Services.AddContentDeliveryApi()
.WithFriendlyUrl()
Related skills
More from twofoldtech-dakota/claude-marketplace
frontend-razor
Apply when working with Razor views, MVC layouts, partial views, and tag helpers
20optimizely-development
Core Optimizely CMS development patterns and best practices
14optimizely-experimentation
Optimizely Experimentation Full Stack SDK patterns
9optimizely-web
Optimizely Web (snippet-based) patterns
5backend-csharp
Apply when working with C#/.NET backend code including controllers, services, and dependency injection
4xm-cloud
Apply when working with Sitecore XM Cloud, JSS, Next.js rendering host, or Experience Edge
3