What problem does it solve? Building an entity lookup and selection modal in a Glyvio plugin requires wiring together many pieces—route definitions, query builders, autocomplete filters, cell and chip designs, and textfield wrappers—which is repetitive and error-prone when done by hand. ## Core Features & Use Cases - Complete Modal Generation: Produces a full SimpleEntityModal subclass with route, state, query builder, autocomplete filters, and app bar design from a small set of input parameters. - Textfield Wrappers: Generates single-select, multi-select, and select textfield design classes pre-wired to the modal's route and namespace. - Use Case: You need a customer picker in your Glyvio plugin. Provide the entity name, plugin namespace, route path, and display fields, and the Skill writes customer_entity_modal.ts plus the route registration, ready to use. ## Quick Start Ask the agent to create an entity modal for the Customer entity in your plugin namespace with a route path and name-based search fields.