agentsclimarketplace

Server rendered change

Skill jukrap/ai-agent-playbook/skills/backend/server-rendered-change

Reusable AI agent skills, project templates, and guardrails for safer software maintenance and delivery.

Install
npx -y skills add jukrap/ai-agent-playbook --skill server-rendered-change

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Use when changing backend-rendered web flows, controllers, templates, forms, sessions, redirects, validation, or server-side view contracts.

SKILL.md

1.0 KB, as published. Nobody here has run it

Server Rendered Change

Use this as the primary backend skill for server-rendered request/response flows.

Workflow

  1. Trace route, controller, middleware, template, form binding, session, authorization, and persistence boundaries together.
  2. Preserve request parameter names, model/view keys, redirect targets, and validation behavior unless the change explicitly requires them.
  3. Treat template fragments, stored procedures, mapper SQL, and session keys as contracts.
  4. Verify GET, POST, validation failure, auth/session, and deployment-shape cases when relevant.

Reference

Read references/request-view-session-contract.md when a server-rendered change touches forms, redirects, validation messages, model/view keys, session state, template fragments, stored procedures, or compatibility with old routes.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.