Instructions file CodexOpenCode
Instructions for foxhound87/mobx-formkit, covering guide for ai agents, 1. project identity, 2. philosophy, 3. architecture and supporting classes.
Instructions file CodexOpenCode
Instructions for foxhound87/mobx-formkit, covering guide for ai agents, 1. project identity, 2. philosophy, 3. architecture and supporting classes.
Skill Claude CodeCodex
Diagnose and fix Safari iOS rendering issues related to theme-color, Liquid Glass, safe areas, viewport, and browser chrome. Three-layer defense-in-depth for cross-browser toolbar color control.
Skill Claude CodeCodex
Core API for mobx-formkit — installation, Form/Field constructor, properties, methods, helpers, and event handlers. Prerequisite for all other mobx-formkit skills.
Skill Claude CodeCodex
Field bindings for mobx-formkit — default rewriter/template, custom bindings, $try utility, per-field mapping, and UI framework integration.
Skill Claude CodeCodex
Forms composer for mobx-formkit — orchestrate multiple independent Form instances, batch validate, submit, clear, and reset.
Skill Claude CodeCodex
Reactive computed props and autorun for mobx-formkit — computed field values, autorun-derived totals, reactive row calculations.
Skill Claude CodeCodex
Event hooks and handlers for mobx-formkit — onInit, onChange, onFocus, onBlur, onSuccess, onError, onSubmit, onClear, onReset, onAdd, onDel, onDrop, key events.
Skill Claude CodeCodex
Extend Form and Field classes for mobx-formkit — custom field classes, makeField(), generic and specific field extension, field definition classes.
Skill Claude CodeCodex
File upload fields for mobx-formkit — type: file, drag-and-drop zones, onDrop hook, FileList access, validation.
Skill Claude CodeCodex
Flat field definitions for mobx-formkit — unified mode, separated mode, mixed mode, field properties, and patterns.
Skill Claude CodeCodex
Multi-step wizard forms for mobx-formkit — nested groups per step, per-step validation, navigation gating, review screen, final submission.
Skill Claude CodeCodex
Nested and array fields for mobx-formkit — dot notation, array notation, dynamic add/remove, ArrayMap, field traversal.
Skill Claude CodeCodex
MobX observers and interceptors for mobx-formkit — observe field changes, intercept mutations, log changes, reject invalid values, cleanup with disposers.
Skill Claude CodeCodex
Form and field options for mobx-formkit — validation timing, error display, strict modes, debounce, data retrieval, and per-field overrides.
Skill Claude CodeCodex
Sortable arrays for mobx-formkit — move(), ArrayMap reordering, drag-and-drop with @dnd-kit, up/down buttons.
Skill Claude CodeCodex
Validation for mobx-formkit — DVR, VJF, SVK, YUP, JOI, ZOD plugins, async validation, cross-validation, related fields, validation hooks.