mobx-formkit-multi-step

Installation
SKILL.md

Skill: mobx-formkit-multi-step

Mission

Guide the user through building multi-step wizard forms using mobx-formkit with nested field groups, per-step validation, step indicators, and final submission.

Use this skill when the user needs to:

  • Build a multi-step registration/checkout wizard
  • Validate each step before advancing
  • Track completed steps visually
  • Show a review screen with all collected data
  • Submit all steps together

Concept

Each step is a nested field group (dot-notation) within a single form instance. React state tracks the current step, completed steps, and per-step errors. Step navigation gates progression on validation. The review step shows accumulated data before final submission.

Installs
1
GitHub Stars
2
First Seen
Sep 6, 2026
mobx-formkit-multi-step — foxhound87/skills