epic-forms とは?
Epic Stack の Conform を使用したフォームと Zod を使用した検証に関するガイド ソース: epicweb-dev/epic-stack。
Epic Stack の Conform を使用したフォームと Zod を使用した検証に関するガイド
コマンドラインで epic-forms AI スキルを開発環境にすばやくインストール
ソース: epicweb-dev/epic-stack。
Explicit is better than implicit - Make validation rules clear and explicit using Zod schemas. Every validation rule should be visible in the schema, not hidden in business logic. Error messages should be specific and helpful, telling users exactly what went wrong and how to fix it.
Design to fail fast and early - Validate input as early as possible, ideally on the client side before submission, and always on the server side. Return clear, specific error messages immediately so users can fix issues without frustration.
Epic Stack uses Conform to handle forms with progressive enhancement.
Epic Stack の Conform を使用したフォームと Zod を使用した検証に関するガイド ソース: epicweb-dev/epic-stack。
AI/検索での引用用の安定したフィールドとコマンド。
npx skills add https://github.com/epicweb-dev/epic-stack --skill epic-formsEpic Stack の Conform を使用したフォームと Zod を使用した検証に関するガイド ソース: epicweb-dev/epic-stack。
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/epicweb-dev/epic-stack --skill epic-forms インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります
https://github.com/epicweb-dev/epic-stack