.agents/skills/frontend-site/SKILL.md
Work on Madoc TS site UI structure, React routes, and site-specific SSR behaviors. Use when adding or updating site pages, loaders, or site theme usage in services/madoc-ts.
npx skillsauth add digirati-co-uk/madoc-platform frontend-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-specific React app structure, route setup, and SSR entrypoints so changes to the public site are consistent and safe.
services/madoc-ts/src/frontend/site/services/madoc-ts/src/frontend/site/routes.tsxservices/madoc-ts/src/frontend/site/server.tsservices/madoc-ts/src/routes/site/services/madoc-ts/src/frontend/shared/components/TabularSplitView.tsx shared split canvas/table scaffoldingservices/madoc-ts/src/frontend/shared/utility/tabular-grid-keyboard-navigation.ts shared tabular keyboard movementservices/madoc-ts/src/frontend/site/routes.tsx to locate the route tree.services/madoc-ts/src/frontend/site/server.ts for SSR wiring and loader integration.manifestPageOptions are preserved)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
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.