A solid reference for the Laravel-Inertia-React stack that covers the patterns you'll actually use. It organizes 30+ rules by priority, from critical stuff like page component structure and form handling with useForm to less urgent patterns like infinite scroll. The TypeScript examples show proper prop typing from Laravel controllers, which is honestly where most people trip up. The form validation section handles the full cycle including error display and processing states. If you're building a monolithic app with this stack instead of a separate API, this gives you the conventions without hunting through three different documentation sites.
npx skills add https://github.com/asyrafhussin/agent-skills --skill laravel-inertia-react