lemonade-router-builder
Installation
SKILL.md
Lemonade Router Config Generator
Generate a collection.router policy JSON from a plain-English description
of how requests should be routed. The skill produces and validates the JSON
only - it does not call the live server, register the policy, or run requests
through it. The JSON is accepted by the strict server-side parser on the first
try and stays editable in the desktop app's Hybrid Router editor.
Prerequisites
- Lemonade Server v11.5.0+ running locally (
lemonade server start). Required only to register and test the generated policy - the skill itself (JSON generation + offline validation) works without a live server. - No GPU or ROCm dependency for authoring. The router policy is a JSON document; no hardware is needed to generate or validate it.
- Python (any 3.x) in PATH - used by the bundled offline validator
(
scripts/validate.py). No extra packages required.