ORBCAFE UI Router
Purpose
Use this skill as the entry point when a request mentions ORBCAFE UI but does not clearly name the target module.
Workflow
- Classify the request using
references/skill-routing-map.md. - Load only the matched module skill references.
- Enforce public export boundaries from
references/public-export-index.md. - Apply baseline integration checks from
references/integration-baseline.md. - Return:
- Component decision
- Minimal runnable snippet
- Required data shape
- One optional upgrade path
Trigger Heuristics
- Use this skill first when user asks for:
- "用 ORBCAFE 组件做一个页面"
- "不知道选哪个组件"
- "把旧页面改成 ORBCAFE 风格"
- Do not stay in this skill if intent becomes specific. Switch to the matching module skill.
Output Contract
Always provide:
Decision: which ORBCAFE module and why.Paste-ready code: imports fromorbcafe-uionly.Boundary checks: 2-4 checks to avoid non-public API usage and hydration/i18n issues.