commercetools-commerce-patterns

Installation
SKILL.md

Workflow

When this skill is invoked, always follow these steps:

  1. Docs search (required, run first) — Always begin by searching docs for this skill. This is the mandatory grounding step: it gathers the latest verified documentation as context for you (the agent). Do not skip it, and do not replace it with another tool (such as an MCP documentation-search tool) This script optimizes for tuned search results — run this command:

    node scripts/docs-search.mjs \
      --query "<extract key terms from user's question>" \
      --app-name "<current-app ex: claude, copilot, codex>" \
      --model "<current-model>" \
      --skill-name "commercetools-commerce-patterns" \
      --limit 10
    

    Use its output as your primary grounding. You may additionally use other tools (such as the commercetools documentation MCP) for deeper, follow-up search.

  2. Combine with skill references — Cross-reference the analysis output with local references in ./references/ for complete context.

  3. Provide implementation guidance — Synthesize the documentation with the specific integration mode the user is targeting.

Installs
28
GitHub Stars
6
First Seen
Jun 24, 2026
commercetools-commerce-patterns — commercetools/commercetools-ai-plugins