Skip to content

Commit 87638fd

Browse files
authored
Merge pull request #42 from engalar/feat/custom-widget-aigc
feat: add custom pluggable widget AIGC skill
2 parents f653c58 + abe3d37 commit 87638fd

File tree

4 files changed

+472
-0
lines changed

4 files changed

+472
-0
lines changed

.claude/skills/mendix/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ Page-specific patterns:
5959
| Skill | Purpose | Use When |
6060
|-------|---------|----------|
6161
| [generate-domain-model.md](generate-domain-model.md) | Complete domain model generation | Generating full domain models |
62+
| [create-custom-widget.md](create-custom-widget.md) | Custom pluggable widget AIGC | Creating custom React widgets from scratch |
6263
| [debug-bson.md](debug-bson.md) | BSON debugging | Troubleshooting SDK issues |
6364

6465
---
@@ -83,6 +84,8 @@ Load skills based on the task:
8384
| "Change widgets in bulk" | `bulk-widget-updates.md` |
8485
| "Reuse widgets across pages" | `fragments.md` |
8586
| "Define a fragment" | `fragments.md` |
87+
| "Create custom widget" | `create-custom-widget.md` |
88+
| "Build a pluggable widget" | `create-custom-widget.md` |
8689

8790
### For Error Recovery
8891

0 commit comments

Comments
 (0)