mobx-formkit-api

Installation
SKILL.md

Skill: mobx-formkit-api

Mission

Guide the user through installing, initializing, and using the core API of mobx-formkit — a reactive MobX form state management library.

Use this skill whenever the user needs to:

  • Install and set up mobx-formkit
  • Create a Form instance (constructor, extending class)
  • Understand Form properties, methods, and helpers
  • Understand Field properties, methods, and helpers
  • Access fields with $() / select()
  • Use values/errors/labels helpers

Installation

npm install --save mobx-formkit
Installs
1
GitHub Stars
2
First Seen
Sep 6, 2026
mobx-formkit-api — foxhound87/skills