Reusable prompts for the authentication flow - wiring a real API into auth forms and stripping out social sign-in.
It asks for the inputs it needs, then makes the exact file changes required by the agent.
Prompts
integrate-api.md
Wire a real API endpoint into one of the auth forms (sign-up, sign-in, reset-password, two-step-verification) using TanStack Query, Sonner toasts, and React Aria error states.
remove-social-auth.md
Comment out the SocialButtons and Divider blocks on the sign-up and sign-in pages.
