一键导入
adding-a-new-app-route
// 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.
// 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.
Investigates the most actionable open Sentry issue for force-production, locates the root cause in source code, and opens a fix PR. Use when asked to look at Sentry, fix a Sentry issue, or investigate production errors.
Play a system beep. Use when asked to beep, play a beep, issue a system beep etc.
| name | adding-a-new-app-route |
| description | 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. |
| allowed-tools | Skill(beep) |
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