Recipes
Worked examples of larger authoring jobs: multi-generator stacks, custom field renderers, and a design system shared across many APIs.
How to swap a peer dependency
Switch a cloned generator from one peer generator to another (e.g., from `gen-tanstack-query-supabase-zod` to `gen-tanstack-query-fetch-zod`).
Composing multi-generator stacks
How a Projection coordinates with multiple peer generators to build a full-stack artifact (a form wired to types, validators, and a mutation hook). Worked through `@skmtc/gen-shadcn-form` and `@skmtc/gen-shadcn-table` as reference examples.