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
| Skill | Command |
|---|---|
| All skills | npx skills add https://github.com/foxhound87/skills --all |
| mobx-react-form-api | npx skills add https://github.com/foxhound87/skills --skill mobx-react-form-api |
| mobx-react-form-flat | npx skills add https://github.com/foxhound87/skills --skill mobx-react-form-flat |
| mobx-react-form-nested | npx skills add https://github.com/foxhound87/skills --skill mobx-react-form-nested |
| mobx-react-form-validation | npx skills add https://github.com/foxhound87/skills --skill mobx-react-form-validation |
| mobx-react-form-bindings | npx skills add https://github.com/foxhound87/skills --skill mobx-react-form-bindings |
| mobx-react-form-multi-step | npx skills add https://github.com/foxhound87/skills --skill mobx-react-form-multi-step |
| mobx-react-form-events | npx skills add https://github.com/foxhound87/skills --skill mobx-react-form-events |
| mobx-react-form-observers-interceptors | npx skills add https://github.com/foxhound87/skills --skill mobx-react-form-observers-interceptors |
| mobx-react-form-computed | npx skills add https://github.com/foxhound87/skills --skill mobx-react-form-computed |
| mobx-react-form-composer | npx skills add https://github.com/foxhound87/skills --skill mobx-react-form-composer |
| mobx-react-form-converters | npx skills add https://github.com/foxhound87/skills --skill mobx-react-form-converters |
| mobx-react-form-file-upload | npx skills add https://github.com/foxhound87/skills --skill mobx-react-form-file-upload |
| mobx-react-form-sortable | npx skills add https://github.com/foxhound87/skills --skill mobx-react-form-sortable |
| mobx-react-form-extend | npx skills add https://github.com/foxhound87/skills --skill mobx-react-form-extend |
| mobx-react-form-options | npx skills add https://github.com/foxhound87/skills --skill mobx-react-form-options |
| ios-theme-color | npx 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
| Skill | Description |
|---|---|
| mobx-react-form-api | Core API — installation, Form/Field constructor, properties, methods, helpers, event handlers |
| mobx-react-form-flat | Flat field definitions — unified mode, separated mode, mixed mode, field properties, patterns |
| mobx-react-form-nested | Nested & array fields — dot notation, array notation, dynamic add/remove, ArrayMap, field traversal |
| mobx-react-form-validation | Validation — DVR, VJF, SVK, YUP, JOI, ZOD plugins, async validation, cross-validation, hooks |
| mobx-react-form-bindings | Field bindings — default rewriter/template, custom bindings, $try, per-field mapping, UI frameworks |
| mobx-react-form-multi-step | Multi-step wizard forms — nested groups, per-step validation, navigation, review screen |
Advanced
| Skill | Description |
|---|---|
| mobx-react-form-events | Event hooks & handlers — onInit, onChange, onFocus, onBlur, onSubmit, onSuccess, onError, key events |
| mobx-react-form-observers-interceptors | MobX observers & interceptors — observe field changes, intercept mutations, reject/modify values, disposers |
| mobx-react-form-computed | Reactive computed props & autorun — computed field values, autorun-derived totals, row calculations |
| mobx-react-form-composer | Forms composer — orchestrate multiple Form instances, batch validate/submit/clear/reset |
| mobx-react-form-converters | Input/output converters — transform values between input and store, per-field and separated mode |
| mobx-react-form-file-upload | File upload fields — type: file, drag-and-drop zones, onDrop hook, FileList access, validation |
| mobx-react-form-sortable | Sortable arrays — move(), ArrayMap reordering, drag-and-drop with @dnd-kit, up/down buttons |
| mobx-react-form-extend | Extend Form & Field classes — custom field classes, makeField(), generic/specific extension |
| mobx-react-form-options | Form & field options — validation timing, error display, strict modes, debounce, data retrieval |
Other
| Skill | Description |
|---|---|
| ios-theme-color | Diagnose and fix Safari iOS rendering issues — theme-color, Liquid Glass, safe areas, viewport |