ssr-admin

Document admin SSR workflow changes for Madoc TS across environments.

57|15|Updated Nov 28, 2018
One-click install
npx skills add https://github.com/digirati-co-uk/madoc-platform --skill ssr-admin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ssr-admin
Source: https://github.com/digirati-co-uk/madoc-platform/tree/main/.agents/skills/ssr-admin
Command: npx skills add https://github.com/digirati-co-uk/madoc-platform --skill ssr-admin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Admin SSR changes can become inconsistent across routes, tokens, and data wiring. This skill provides a clear guide to standardize the admin SSR workflow, including template token injection and render routing.

Core Features & Use Cases

  • Admin SSR route handling and auth checks
  • Admin template token injection and SSR output consistency
  • Admin SSR data wiring (user, plugins, locales) across environments

Quick Start

Review the admin-frontend.ts and server.tsx to verify routing, token injection points, and data wiring in services/madoc-ts.

Frequently Asked Questions about ssr-admin

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I standardize Madoc TS admin SSR workflow changes across different environments?

Yes, admin SSR data wiring for user, plugins, and locales is a core feature. It specifies required integration points and outputs to maintain SSR data consistency across development and production environments.

What is the best way to handle admin template token injection in Madoc TS?

Admin template token injection in Madoc TS is handled by verifying token injection points within admin-frontend.ts and server.tsx. This ensures SSR output consistency and standardized render routing.

How do I verify admin SSR route handling and auth checks in Madoc TS?

Verify admin SSR route handling and auth checks by reviewing admin-frontend.ts and server.tsx in services/madoc-ts. This confirms correct routing, token injection points, and data wiring.

Do I need specific files to standardize admin SSR rendering in Madoc TS?

Yes, you need to review admin-frontend.ts and server.tsx within services/madoc-ts. These files contain the required inputs, outputs, and integration points for standardizing admin SSR behavior and data wiring.

Why does admin SSR output become inconsistent across routes and tokens in Madoc TS?

Admin SSR output becomes inconsistent when modifications to routes, template token injection, and data wiring lack standardized documentation. Applying a clear workflow guide resolves these rendering discrepancies.