forms

Community

HTML-first forms with accessible validation feedback.

AuthorProfPowell
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Accessible forms should work without JavaScript. This Skill outlines the form-field pattern, semantic validation, and native HTML5 capabilities.

Core Features & Use Cases

  • <form-field> Pattern: Group label, control, and message.
  • <output> for Validation: Semantics and ARIA-live support.
  • HTML5 Validation: Built-in validation attributes and browser feedback.

Quick Start

Build a contact form using <form-field> with an input and an <output>.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: forms
Download link: https://github.com/ProfPowell/project-template/archive/main.zip#forms

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository