jordnlvr/MendixToolkit

Mendix-aware Claude Code overlay: agent army v1 (mendix-doer + 4 reviewers + researcher), mendix-context + mendix-inventory MCPs (40 tools), 7-pillar shadow-write engine, Studio Pro 11.8+ / Maia / mxcli integration. Built atop NewClaude.

2Stars on the repository
39Mods indexed here, across every type
3mo agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

next-step

01

jordnlvr/MendixToolkit

Skill Claude CodeCodex

Mid-session orchestrator. Given the current project state and what was just done, propose the next move. Lighter than /start-here -- skips the health check, focuses on "what's the highest-leverage next thing." Spawns mendix-orchestrator agent for the synthesis. Use when a skill just finished and the user asks "what…

not rated 2 3mo ago A 82 tokens

start-here

02

jordnlvr/MendixToolkit

Skill Claude CodeCodex

First-message orchestrator for any session opened in MendixToolkit or its testbed. Auto-runs a health check (MCP servers, scheduled tasks, ports, mx version), reads MISSION.md + LEARNINGS.md + recent git activity to recap the project state, then proposes the top 3 next steps with concrete commands and rationale. Use…

not rated 2 3mo ago A 117 tokens

workflow

03

jordnlvr/MendixToolkit

Skill Claude CodeCodex

Invoke a named recipe from WORKFLOWS.md by name. Each workflow is a defined skill chain with a verification step and rollback path. Use when the user types /workflow or asks "run the X workflow" -- the skill reads WORKFLOWS.md, finds the matching recipe, and executes the steps in order with proper preconditions…

not rated 2 3mo ago A 91 tokens

close-studio-pro

04

jordnlvr/MendixToolkit

Skill Claude CodeCodex

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…

not rated 2 3mo ago A 173 tokens

maia-mcp-bridge

05

jordnlvr/MendixToolkit

Skill Claude CodeCodex

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…

not rated 2 3mo ago A 0 tokens

mx-design-review

06

jordnlvr/MendixToolkit

Skill Claude CodeCodex

Fresh-context reviewer for a proposed Mendix design. Reads the /mx-discover inventory and the proposed design, then audits independently of the original session for naming collisions, anti-patterns, missing test coverage, security concerns, marketplace-overlap (use vs. build), and migration risk. Read-only against the…

not rated 2 3mo ago A 88 tokens

mx-discover

07

jordnlvr/MendixToolkit

Skill Claude CodeCodex

Mendix-specialized domain inventory. Use BEFORE designing any Mendix feature, redesigning a microflow, adding entities, or extending an existing app. Auto-invokes the mendix-expert subagent, lists in-scope entities + associations + relevant microflows + available marketplace modules, and produces a DOMAININVENTORY…

not rated 2 3mo ago A 99 tokens

mx-doctor

08

jordnlvr/MendixToolkit

Skill Claude CodeCodex

Mendix project health check. Read-only. Wraps mx check (Mendix's bundled validator) plus mxcli's lint/report passes. Surfaces errors, warnings, deprecations, performance concerns, security flags, and convention violations -- triaged by severity. Auto-invoke before any commit / push of a Mendix project, after pulling…

not rated 2 3mo ago A 100 tokens

mx-entity-add

09

jordnlvr/MendixToolkit

Skill Claude CodeCodex

GATED WRITE. Add a new entity (or attribute on an existing entity, or association) to a Mendix project by wrapping mxcli's create commands with the 8 safety pillars. Hard precondition: a fresh /mx-discover inventory must exist (≤24h old) so we can verify the new name doesn't collide. Pre-tag, clean-tree, Studio Pro…

not rated 2 3mo ago A 0 tokens

mx-feature-spec

10

jordnlvr/MendixToolkit

Skill Claude CodeCodex

Convert a plain-English Mendix feature description into a structured spec markdown file referencing inventory items by exact name. Output is a spec, not a model change. Auto-invoke when the user describes a Mendix feature in natural language and is about to start designing it. Also invocable as /mx-feature-spec .

not rated 2 3mo ago A 68 tokens

mx-handoff

11

jordnlvr/MendixToolkit

Skill Claude CodeCodex

Generate copy-paste-ready Studio Pro instruction sheets for the rare moments when only a human can perform the action (drag a widget, set a CSS class, configure a layout). Reads the project's theme catalog and widget conventions to produce EXACT instructions -- specific paths, classes, widgets, bindings -- not vague…

not rated 2 3mo ago A 95 tokens

mx-impact

12

jordnlvr/MendixToolkit

Skill Claude CodeCodex

Blast-radius analysis for any Mendix entity / attribute / microflow / page. Read-only. Answers "what breaks if I rename / delete / change X?" before you change anything. Auto-invoke before any rename, delete, or signature change in a Mendix project; also invocable as /mx-impact . Wraps mxcli's callers, callees, refs…

not rated 2 3mo ago A 91 tokens

mx-page-audit

13

jordnlvr/MendixToolkit

Skill Claude CodeCodex

Read-only audit of a Mendix page against project doctrine. Flags SmartHub class usage (DEPRECATED), classes not in the OS2 catalog (snowflakes), missing design-properties bindings, page-template deviations (Template A or B), accessibility-tree red flags, and any class that does not exist in the project's theme…

not rated 2 3mo ago A 146 tokens

jordnlvr/MendixToolkit

Skill Claude CodeCodex

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…

not rated 2 3mo ago A 146 tokens

jordnlvr/MendixToolkit

Skill Claude CodeCodex

GATED WRITE. Scaffold a new Mendix microflow from a structured spec by wrapping mxcli's create microflow command with the 8 safety pillars from rules/mendix-safety.md. Pre-tag the project, verify clean tree + Studio Pro closed + Mendix version, run mx check pre/post, auto-restore on failure. Refuses to proceed unless…

not rated 2 3mo ago A 99 tokens

mx-search

16

jordnlvr/MendixToolkit

Skill Claude CodeCodex

Fast structured search across a local Mendix project. Read-only. Wraps mxcli's search and SQL-like select to answer questions like "find every microflow that references entity Customer", "which pages bind to entity X", "what microflows have empty error handlers". Auto-invoke when the user asks a model-spanning…

not rated 2 3mo ago A 90 tokens

mx-test-page

17

jordnlvr/MendixToolkit

Skill Claude CodeCodex

Drive a Playwright browser test against a page on the running TestOSApp3 testbed (port 8082). Auto-asserts the testbed fingerprints (URL :8082 + "Test Project" ribbon) before any further assertion -- this is a HARD safety gate against accidentally driving the live OneSource project. Uses the Playwright MCP server…

not rated 2 3mo ago A 139 tokens

mx-version

18

jordnlvr/MendixToolkit

Skill Claude CodeCodex

Resolve the Mendix Studio Pro version a project was last opened with, and detect mismatches against installed Studio Pro / mx CLI / mxcli binaries on this machine. Read-only. Auto-invoke at the start of any Mendix session in a project, before running mx convert, and when a build/check produces unexplained errors. Also…

not rated 2 3mo ago A 77 tokens

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: