What problem does it solve?
This Skill eliminates the repetitive, error-prone work of wiring up a complete typed CRUD page across your frontend by giving you a mechanical, end-to-end checklist from proto definition through UI route verification.
Core Features & Use Cases
- Proto-to-UI CRUD generation: defines entities and RPCs, then runs generation to produce CRUD handler stubs and typed React Query hooks tied to your service methods.
- Consistent frontend patterns: builds a Next.js App Router page using React Query for server state, Zustand only for client-only UI state, and a component-library-first approach for tables, inputs, cards, and buttons.
- Production-grade verification: checks loading/error flows and validates visually using both accessibility-aware snapshots and pixel-accurate screenshots.
Quick Start
Ask the skill to scaffold a typed CRUD page for your domain’s users by generating hooks from your proto service and creating app/users/page.tsx wired to those hooks.