·epic-forms
</>

epic-forms

Guide on forms with Conform and validation with Zod for Epic Stack

16Installs·0Trend·@epicweb-dev

Installation

$npx skills add https://github.com/epicweb-dev/epic-stack --skill epic-forms

How to Install epic-forms

Quickly install epic-forms 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/epicweb-dev/epic-stack --skill epic-forms
  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: epicweb-dev/epic-stack.

SKILL.md

View raw

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.

Guide on forms with Conform and validation with Zod for Epic Stack Source: epicweb-dev/epic-stack.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/epicweb-dev/epic-stack --skill epic-forms
Category
</>Dev Tools
Verified
First Seen
2026-03-05
Updated
2026-03-10

Browse more skills from epicweb-dev/epic-stack

Quick answers

What is epic-forms?

Guide on forms with Conform and validation with Zod for Epic Stack Source: epicweb-dev/epic-stack.

How do I install epic-forms?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/epicweb-dev/epic-stack --skill epic-forms 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/epicweb-dev/epic-stack