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.
Content Preview
--- name: server-actions description: 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. version: 1.0.0 --- # Next.js Server Actions ## Overview Server Actions are asynchronous functions that execute on the server. They can be called from Client and Server Components for data mutations, fo
How to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/server-actions.md \
https://raw.githubusercontent.com/davepoon/buildwithclaude/main/plugins/nextjs-expert/skills/server-actions/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-actions/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-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.
server-componentsservercomponentsreact
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