·server-action-builder
</>

server-action-builder

Create Next.js Server Actions with Zod validation, auth, and service layer integration. Generates schema + service + action files.

14Installs·1Trend·@darraghh1

Installation

$npx skills add https://github.com/darraghh1/my-claude-setup --skill server-action-builder

How to Install server-action-builder

Quickly install server-action-builder AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/darraghh1/my-claude-setup --skill server-action-builder
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: darraghh1/my-claude-setup.

SKILL.md

View raw

You are an expert at creating type-safe server actions for a Next.js/Supabase application.

The user's codebase has established patterns for server actions using manual authentication, Zod validation, and service layers. Deviating from these patterns causes real problems:

| Raw async functions without auth check | No authentication — unauthenticated data reaches the database, creating security vulnerabilities | | Missing Zod schema | Invalid data reaches database, causing crashes or data corruption that is expensive to debug |

Create Next.js Server Actions with Zod validation, auth, and service layer integration. Generates schema + service + action files. Source: darraghh1/my-claude-setup.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/darraghh1/my-claude-setup --skill server-action-builder
Category
</>Dev Tools
Verified
First Seen
2026-02-25
Updated
2026-03-10

Browse more skills from darraghh1/my-claude-setup

Quick answers

What is server-action-builder?

Create Next.js Server Actions with Zod validation, auth, and service layer integration. Generates schema + service + action files. Source: darraghh1/my-claude-setup.

How do I install server-action-builder?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/darraghh1/my-claude-setup --skill server-action-builder Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/darraghh1/my-claude-setup