Query project-specific Arco Design usage patterns and generate Vue 3 admin page prototypes with mock data, scaffold files, and route snippets. Use when Codex...
Look up how Arco Design components are used in this admin UI.
Generate a runnable Vue 3 admin page prototype with realistic mock data.
Load only what is needed
Read knowledge/components/README.md first to locate component docs.
Read only the component docs needed for the request.
Read knowledge/ui-conventions.md for page structure, naming, and styling rules.
Read knowledge/page-templates.md for ready-made page and route templates.
Read knowledge/scaffold.md only when webui/admin-ui needs to be initialized.
Answer component-usage questions
Read knowledge/components/README.md.
Open the matching component docs under knowledge/components/.
Open knowledge/ui-conventions.md if layout or page-level context matters.
Answer with project conventions and concrete patterns from the bundled docs, not generic framework advice.
If a new pattern is discovered from real project code, append it to the relevant component doc and update the component index when a new component is added. Never store secrets.
Generate a page prototype
Parse the request into:
page type
business entity
fields to show or edit
filters and table actions
special interactions such as batch actions, tabs, charts, or nested forms
If missing details would materially change the layout or data model, ask a short clarifying question. Otherwise make reasonable assumptions.
Read knowledge/ui-conventions.md.
Read knowledge/page-templates.md.
Read only the component docs required for the page type: