marketplace-add-extension
Add an Extension Point Route
You are helping the user add a new extension point to their Sitecore Marketplace app.
Step 1: Determine Extension Type
Ask the user which type (or infer from $ARGUMENTS):
| Type | Slug | Description | Typical Size |
|---|---|---|---|
| Custom Field | custom-field |
Inline field in content editor | ~300px wide |
| Dashboard Widget | dashboard-widget |
Widget on the dashboard | ~400x300px |
| Pages Context Panel | pages-context-panel |
Side panel in Pages editor | ~350px wide, full height |
| Fullscreen | fullscreen |
Full-page within Sitecore shell | Full viewport |
| Standalone | standalone |
Independent page | Full viewport |
Step 2: Generate the Route
Create the route at app/<extension-type>/page.tsx (or a custom path the user prefers).
More from vercel-labs/sitecore-skills
marketplace-add-xmc
Adds XM Cloud API integration to a Sitecore Marketplace app. Use when the user wants to access Sites, Pages, Authoring, Content Transfer, Search, or Agent APIs from XM Cloud.
14marketplace-scaffold
Scaffolds a new Sitecore Marketplace app using the official SDK. Use when the user wants to create a new marketplace app, start a new Sitecore project, or initialize a marketplace integration.
14marketplace-sdk-reference
Sitecore Marketplace SDK API reference. Use when the user asks about SDK methods, types, queries, mutations, subscriptions, or how to use any Sitecore Marketplace SDK API.
14marketplace-build-component
Builds UI components using the Blok design system for Sitecore Marketplace apps. Use when the user wants to create UI, add components, build a page layout, or work with Blok/shadcn components in a marketplace app.
14marketplace-deploy
Deploys a Sitecore Marketplace app to Vercel with correct CSP headers and configuration.
13marketplace-add-ai
Adds AI Skills integration (Brand Review API) to a Sitecore Marketplace app. Use when the user wants to add AI-powered content analysis, brand review, or brand compliance checking.
13