Explore
Browse and search prompts, skills, and rules from the community.
50 results
CloudHub Deployment Configurator
Configures CloudHub deployment settings including worker sizing, regions, properties, and monitoring.
DataWeave Transformation Helper
Guides users through writing DataWeave 2.0 transformations with input/output samples and step-by-step mapping.
MUnit Test Generator
Generates MUnit test suites for Mule flows including happy path, error cases, and mocked dependencies.
MuleSoft Connector Configuration
Guides setup of Anypoint Connectors with proper connection config, property placeholders, and secure properties.
MuleSoft Project Bootstrapper
Scaffolds a complete MuleSoft project structure with standard directories, configs, and CI/CD pipeline.
Agent Network Configurator
Guides creation and configuration of MuleSoft Agent Networks with broker, A2A agents, and MCP servers.
MuleSoft Integration Flow Builder
Interactively builds Mule integration flows by asking about source, processing steps, and target systems.
Exchange Asset Publisher
Guides publishing MuleSoft assets to Anypoint Exchange with proper metadata, documentation, and versioning.
Property Placeholders for Environment Config
Use property placeholders and separate config files for each environment.
Implement Global Error Handling
Every Mule application must have a global error handler with proper exception strategy.
Circuit Breaker for External Calls
Apply circuit breaker pattern for all calls to external systems to prevent cascade failures.
Structured JSON Logging
Use structured JSON logging format for all log messages to enable proper observability.
Do NOT Search Exchange for Agents or MCP Servers
Agent Network components and MCP servers are external services, not Exchange assets.
Use Mule Domains for Shared Configurations
Use Mule Domains to share global configurations like error handlers, properties, and connection configs.
MuleSoft API Spec Generator
Generates a complete RAML or OAS 3 API specification from a natural language description of endpoints.
MuleSoft Error Handling Scaffold
Scaffolds a global error handler configuration for a Mule application with standard HTTP error mappings.
Use DataWeave 2.0 for All Transformations
Always use DataWeave 2.0 for data transformations instead of other methods.
Never Hardcode Credentials
Use property placeholders for all environment-specific values; never hardcode credentials or secrets.
Use GA Connector Versions Only
Always use General Availability connector versions; avoid BETA, SNAPSHOT, or experimental versions.
Target Mule Runtime 4.10+
Only use Mule Runtime Version 4.10.0 or later for all implementations.
Prefer Anypoint Connectors Over HTTP
Use platform-provided Anypoint Connectors instead of raw HTTP requests when a connector is available.
Use kebab-case for Projects and Flows
Follow MuleSoft naming conventions: kebab-case for project and flow names, camelCase for DataWeave.
Write MUnit Tests for All Flows
Every flow and critical DataWeave transformation must have corresponding MUnit tests.
Use ObjectStore for Stateful Integrations
Use ObjectStore for any integration that requires persistence across requests.
Deploy Agent Network to staging
Deploy an Agent Network with outbound HTTPS access requirements to a staging environment.
Smoke test Agent Network with A2A request
Generate a sample A2A request payload for testing an onboarding scenario end-to-end.
Fix Agent Network YAML validation errors
Debug and fix schema issues in agent-network.yaml for external services.
Fix Agent Network routing to IT Agent
Update broker routing instructions to correctly delegate equipment tasks to the IT Agent.
Verify MCP server transport configuration
Check and fix MCP server transport type in agent-network.yaml.
List Agent Fabric target spaces
List available deployment target spaces for Agent Network deployment.
Follow API-Led Connectivity Pattern
Organize APIs into System, Process, and Experience layers following MuleSoft's recommended architecture.
Integration: email on new Salesforce case
Create an integration that sends email notifications for new Salesforce cases.
System API for Salesforce CRUD
Build a System API with CRUD operations on Salesforce Account, Contact, and Case objects following best practices.
Process API: Jira to Salesforce Case
Build a Process API that maps Jira issue data to Salesforce Cases with error handling.
Generate HTML report for deployed APIs
Generate a comprehensive HTML report of all APIs deployed in sandbox with full metadata.
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.
Create HR-IT Onboarding Agent Network
Create an Agent Network project for orchestrating employee onboarding across HR and IT agents.
Review Agent Network YAML configuration
Validate an Agent Network YAML for correct broker, agent, and MCP server configuration.
Publish Agent Network to Exchange with version
Publish an Agent Network project to Anypoint Exchange with specific version and business group.
Generate Order Management API spec
Generate a full API spec for an e-commerce order management system with CRUD, versioning, and error handling.
Generate Inventory Management API spec
Generate an API spec for inventory management with product CRUD, stock levels, and validation.
Generate User Authentication API spec
Generate an API spec for user auth with registration, login, tokens, and password reset.
Create MUnit tests for a flow
Generate MUnit tests covering happy path, invalid input, and service failure with mocked dependencies.
Send email on new Salesforce case
Generate a flow that sends an email notification when a Salesforce case is created.
Update Salesforce phone via API
Create a flow that listens for API calls and updates a Salesforce Account phone number.
Sync phone field between Salesforce and DB
Create a flow that syncs the phone field of account objects between Salesforce and a database.
Search Exchange in specific org
Find assets in a specific organization within Exchange.
Create API instance with rate limiting
Create an API instance and apply rate limiting policy.
View app error metrics
Check which applications generated the most errors in the current month.
Define custom metadata from sample data
Set custom metadata on a component using sample data as reference.
