Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
vercel-labs avatar

Marketplace Add Extension

  • 30 installs
  • 3 repo stars
  • Updated April 6, 2026
  • vercel-labs/sitecore-skills

marketplace-add-extension adds extension routes to Sitecore Marketplace apps.

About

The marketplace-add-extension skill adds extension point routes to Sitecore Marketplace apps across custom-field, dashboard-widget, pages-context-panel, fullscreen, and standalone types with documented iframe size constraints. Creates app/extension-type/page.tsx using extension-types.md boilerplate and reminds users to register routes in Sitecore Developer Portal Extension Points. Suggests marketplace-build-component, marketplace-sdk-reference, and marketplace-add-xmc follow-ons.

  • Five extension types with layout constraints.
  • Route scaffold and Developer Portal registration.
  • Boilerplate in extension-types.md.
  • Links to related marketplace skills.
  • Infers type from user argument when possible.

Marketplace Add Extension by the numbers

  • 30 all-time installs (skills.sh)
  • +1 installs in the week ending Jul 27, 2026 (Skillselion tracking)
  • Ranked #98 of 154 .NET & C# skills by installs in the Skillselion catalog
  • Security screen: LOW risk (skills.sh audit)
  • Data as of Jul 27, 2026 (Skillselion catalog sync)
At a glance

marketplace-add-extension capabilities & compatibility

Capabilities
extension type table
Use cases
frontend
From the docs

What marketplace-add-extension says it does

Adds a new extension point route to a Sitecore Marketplace app
SKILL.md
npx skills add https://github.com/vercel-labs/sitecore-skills --skill marketplace-add-extension

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs30
repo stars3
Security audit3 / 3 scanners passed
Last updatedApril 6, 2026
Repositoryvercel-labs/sitecore-skills

How do I add a marketplace extension point route?

Add Sitecore Marketplace extension point routes for fields, widgets, panels, or fullscreen pages.

Who is it for?

Developers extending Sitecore Marketplace apps.

Skip if: Skip when only scaffolding a new app.

When should I use this skill?

User adds custom field widget panel or fullscreen route.

What you get

New extension route with type-appropriate template.

Files

SKILL.mdMarkdownGitHub ↗

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):

TypeSlugDescriptionTypical Size
Custom Fieldcustom-fieldInline field in content editor~300px wide
Dashboard Widgetdashboard-widgetWidget on the dashboard~400x300px
Pages Context Panelpages-context-panelSide panel in Pages editor~350px wide, full height
FullscreenfullscreenFull-page within Sitecore shellFull viewport
StandalonestandaloneIndependent pageFull viewport

Step 2: Generate the Route

Create the route at app/<extension-type>/page.tsx (or a custom path the user prefers).

See extension-types.md for complete boilerplate templates for each extension type.

Step 3: Register in Developer Portal

Remind the user to register the extension point in the Sitecore Developer Portal: 1. Go to Developer Portal → Your App → Extension Points 2. Click "Add Extension Point" 3. Select the type and set the route path (e.g., /custom-field)

Step 4: Suggest Next Steps

  • Use /marketplace-build-component to build out the UI
  • Use /marketplace-sdk-reference to look up available queries/mutations for this extension type
  • Use /marketplace-add-xmc if the extension needs XM Cloud data

Reference Files

  • Extension Types — Boilerplate templates for each extension type

Related skills

FAQ

What does marketplace-add-extension do?

marketplace-add-extension adds extension routes to Sitecore Marketplace apps.

When should I use marketplace-add-extension?

User adds custom field widget panel or fullscreen route.

Is this skill safe to install?

Review the Security Audits panel on this page before installing in production.

.NET & C#integrationsfrontend

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.