What problem does it solve?
Developers building admin interfaces in Webiny often struggle to locate the correct form-related components, hooks, and types scattered across packages like @webiny/form, @webiny/app-admin, and @webiny/validation. This Skill provides a single lookup catalog of 26 form abstractions with exact import statements and source file locations.
Core Features & Use Cases
- Abstraction Lookup: Lists 26 form-related exports including Form, Bind, useForm, FieldBuilder, FormView, and validation utilities with their exact import paths.
- Source Traceability: Each entry points to its source file (e.g., @webiny/form/index.ts) so you can read the exact interface and types before use.
- Use Case: When building a custom admin form in a Webiny project, look up the FieldBuilder fluent API or the useGenerateSlug hook, read the referenced source file, and import the abstraction directly from webiny/admin/form.
Quick Start
Ask the AI to show the import and source location for the useForm hook from the Webiny admin form catalog.