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.
npx -y skills add jukrap/ai-agent-playbook --skill server-rendered-changeAssembled 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
- Trace route, controller, middleware, template, form binding, session, authorization, and persistence boundaries together.
- Preserve request parameter names, model/view keys, redirect targets, and validation behavior unless the change explicitly requires them.
- Treat template fragments, stored procedures, mapper SQL, and session keys as contracts.
- 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.