commercetools-platform
Installation
SKILL.md
commercetools TypeScript SDK
Foundational patterns for connecting to the commercetools API from TypeScript. These patterns are project-type agnostic — they apply whether you are building a Next.js storefront, a serverless function, or a CLI script.
Workflow
When this skill is invoked, always follow these steps:
- 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:
Use its output as your primary grounding. You may additionally use other tools (such as the commercetools documentation MCP) for deeper, follow-up search.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-platform" \ --limit 10