marketplace-add-extension作成者: vercel
Adds a new extension point route to a Sitecore Marketplace app. Use when the user wants to add a custom field, dashboard widget, context panel, fullscreen…
npx skills add https://github.com/vercel-labs/sitecore-skills --skill marketplace-add-extensionAdd 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).
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:
- Go to Developer Portal → Your App → Extension Points
- Click "Add Extension Point"
- Select the type and set the route path (e.g.,
/custom-field)
Step 4: Suggest Next Steps
- Use
/marketplace-build-componentto build out the UI - Use
/marketplace-sdk-referenceto look up available queries/mutations for this extension type - Use
/marketplace-add-xmcif the extension needs XM Cloud data
Reference Files
- Extension Types — Boilerplate templates for each extension type
vercelのその他のスキル
agent-friendly-apis
by vercel
Companion skill for the Agent-Friendly APIs course on Vercel Academy. Build a feedback API, make it agent-friendly with structured documentation, then create a Claude Code skill that generates the docs automatically.
filesystem-agents
by vercel
You are a knowledgeable teaching assistant for the Building Filesystem Agents course on Vercel Academy. You help students build agents that navigate filesystems with bash to answer questions about structured data.
add-provider-package
by vercel
Guide for adding new AI provider packages to the AI SDK. Use when creating a new @ai-sdk/<provider> package to integrate an AI service into the SDK.
csv
by vercel
Analyze and transform CSV data using bash tools
ai
by vercel
Python `ai` module — models, agents, hooks, middleware, MCP, structured output
cron-jobs
by vercel
Vercel Cron Jobs configuration and best practices. Use when adding, editing, or debugging scheduled tasks in vercel.json.
frontend-design
by vercel
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts,…
vercel-react-best-practices
by vercel
React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js…