CE
ce
repo →EcommerceSkills
CE (EcommerceSkills) is an open-source router that interprets an ecommerce task in natural language and dispatches it to the correct skill module — catalog edits, pricing changes, inventory lookups, order actions. Aimed at developers and technical operators building agent-based commerce workflows, it acts as the dispatch layer between an LLM and a library of task-specific handlers, avoiding the brittleness of monolithic prompts or hardcoded tool-calling trees.
> what it does
- Routes natural-language commerce tasks to the correct skill handler automatically
- Ships as open-source GitHub repo under Commerce Engine project
- Plugs into agent stacks without hardcoded tool-selection logic
- Separates task interpretation from execution for cleaner developer workflows
- Extensible skill registry lets teams add custom commerce actions