git:20260621.2caaecc to git:20260905.f7824ba

4 added, 10 removed. Audit A to A.

---
name: nextjs-server-client-boundaries
- description: Design Next.js Server Component and Client Component boundaries. Use when deciding where to add use client, how to pass props from server to client, how to keep secrets off the client, how to reduce bundle size, how to interleave interactive components, or how to structure React components in App Router projects.
+ description: "Set use client and Server Function boundaries."
---
# Next.js Server Client Boundaries
- ## Use This Skill
-
- Use this skill for draw precise server and client component boundaries.
+ For substantial web work, reuse the [scoped web contract](../website-operating-rules/references/scoped-web-contract.md) when available; it replaces duplicated policy here. Match the requested scope and existing decisions; a missing optional sibling does not block this local procedure.
- ## Operating Contract
+ ## Use This Skill
- 1. Inspect the existing project before changing code.
- 2. Identify the router/framework, entry files, styling system, and interaction system.
- 3. Keep premium visual standards active: no generic copy, no default-looking UI, no unfinished states.
- 4. Follow existing project conventions unless a change clearly improves the result.
- 5. Run available checks and visually inspect responsive output when the change affects UI.
+ Use this skill to draw precise server and client component boundaries.
## Required Reference
Read [references/nextjs-server-client-boundaries-guide.md](references/nextjs-server-client-boundaries-guide.md) before making architectural or visible UI changes with this skill.