What problem does it solve? Building a server-rendered CMS from scratch requires coordinating routing, database sessions, migrations, templates, and UI components, which often leads to inconsistent architecture and incomplete code. This Skill generates complete, runnable Litestar CMS applications with a consistent Route → Service → Repository → Model structure. ## Core Features & Use Cases - Full-stack code generation: Produces Litestar routes, AdvancedAlchemy models and repositories, synchronous session wiring, and Jinja templates with daisyUI v5 components. - Admin CRUD scaffolding: Generates list, create, edit, delete, and detail pages with navbar, sidebar, tables, pagination, search, and filters. - Form handling workflow: Implements GET-render, POST-validate, redirect-on-success patterns with server-side validation errors displayed in templates. - Use Case: Ask for a blog admin panel and receive runnable page handlers, SQLAlchemy models, migration-ready configuration, and daisyUI-styled Jinja templates with no placeholder code. ## Quick Start Generate a Litestar CMS admin panel for managing blog posts with full CRUD pages, AdvancedAlchemy models, and daisyUI templates.