Skip to main content
Execute qualquer Skill no Manus
com um clique
Repositório GitHub

meowary-mendix

meowary-mendix contém 51 skills coletadas de retran, com cobertura ocupacional por repositório e páginas de detalhe dentro do site.

skills coletadas
51
Stars
1
atualizado
2026-04-30
Forks
0
Cobertura ocupacional
10 categorias ocupacionais · 100% classificado
explorador de repositórios

Skills neste repositório

mendix
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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

2026-04-30
assess-migration
Especialistas em gestão de projetos

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
Analistas de garantia de qualidade de software e testadores

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

2026-04-30
browse-integrations
Administradores de redes e sistemas de computador

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
Desenvolvedores web

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

2026-04-30
business-events
Desenvolvedores de software

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

2026-04-30
catalog-search
Administradores de redes e sistemas de computador

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

2026-04-30
cheatsheet-errors
Especialistas em suporte ao usuário de computador

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
Professores de ciência da computação, pós-secundário

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

2026-04-30
check-syntax
Analistas de garantia de qualidade de software e testadores

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

2026-04-30
connect-rapidminer-graph
Desenvolvedores de software

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
Desenvolvedores web

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
Desenvolvedores web

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
Desenvolvedores web

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
Arquitetos de banco de dados

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
Analistas de garantia de qualidade de software e testadores

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
Arquitetos de banco de dados

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
Administradores de redes e sistemas de computador

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

2026-04-30
fragments
Desenvolvedores de software

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

2026-04-30
generate-domain-model
Arquitetos de banco de dados

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
Desenvolvedores de software

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
Arquitetos de banco de dados

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
Desenvolvedores web

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
Analistas de segurança da informação

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
Designers de interfaces web e digitais

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

2026-04-30
mdl-entities
Arquitetos de banco de dados

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

2026-04-30
migrate-k2-nintex
Desenvolvedores de software

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

2026-04-30
migrate-oracle-forms
Desenvolvedores de software

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
Arquitetos de banco de dados

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

2026-04-30
organize-project
Desenvolvedores de software

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

2026-04-30
overview-pages
Desenvolvedores web

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

2026-04-30
patterns-crud
Desenvolvedores de software

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

2026-04-30
patterns-data-processing
Desenvolvedores de software

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

2026-04-30
project-settings
Administradores de redes e sistemas de computador

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Administradores de redes e sistemas de computador

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

2026-04-30
runtime-admin-api
Administradores de redes e sistemas de computador

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

2026-04-30
Mostrando as 40 principais de 51 skills coletadas neste repositório.