neus-flow-wizard

Generate multi-step TypeScript .tsx form components with step validation and progress tracking.

Updated Jan 6, 2026
One-click install
npx skills add https://github.com/KazmerMaximiliano/neus-ui --skill neus-flow-wizard
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: neus-flow-wizard
Source: https://github.com/KazmerMaximiliano/neus-ui/tree/main/.agents/skills/neus-flow-wizard
Command: npx skills add https://github.com/KazmerMaximiliano/neus-ui --skill neus-flow-wizard

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires typescript, neus-components, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the creation of multi-step wizard forms, simplifying user interaction for complex data entry processes.

Core Features & Use Cases

  • Step Validation: Ensures data integrity with validation per step.
  • Progress Indicator: Tracks the user's progress through the form, enhancing the user experience.
  • Reusability: Generates a typed .tsx component with FormTemplate for each step, enabling easy reuse across different parts of an application.
  • Use Case: For creating registration or configuration forms that require multiple inputs and validation.

Quick Start

Use the neus-flow-wizard skill to generate a wizard form with three steps for the 'user registration' process.

Frequently Asked Questions about neus-flow-wizard

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

FAQPage Schema
How do I build a multi-step form with step validation in TypeScript?

Multi-step form generation with step validation is automated by producing typed .tsx components using FormTemplate and navigation logic for guided data entry. This ensures data integrity by validating inputs at each step before proceeding.

What is the best way to add progress tracking to a wizard form?

Progress tracking for wizard forms is handled by generating components featuring a built-in progress indicator. This tracks user advancement through form steps, enhancing the overall data entry experience for complex processes.

Do I need the Neus UI component library to generate wizard forms?

Yes, the Neus UI component library is required to use this wizard form generator. The generated .tsx components are specifically designed for Neus UI environments, leveraging its FormTemplate to implement navigation logic and step validation.

How do I create a reusable user registration wizard in TypeScript?

To create a reusable user registration wizard, generate a typed .tsx component with FormTemplate for each step. This enables easy reuse across different application parts while maintaining multi-step validation and progress tracking.

When should I use a multi-step wizard form instead of a single form?

A multi-step wizard form is ideal for complex data entry processes like registration or configuration that require multiple inputs and validation. Breaking the process into steps with progress tracking simplifies user interaction and improves data integrity.