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
1
GitHub Stars
4
First Seen
Jul 18, 2026
server-actions — rohitg00/buildwithclaude