Server Action Builder

Create Next.js Server Actions with Zod validation, authentication, and service layer integration for Next.js/Supabase applications. Use when implementing mutations, form submissions, or API operations that need authentication and validation ('create a server action', 'add an update action', 'wire up the form submission', 'build the delete endpoint'). Generates schema + service + action files following established patterns. Do NOT use for service layer logic (use service-builder), forms (use react-form-builder), route handlers (see patterns rule), or database schemas (use postgres-expert).

tools-only c83d935 3 files · 17.4 KB Updated 7 repo stars

File contents

tools-only/X-Skills/tree/main/development/003-name-skill_ea7806c1 commit c83d9354ad

Frequently asked questions

npx skillmds add tools-only/server-action-builder