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.
Create Next.js Server Actions with Zod validation, auth, and service layer integration. Generates schema + service + action files.
Quickly install server-action-builder AI skill to your development environment via command line
Source: darraghh1/my-claude-setup.
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.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/darraghh1/my-claude-setup --skill server-action-builderCreate Next.js Server Actions with Zod validation, auth, and service layer integration. Generates schema + service + action files. Source: darraghh1/my-claude-setup.
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
https://github.com/darraghh1/my-claude-setup