send-schema-form

Standardize typed forms in this repo. Use whenever a feature needs a form or an existing form is being refactored. Prefer SchemaForm + formFields + zod for typed inputs and consistent UI/validation; use react-hook-form Controller only for custom fields that SchemaForm cannot render.

$ 安裝

git clone https://github.com/0xsend/sendapp /tmp/sendapp && cp -r /tmp/sendapp/.claude/skills/send-schema-form ~/.claude/skills/sendapp

// tip: Run this command in your terminal to install the skill