Deploy the storefront to Netlify — verifies commercetools credentials, then hands off to Netlify's official agent skill to perform the deploy.
Deploy the storefront to Vercel — verifies commercetools credentials, then hands off to Vercel's official agent skill to perform the deploy.
Scaffold a new Next.js (>16) + commercetools storefront — installs dependencies, configures Tailwind v4, wires next-intl locale routing, creates directory structure, and writes shared types/utils. Run as /nextjs-setup-project.
Scaffold a new Nuxt 4 + commercetools storefront — verifies Node, creates the app, installs pinned dependencies, configures Tailwind v4 + @nuxtjs/i18n (prefix strategy) + nuxt-auth-utils + Pinia + @nuxt/image, writes shared types/utils, the commercetools client, a session secret, and a health check, then verifies the whole chain. Run as /nuxtjs-setup-project.
The Checkout — payment-only mode (integrating Checkout for payments while owning the rest of the flow), full hosted checkout (checkoutFlow), widget integration via @commercetools/checkout-browser-sdk, configuration, PSP connector setup (Stripe, Adyen, Mollie), and webhook handling. Use when integrating Checkout (the product) into a storefront or headless app — not for generic cart-to-order patterns (see commercetools-storefront).
Core commercetools API and SDK patterns — TypeScript SDK setup, ClientBuilder authentication, project data model (products, customers, orders, types, channels, stores), GraphQL vs REST patterns, query predicates, optimistic concurrency, rate limits, and platform observability. Foundational layer that storefront, MC app, Connect, and integration skills all reference. Use for any commercetools project regardless of surface.
Production patterns for building customer-facing storefronts on commercetools - the full B2C and B2B domain feature set. Patterns are stated as decisions plus commercetools-exact code; framework-specific implementation. Assumes a server tier exists to host the BFF. Use for PDP, PLP, cart, checkout flow, customer login, search/facets, locale handling, and any B2B- or B2C-specific feature.
External network access
Connects to servers outside your machine
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Stop pasting commercetools docs into chat. One install makes your agents "think commercetools". You focus on the what.
The official commercetools Plugins gives Claude Code, Cursor, VS Code Copilot, OpenAI Codex, or other coding agents access to:
🔌 commercetools Knowledge MCP — live up to date documentation search, GraphQL & OpenAPI schema lookup, query validation, and developer best practices. Public endpoint, no API key needed. --> Read the docs!
🔌 commercetools Commerce MCP — The commercetools Commerce MCP enables agent to interact directly with commercetools APIs through function calling. --> Read the docs!
📚 commercetools Skills — smoke tested playbooks the agent reaches for to build commercetools solutions. --> Read the docs!
Get started with the Agentic Builder Tutorials
| Tool | Command |
|---|---|
| Claude Code | Chat: /plugin marketplace add commercetools/commercetools-ai-plugins /plugin install commercetools@commercetools |
| Cursor | Settings → Plugins → Install from Git URL → https://github.com/commercetools/commercetools-ai-plugins |
| VS Code Copilot | Command Palette → Chat: Install Plugin From Source → https://github.com/commercetools/commercetools-ai-plugins |
| OpenAI Codex | Terminal: codex plugin marketplace add commercetools/commercetools-ai-plugins && codex plugin add commercetools@commercetools (or install via /plugins) |
The bundled commercetools-knowledge MCP endpoint is publicly accessible and does not require an API key. Depending on the host tool, you may still need to trust the plugin source, enable the plugin, or reload the tool after installation.
To enable the commerce-mcp, you must export the API client credentials to your CLI/OS environment and reload the plugin.
export CLIENT_ID=<client-id> CLIENT_SECRET=<client-secret> PROJECT_KEY=<project-key> AUTH_URL=<auth-url> API_URL=<api-url>
| Tool | Command |
|---|---|
| All tools: Skills-only installation | Terminal: npx skills add commercetools/commercetools-ai-plugins Does not auto-update and lacks agents. Run npx skills update regularly to update. |
| Knowledge MCP only | See its documentation for installation instructions |
LLMs trained on the open web have stale or hallucinated information about commercetools APIs, capabilites, best practices or the specific business behavior behind the commerce resources. They tend to "invent" features, hallucinate APIs from other commerce vendors, or even generate code that will not scale under load, or even be insecure.
This bundle ensures every commercetools developer's AI assistant has the same authoritative knowledge your team's senior architects have — at the speed of autocomplete.
After installing, ask your agent:
"Use the commercetools Knowledge MCP to show me how to create a cart with a custom line item."
The agent will reach for the bundled MCP server, query the live docs, and respond with the right API call — with the right field names, the right scope, and the right caveats.
For support, installation issues, or questions about these plugins and skills, visit: https://support.commercetools.com
Skills & Text: All Markdown (.md) text is licensed under Creative Commons BY 4.0. You may freely use, share, and adapt it, provided you give clear attribution to commercetools and indicate if changes were made.
Code Snippets: All code, both markdown embedded as well as in its own files, is licensed under MIT.
Brand Assets: All rights reserved on the commercetools logo, name, and related trademarks.
npx claudepluginhub commercetools/commercetools-ai-plugins --plugin commercetoolsHarness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Persistent file-based planning for AI coding agents. Crash-proof markdown plans (task_plan.md, findings.md, progress.md) that survive context loss and /clear, with an opt-in completion gate and multi-agent shared state. Manus-style. Works with Claude Code, Codex CLI, Cursor, Kiro, OpenCode and 60+ agents via the SKILL.md standard. Includes Arabic, German, Spanish, and Chinese (Simplified and Traditional).
v9.44.1 — Patch release for Gemini environment/version detection and qwen auth gating. Run /octo:setup.
Superpowers Plus core skills library for Claude Code: planning, execution routing, TDD, debugging, and collaboration workflows