Release
Automates software release pipelines, streamlining deployments and reducing errors through intelligent orchestration and monitoring.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add manaflow-ai-release npx -- -y @trustedskills/manaflow-ai-release
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"manaflow-ai-release": {
"command": "npx",
"args": [
"-y",
"@trustedskills/manaflow-ai-release"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This DevOps skill automates the deployment pipeline for manaflow-ai/cmux, enabling AI agents to discover, install, and execute release workflows directly within their operational environment. It streamlines the transition from code commit to production by managing versioning and artifact distribution without manual intervention.
When to use it
- Automating continuous integration/continuous deployment (CI/CD) cycles for
manaflow-ai/cmuxmicroservices. - Triggering immediate hotfix deployments after critical bug fixes are merged into the main branch.
- Orchestrating version upgrades across multiple instances of the cmux agent to ensure feature parity.
- Validating new builds against staging environments before pushing them to production clusters.
Key capabilities
- Automated Release Execution: Runs pre-defined release scripts associated with the
manaflow-ai/cmuxpackage. - Package Discovery: Identifies available versions and changelogs for the specific cmux artifact.
- Installation Management: Handles the installation process of updated or new releases into the target runtime environment.
- Workflow Integration: Functions as a callable skill within the TrustedSkills registry ecosystem for other agents to invoke.
Example prompts
- "Run the latest release workflow for
manaflow-ai/cmuxand confirm successful deployment." - "Check available versions of cmux and install version 2.4.0 if it includes the security patch."
- "Trigger a production release for the cmux service using the standard release pipeline defined in this skill."
Tips & gotchas
Ensure your AI agent has write permissions to the target deployment environment before invoking this skill, as it will attempt to modify running services. Verify that the specific manaflow-ai/cmux package is registered and accessible within the TrustedSkills registry to avoid installation failures.
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.