form-vanilla

Installation
SKILL.md

Form Vanilla

Framework-free form patterns using native browser APIs enhanced with Zod.

Quick Start

<form id="login-form" novalidate>
  <div class="form-field">
    <label for="email">Email</label>
    <input 
      id="email" 
      name="email" 
      type="email" 
      autocomplete="email"
      required
    />
    <span class="error" aria-live="polite"></span>
  </div>
Related skills

More from bbeierle12/skill-mcp-claude

Installs
48
GitHub Stars
8
First Seen
Jan 23, 2026