generate-frontend-forms

Create Sentry frontend forms with TanStack React Form and Zod validation.

44.5k|4.8k|Updated Aug 30, 2010
One-click install
npx skills add https://github.com/getsentry/sentry --skill generate-frontend-forms
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: generate-frontend-forms
Source: https://github.com/getsentry/sentry/tree/main/.claude/skills/generate-frontend-forms
Command: npx skills add https://github.com/getsentry/sentry --skill generate-frontend-forms

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a standardized and robust way to create forms within Sentry applications, ensuring consistency, validation, and a good user experience.

Core Features & Use Cases

  • Schema-Driven Forms: All forms are built with Zod validation, ensuring data integrity.
  • Component Library: Offers pre-built form elements (inputs, selects, switches, etc.) and layout options.
  • Auto-Save Functionality: Fields can automatically save their state, ideal for settings pages.
  • Use Case: When building a new user profile page, use this Skill to create all the input fields for name, email, and bio, ensuring they are validated and save correctly.

Quick Start

Use the generate-frontend-forms skill to create a basic form with an email and password field using Zod validation.

Frequently Asked Questions about generate-frontend-forms

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build React forms with Zod validation in Sentry?

Build React forms with Zod validation in Sentry by using this Skill to generate schema-driven forms leveraging TanStack React Form, ensuring data integrity and consistent user experience.

What is the best way to add auto-save functionality to frontend form fields?

Add auto-save functionality to frontend form fields by implementing the auto-save patterns provided by this Skill, allowing field states to save automatically, making it ideal for settings pages.

Can I use TanStack React Form with Sentry's component library for form layouts?

Yes, you can use TanStack React Form with Sentry's component library, which offers pre-built form elements like inputs, selects, and switches, along with structured layout options.

How do I create a user profile form with validated input fields?

Create a user profile form with validated input fields by using this Skill to generate the name, email, and bio inputs, ensuring they are validated with Zod and saved correctly.

Does Sentry's form system require Zod for data validation?

Yes, Sentry's form system requires Zod for data validation, as all forms generated through this system are built with Zod to ensure data integrity across the application.