·generate-frontend-forms
</>

generate-frontend-forms

Guide for creating forms using Sentry's new form system. Use when implementing forms, form fields, validation, or auto-save functionality.

39Installs·1Trend·@getsentry

Installation

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

How to Install generate-frontend-forms

Quickly install generate-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 generate-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 provides patterns for building forms using Sentry's new form system built on TanStack React Form and Zod validation.

Important: DO NOT import from deeper paths, like '@sentry/scraps/form/field'. You can only use what is part of the PUBLIC interface in the index file in @sentry/scraps/form.

The main hook for creating forms with validation and submission handling.

Guide for creating forms using Sentry's new form system. Use when implementing forms, form fields, validation, or auto-save functionality. Source: getsentry/sentry.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/getsentry/sentry --skill generate-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 generate-frontend-forms?

Guide for creating forms using Sentry's new form system. Use when implementing forms, form fields, validation, or auto-save functionality. Source: getsentry/sentry.

How do I install generate-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 generate-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