.agents/skills/ssr-admin/SKILL.md
Work on Madoc TS admin SSR pipeline, HTML template injection, and admin render routing. Use when changing admin SSR behavior, template tokens, or admin SSR data wiring in services/madoc-ts.
npx skillsauth add digirati-co-uk/madoc-platform ssr-adminInstall 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 admin SSR flow so template injection and admin render output remain consistent.
services/madoc-ts/src/routes/frontend/admin-frontend.tsservices/madoc-ts/src/frontend/admin/server.tsxservices/madoc-ts/src/admin.htmladmin-frontend.ts enforces site.admin scope and redirects to site root when missing.frontend/admin/server to render and injects <!--ssr-outlet--> and <!--ssr-head--> tokens.admin.html template replacement.services/madoc-ts/src/routes/frontend/admin-frontend.ts for SSR request handling and auth checks.services/madoc-ts/src/frontend/admin/server.tsx for render inputs and output shape.services/madoc-ts/src/admin.html token locations for SSR injection.site.admin scopetools
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
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.