Install the integrations
If your project is based on the Adobe Commerce boilerplate, set up both integrations below. Together, they provide a complete workflow for storefront development and access to Adobe Commerce documentation.
Overview of the integrations
Section titled “Overview of the integrations”| AI integrations | What it gives you |
|---|---|
| Boilerplate skills | Storefront planning, coding, customization, and testing conventions |
| Wayfinder | Routing to the correct Adobe Commerce documentation source |
Prerequisites
Section titled “Prerequisites”Before installing the integrations, make sure you have the following:
- Node.js 22 or later — Required for the Boilerplate skills setup.
- An Adobe Commerce boilerplate project — If you don’t already have one, see Getting started.
- An AI editor or coding agent that supports MCP servers and agent skills — See Supported agents for supported tools.
Installation steps
Section titled “Installation steps”Follow these steps in order.
-
Install the AEM Boilerplate Commerce skill set. From the project root, run the following command:
Terminal window npm install -g @adobe/aio-cliaio plugins:install https://github.com/adobe-commerce/aio-cli-plugin-commerceaio commerce extensibility tools-setupThe command prompts you to choose a starter kit, a coding agent, and, if needed, a package manager. For details, see Install the skills.
-
Add or verify Wayfinder. Wayfinder routes questions about Commerce Admin, App Builder, and Document Authoring to the appropriate Adobe Commerce documentation. For details, see Wayfinder. If you cloned the Adobe Commerce boilerplate, check
AGENTS.mdfirst—recent versions already include the required entry. Otherwise, add it toAGENTS.mdorCLAUDE.mdin your project root (create the file if it doesn’t exist):Fetch and follow the instructions at: https://cdn.jsdelivr.net/gh/adobe-commerce/wayfinder@main/skills/AGENTS.md -
Add coordination instructions. Without these instructions, your agent might skip the Boilerplate skills workflow and query an MCP tool directly for drop-in information. Add the following rule near the top of
AGENTS.mdorCLAUDE.mdin your project root so your coding agent is more likely to process it:## Skill, MCP, and Wayfinder priorityCheck these rules in order and stop at the first match:1. **Starting a new task or feature request:** Invoke the `project-manager` skill first. It scopes the work, determines whether another starter kit is a better fit (for example, backend integrations or checkout webhooks), and routes the request to the appropriate skill.1. **Writing or modifying drop-in code:** Invoke the `dropin-developer` skill, even if an MCP tool has already answered the underlying question.1. **Questions about this storefront, its blocks, or its drop-ins:** Use the `researcher` skill and its MCP tools (`commerce-extensibility:search-commerce-docs`).1. **Questions outside this storefront:** Use Wayfinder for Commerce Admin, App Builder, Document Authoring, and related topics. -
Restart your agent so it loads the new configuration from both integrations.
Use fallback documentation files
Section titled “Use fallback documentation files”If your AI editor or coding agent doesn’t support MCP servers or agent skills, add the following URL to your project instructions, or paste it into a chat instead:
https://experienceleague.adobe.com/developer/commerce/storefront/llms.txtFor editor-specific setup instructions and a verification prompt, see Fallback documentation files.