If you're generating TypeScript clients from OpenAPI specs, this covers the full workflow from config to testing. It's organized into 42 rules across 8 categories, from spec quality and orval.config.ts setup through React Query/SWR integration, custom mutators for auth, and MSW mock generation. The priority system is helpful because it steers you toward critical decisions first, like choosing the right output mode and client type, before you get into the weeds of Zod validation or infinite queries. It assumes you already know why you want Orval but need the patterns for doing it right. The mutator and query key sections are where most teams will spend their time once the basics work.
npx skills add https://github.com/pproenca/dot-skills --skill orval