What problem does it solve?
Writing documentation that wires Formisch form fields to third-party UI component libraries (shadcn/ui, Mantine, Chakra UI) is error-prone: component APIs differ per library, accessibility wiring is easy to get wrong, and unverified snippets break for readers. This Skill enforces a verified, consistent structure for every integration guide on the Formisch website.
Core Features & Use Cases
- Standardized guide structure: Defines the exact MDX file location, menu registration, section order, canonical login schema, and cross-linking rules for every integration guide.
- Field contract mapping: Provides per-framework tables (React, Vue, Svelte, Qwik, Solid, Preact, Angular, React Native) mapping Formisch field props, setters, and lifecycle handlers to component-library equivalents.
- Mandatory verification workflow: Requires installing the target library, typechecking and production-building every example, and browser-testing labels, errors, focus, and submission before publishing.
- Use Case: A maintainer wants to document how to use Formisch with Chakra UI in React. The Skill dictates the route, the wiring patterns for native-forwarding versus controlled components, accessibility requirements, and the verification checklist to follow.
Quick Start
Create a Formisch integration guide for the shadcn/ui component library in the React docs following the required structure and verification steps.