Fully wires up a new route with required boilerplate, following this repo's conventions for subapps. Use when user wants to add a new route or app or subapp or page or screen.
Use this checklist to track your work:
If the name of the new app and the desired route have not already been specified, AskUserQuestion to determine that information, e.g. MyApp at /my-app.
Use the answer in the next step.
./templates/static/Replace/./templates/dynamic/Replace//src/Apps/<NewApp>replace and Replace with appropriate naming (case-sensitive)Add the new route to the main route list at src/routes.tsx. Follow existing conventions re: alphabetization.
Additional dev advice:
Indicate you are done with a /beep
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer