commercetools-connect

Validate commercetools Connect application architecture against production-readiness checklists.

5|Updated May 27, 2026
One-click install
npx skills add https://github.com/commercetools/commercetools-ai-plugins --skill commercetools-connect
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: commercetools-connect
Source: https://github.com/commercetools/commercetools-ai-plugins/tree/main/.agents/plugins/commercetools/skills/commercetools-connect
Command: npx skills add https://github.com/commercetools/commercetools-ai-plugins --skill commercetools-connect

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @commercetools/cli, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a rigorous decision framework and operational checklist to ensure commercetools Connect applications are production-ready, preventing common pitfalls like latency issues, idempotency failures, and misconfigured security.

Core Features & Use Cases

  • Decision Framework: Guides you in choosing the correct application type (service, event, job, or merchant-center) based on data flow and timing contracts.
  • Production-Readiness Gate: Enforces a comprehensive checklist covering reliability, security, observability, and correctness before deployment.
  • Use Case: Use this Skill to architect a tax-calculation connector that requires both a synchronous API extension for cart validation and an asynchronous event handler for order commitment.

Quick Start

Use the commercetools-connect skill to scaffold a new connector project and validate your architecture against the production-readiness checklist.

Frequently Asked Questions about commercetools-connect

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build production-ready commercetools Connect apps?

To build production-ready commercetools Connect apps, use this Skill to validate your architecture against platform contracts, ensuring stateless design, idempotency, and operational correctness before deployment.

When do I need an event handler versus a service for a commercetools integration?

Choosing between an event handler and a service for a commercetools integration depends on data flow and timing contracts. This Skill provides a decision framework to select the correct application type based on your synchronous or asynchronous requirements.

Do I need the Connect CLI to deploy a commercetools connector?

Yes, you need the official @commercetools/cli to develop and deploy a commercetools connector. This Skill requires the Connect CLI to scaffold projects and enforce stateless, idempotent design patterns for all connector types.

How can I prevent idempotency failures in API extension connectors?

To prevent idempotency failures in API extension connectors, apply the stateless and idempotent design patterns enforced by this Skill's production-readiness gate, validating reliability and correctness before deployment.

What are the limitations of building asynchronous job connectors for commercetools?

Building asynchronous job connectors for commercetools requires strict adherence to stateless design patterns. This Skill enforces a production-readiness checklist to mitigate latency issues and misconfigured security before deployment.