Commit abe3d37
committed
feat: add custom pluggable widget AIGC skill
Add a skill file that teaches Claude to autonomously create Mendix
pluggable widgets from natural language descriptions. Includes:
- Step-by-step scaffolding with correct widget id namespace format
- Complete property type reference (string, attribute, datasource, etc.)
- React component patterns and Mendix prop API usage
- Build, install, and troubleshooting guide
Key fix: widget id must include a lowercase widget name segment
(e.g. com.example.widgets.helloworld.HelloWorld) to match the JS
subdirectory the build tool creates, preventing 404 at runtime.1 parent 30bfaca commit abe3d37
File tree
4 files changed
+472
-0
lines changed- .claude/skills/mendix
- cmd/mxcli/skills
- docs/plans
4 files changed
+472
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| 62 | + | |
62 | 63 | | |
63 | 64 | | |
64 | 65 | | |
| |||
83 | 84 | | |
84 | 85 | | |
85 | 86 | | |
| 87 | + | |
| 88 | + | |
86 | 89 | | |
87 | 90 | | |
88 | 91 | | |
| |||
0 commit comments