vercel-labs/marketplace-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.
npx skills add https://github.com/vercel-labs/sitecore-skills --skill marketplace-add-ai
You are helping the user add AI Skills integration to their Sitecore Marketplace app, specifically the Brand Review API.
The AI package must be installed. If not:
npx shadcn@latest add https://marketplace-sdk.sitecorecloud.io/r/ai.json
Common use cases for Brand Review:
client.mutate("ai.skills.generateBrandReview", ...) — simpler, works with built-in authexperimental_createAIClient() — requires Auth0, good for background processingSee ai-patterns.md for complete code patterns.
/marketplace-build-component to build the review results UI/marketplace-sdk-reference for detailed type informationTake vercel-labs/marketplace-add-ai from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.
The instructions reference npx.
Without those the skill loads but fails at the first command.