What problem does it solve?
Creates a complete backend API + frontend UI card-grid page for any entity in the Tone platform, orchestrating the backend_tables and frontend_cards skills in sequence to deliver a cohesive, card-based listing.
Core Features & Use Cases
- Automates generation of a POST /<entity_plural>/list endpoint with search, filter, sort, and pagination.
- Generates a Next.js card-grid page with infinite scroll, search, status filtering, create/edit modal, and framer-motion animations.
- Orchestrates between backend_tables and frontend_cards to provide a card-based listing where a grid is preferred over a table.
- Ideal for entities with preview-friendly data (profiles, configurations, knowledge objects) that benefit from visual previews over tabular data.
Quick Start
Ask this skill to generate a complete backend list endpoint and frontend card-grid page for a chosen entity.