Tzurot Deployment
Automates deployment of containerized applications to tzurot clusters using lbds137's optimized configuration scripts.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add tzurot-deployment npx -- -y @trustedskills/tzurot-deployment
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"tzurot-deployment": {
"command": "npx",
"args": [
"-y",
"@trustedskills/tzurot-deployment"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The tzurot-deployment skill automates deployments to Kubernetes clusters. It handles tasks such as building container images, pushing them to a registry, and applying Kubernetes manifests. This streamlines the process of releasing new versions of applications and ensures consistency across environments.
When to use it
- Deploying a new version of an application: Automate the entire release pipeline from code commit to running containers.
- Rolling back deployments: Quickly revert to a previous stable version in case of issues.
- Creating development or staging environments: Easily spin up temporary environments for testing and experimentation.
- Automating infrastructure changes: Apply updates to Kubernetes resources like services, ingress controllers, and more.
Key capabilities
- Container image building
- Image registry pushing
- Kubernetes manifest application
- Deployment rollback functionality
Example prompts
- "Deploy the latest version of my 'my-app' service."
- "Roll back the 'my-app' deployment to version 1.2.3."
- "Apply the Kubernetes manifests located in /path/to/manifests."
Tips & gotchas
- Requires access to a Kubernetes cluster and container registry.
- Ensure your AI agent has appropriate permissions within the Kubernetes environment for deployments.
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.