What problem does it solve?
This Skill removes repetitive boilerplate when creating server-side paginated list and CRUD pages in the repository by providing a ready scaffold and clear integration guidance for the project's table, search, routing and optional UI patterns.
Core Features & Use Cases
- Integrated list scaffold: ready-to-use pattern that wires useTable, AiiSearch and AiiTable for server pagination, sorting and filtering.
- Optional UI patterns: examples for modal workflows, drawers, confirm dialogs, toolbar actions, row operations and batch selection that can be included on demand.
- Use cases: building admin resource list pages, management dashboards, or CRUD screens that need consistent pagination, i18n keys and routing conventions.
Quick Start
Create a new route file, paste the provided list-page scaffold, connect your list API to useTable, and call queryTableData in an effect to load the first page.