·epic-forms
</>

epic-forms

Leitfaden zu Formularen mit Conform und Validierung mit Zod für Epic Stack

16Installationen·0Trend·@epicweb-dev

Installation

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

So installieren Sie epic-forms

Installieren Sie den KI-Skill epic-forms schnell in Ihrer Entwicklungsumgebung über die Kommandozeile

  1. Terminal öffnen: Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Installationsbefehl ausführen: Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/epicweb-dev/epic-stack --skill epic-forms
  3. Installation überprüfen: Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code, Cursor oder OpenClaw

Quelle: 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.

Leitfaden zu Formularen mit Conform und Validierung mit Zod für Epic Stack Quelle: epicweb-dev/epic-stack.

Fakten (zitierbereit)

Stabile Felder und Befehle für KI/Such-Zitate.

Installationsbefehl
npx skills add https://github.com/epicweb-dev/epic-stack --skill epic-forms
Kategorie
</>Entwicklung
Verifiziert
Erstes Auftreten
2026-03-05
Aktualisiert
2026-03-10

Browse more skills from epicweb-dev/epic-stack

Schnelle Antworten

Was ist epic-forms?

Leitfaden zu Formularen mit Conform und Validierung mit Zod für Epic Stack Quelle: epicweb-dev/epic-stack.

Wie installiere ich epic-forms?

Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.) Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/epicweb-dev/epic-stack --skill epic-forms Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code, Cursor oder OpenClaw

Wo ist das Quell-Repository?

https://github.com/epicweb-dev/epic-stack