server-actions

Installation
SKILL.md

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, form submissions, and other server-side operations.

Defining Server Actions

In Server Components

Use the 'use server' directive inside an async function:

Installs
154
GitHub Stars
3.1K
First Seen
Jan 22, 2026
server-actions — davepoon/buildwithclaude