Agent Skills

July 5, 2026 · View on GitHub

Agent skills for AI coding assistants, installable via skills.sh.

Install

npx skills add https://github.com/foxhound87/skills --all

Install to a specific agent (e.g. opencode):

npx skills add https://github.com/foxhound87/skills -a opencode --all

Commands

SkillCommand
All skillsnpx skills add https://github.com/foxhound87/skills --all
mobx-react-form-apinpx skills add https://github.com/foxhound87/skills --skill mobx-react-form-api
mobx-react-form-flatnpx skills add https://github.com/foxhound87/skills --skill mobx-react-form-flat
mobx-react-form-nestednpx skills add https://github.com/foxhound87/skills --skill mobx-react-form-nested
mobx-react-form-validationnpx skills add https://github.com/foxhound87/skills --skill mobx-react-form-validation
mobx-react-form-bindingsnpx skills add https://github.com/foxhound87/skills --skill mobx-react-form-bindings
mobx-react-form-multi-stepnpx skills add https://github.com/foxhound87/skills --skill mobx-react-form-multi-step
mobx-react-form-eventsnpx skills add https://github.com/foxhound87/skills --skill mobx-react-form-events
mobx-react-form-observers-interceptorsnpx skills add https://github.com/foxhound87/skills --skill mobx-react-form-observers-interceptors
mobx-react-form-computednpx skills add https://github.com/foxhound87/skills --skill mobx-react-form-computed
mobx-react-form-composernpx skills add https://github.com/foxhound87/skills --skill mobx-react-form-composer
mobx-react-form-convertersnpx skills add https://github.com/foxhound87/skills --skill mobx-react-form-converters
mobx-react-form-file-uploadnpx skills add https://github.com/foxhound87/skills --skill mobx-react-form-file-upload
mobx-react-form-sortablenpx skills add https://github.com/foxhound87/skills --skill mobx-react-form-sortable
mobx-react-form-extendnpx skills add https://github.com/foxhound87/skills --skill mobx-react-form-extend
mobx-react-form-optionsnpx skills add https://github.com/foxhound87/skills --skill mobx-react-form-options
ios-theme-colornpx skills add https://github.com/foxhound87/skills --skill ios-theme-color

Per installare in un agente specifico, aggiungi -a <agent> (es. -a opencode).

Skills — mobx-react-form

Core

SkillDescription
mobx-react-form-apiCore API — installation, Form/Field constructor, properties, methods, helpers, event handlers
mobx-react-form-flatFlat field definitions — unified mode, separated mode, mixed mode, field properties, patterns
mobx-react-form-nestedNested & array fields — dot notation, array notation, dynamic add/remove, ArrayMap, field traversal
mobx-react-form-validationValidation — DVR, VJF, SVK, YUP, JOI, ZOD plugins, async validation, cross-validation, hooks
mobx-react-form-bindingsField bindings — default rewriter/template, custom bindings, $try, per-field mapping, UI frameworks
mobx-react-form-multi-stepMulti-step wizard forms — nested groups, per-step validation, navigation, review screen

Advanced

SkillDescription
mobx-react-form-eventsEvent hooks & handlers — onInit, onChange, onFocus, onBlur, onSubmit, onSuccess, onError, key events
mobx-react-form-observers-interceptorsMobX observers & interceptors — observe field changes, intercept mutations, reject/modify values, disposers
mobx-react-form-computedReactive computed props & autorun — computed field values, autorun-derived totals, row calculations
mobx-react-form-composerForms composer — orchestrate multiple Form instances, batch validate/submit/clear/reset
mobx-react-form-convertersInput/output converters — transform values between input and store, per-field and separated mode
mobx-react-form-file-uploadFile upload fields — type: file, drag-and-drop zones, onDrop hook, FileList access, validation
mobx-react-form-sortableSortable arrays — move(), ArrayMap reordering, drag-and-drop with @dnd-kit, up/down buttons
mobx-react-form-extendExtend Form & Field classes — custom field classes, makeField(), generic/specific extension
mobx-react-form-optionsForm & field options — validation timing, error display, strict modes, debounce, data retrieval

Other

SkillDescription
ios-theme-colorDiagnose and fix Safari iOS rendering issues — theme-color, Liquid Glass, safe areas, viewport