Skip to main content
Run any Skill in Manus
with one click
GitHub repository

meowary-mendix

meowary-mendix contains 51 collected skills from retran, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
51
Stars
1
updated
2026-04-30
Forks
0
Occupation coverage
10 occupation categories · 100% classified
repository explorer

Skills in this repository

mendix
software-developers

Mendix MDL authoring, project navigation, and Docker app lifecycle — entities, microflows, pages, security, navigation, OQL, REST, testing, linting, and migration. Load when working in any Mendix codebase.

2026-04-30
agents
software-developers

MDL Agent Documents — CREATE MODEL, CREATE KNOWLEDGE BASE, CREATE CONSUMED MCP SERVICE, CREATE AGENT syntax and calling agents from microflows

2026-04-30
alter-page
software-developers

ALTER PAGE / ALTER SNIPPET — SET, INSERT, DROP, REPLACE widget operations on existing pages and snippets

2026-04-30
assess-migration
project-management-specialists

Migration Assessment — structured investigation of non-Mendix projects for migration planning across technology stack, data model, business logic, UI, integrations, and security

2026-04-30
assess-quality
software-quality-assurance-analysts-and-testers

Assess Mendix Project Quality — automated linting, catalog queries, naming conventions, security, maintainability, performance, and architecture review with scored report

2026-04-30
browse-integrations
network-and-computer-systems-administrators

Browse Integration Services and Contracts — SHOW/DESCRIBE OData, REST, business event, and database connection services; query MDL CATALOG integration tables; import external entities

2026-04-30
bulk-widget-updates
web-developers

Bulk Widget Property Updates — SHOW WIDGETS discovery and UPDATE WIDGETS dry-run/apply across pages and snippets

2026-04-30
business-events
software-developers

Business Events — CREATE/DROP business event services, message definition syntax, publish/subscribe, and calling PublishBusinessEvent_V2 from microflows

2026-04-30
catalog-search
network-and-computer-systems-administrators

Catalog Search (Mendix Platform Service Registry) — mxcli catalog search for OData/REST/SOAP services registered at catalog.mendix.com

2026-04-30
cheatsheet-errors
computer-user-support-specialists

MDL Common Errors Cheatsheet — quick fixes for variable, expression, control flow, syntax, and reference errors with Studio Pro error code reference

2026-04-30
cheatsheet-variables
computer-science-teachers-postsecondary

MDL Variable Cheatsheet — declaration syntax for all types, key rules, common mistakes, special values, parameter vs variable, and scope

2026-04-30
check-syntax
software-quality-assurance-analysts-and-testers

MDL Syntax Validation — pre-flight checklist, supported/unsupported statements, mxcli check commands, error patterns, script atomicity, and organization

2026-04-30
connect-rapidminer-graph
software-developers

Connecting Mendix to RapidMiner / AnzoGraph via SPARQL — inline REST call with Basic Auth, JSLT transformer, import mapping pipeline, and known gotchas

2026-04-30
create-custom-widget
web-developers

Create Custom Pluggable Widget — scaffold React+TypeScript widget with package.json, widget.xml, entry component, CSS, build, and install steps

2026-04-30
create-page
web-developers

CREATE PAGE — full MDL syntax guide for all widgets: DYNAMICTEXT, ACTIONBUTTON, LAYOUTGRID, DATAGRID, DATAVIEW, GALLERY, filters, CONTAINER, FOOTER, SNIPPETCALL, IMAGE, and pluggable widget escape hatch

2026-04-30
custom-widgets
web-developers

Custom & Pluggable Widgets in MDL — GALLERY, COMBOBOX, third-party widget .def.json and template JSON, 6 operations, mode conditions, and engine internals

2026-04-30
database-connections
database-architects

Create External Database Connections — CREATE DATABASE CONNECTION syntax, query definitions, column mapping, microflow execution with EXECUTE DATABASE QUERY, and bulk import

2026-04-30
debug-bson
software-quality-assurance-analysts-and-testers

BSON Serialization Debugging — mxcli dump-bson workflow, array version markers, object structures, field naming, nested WidgetObjects, property value types, TextTemplate fixes, and CE0463 troubleshooting

2026-04-30
demo-data
database-architects

Connect to Application Database and Generate Demo Data — read DB settings, Mendix ID system, association storage modes, INSERT templates, and IMPORT FROM bulk import

2026-04-30
docker-workflow
network-and-computer-systems-administrators

Docker Build & Run — mxcli docker run/build/up/reload/down, hot reload, CSS reload, environment variables, and troubleshooting

2026-04-30
fragments
software-developers

Mendix Fragments — DEFINE FRAGMENT, USE FRAGMENT with prefix, SHOW/DESCRIBE FRAGMENTS, common patterns, and validation checklist

2026-04-30
generate-domain-model
database-architects

Creating Mendix Domain Model MDL Scripts — entities, associations, enumerations, view entities, indexes, generalization, event handlers, ALTER ENTITY, positioning, and documentation

2026-04-30
java-actions
software-developers

Mendix Java Actions — create in Studio Pro, write Java code, create via MDL with type parameters and EXPOSED AS, call from microflows, CE0111 avoidance, and best practices

2026-04-30
json-structures-and-mappings
database-architects

JSON Structures, Import Mappings & Export Mappings — domain model differences for import vs export, nested arrays, find/create handling, null values, and PE→NPE→JSON workflow

2026-04-30
manage-navigation
web-developers

Navigation Management — SHOW/DESCRIBE navigation, CREATE OR REPLACE NAVIGATION with home page, role-based routing, menu tree, login page, not-found page, and catalog queries

2026-04-30
manage-security
information-security-analysts

Configure Mendix security via MDL: module roles, user roles, entity/microflow/page access, project security settings, and demo users

2026-04-30
master-detail-pages
web-and-digital-interface-designers

Build master-detail UI pages in Mendix MDL using Gallery selection binding and DataView with SELECTION source

2026-04-30
mdl-entities
database-architects

Complete MDL syntax reference for creating entities, attributes, associations, enumerations, and view entities

2026-04-30
migrate-k2-nintex
software-developers

Assess and migrate K2/Nintex applications to Mendix: SmartObjects to entities, SmartForms to pages, workflows to microflows

2026-04-30
migrate-oracle-forms
software-developers

Migrate Oracle Forms applications to Mendix: PL/SQL to microflows, Forms blocks to DataViews, trigger mapping, and validation patterns

2026-04-30
odata-data-sharing
database-architects

Share data between Mendix apps via OData services using view entities, published services, external entities, and OData clients

2026-04-30
organize-project
software-developers

Organize Mendix project documents into folders and move them between folders and modules using MDL MOVE and FOLDER syntax

2026-04-30
overview-pages
web-developers

Build CRUD page sets in Mendix MDL: navigation snippets, overview pages with DataGrid, NewEdit forms, and circular dependency patterns

2026-04-30
patterns-crud
software-developers

Standard CRUD microflow patterns for Mendix: Save, Validate, Delete, Cancel, New, Edit, and DataSource microflows with naming conventions

2026-04-30
patterns-data-processing
software-developers

Mendix data processing patterns: loops, aggregates (count/sum/average/min/max), list operations, batch processing, and association retrieval

2026-04-30
project-settings
network-and-computer-systems-administrators

View and modify Mendix project settings via MDL: database config, startup/shutdown microflows, constant overrides, configurations, and workflow settings

2026-04-30
rest-call-from-json
software-developers

Generate the full Mendix integration stack from a JSON payload: JSON Structure → non-persistent entities → Import Mapping → REST CALL microflow

2026-04-30
rest-client
software-developers

Integrate Mendix with external REST APIs: OpenAPI import, manual REST client definition, inline REST CALL, Data Transformers (JSLT), and import/export mappings

2026-04-30
run-app
network-and-computer-systems-administrators

Run Mendix app in Docker: first run, rebuild after MDL changes, hot reload workflow, --fresh vs reload decision

2026-04-30
runtime-admin-api
network-and-computer-systems-administrators

Runtime Admin API — query running app via port 8090, OQL at runtime, M2EE API, admin console debugging

2026-04-30
Showing top 40 of 51 collected skills in this repository.