·migrate-frontend-forms
</>

migrate-frontend-forms

Guide for migrating forms from the legacy JsonForm/FormModel system to the new TanStack-based form system.

38Installs·1Trend·@getsentry

Installation

$npx skills add https://github.com/getsentry/sentry --skill migrate-frontend-forms

How to Install migrate-frontend-forms

Quickly install migrate-frontend-forms AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/getsentry/sentry --skill migrate-frontend-forms
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: getsentry/sentry.

SKILL.md

View raw

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 |

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/getsentry/sentry --skill migrate-frontend-forms
Category
</>Dev Tools
Verified
First Seen
2026-02-22
Updated
2026-03-10

Browse more skills from getsentry/sentry

Quick answers

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.

How do I install migrate-frontend-forms?

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

Where is the source repository?

https://github.com/getsentry/sentry