Skip to content

Commit 23ce48b

Browse files
akoclaude
andcommitted
docs(CLAUDE.md): correct the user-skill source path in the mxcli init section
The mxcli init section cited reference/mendix-repl/templates/.claude/skills/ as the skill source, but that path is empty. The actual source of truth is .claude/skills/mendix/, which make sync-skills copies into the cmd/mxcli/skills/ embed dir. Clarify that the mendix/ source is what to edit (the embed dir is regenerated) and that top-level .claude/skills/*.md are dev-only, not synced. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 6f35289 commit 23ce48b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ Both namespaces are discoverable by typing `/mxcli` in Claude Code. Add new cont
435435
### mxcli init
436436

437437
`mxcli init` creates a `.claude/` folder with skills, commands, CLAUDE.md, and VS Code MDL extension in a target Mendix project. Source of truth for synced assets:
438-
- Skills: `reference/mendix-repl/templates/.claude/skills/`
438+
- Skills: `.claude/skills/mendix/``make sync-skills` copies these to the `cmd/mxcli/skills/` embed dir (`//go:embed skills/*.md`), which `mxcli init` writes into the project. **Edit the `mendix/` source, not the embed dir** (it is regenerated). The top-level `.claude/skills/*.md` are contributor/dev skills and are **not** synced.
439439
- Commands: `.claude/commands/mendix/` (the `mxcli-dev/` folder is **not** synced)
440440
- VS Code extension: `vscode-mdl/vscode-mdl-*.vsix`
441441

0 commit comments

Comments
 (0)