Conventions for server-rendered frontends — a server template renders the page shell, with a client-side framework layered in as islands/widgets rather than a full SPA. Covers Razor (.NET/Optimizely) and Blade (Laravel). Next.js/RSC is not covered here — crew's mode vocabulary treats Next.js as headless (see frontend-nextjs) even though it server-renders. Load when the repo's frontend mode is "server-rendered".
$npx -y skills add johantor/zion --skill frontend-server-renderedInstalls into the current project.
Run `npx skills use "https://github.com/johantor/zion" --skill "johantor/zion/frontend-server-rendered"` 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/johantor/zion" that are relevant to the current task. Run `npx skills add "https://github.com/johantor/zion"` and select the relevant skills, then follow their instructions.