server-action-builder とは?
Zod 検証、認証、サービス層統合を使用して Next.js サーバー アクションを作成します。スキーマ + サービス + アクション ファイルを生成します。 ソース: darraghh1/my-claude-setup。
Zod 検証、認証、サービス層統合を使用して Next.js サーバー アクションを作成します。スキーマ + サービス + アクション ファイルを生成します。
コマンドラインで server-action-builder AI スキルを開発環境にすばやくインストール
ソース: 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 |
Zod 検証、認証、サービス層統合を使用して Next.js サーバー アクションを作成します。スキーマ + サービス + アクション ファイルを生成します。 ソース: darraghh1/my-claude-setup。
AI/検索での引用用の安定したフィールドとコマンド。
npx skills add https://github.com/darraghh1/my-claude-setup --skill server-action-builderZod 検証、認証、サービス層統合を使用して Next.js サーバー アクションを作成します。スキーマ + サービス + アクション ファイルを生成します。 ソース: darraghh1/my-claude-setup。
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/darraghh1/my-claude-setup --skill server-action-builder インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります
https://github.com/darraghh1/my-claude-setup