Kamal Deployment

🌐Community
by faqndo97 · vlatest · Repository

Automates infrastructure provisioning and application deployment across multiple environments using Kamal's declarative configuration language.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add kamal-deployment npx -- -y @trustedskills/kamal-deployment
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "kamal-deployment": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/kamal-deployment"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The kamal-deployment skill automates deployments to Kamal, a Kubernetes distribution. It streamlines the process of releasing applications by handling tasks like building container images, pushing them to registries, and applying deployment configurations. This reduces manual effort and potential errors in your release pipeline.

When to use it

  • Deploying a new version of an application to a staging environment for testing.
  • Automating rollbacks to previous versions after identifying issues in production.
  • Creating repeatable deployment processes across multiple environments (dev, test, prod).
  • Integrating deployments into CI/CD pipelines for faster release cycles.

Key capabilities

  • Container image building and pushing
  • Kubernetes manifest application
  • Automated rollbacks
  • Environment-specific configuration

Example prompts

  • "Deploy the latest version of my web app to the staging environment."
  • "Roll back the deployment of my API service to the previous stable release."
  • "Build and push the 'backend' container image with tag 'v1.2.3'."

Tips & gotchas

Requires a configured Kamal cluster and appropriate credentials for authentication. Ensure your Kubernetes manifests are correctly formatted and tested before deploying them using this skill.

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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
faqndo97
Installs
20

🌐 Community

Passed automated security scans.