Maui Deployment
Automates infrastructure provisioning and application deployment to AWS Maui environments using pre-defined templates.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add maui-deployment npx -- -y @trustedskills/maui-deployment
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"maui-deployment": {
"command": "npx",
"args": [
"-y",
"@trustedskills/maui-deployment"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The maui-deployment skill automates deployments of .NET MAUI applications. It handles tasks such as building release versions, packaging for various platforms (Android, iOS, macOS, Windows), and uploading artifacts to deployment servers or stores. This significantly reduces manual effort and potential errors in the application release process.
When to use it
- Automating nightly builds of your .NET MAUI app for testing purposes.
- Preparing a release candidate build for internal distribution before public launch.
- Deploying updates to existing applications on user devices (Android, iOS).
- Creating and uploading packages to the Microsoft Store or Google Play Store.
Key capabilities
- Builds .NET MAUI solutions in Release configuration.
- Packages apps for Android, iOS, macOS, and Windows platforms.
- Supports artifact upload to deployment targets.
Example prompts
- "Create a release build of my MAUI app targeting Android."
- "Package the application for iOS and prepare it for submission to the App Store."
- “Build and deploy the latest version to our internal test server.”
Tips & gotchas
The skill requires access to your .NET MAUI solution files and appropriate build environment setup. Ensure that necessary certificates and provisioning profiles are available for platform-specific deployments (iOS, Android).
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.