mobx-formkit AGENTS.md

A guide for working with MobX Formkit, an NPM library for managing form data in JavaScript applications. MobX is a library that automatically updates the interface when application data changes.

In plain words
What is it for?
Use it when adding or changing form fields, nested or multi-step forms, dynamic lists, or validation integrations in MobX Formkit.
Why use it?
It explains the library’s design, including reactive fields, nested forms, and interchangeable validation systems, so changes match its existing approach.

Instructions file for CodexOpenCode

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/foxhound87/mobx-formkit/agents-md
Clone the repo
git clone --depth 1 https://github.com/foxhound87/mobx-formkit

Made for: Codex, OpenCode.

Per session 7,668 This file is loaded in full into every session.
When invoked 7,668 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.07668 $0.07668
Opus 5 $0.03834 $0.03834
Sonnet 5 $0.01534 $0.01534
Haiku 4.5 $0.00767 $0.00767

Measured 3d ago against content hash e775dcd013eb, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

mobx-formkit AGENTS.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

AGENTS.md · 762 lines

How it starts

The opening of the file, as written. The whole thing — 762 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Guide for AI Agents

A concise guide for LLMs working with MobX Formkit — the reactive MobX form state management library.


1. Project Identity

Field Value
Package mobx-formkit
NPM npmjs.com/package/mobx-formkit
GitHub github.com/foxhound87/mobx-formkit
Docs foxhound87.github.io/mobx-formkit
Version 7.x (current: 7.1.0)
Size ~8KB gzip (tree-shakeable)
License MIT
Dependencies MobX 5, 6 & 7 (peer: `^5.15.0

2. Philosophy

MobX Formkit is built on three core principles:

  1. Reactive by default — Every field is a MobX observable. Form state (value, error, dirty, touched, etc.) is reactive. Your UI updates automatically with observer() — no manual setState, no change handlers to write.

  2. Composable by design — Fields nest infinitely (objects, arrays, arrays of arrays). Forms compose via composer() for wizards and multi-step flows. ArrayMap preserves insertion order for dynamic lists.

  3. Plugin-driven validation — 8 validation drivers (DVR, VJF, AJV, YUP, JOI, ZOD, VALIBOT, VINEJS) share a uniform lifecycle. Swap or combine them without changing field definitions.

The result: you define your form structure declaratively, and reactivity, validation, change tracking, and UI bindings are automatic.

Read the full file on GitHub · 762 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 762 lines · 7,668 tokens per session scan A e775dcd013eb

Subscribe to this mod's changes

mobx-formkit AGENTS.md is an instructions file published in the GitHub repository foxhound87/mobx-formkit (1,097 stars, last pushed 15d ago), licensed MIT. It adds 7,668 tokens to every session, about $0.0383 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.