From aiup-vaadin-jooq
Implements use cases by creating Vaadin views, forms, grids for UI layer and jOOQ queries for data access in Java web apps.
How this skill is triggered — by the user, by Claude, or both
Slash command
/aiup-vaadin-jooq:implementThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Implement the use case $ARGUMENTS using Vaadin for the UI layer and jOOQ for data access.
Implement the use case $ARGUMENTS using Vaadin for the UI layer and jOOQ for data access.
Don't create tests – there are the karibu-test and playwright-test skills for that.
Check the Vaadin and jOOQ MCP servers for guidance.
docs/use_cases/docs/entity_model.mdnpx claudepluginhub ai-unified-process/marketplace --plugin aiup-vaadin-jooqCreates Karibu server-side unit tests for Vaadin views covering navigation, component interactions, form validation, grid operations, and notifications. Use for server-side UI testing without browsers.
Generates React web apps with TinyBase reactive data store for real-time sync. Use when creating new web apps, adding components, or prototyping SPAs with live data.
Implements UI components and frontend architecture. Breaks down designs into component trees, manages state, integrates with backend APIs, ensures accessibility and responsive behavior.