.agents/skills/ssr-site/SKILL.md
Work on Madoc TS site SSR pipeline, HTML template injection, and site render data wiring. Use when changing site SSR behavior, template tokens, or site SSR data wiring in services/madoc-ts.
npx skillsauth add digirati-co-uk/madoc-platform ssr-siteInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Document the site SSR flow so template injection and SSR render data stay consistent.
services/madoc-ts/src/routes/frontend/site-frontend.tsservices/madoc-ts/src/frontend/site/server.tsservices/madoc-ts/src/site.htmlsite-frontend.ts builds SSR inputs (theme, slots, locales, user) and renders via frontend/site/server.<!--ssr-outlet--> and <!--ssr-head--> tokens in site.html.services/madoc-ts/src/routes/frontend/site-frontend.ts for SSR input wiring and theme resolution.services/madoc-ts/src/frontend/site/server.ts for render options and output shape.services/madoc-ts/src/site.html token locations for SSR injection.tools
Work on Madoc TS shared utility helpers (JWT, metadata, errors, IIIF helpers, auth helpers). Use when changing core utility functions or shared helpers in services/madoc-ts.
development
Work on Madoc TS shared type definitions and schema contracts. Use when updating TypeScript types, JSON schema shapes, or cross-layer data contracts in services/madoc-ts.
tools
Understand and extend Madoc TS task automation, including bots and task-related extensions. Use when adding task automation, bot behavior, or task metadata resolution in services/madoc-ts.
development
Trace or modify Madoc TS server-side rendering for site and admin. Use when changing SSR output, template injection, dev HMR SSR wiring, or debugging SSR redirects and template tokens in services/madoc-ts.