Modify an existing page or snippet's widget tree in place with ALTER PAGE / ALTER SNIPPET — SET, INSERT, DROP, REPLACE and SET Layout. Use when changing a caption, style or property, adding or removing a widget, or reordering a form, instead of rewriting the whole page with CREATE OR REPLACE.
Make a Mendix app look designed rather than default-Atlas: layout, spacing, typography, colour and design properties that reach a finished standard. Use when asked to make an app look professional, branded or less bland, when styling pages, or when matching a design mock.
Reproduce a Claude Design prototype or design handoff (HTML/CSS, .dc.html export, tokens, screenshots) inside a Mendix app: build the palette with mxcli theme create --from, then apply classes in pages with MDL. Use when given a design artefact and asked to make the app look like it.
Review a pull request in the mendix/web-widgets monorepo. Checks Mendix widget conventions, React/MobX patterns, versioning, test coverage, Atlas UI styling, security, and accessibility.
Enter explore mode - a thinking partner for exploring ideas, investigating problems, and clarifying requirements. Use when the user wants to think through something before or during a change.
Gracefully close Mendix Studio Pro and its child processes (running runtime, MxBuild, Java helpers) so subsequent CLI ops can run without tripping the Studio-Pro-lock check. Also cleans up Mendix toolchain orphans left over from a Studio Pro crash (node/esbuild/sass/mxbuild under \Mendix\ \(modeler|runtime)\ whose…
Spin up an HTTP/SSE wrapper around a stdio MCP server so Maia (Studio Pro 11.8+ MCP Client) can register it. Maia accepts only HTTP-Streamable or SSE — NOT stdio — so any MCP registered with Claude Code via claude mcp add (which is mostly stdio) is invisible to Maia by default. This skill emits a one-process HTTP…
GATED WRITE. Clone an existing well-built Mendix page (ideally a gold page) to a new name with optional entity rebinding, via the mxcli MDL round-trip. Routes through the shadow-write engine (7 safety pillars; live .mpr untouched until atomic swap). Pre-classifies the source page as SIMPLE / COMPLEX / UNCLONEABLE…