| name | add-page |
| description | Add or update a Mozaiks app page, preferring declarative page schemas before custom React. |
| argument-hint | [page goal] |
| disable-model-invocation | true |
Complete this page task: $ARGUMENTS
- Read
AGENTS.md and .claude/rules/frontend.md.
- Prefer a declarative page under
app/ui/pages/.
- Use custom React under
app/ui/pages/custom/ only when the declarative schema cannot express the surface.
- Register routes in
app/ui/route_manifest.json.
- Register custom components in
app/ui/index.js.
- Put shell/navigation/mobile chrome changes in
app/config/shell.json.
- Check desktop and mobile layout behavior before finishing.