Turn a declared route into the standard shell-component skeleton (page.tsx + _components/index.tsx + a leaf + a full RouteMeta _meta.ts) with the access shape baked in, instead of hand-typing the convention. Use when a declared /architecture node must become a live page/endpoint, or any new route starts. Hermes orchestrates; a coding agent runs the project-local emitter — pick it with choose-agent + delegate-task.
$npx -y skills add fractera/agent-engineering-infrastructure --skill scaffold-routeInstalls into the current project.
Run `npx skills use "https://github.com/fractera/agent-engineering-infrastructure" --skill "fractera/agent-engineering-infrastructure/scaffold-route"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/fractera/agent-engineering-infrastructure" that are relevant to the current task. Run `npx skills add "https://github.com/fractera/agent-engineering-infrastructure"` and select the relevant skills, then follow their instructions.