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.md

Skill 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/buildwithclaude

Then reference at plugins/nextjs-expert/skills/server-actions/SKILL.md

Related Skills