stripe-external-redirect-navigation
Installation
SKILL.md
Stripe External Redirect Navigation Fix
Problem
After returning from Stripe checkout (or similar external payment provider), clicking
a "back" button that uses browser history (router.back(), history.back()) navigates
back to Stripe instead of the previous app page. The browser history includes:
/settings → Stripe checkout → /settings?payment=success
So router.back() goes to Stripe.