What problem does it solve?
Routes storefront-related tasks to the correct Commerce Engine sub-skills, reducing context-switching and response time for agents.
Core Features & Use Cases
- Routing: Analyze user intent and forward requests to the appropriate sub-skill (ce-setup, ce-auth, ce-catalog, ce-cart-checkout, ce-orders, ce-webhooks, ce-nextjs-patterns).
- Scalability: Easily extendable to accommodate new sub-skills as the platform grows.
- Use Case: An agent asks to set up the SDK and fetch product data; the router directs to ce-setup first, then ce-catalog as needed.
Quick Start
Route a user request to the appropriate Commerce Engine sub-skill (ce-setup, ce-auth, ce-catalog, ce-cart-checkout, ce-orders, ce-webhooks, ce-nextjs-patterns) based on their described task.