jordnlvr

39 mods across 1 repository, 2 stars between them.

mendix-orchestrator

01

jordnlvr/MendixToolkit

Agent Claude Code

Project-local senior-partner agent for Mendix work. Fans out parallel research across the toolkit's skills, rules, MCP tools, and project history -- then synthesizes a multi-step plan with explicit risk classification. Use when (a) the user asks "what should I do about X?" and the answer requires consulting multiple…

2 3mo ago A 118 tokens

next-step

02

jordnlvr/MendixToolkit

Command Claude Code

Mid-session "what's next?" orchestrator. Reads conversation context + MISSION.md, spawns mendix-orchestrator, recommends the highest-leverage next move with 2 alternatives.

2 3mo ago A 38 tokens

start-here

03

jordnlvr/MendixToolkit

Command Claude Code

First-message orchestrator. Health check + state recap + top-3 next steps with rationale. Use this when opening a fresh session in MendixToolkit or TestOSApp3.

2 3mo ago A 36 tokens

workflow

04

jordnlvr/MendixToolkit

Command Claude Code

Invoke a named recipe from WORKFLOWS.md by name (verify-toolkit, audit-page, clone-page, scaffold-microflow, add-entity, investigate-broken, prep-for-handover). Pauses for explicit go-ahead before any gated-write step.

2 3mo ago A 55 tokens

next-step

06

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…

2 3mo ago A 82 tokens

start-here

07

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…

2 3mo ago A 117 tokens

workflow

08

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…

2 3mo ago A 91 tokens

mendix-expert

09

jordnlvr/MendixToolkit

Agent

Mendix domain specialist. Use for Studio Pro 11+ questions, the Mendix CLI, microflows, domain models, widgets, themes, marketplace modules, and the OneSource portal. Always reads /.claude/rules/mendix.md, rules/mendix-cli.md, and relevant wiki pages before answering.

2 3mo ago A 71 tokens

jordnlvr/MendixToolkit

Agent

Specialist on the three Mendix Studio Pro extensibility surfaces — Model SDK (TS/JS, offline, against Team Server only), Web Extensibility API (@mendix/extensions-api 11.10.0 GA, runs as a web extension inside Studio Pro), and C# Extensibility API (Mendix.StudioPro.ExtensionsAPI 11.8.0 beta, compiles to .dll and…

2 3mo ago A 205 tokens

close-studio-pro

11

jordnlvr/MendixToolkit

Command

Gracefully close Mendix Studio Pro + its children (runtime, MxBuild, Java helpers) and clean up orphan toolchain from a previous crash. Sends WMCLOSE first; reports counts of what was closed. Default project: TestOSApp3 testbed; default port: 8082.

2 3mo ago A 0 tokens

mx-design-review

12

jordnlvr/MendixToolkit

Command

Fresh-context reviewer for a proposed Mendix design. Audits against the /mx-discover inventory for naming collisions, anti-patterns, missing tests, security, marketplace overlap, migration risk. Read-only.

2 3mo ago A 41 tokens

mx-discover

13

jordnlvr/MendixToolkit

Command

Mendix-specialized domain inventory. Auto-uses mendix-expert subagent. Refuses to proceed to design until in-scope entities, microflows, and module overlaps are on the table. Born from the NextBestAction rewrite.

2 3mo ago A 50 tokens

mx-doctor

14

jordnlvr/MendixToolkit

Command

Mendix project health check. Wraps mx check (authoritative) + mxcli lint/report (advisory). Reports errors, warnings, deprecations, perf concerns, security flags. Read-only.

2 3mo ago A 43 tokens

mx-entity-add

15

jordnlvr/MendixToolkit

Command

GATED WRITE. Add a Mendix entity / attribute / association with the 8 safety pillars + collision check + design-review gate + migration-risk flag.

2 3mo ago A 31 tokens

mx-feature-spec

16

jordnlvr/MendixToolkit

Command

Convert a plain-English Mendix feature description into a structured spec referencing inventory items by exact name. Spec output, not model changes.

2 3mo ago A 26 tokens

mx-handoff

17

jordnlvr/MendixToolkit

Command

Generate copy-paste-ready Studio Pro instruction sheets when a human-in-loop step is required. Exact paths, classes, widgets, bindings -- no vague guidance. Auto-runs verification (mx-doctor + impact + playwright) after the human replies "done".

2 3mo ago A 51 tokens

mx-impact

18

jordnlvr/MendixToolkit

Command

Blast-radius analysis for a Mendix entity/attribute/microflow/page. Read-only. Answers "what breaks if I rename or change X?" before the change. Wraps mxcli refs/callers/impact.

2 3mo ago A 44 tokens

mx-page-audit

19

jordnlvr/MendixToolkit

Command

Read-only audit of a Mendix page against OS2 doctrine. Flags SmartHub usage (BLOCK), hallucinated classes (BLOCK), snowflake classes (FLAG), template deviations, hardcoded-where-design-property exists. Cites doctrine sources for every finding.

2 3mo ago A 51 tokens

jordnlvr/MendixToolkit

Command

GATED WRITE. Clone a Mendix page to a new name + optional entity rebinding via the mxcli MDL round-trip. Routes through the shadow-write engine (7 safety pillars). Pre-classifies the source as SIMPLE / COMPLEX / UNCLONEABLE; refuses UNCLONEABLE, requires --allow-lossy on COMPLEX. Auto-emits a /mx-handoff sheet for…

2 3mo ago A 82 tokens

jordnlvr/MendixToolkit

Command

GATED WRITE. Scaffold a new Mendix microflow with the 8 safety pillars. Pre-tag, clean-tree check, Studio Pro lock check, version check, pre/post mx check, auto-restore on fail.

2 3mo ago A 44 tokens

mx-search

22

jordnlvr/MendixToolkit

Command

Fast structured search across a local Mendix project. Wraps mxcli search and select. Read-only. Answers model-spanning questions grep on .mpr cannot.

2 3mo ago A 32 tokens

mx-test-page

23

jordnlvr/MendixToolkit

Command

Drive Playwright against the testbed (port 8082). MANDATORY testbed-fingerprint guard (URL :8082 + "Test Project" ribbon) before any other assertion -- safety gate against driving the live project.

2 3mo ago A 46 tokens

mx-version

24

jordnlvr/MendixToolkit

Command

Resolve the Mendix Studio Pro version of a project, inventory installed Studio Pro / mx / mxcli binaries, and report mismatches. Read-only.

2 3mo ago A 30 tokens