mendixlabs/mxcli

Mendix cli tool, a headless way to work with Mendix projects. Enables Mendix projects for use with 3rd party agentic coding tools like Claude Code and Copilot. Includes a starlark linter for quality validation.

115Stars on the repository
62Mods indexed here, across every type
2d agoLast push, which is what freshness is scored on
Apache-2.0Licence, which decides whether bodies are shown

agents

01

mendixlabs/mxcli

Skill Claude CodeCodex

Author Mendix AI agent documents in MDL — Model, Knowledge Base, Consumed MCP Service and Agent, with variables, tools and multi-line prompts. Use when adding GenAI features to a Mendix app, wiring an LLM model or knowledge base, or listing/describing existing agent documents. Requires AgentEditorCommons and Mendix…

115 2d ago A 74 tokens original Apache-2.0

alter-page

02

mendixlabs/mxcli

Skill Claude CodeCodex

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.

115 2d ago A 69 tokens original Apache-2.0

analyze-runtime

03

mendixlabs/mxcli

Skill Claude CodeCodex

Find out what a running Mendix app actually does — logs, Prometheus metrics, OpenTelemetry traces and the model catalog, joined across sources. Use when profiling a slow page or microflow, finding what hits the database, chasing an error that shows only a generic dialog, or correlating runtime cost with model shape.

115 2d ago A 68 tokens original Apache-2.0

assess-migration

04

mendixlabs/mxcli

Skill Claude CodeCodex

Investigate an existing non-Mendix application (Java, .NET, Python, Node, PHP, …) and produce a structured migration assessment for Mendix. Use when asked to analyse a legacy codebase for migration, build a migration inventory, or size the effort before any MDL is written.

115 2d ago A 66 tokens original Apache-2.0

assess-quality

05

mendixlabs/mxcli

Skill Claude CodeCodex

Audit a Mendix project against best practices for naming, security, performance, maintainability and architecture, and report a scored result. Use when asked to evaluate project quality, run a pre-go-live health check, or get oriented in an unfamiliar app.

115 2d ago A 54 tokens original Apache-2.0

atlas-design

06

mendixlabs/mxcli

Skill Claude CodeCodex

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.

115 2d ago A 58 tokens original Apache-2.0

bootstrap-app

07

mendixlabs/mxcli

Skill Claude CodeCodex

Provision a Mendix project in a repo that has none — interview, mxcli new, session hook, project brief, first commit and boot. Use when the repository is empty or has no .mpr yet, typically from the empty-repo seed prompt.

115 2d ago C 55 tokens original Apache-2.0

browse-integrations

08

mendixlabs/mxcli

Skill Claude CodeCodex

Discover the external services a project consumes and browse their cached contracts through the MDL CATALOG — OData entities and actions, REST clients and operations, AsyncAPI channels and messages. Use when asked what integrations exist, what an OData service offers, or what a business-event contract contains.

115 2d ago A 62 tokens original Apache-2.0

bulk-widget-updates

09

mendixlabs/mxcli

Skill Claude CodeCodex

Discover and bulk-change widget properties across many pages with SHOW WIDGETS and UPDATE WIDGETS. Use when the same widget setting has to change on many pages at once. Experimental — always DRY RUN first and back the project up.

115 2d ago A 53 tokens original Apache-2.0

business-events

10

mendixlabs/mxcli

Skill Claude CodeCodex

Define event-driven APIs over Kafka with Mendix business event services — publish and subscribe contracts, CREATE/DROP/DESCRIBE. Use when building publish/subscribe integration between apps, or inspecting the business event services a project already has.

115 2d ago A 50 tokens original Apache-2.0

catalog-search

11

mendixlabs/mxcli

Skill Claude CodeCodex

Search the Mendix Catalog platform service registry (catalog.mendix.com) from the CLI to find services published across an organisation. Use when looking for an existing published service to consume. This is the external registry, not the MDL CATALOG keyword — for that see browse-integrations.

115 2d ago A 61 tokens original Apache-2.0

cheatsheet-errors

12

mendixlabs/mxcli

Skill Claude CodeCodex

Quick fixes for the MDL syntax errors that come up most: undeclared variables, wrong retrieve source, list operations, expression mistakes. Use when mxcli check reports an error and you want the fix rather than the reference.

115 2d ago A 52 tokens original Apache-2.0

mendixlabs/mxcli

Skill Claude CodeCodex

One-page reference for declaring and assigning variables in MDL microflows — every type, with the exact syntax. Use when writing a declare and unsure of the spelling, or when a declaration error needs fixing fast.

115 2d ago A 50 tokens original Apache-2.0

check-syntax

14

mendixlabs/mxcli

Skill Claude CodeCodex

Validate MDL with mxcli check before presenting or executing it, including reference resolution against a project. Use ALWAYS before showing MDL to a user, running mxcli exec, or committing a .mdl file — exec refuses exactly what check rejects.

115 2d ago A 56 tokens original Apache-2.0

mendixlabs/mxcli

Skill Claude CodeCodex

Fetch data from a RapidMiner graph mart or any SPARQL 1.1 HTTP endpoint (AnzoGraph and friends) and surface it as Mendix entities. Use when a graph database with a SPARQL endpoint has to feed a Mendix app read-only.

115 2d ago A 62 tokens original Apache-2.0

mendixlabs/mxcli

Skill Claude CodeCodex

Build a Mendix pluggable widget from scratch with React and TypeScript and package it as an .mpk. Use when no marketplace or built-in widget covers what is needed and a custom React component has to be written.

115 2d ago A 50 tokens original Apache-2.0

create-page

17

mendixlabs/mxcli

Skill Claude CodeCodex

CREATE PAGE syntax reference — parameters, variables, layouts, and the full widget vocabulary. Use before writing any CREATE PAGE statement, or when a widget's property spelling needs checking.

115 2d ago A 38 tokens original Apache-2.0

custom-widgets

18

mendixlabs/mxcli

Skill Claude CodeCodex

MDL syntax for pluggable widgets in CREATE PAGE / ALTER PAGE — GALLERY, COMBOBOX, DataGrid2 and third-party widgets: datasource and column forms, child slots (TEMPLATE/FILTER), adding a widget via .def.json, and the engine internals. Use when placing a pluggable widget on a page, or when mxcli widget describe output…

115 2d ago A 101 tokens original Apache-2.0

mendixlabs/mxcli

Skill Claude CodeCodex

Connect a Mendix app to an external database over JDBC with the External Database Connector, and define the queries microflows run against it. Use when the app must read or write Oracle, PostgreSQL, MySQL or SQL Server directly from a microflow.

115 2d ago A 55 tokens original Apache-2.0

debug-bson

20

mendixlabs/mxcli

Skill Claude CodeCodex

Diagnose BSON serialization problems in the MPR file — missing properties, wrong storage names, widget definitions Studio Pro rejects. Use when something created through MDL does not appear correctly in Studio Pro, or when a CE error points at a document mxcli wrote.

115 2d ago A 56 tokens original Apache-2.0

debug-microflows

21

mendixlabs/mxcli

Skill Claude CodeCodex

Drive the Mendix runtime's microflow and nanoflow debugger from the command line with mxcli debug — breakpoints by name, variable inspection, step and continue. Use when a microflow produces the wrong result and reading it is not enough.

115 2d ago A 57 tokens original Apache-2.0

demo-data

22

mendixlabs/mxcli

Skill Claude CodeCodex

Seed a Mendix app's PostgreSQL database directly, bypassing the runtime — Mendix's internal ID system, association storage, and bulk import from an external database. Use when populating test or demo data, when data is needed before the UI exists, or for imports too large for the runtime.

115 2d ago A 66 tokens original Apache-2.0

docker-workflow

23

mendixlabs/mxcli

Skill Claude CodeCodex

Build, run and validate a Mendix app in Docker from inside a devcontainer. Use when asked to run the app in Docker or produce a deployable image. For the faster Docker-free loop, prefer run-local.

115 2d ago C 48 tokens original Apache-2.0

mendixlabs/mxcli

Skill Claude CodeCodex

The full lifecycle of Mendix Marketplace modules and widgets from the CLI — search, download, install, detect local edits, and update. Use when adding a marketplace module or widget, upgrading one, or asking what an upgrade would overwrite.

115 2d ago A 52 tokens original Apache-2.0