jmix-framework

20 mods across 1 repository, 17 stars between them.

jmix-add-i18n-keys

03

jmix-framework/jmix-agent-toolkit

Skill Claude CodeCodex

Add complete Jmix message keys for entities, enums, views, actions, and validation text, and configure official Jmix framework translations for non-English applications.

17 4d ago A 40 tokens

jmix-framework/jmix-agent-toolkit

Skill Claude CodeCodex

Configure or audit Jmix fetch plans in XML views, fragments, DataManager loads, repositories, and entity events when loading references, avoiding N+1 queries, fixing unfetched attribute errors, or tuning data loading.

17 4d ago A 50 tokens

jmix-framework/jmix-agent-toolkit

Skill Claude CodeCodex

Create or change Jmix DTO entities and other non-persistent transfer models for UI data containers, REST/API payloads, custom data stores, external data, or calculated read models.

17 4d ago A 44 tokens

jmix-framework/jmix-agent-toolkit

Skill Claude CodeCodex

Create or change reusable Jmix Flow UI fragments, embedded fragment instances, provided data components, fragment facets, host event subscriptions, or fragment renderers.

17 4d ago A 36 tokens

jmix-create-test

15

jmix-framework/jmix-agent-toolkit

Skill Claude CodeCodex

Create or update Jmix unit, integration, UI integration, or end-to-end tests for services, entity listeners, security behavior, views, fragments, and persistence workflows.

17 4d ago A 39 tokens

jmix-framework/jmix-agent-toolkit

Skill Claude CodeCodex

Gate-1 static checks. PRIMARY when connected: run a Jmix-aware IDE/semantic inspection (e.g. JetBrains getfileproblems) on every file you created/edited — it catches the -view.xml defects a compiler cannot (unresolved msg://, invalid property paths, missing data containers). Fall back to compileJava plus mechanical…

17 4d ago A 0 tokens

jmix-framework/jmix-agent-toolkit

Skill Claude CodeCodex

Use when writing code that runs outside a user request — a Quartz/scheduled job, an @Async method, an application-startup runner, or an integration event listener. Such threads have no authenticated user, so DataManager fails with "Authentication is not set" the first time the code actually runs. Compile, static…

17 4d ago A 85 tokens

jmix-style-ui

18

jmix-framework/jmix-agent-toolkit

Skill Claude CodeCodex

Style Jmix Flow UI components — views, fragments, grid renderers, or components built in a controller. Read this before writing any getStyle().set(...), classNames, addThemeVariants, or CSS custom property (--aura- / --lumo- / --vaadin-). A custom property the active theme does not define fails SILENTLY: no error…

17 4d ago A 0 tokens

jmix-framework/jmix-agent-toolkit

Skill Claude CodeCodex

Before typing a class, enum constant, inner-class event, method, or icon name you have not personally verified in this project, confirm it exists. Costs seconds and prevents the most expensive class of failures (hallucinated icon constants, fake event inner classes, wrong package paths). Primary check when connected =…

17 4d ago A 99 tokens

jmix-verify-bootrun

20

jmix-framework/jmix-agent-toolkit

Skill Claude CodeCodex

Gate 2 (mandatory) — verify the Spring/Jmix context loads via a TERMINATING gradle clean test, never a long-running bootRun. Gate 3 (optional) — if you have a browser/UI-automation tool, walk the views/buttons/fields you created to catch render-time defects that compile and clean test miss. A green compile/clean test…

17 4d ago A 89 tokens