dynamic-form-frontend

Develop the dynamic-form React/Vite frontend with react-hook-form, zod, and OIDC.

Updated Feb 12, 2026
One-click install
npx skills add https://github.com/markoniemi/dynamic-form --skill dynamic-form-frontend
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dynamic-form-frontend
Source: https://github.com/markoniemi/dynamic-form/tree/main/skills/dynamic-form-frontend
Command: npx skills add https://github.com/markoniemi/dynamic-form --skill dynamic-form-frontend

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the development and management of dynamic forms within the dynamic-form application, ensuring a consistent and efficient user experience for form creation and interaction.

Core Features & Use Cases

  • Frontend UI Development: Modify and enhance the React/Vite frontend, including UI components, routing, and state management.
  • Form Handling: Implement and manage form logic using react-hook-form and zod for validation, and react-query for data fetching.
  • Authentication Integration: Work with OAuth2/OIDC for secure user authentication and authorization flows.
  • Use Case: Update the styling of a specific form field, add a new validation rule to an existing form, or implement a new page that displays form submission results.

Quick Start

Use the dynamic-form-frontend skill to add a new text input field to the user profile form.

Frequently Asked Questions about dynamic-form-frontend

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build dynamic forms in React with validation and state management?

This Skill streamlines dynamic form development in React by combining react-hook-form for state, zod for validation, and react-query for server state, ensuring efficient form creation and interaction.

Can I use Vite and Bootstrap for frontend UI development with dynamic forms?

You can use Vite and Bootstrap for dynamic form UI development. The Skill enhances the React/Vite frontend, managing UI components, routing, and state with Bootstrap components for consistent user experiences.

How do I integrate OIDC authentication into a React frontend application?

Integrate OIDC authentication into a React frontend by implementing OAuth2/OIDC flows for secure user authentication and authorization. The Skill handles these integrations within the dynamic-form application's routing and state management.

What's the best way to add a new validation rule to an existing React form?

Add a new validation rule to an existing React form using zod schemas integrated with react-hook-form. This approach lets you update form logic and enforce validation rules efficiently within the dynamic-form frontend.

Does react-hook-form work with react-query for managing form and server state?

React-hook-form works with react-query in this Skill. It handles form state with react-hook-form and zod validation, while managing server state with react-query to fetch data and maintain dynamic form interactions.