mcpbeat

Nextjs Server Client Boundaries

thegoat395/nextjs-server-client-boundaries

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.

1k tokens
context cost
the whole folder, loaded on every use
3
files
instructions only
0
copies elsewhere
how many repositories repackaged it
115
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/TheGoat395/Codex-Skills --skill nextjs-server-client-boundaries

What comes with it

4 671 bytes besides the instruction
agents/openai.yaml
references/nextjs-server-client-boundaries-guide.md

The instruction itself

4 sections, as written by the author

Next.js Server Client Boundaries

Use This Skill

Use this skill for draw precise server and client component boundaries.

Operating Contract

  • Inspect the existing project before changing code.
  • Identify the router/framework, entry files, styling system, and interaction system.
  • Keep premium visual standards active: no generic copy, no default-looking UI, no unfinished states.
  • Follow existing project conventions unless a change clearly improves the result.
  • Run available checks and visually inspect responsive output when the change affects UI.

Required Reference

Read references/nextjs-server-client-boundaries-guide.md before making architectural or visible UI changes with this skill.

How to use it

Copy the folder

Take thegoat395/nextjs-server-client-boundaries from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.