Skip to content

Commit 1bd143a

Browse files
authored
docs: add mxbuild setup & mx tool skill (#43)
* docs: add mxbuild setup & mx tool skill for end users Addresses common agent mistakes when guiding users through mxbuild setup and mx tool usage, particularly incorrect mx create-project syntax and missing mxcli docker check as the preferred validation wrapper. * fix: address review — remove overlapping mxbuild-setup skill Remove mxbuild-setup.md (content already covered by docker-workflow.md) and fold the non-overlapping caveat about blank projects lacking demo users into docker-workflow.md. Fixes factual error: mxbuild-setup.md incorrectly claimed mx create-project does not accept --output-dir (verified it does in mx v11.6.4).
1 parent 29e2772 commit 1bd143a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.claude/skills/mendix/docker-workflow.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ mkdir -p /path/to/my-app
6565

6666
The `mx create-project` command creates an MPR v2 project with the standard Mendix module structure. You can then use the Docker workflow to build and run it.
6767

68+
**Caveat:** Blank projects have no demo users — login will fail until you configure security via MDL or Studio Pro. See `manage-security.md` for setting up demo users.
69+
6870
## Step-by-Step Workflow
6971

7072
If you prefer more control, use the individual commands:

0 commit comments

Comments
 (0)