Explore

Browse and search prompts, skills, and rules from the community.

50 results

SkillworkspaceDeployment

CloudHub Deployment Configurator

Configures CloudHub deployment settings including worker sizing, regions, properties, and monitoring.

(0)0 forks
MC
MuleSoft Community
SkillworkspaceDataWeave

DataWeave Transformation Helper

Guides users through writing DataWeave 2.0 transformations with input/output samples and step-by-step mapping.

(0)0 forks
MC
MuleSoft Community
SkillworkspaceTesting

MUnit Test Generator

Generates MUnit test suites for Mule flows including happy path, error cases, and mocked dependencies.

(0)0 forks
MC
MuleSoft Community
SkillworkspaceConnectors

MuleSoft Connector Configuration

Guides setup of Anypoint Connectors with proper connection config, property placeholders, and secure properties.

(0)0 forks
MC
MuleSoft Community
SkillglobalDeployment

MuleSoft Project Bootstrapper

Scaffolds a complete MuleSoft project structure with standard directories, configs, and CI/CD pipeline.

(0)0 forks
MC
MuleSoft Community
SkillworkspaceAgent Network

Agent Network Configurator

Guides creation and configuration of MuleSoft Agent Networks with broker, A2A agents, and MCP servers.

(0)0 forks
MC
MuleSoft Community
SkillworkspaceIntegration Flow

MuleSoft Integration Flow Builder

Interactively builds Mule integration flows by asking about source, processing steps, and target systems.

(0)0 forks
MC
MuleSoft Community
SkillworkspaceExchange

Exchange Asset Publisher

Guides publishing MuleSoft assets to Anypoint Exchange with proper metadata, documentation, and versioning.

(0)0 forks
MC
MuleSoft Community
RuleDeployment

Property Placeholders for Environment Config

Use property placeholders and separate config files for each environment.

(0)0 forks
MC
MuleSoft Community
RuleError Handling

Implement Global Error Handling

Every Mule application must have a global error handler with proper exception strategy.

(0)0 forks
MC
MuleSoft Community
RuleIntegration Flow

Circuit Breaker for External Calls

Apply circuit breaker pattern for all calls to external systems to prevent cascade failures.

(0)0 forks
MC
MuleSoft Community
RuleDeployment

Structured JSON Logging

Use structured JSON logging format for all log messages to enable proper observability.

(0)0 forks
MC
MuleSoft Community
RuleAgent Network

Do NOT Search Exchange for Agents or MCP Servers

Agent Network components and MCP servers are external services, not Exchange assets.

(0)0 forks
MC
MuleSoft Community
RuleIntegration Flow

Use Mule Domains for Shared Configurations

Use Mule Domains to share global configurations like error handlers, properties, and connection configs.

(0)0 forks
MC
MuleSoft Community
SkillworkspaceAPI Design

MuleSoft API Spec Generator

Generates a complete RAML or OAS 3 API specification from a natural language description of endpoints.

(0)0 forks
MC
MuleSoft Community
SkillworkspaceError Handling

MuleSoft Error Handling Scaffold

Scaffolds a global error handler configuration for a Mule application with standard HTTP error mappings.

(0)0 forks
MC
MuleSoft Community
RuleDataWeave

Use DataWeave 2.0 for All Transformations

Always use DataWeave 2.0 for data transformations instead of other methods.

(0)0 forks
MC
MuleSoft Community
RuleError Handling

Never Hardcode Credentials

Use property placeholders for all environment-specific values; never hardcode credentials or secrets.

(0)0 forks
MC
MuleSoft Community
RuleConnectors

Use GA Connector Versions Only

Always use General Availability connector versions; avoid BETA, SNAPSHOT, or experimental versions.

(0)0 forks
MC
MuleSoft Community
RuleDeployment

Target Mule Runtime 4.10+

Only use Mule Runtime Version 4.10.0 or later for all implementations.

(0)0 forks
MC
MuleSoft Community
RuleConnectors

Prefer Anypoint Connectors Over HTTP

Use platform-provided Anypoint Connectors instead of raw HTTP requests when a connector is available.

(0)0 forks
MC
MuleSoft Community
RuleIntegration Flow

Use kebab-case for Projects and Flows

Follow MuleSoft naming conventions: kebab-case for project and flow names, camelCase for DataWeave.

(0)0 forks
MC
MuleSoft Community
RuleTesting

Write MUnit Tests for All Flows

Every flow and critical DataWeave transformation must have corresponding MUnit tests.

(0)0 forks
MC
MuleSoft Community
RuleIntegration Flow

Use ObjectStore for Stateful Integrations

Use ObjectStore for any integration that requires persistence across requests.

(0)0 forks
MC
MuleSoft Community
PromptstructuredAgent Network

Deploy Agent Network to staging

Deploy an Agent Network with outbound HTTPS access requirements to a staging environment.

(0)0 forks
MC
MuleSoft Community
PromptstructuredAgent Network

Smoke test Agent Network with A2A request

Generate a sample A2A request payload for testing an onboarding scenario end-to-end.

(0)0 forks
MC
MuleSoft Community
PromptsimpleAgent Network

Fix Agent Network YAML validation errors

Debug and fix schema issues in agent-network.yaml for external services.

(0)0 forks
MC
MuleSoft Community
PromptsimpleAgent Network

Fix Agent Network routing to IT Agent

Update broker routing instructions to correctly delegate equipment tasks to the IT Agent.

(0)0 forks
MC
MuleSoft Community
PromptsimpleAgent Network

Verify MCP server transport configuration

Check and fix MCP server transport type in agent-network.yaml.

(0)0 forks
MC
MuleSoft Community
PromptsimpleAgent Network

List Agent Fabric target spaces

List available deployment target spaces for Agent Network deployment.

(0)0 forks
MC
MuleSoft Community
RuleAPI Design

Follow API-Led Connectivity Pattern

Organize APIs into System, Process, and Experience layers following MuleSoft's recommended architecture.

(0)0 forks
MC
MuleSoft Community
PromptsimpleIntegration Flow

Integration: email on new Salesforce case

Create an integration that sends email notifications for new Salesforce cases.

(0)0 forks
MC
MuleSoft Community
PromptstructuredAPI Design

System API for Salesforce CRUD

Build a System API with CRUD operations on Salesforce Account, Contact, and Case objects following best practices.

(0)0 forks
MC
MuleSoft Community
PromptstructuredIntegration Flow

Process API: Jira to Salesforce Case

Build a Process API that maps Jira issue data to Salesforce Cases with error handling.

(0)0 forks
MC
MuleSoft Community
PromptstructuredDeployment

Generate HTML report for deployed APIs

Generate a comprehensive HTML report of all APIs deployed in sandbox with full metadata.

(0)0 forks
MC
MuleSoft Community
PromptstructuredAPI Design

Create OAS 3 API spec with OAuth 2.0

Create a MuleSoft API design spec with OAS 3, OAuth 2.0 security, health check and visitor event endpoints.

(0)0 forks
MC
MuleSoft Community
PromptstructuredAgent Network

Create HR-IT Onboarding Agent Network

Create an Agent Network project for orchestrating employee onboarding across HR and IT agents.

(0)0 forks
MC
MuleSoft Community
PromptstructuredAgent Network

Review Agent Network YAML configuration

Validate an Agent Network YAML for correct broker, agent, and MCP server configuration.

(0)0 forks
MC
MuleSoft Community
PromptstructuredAgent Network

Publish Agent Network to Exchange with version

Publish an Agent Network project to Anypoint Exchange with specific version and business group.

(0)0 forks
MC
MuleSoft Community
PromptstructuredAPI Design

Generate Order Management API spec

Generate a full API spec for an e-commerce order management system with CRUD, versioning, and error handling.

(0)0 forks
MC
MuleSoft Community
PromptstructuredAPI Design

Generate Inventory Management API spec

Generate an API spec for inventory management with product CRUD, stock levels, and validation.

(0)0 forks
MC
MuleSoft Community
PromptstructuredAPI Design

Generate User Authentication API spec

Generate an API spec for user auth with registration, login, tokens, and password reset.

(0)0 forks
MC
MuleSoft Community
PrompttemplateTesting

Create MUnit tests for a flow

Generate MUnit tests covering happy path, invalid input, and service failure with mocked dependencies.

(0)0 forks
MC
MuleSoft Community
PromptsimpleIntegration Flow

Send email on new Salesforce case

Generate a flow that sends an email notification when a Salesforce case is created.

(0)0 forks
MC
MuleSoft Community
PromptsimpleIntegration Flow

Update Salesforce phone via API

Create a flow that listens for API calls and updates a Salesforce Account phone number.

(0)0 forks
MC
MuleSoft Community
PromptsimpleIntegration Flow

Sync phone field between Salesforce and DB

Create a flow that syncs the phone field of account objects between Salesforce and a database.

(0)0 forks
MC
MuleSoft Community
PrompttemplateExchange

Search Exchange in specific org

Find assets in a specific organization within Exchange.

(0)0 forks
MC
MuleSoft Community
PrompttemplateAPI Design

Create API instance with rate limiting

Create an API instance and apply rate limiting policy.

(0)0 forks
MC
MuleSoft Community
PromptsimpleDeployment

View app error metrics

Check which applications generated the most errors in the current month.

(0)0 forks
MC
MuleSoft Community
PrompttemplateDataWeave

Define custom metadata from sample data

Set custom metadata on a component using sample data as reference.

(0)0 forks
MC
MuleSoft Community