epic-forms
✓Guide on forms with Conform and validation with Zod for Epic Stack
Installation
SKILL.md
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: rubenpenap/epic-stack-agent-skills.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/rubenpenap/epic-stack-agent-skills --skill epic-forms- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is epic-forms?
Guide on forms with Conform and validation with Zod for Epic Stack Source: rubenpenap/epic-stack-agent-skills.
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/rubenpenap/epic-stack-agent-skills --skill epic-forms Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/rubenpenap/epic-stack-agent-skills
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01