What is migrate-frontend-forms?
Guide for migrating forms from the legacy JsonForm/FormModel system to the new TanStack-based form system. Source: getsentry/sentry.
Guide for migrating forms from the legacy JsonForm/FormModel system to the new TanStack-based form system.
Quickly install migrate-frontend-forms AI skill to your development environment via command line
Source: getsentry/sentry.
This skill helps migrate forms from Sentry's legacy form system (JsonForm, FormModel) to the new TanStack-based system.
| saveOnBlur: true | AutoSaveField | Default behavior | | confirm | confirm prop | string \| ((value) => string \| undefined) | | showHelpInTooltip | variant="compact" | On layout components | | disabledReason | disabled="reason" | String shows tooltip | | extraHelp | JSX in layout | Render below field |
| getData | mutationFn | Transform data in mutation function | | mapFormErrors | setFieldErrors | Transform API errors in catch block | | saveMessage | onSuccess | Show toast in mutation onSuccess callback | | formatMessageValue | onSuccess | Control toast content in onSuccess callback | | resetOnError | onError | Call form.reset() in mutation onError |
Stable fields and commands for AI/search citations.
npx skills add https://github.com/getsentry/sentry --skill migrate-frontend-formsGuide for migrating forms from the legacy JsonForm/FormModel system to the new TanStack-based form system. Source: getsentry/sentry.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/getsentry/sentry --skill migrate-frontend-forms Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/getsentry/sentry