Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add instructions/mendixlabs/mxcli/claude-mdgit clone --depth 1 https://github.com/mendixlabs/mxcliWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/instructions/mendixlabs/mxcli/claude-md)<a href="https://agentmods.dev/instructions/mendixlabs/mxcli/claude-md"><img src="https://agentmods.dev/badge/instructions/mendixlabs/mxcli/claude-md.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.22311 | $0.22311 |
| Opus 5 | $0.11156 | $0.11156 |
| Sonnet 5 | $0.04462 | $0.04462 |
| Haiku 4.5 | $0.02231 | $0.02231 |
Grade B, and why
mxcli CLAUDE.md scanned grade B with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Enumerates other installed skillsmediumAgent snooping
Other skills' SKILL.md files reveal prompts, capabilities and secrets that should be invisible to peers.
- Skills: `.claude/skills/mendix/<name>/SKILL.md` — directory-shaped, per the [Agent Skills](https://agentskills.io) standard, with `name` and `description` frontmatter. `make sync-skills` mirrors the tree into the `cmd/ How it starts
The opening of the file, as written. The whole thing — 907 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CLAUDE.md
This file provides guidance for Claude Code when working with this repository.
Welcome — Contributing to mxcli
If you're starting a new task, here's how contributions work in this repo:
- File an issue first — describe the bug or feature before coding. See
CONTRIBUTING.mdfor details. - Get approval — wait for maintainer sign-off before starting work.
- Create a feature branch —
feature/123-short-descriptionorfix/456-what-broke. - Use the contributor commands to stay on track:
/mxcli-dev:proposal— create a structured feature proposal (asks the right questions, investigates BSON storage)/mxcli-dev:review— review your changes against the PR checklist before pushing
- Validate locally —
make build && make test && make lintmust all pass. - Open a PR — link the issue, document Mendix Studio Pro validation, confirm agentic testing.
For the full workflow, read CONTRIBUTING.md. For the review checklist applied to every PR, see the "PR / Commit Review Checklist" section below.
Project Overview
ModelSDK Go is a Go library for reading and modifying Mendix application projects (.mpr files) stored locally on disk. It's a Go-native alternative to the TypeScript-based Mendix Model SDK, enabling programmatic access without cloud connectivity.
Build & Test Commands
# build the CLI (preferred - uses Makefile)
make build
# run tests
make test
# format and vet code
make fmt
make vet
# run a specific example
go run ./examples/read_project/main.go /path/to/project.mpr
go run ./examples/modify_project/main.go /path/to/project.mpr
# run the code generator
go run ./cmd/codegen/main.go -reflection-dir ./reference/mendixmodellib/reflection-data -version 10.0.0 -output ./generated/metamodel
Note: This project uses modernc.org/sqlite (pure Go) and does not require CGO. No C compiler is needed.
Note: The VS Code extension (vscode-mdl/) uses bun, not npm/node. Use bun install, bun run compile, etc. The Makefile targets (make vscode-ext, make vscode-install) already use bun.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- yesterday First seen · 907 lines · 22,311 tokens per session scan B 414a3ee72c69
mxcli CLAUDE.md is an instructions file published in the GitHub repository mendixlabs/mxcli (115 stars, last pushed 2d ago), licensed Apache-2.0. It adds 22,311 tokens to every session, about $0.1116 per session on Opus 5. A static security scan graded it B with 1 finding (enumerates other installed skills). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.
Other instructions, from other repositories
web-widgets copilot-instructions.md
Copilot instructions for mendix/web-widgets, covering repo context, what to check on every pr, pr metadata and process, versioning and changelog (per changed package) and code quality – mendix pluggable widgets and react.
goldfinger AGENTS.md
Instructions for redscaresu/goldfinger, covering agents.md, two audiences — don't confuse them, what goldfinger is, hard rules and before every commit.
planning-with-files AGENTS.md
AGENTS.md instructions for OthmanAdi/planning-with-files, covering agents.md — planning-with-files agent reference card, commit rules, release checklist (12 steps), version bump scope and changelog format.
dario CLAUDE.md
Claude Code instructions for askalf/dario, covering dario — notes for claude code (and other llm coding agents), commits and prs, style, scope and when in doubt, ask.
toh-framework CLAUDE.md
Claude Code instructions for wasintoh/toh-framework, covering claude.md — toh framework (repo development guide), what this is, everyday commands, verification protocol and single source, transformed per ide.
AgentGo AGENTS.md
Instructions for yeasy/AgentGo, covering agents.md, purpose, startup instructions, trust & safety and failure modes.