forms-router
Installation
SKILL.md
Forms Router
Routes to 7 specialized skills based on task requirements.
Routing Protocol
- Classify — Identify framework + form type
- Match — Apply signal matching rules below
- Combine — Production forms need 3-4 skills minimum
- Load — Read matched SKILL.md files before coding
Quick Route
Tier 1: Core (Always Include)
| Need | Skill | Signals |
|---|---|---|
| WCAG compliance, ARIA | form-accessibility |
accessible, ARIA, screen reader, keyboard, focus, a11y |
| Zod schemas, timing | form-validation |
validate, Zod, schema, error, required, pattern |
| Autocomplete, CSRF, XSS | form-security |
autocomplete, password manager, CSRF, XSS, sanitize |