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…
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…
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…
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…
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…
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…
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…
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…
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 .
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…
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…
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…
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…
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…
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…
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…
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 agoA77 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: