server-components
This skill should be used when the user asks about "Server Components", "Client Components", "'use client' directive", "when to use server vs client", "RSC patterns", "component composition", "data fetching in components", or needs guidance on React Server Components architecture in Next.js.
Content Preview
--- name: server-components description: This skill should be used when the user asks about "Server Components", "Client Components", "'use client' directive", "when to use server vs client", "RSC patterns", "component composition", "data fetching in components", or needs guidance on React Server Components architecture in Next.js. version: 1.0.0 --- # React Server Components in Next.js ## Overview React Server Components (RSC) allow components to render on the server, reducing client-side Ja
How to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/server-components.md \
https://raw.githubusercontent.com/davepoon/buildwithclaude/main/plugins/nextjs-expert/skills/server-components/SKILL.mdSkill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.
Alternative: Clone full repo
git clone https://github.com/davepoon/buildwithclaudeThen reference at plugins/nextjs-expert/skills/server-components/SKILL.md
Related Skills
server-management
Server management principles and decision-making. Process management, monitoring strategy, and scaling decisions. Teaches thinking, not commands.
infrastructureserver
by sickn33 (Antigravity) · antigravity-awesome-skills
server-actions
This skill should be used when the user asks about "Server Actions", "form handling in Next.js", "mutations", "useFormState", "useFormStatus", "revalidatePath", "revalidateTag", or needs guidance on data mutations and form submissions in Next.js App Router.
server-actionsserveractionsnext.js
by davepoon · buildwithclaude
typescript-server-template
TypeScript MCP Server Template
engineeringtypescriptservertemplate
by alirezarezvani · alirezarezvani-claude-skills
server-sent-events-setup
This skill provides automated assistance for server sent events setup tasks within the API Inte
server-sent-events-setupserversentevents
by jeremylongshore · plugins-plus-skills