byjmix-framework· 18 skills
Gate-1 static checks. PRIMARY when connected: run a Jmix-aware IDE/semantic inspection (e.g. JetBrains get_file_problems) 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 descriptor checks when no inspection is available. Read before relying on any static check.
$npx -y skills add jmix-framework/jmix-agent-toolkit --skill jmix-ide-static-analysisInstalls into the current project.
Run `npx skills use "https://github.com/jmix-framework/jmix-agent-toolkit" --skill "jmix-framework/jmix-agent-toolkit/jmix-ide-static-analysis"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/jmix-framework/jmix-agent-toolkit" that are relevant to the current task. Run `npx skills add "https://github.com/jmix-framework/jmix-agent-toolkit"` and select the relevant skills, then follow their instructions.