formisch
Build type-safe, validated forms for any JavaScript framework
All Skills in This Repository (12)
Pure Emerald Level Indicatorsrepo-structure-navigate
Map the Formisch monorepo layout to locate code across packages.
repo-website-guide-create
Create structured documentation guides for the Formisch website across frameworks.
repo-source-code-review
Reviews PRs and source code changes in Git repositories for compliance with packaging and framework conventions.
repo-prepare-release
Analyze changelogs and package metadata to determine semantic version bumps across monorepo packages.
repo-source-code-test
Write type-safe Vitest unit tests for Formisch core packages.
repo-website-api-update
Update API documentation to match Formisch source code changes.
repo-website-api-create
Create API reference routes with index.mdx and properties.ts files.
repo-source-code-document
Document Formisch source code with consistent JSDoc and inline comments.
repo-website-api-review
Review API documentation routes against source code for accuracy.
formisch
Implement schema-based form state management and validation across eight JavaScript frameworks.
repo-source-code-test-frameworks
Writes unit and type tests for Formisch framework wrapper packages across seven JS frameworks.
repo-website-integration-guide-create
Creates Formisch integration guides for UI component libraries on the documentation website.
Frequently Asked Questions
FAQPage SchemaHow to install Formisch?โผ
Run `npx skills add open-circle/formisch --all -g -y` in your terminal to install all skills in this suite globally.
What is Formisch used for?โผ
Formisch is a headless form library that manages form state and schema-based validation with Valibot. It gives you full type safety and a tiny bundle size while you control the entire UI.
Which frameworks does Formisch support?โผ
It supports Angular, Preact, Qwik, React, React Native, Solid, Svelte, and Vue through dedicated packages built from one framework-agnostic core.
How do AI agents use these Formisch skills?โผ
The skills teach agents how to write Formisch forms, add tests, update API documentation, and prepare releases following the repository's exact conventions.
Does Formisch work with TypeScript?โผ
Yes. Types are inferred directly from your Valibot schema, giving you autocompletion and type-safe field paths even for deeply nested forms.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core